.slide-desc-bg {
	background: #222;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.slide-desc-text {
	color: #fff;
	padding: 10px;
	text-align: left;
}
.slide-desc-text .slide-title {
	font-size: 1.5em;
	color: #eeee88;
	margin-bottom: 5px;
}
.slide-desc-text .slide-title a {
	color: #eeee88;
}
.djslider .navigation-container a {
	outline: none;
}
.djslider-loader {
	background: url(../loader.gif) center center no-repeat;
}

.djslider li {
	text-align: center;
}

span.load-button {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #222;
	border: 1px solid #fff;
	box-shadow: 0 0 2px #fff;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 7px;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}
span.load-button-active {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/*** image on the left and 100% height of description area ***/
/*
#slider45 li {
	text-align: left;
}
#slider45 .slide-desc,
#slider45 .slide-desc-in {
	height: 100%;
}
#slider45 .slide-desc-bg {
	opacity: 1;
	filter: alpha(opacity = 100);
}
*/
/*======================================================================*\
|| #################################################################### ||
|| # Copyright ©2006-2009 Youjoomla.com. All Rights Reserved.           ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- #      ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
.YJIS_outer {
	display:block;
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	z-index:1;
	-webkit-user-select: none;
}
.YJSlide_slide.starter.active {
	display:block!important;
}
.YJSlide_slide.starter.inactive {
	display:none!important;
}
.YJIS_inner {
	display:block;
	position:relative;
}
.YJS_slidesholder {
	display:none;
	position:relative;
	overflow:hidden;
}
.YJSlide_slide .YJSlide_description {
	display:block;
	position:absolute;
	top:40px;
	right:40px;
	color:#eee;
	font-size:12px;
	background:url(../images/desc_bg.png);
	width:250px;
	padding:15px;
	border:1px solid #404040;
	text-align:center;
}
.YJSlide_slide .YJSlide_intro {
	display:block;
	position:absolute;
	z-index:5000;
	width:100%;
	left:0px;
	bottom:0px;
	height:auto;
	padding:0;
	background:url(../images/intro_bg.png);
	color:#18181A;
	font-weight:bold;
}
.YJSlide_slide .YJSlide_intro_in {
	display:block;
	padding:10px;
	margin:10px;
	overflow:hidden;
	word-wrap: break-word;
}
.slidearrows {
	display:none;
	position:absolute;
	left:5px;
	background:url(../images/slideArrows.png) left top;
	width:31px;
	height:46px;
	z-index:1300;
}
.slidearrows.slideRight {
	right:5px;
	left:auto;
	background:url(../images/slideArrows.png) left bottom;
}
/* bottom navigation */
.navContainer {
	display:block;
	position:relative;
	clear:both;
	text-align:left;
	margin:10px auto 10px auto;
	text-align:center;
}
.navContainer .nav_info {
	background:#000;
	color:#FFFFFF;
	padding:2px 5px 2px;
	margin:0;
	display:block;
	position:absolute;
	left:0;
}
.navContainer .bnav {
	font-weight:bold;
	display:inline-block;
	padding:3px 10px;
	margin:0;
	background:#fff;
	border:1px solid #bbb;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.navContainer .bnav.active {
	background:#efefef;
}
/* yj tips */
.YJS_tips, .YJS_slide_tips {
	background:none;
	width:auto;
	height:auto;
	z-index:8000;
}
.YJS_tips .tip, .YJS_slide_tips .tip {
	background:#000;
	border:0;
	padding:0;
	text-align:center;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px 15px;
	font-size:11px;
	color:#FFFFFF;
}
.YJS_tips .tip-title, .YJS_slide_tips .tip-title {
	padding: 0;
	margin: 0;
	font-size:12px;
	font-weight: bold;
	background: none;
	clear:both;
}
.YJS_tips .tip-text, .YJS_slide_tips .tip-text {
	font-size:11px;
	margin: 0;
}
.YJS_tips .tip-bottom {
	border-color: #000 transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0;
	height: 0;
	margin: 0 8px;
	width: 0;
	position:absolute;
	bottom:-8px;
	left:-2px;
}
.YJS_slide_tips .tip-bottom {
	border-color: transparent #000 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	height: 0;
	margin: 10px 0;
	width: 0;
	position:absolute;
	left:-10px;
	top:-2px;
}
.YJS_reldata {
	display:none!important;
}
/* thumb container */
.thumbContainer {
	display:block;
	position:absolute;
	clear:both;
	text-align:left;
	margin:0 auto;
	padding:0;
	text-align:center;
	z-index:1000;
	/*
	 must keep border none and border width
	 fix for opera computeSize() 
	 if you want border just
	 define it and include border width
	*/
	border:none;
	border-width:0;
}
.thumbContainer_outer {
	display:inline-block;
	position:relative;
	overflow:hidden;
	margin:0px;
	padding:8px 0px;
	opacity:0;
	filter:alpha(opacity=0);
	/* 
	 do not remove bottom 3. Thumb elements
	 are inline blocks , this makes sure they do
	 not get the "natural" 4px margin between them
	 */
    font-size: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
}
.thumbContainer_belt {
	display:block;
	position:relative;
	width:3000px;
}
.thumbContainer .clr_c {
	display:block;
	clear:both;
}
.thumbContainer .thumb {
	display:inline-block;
	vertical-align:top;
	padding:8px;
	margin:0px;
	overflow:hidden;
	/*
	 must keep border none and border width
	 fix for opera computeSize() 
	 if you want border just
	 define it and include border width
	*/
	border:none;
	border-width:0;
}
.thumbContainer .thumb img {
	margin:0;
	padding:0;
	-webkit-box-shadow:0 0 8px #000;
	-khtml-box-shadow:0 0 8px #000;
	-moz-box-shadow:0 0 8px #000;
	box-shadow:0 0 8px #000;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.thumbContainer .thumb.selected {
}
.thumbContainer_left, .thumbContainer_right {
	/* will be set to block with js */
	display:none;
	position:absolute;
	left:10px;
	background:url(../images/thumbContainer_arrows.png) no-repeat left bottom;
	width:12px;
	height:17px;
	z-index:1100;
}
.thumbContainer_right {
	right:10px;
	left:auto;
	background:url(../images/thumbContainer_arrows.png) no-repeat left top;
}
.yjis_slidesinfo {
	display:none!important;
}
.YJSlide_slide a.popbox,
.YJSlide_slide img{
	max-width:100%;
	margin:0;
	padding:0;
}
@media screen and (max-width: 3500px) {
.YJIS_outer .thumbContainer_belt {
	visibility:visible!important;
}
}
@media screen and (max-width: 1200px) {
.yjis_respond, a.popbox.YJS_mboxp {
	width:100%!important;
}
.YJIS_outer.yjis_respond img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 680px) {
embed,  object {
	width: 100%!important;
	height: auto!important;
}
 #mbBottom, #mbCaption, {
 width:90%!important;
}
#mbMedia iframe, #mbMedia {
	width:100%!important;
}
.YJIS_outer .thumbContainer_belt, .YJSlide_description {
	visibility:hidden!important;
}

}
@media screen and (max-width: 680px) {
.nav_info{
	visibility:hidden!important;
}
}
/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*----------------------------------------------------------------------
Common Elements
----------------------------------------------------------------------*/
li.even, li.odd {
	background:none;
	border-bottom:1px solid #e4e4e4;
	margin:0;
	padding:5px 0;
}
#k2Container h1, #k2Container h2, #k2Container h3, #k2Container h4, #k2Container h5, #k2Container h6 {
	font-family:inherit;/* from body style */
	font-weight:normal;
}
#k2Container .componentheading{
	margin:10px 5px;
}
/*----------------------------------------------------------------------
Category view html/com_k2/default/category.php
----------------------------------------------------------------------*/
/* main category*/
div.itemListCategory {
	background:#eee;
	margin:4px 5px;
	padding:10px;
	border:none;
}
/* main category title*/
div.itemListCategory h2 {
	line-height:18px;
}
/* main category image*/
div.itemListCategory img {
	border:1px solid #e4e4e4;
	padding:0;
}
div.subCategory {
	background:#eee;
	border:none;
	margin:4px;
	padding:8px;
	display:block;
	overflow:hidden;
}
/* sub cat image*/
div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img {
	background:none;
	padding:0px;
	border:1px solid #e4e4e4;
	margin:0 auto;
}
/* sub cat title */
div.subCategory h2 {
	font-weight:normal;
}
/* sub cat read more */
a.subCategoryMore, a.subCategoryMore:visited {
	display:block;
	width:100px;
	padding:0;
	margin:0;
	text-decoration:none;
	font-weight:bold;
}
/*----------------------------------------------------------------------
Cat item view  html/com_k2/default/category_item.php
----------------------------------------------------------------------*/
.catItemView {
	padding:0 10px!important;
}
/* this is where image and intro text are*/
div.catItemBody {
	display:block;
	overflow:hidden;
	clear:both;
	padding:0;
}
/* cat item title*/
div.catItemHeader h3.catItemTitle {
	margin:10px 0;
	padding:0;
	line-height:inherit;
}
/* cat author*/
span.catItemAuthor {
	padding:0;
	margin:0;
	float:left;
	font-size:90%;
}
/* cat created date*/
span.catItemDateCreated {
	padding:0;
	margin:0;
	float:right;
}
/* cat item image */
/* this div should have bg color or border if you need some around image styling*/
div.catItemImageBlock {
	padding:10px!important;
	margin:0 auto;
	overflow:hidden;
	display:block;
	background:#eee;
	border:1px solid #e4e4e4;
}
span.catItemImage {
	overflow:hidden;
	display:block;
	clear:both;
	margin:0 auto;
}
/* if you need border around image only this is where you should add it */
span.catItemImage a {
	display:block;
	overflow:hidden;
	border:1px solid #e4e4e4;
	text-align:center;
}
span.catItemImage img {
	border:none;
	padding:0;
	overflow:hidden;
	margin:0 auto;
}
/* catItemLinks*/
div.catItemLinks {
	margin:0 0 5px 0!important;
	padding:0!important;
}
div.catItemCategory {
	border-bottom:1px solid #e4e4e4;
}
/*tags*/
div.catItemTagsBlock {
	border-bottom:1px solid #e4e4e4;
}
div.catItemTagsBlock span {
}
ul.catItemTags li {
	background-image:none;
	background:#eee;
	border:1px solid #e4e4e4;
	margin:0 5px 0 0!important;
	padding:0 5px!important;
}
ul.catItemTags li a {
}
/* secondary items are same as primary. if you would like to change them just copy
class name above and add div#itemListSecondary before the class name and space it
like example below */
/*div#itemListSecondary h3.catItemTitle{
	font-size:30px;
}*/
/* cat list item listlinks*/
#itemListLinks {
	background:none!important;
	border:none!important;
}
#itemListLinks div.catItemImageBlock {
	float:left;
	padding:5px!important;
}
/*----------------------------------------------------------------------
Item view html/com_k2/default/item.php
----------------------------------------------------------------------*/
.itemView {
	padding:10px!important
}
div.itemHeader h2.itemTitle {
	font-weight:normal;
	line-height:inherit;
	clear:both;
}
span.itemDateCreated {
	clear:both!important;
	display:block!important;
	padding:0 0 0 8px;
}
/* author*/
div.itemHeader span.itemAuthor {
	padding:10px 0 0 8px;
	display:block;
	clear:both;
}
/* rating*/
div.itemRatingBlock {
	padding-left:8px;
}
/* toolbar fot res, print etc*/
div.itemToolbar {
	background:none;
	border-top:none;
	border-bottom:1px solid #e4e4e4;
}
div.itemToolbar ul {
	float:left;
}
div.itemToolbar ul li {
	border-right:1px solid #e4e4e4;
	border-left:none;
}
/* item image*/
/* this div should have bg color or border if you need some around image styling*/
div.itemImageBlock {
	padding:10px!important;
	margin:0 10px 0 0;
	overflow:hidden;
	display:block;
	background:#eee;
	border:1px solid #e4e4e4;
	float:left;
}
span.itemImage {
	overflow:hidden;
	display:block;
	clear:both;
	margin:0 auto;
}
/* if you need border around image only this is where you should add it */
span.itemImage a {
	display:block;
	overflow:hidden;
	border:1px solid #e4e4e4;
	text-align:center;
}
span.itemImage img {
	border:none;
	padding:0;
	overflow:hidden;
	margin:0 auto;
}
/* item text*/
div.itemIntroText {
	font-weight:normal;
	font-size:100%;
}
div.itemFullText {
	padding:0!important;
	margin:0!important;
}
div.itemFullText p {
	padding:0!important;
	margin:0!important;
}
/* ItemLinks*/
div.itemLinks {
	margin:0 0 5px 0!important;
	padding:0!important;
}
/* item category*/
div.itemCategory {
	border-bottom:1px solid #e4e4e4;
}
/* item tags*/
div.itemTagsBlock {
	border-bottom:1px solid #e4e4e4;
}
div.itemTagsBlock span {
}
ul.itemTags li {
	background-image:none;
	background:#eee;
	border:1px solid #e4e4e4;
	margin:0 5px 0 0!important;
	padding:0 5px!important;
}
ul.ItemTags li a {
}
span.itemDateModified {
	font-size:90%;
}
span.itemHits {
	font-size:90%;
}
/* item author*/
div.itemAuthorBlock {
	background:none;
	border:1px solid #e4e4e4;
	margin:10px 0 0 0;
}
/* item related*/
div.itemRelated {
}
div.itemRelated li {
	border:none!important;
}
div.itemRelated li img {
	border:1px solid #e4e4e4;
}
/* item navigation*/
div.itemNavigation {
	background:none;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
}
/* item comments */
div.itemComments {
	background:none;
	border:1px solid #e4e4e4;
}
div.itemComments ul.itemCommentsList li.authorResponse {
	background:#eee;
	border:1px solid #e4e4e4;
	margin:5px 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border-top:1px solid #e4e4e4;
}
form#comment-form .inputbox {
	border:1px solid #e4e4e4!important;
	width:100%!important;
	text-indent:10px;
	padding:8px 0px!important;
}
form#comment-form input[type="text"] {
}
#submitCommentButton {
	font-size:100%!important;
	cursor:pointer;
	margin:20px 0!important;
}
/*----------------------------------------------------------------------
k2 user items view    html/com_k2/default/user.php
user page is using same style for items and itembody contents as item view page. 
if you wish to edit the styles just add class .userView before the class 
you need to change example: .userView .itemTitle{font-size:30px;}
----------------------------------------------------------------------*/
.userView div.itemView {
	border-bottom:1px solid #e4e4e4;
}
div.userBlock {
	background:#eee;
	border:1px solid #e4e4e4;
	margin:10px;
}
div.userBlock h2 {
	border-bottom:1px solid #e4e4e4;
}
p.userAdditionalInfo {
	border:none!important;
}
.userView span.itemDateCreated {
	padding:0;
}
.userView h3.itemTitle {
	font-size:180%;
}
/*----------------------------------------------------------------------
k2 tagitem view    html/com_k2/templates/tag.php
user tag is using same style for items and itembody contents as item view page. 
if you wish to edit the styles just add class .tagView before the class 
you need to change example: .tagView .itemTitle{font-size:30px;}
----------------------------------------------------------------------*/
.tagView span.itemDateCreated {
	padding:0;
}
.tagView h2.itemTitle {
	font-size:180%!important;
}
/*----------------------------------------------------------------------
k2 generic view    html/com_k2/templates/generic.php
user generic is using same style for items and itembody contents as item view page. 
if you wish to edit the styles just add class .genericView before the class 
you need to change example: .genericView .itemTitle{font-size:30px;}
----------------------------------------------------------------------*/
.genericView span.itemDateCreated {
	padding:0;
}
.genericView h2.itemTitle {
	font-size:180%!important;
}
/*----------------------------------------------------------------------
Latest Item list html/com_k2/default/latest.php
----------------------------------------------------------------------*/
.latestItemsCategory {
	background:#eee!important;
	margin:4px 5px!important;
	padding:10px!important;
	border:none!important;
}
div.latestItemsCategoryImage img {
	background:none!important;
	padding:0px!important;
	border:1px solid #e4e4e4!important;
	margin:0 auto!important;
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/latest_item.php
----------------------------------------------------------------------*/
div.latestItemList .catItemDateCreated {
	float:left;
	font-size:80%;
}
.latestItemView {
	padding:5px;
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/old_socials.php
----------------------------------------------------------------------*/
div.pre25SocialLinks{
	display:block;
	overflow:hidden;
	width:100%;
	padding:0 0 3px 3px;
	margin:0;
	line-height:20px;
	border-bottom:1px solid #e4e4e4;
}
span.preSocialsTitle{
	display:block;
	font-weight:bold;
	margin:0 10px 0 0;
}
ul.preSocialLinks{
	margin:0!important;
	padding:0!important;
	float:left;
}
ul.preSocialLinks li{
	background:none;
	float:left;
	display:inline;
	margin:0!important;
	padding:0!important;
}
ul.preSocialLinks li a{
	height:20px;
	width:20px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 8px 0 0;
	padding:0!important;
	background-image: url(./templates/hdchannel/images/k2images/socials.png);
	background-repeat:no-repeat;
	background-position:left top;
}
ul.preSocialLinks li a.googlebuzz{
	background-position:0 top;
}
ul.preSocialLinks li a.googlebuzz:hover{
	background-position:0 bottom;
}
ul.preSocialLinks li a.facebook{
	background-position:-20px top;
}
ul.preSocialLinks li a.facebook:hover{
	background-position:-20px bottom;
}
ul.preSocialLinks li a.delicious{
	background-position:-40px top;
}
ul.preSocialLinks li a.delicious:hover{
	background-position:-40px bottom;
}
ul.preSocialLinks li a.digg{
	background-position:-60px top;
}
ul.preSocialLinks li a.digg:hover{
	background-position:-60px bottom;
}
ul.preSocialLinks li a.stumble{
	background-position:-80px top;
}
ul.preSocialLinks li a.stumble:hover{
	background-position:-80px bottom;
}
ul.preSocialLinks li a.technorati{
	background-position:-100px top;
}
ul.preSocialLinks li a.technorati:hover{
	background-position:-100px bottom;
}
ul.preSocialLinks li a.reddit{
	background-position:-120px top;
}
ul.preSocialLinks li a.reddit:hover{
	background-position:-120px bottom;
}
ul.preSocialLinks li a.myspace{
	background-position:-140px top;
}
ul.preSocialLinks li a.myspace:hover{
	background-position:-140px bottom;
}
ul.preSocialLinks li a.twitter{
	background-position:-160px top;
}
ul.preSocialLinks li a.twitter:hover{
	background-position:-160px bottom;
}
/*----------------------------------------------------------------------
Category view html/com_k2/register.php
----------------------------------------------------------------------*/
#k2UserPages{
	background:#eee;
	display:block;
	overflow:hidden;
	margin:20px 10px;
	padding:10px;
	border:1px solid #e4e4e4;

}
#k2UserPages th,
#k2UserPages td{
	background:#eee!important;text-align:left!important;
}
#k2UserPages td{
	padding-right:10px!important;
}
#k2UserPages .componentheading{
	margin:10px 0;
}
#k2UserPages input{
	padding:10px;
	text-indent:4px;
	text-align:left;
	margin:10px 0 0 10px;
	border:1px solid #e4e4e4!important;
	background:#fff;
}

#k2UserPages span.input_file_wrapper {
	background:url(./templates/hdchannel/images/k2images/browsek2.gif) top left no-repeat;
	border:none;
	height:30px;
	display:block!important;
	position:relative!important;
	width:220px;
	overflow:hidden;
	text-align:right!important;
	margin:0 0 0 10px!important;
	float:left;
	cursor:pointer;
	clear:both;
}
#k2UserPages span.input_file_wrapper input.fake-text {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	line-height:30px;
	padding:0 0 0 3px!important;
	margin:0px!important;
	width:153px;
	background:none!important;
	border:none!important;
	font-size:10px!important;
	font-weight:bold;
}

/*----------------------------------------------------------------------
k2 content module
----------------------------------------------------------------------*/
.k2ItemsBlock {
	padding:0;
	font-size:80%;
}
.k2ItemsBlock li.even, .k2ItemsBlock li.odd {
	background:none;
	border-bottom:1px solid #e4e4e4;
}
.k2ItemsBlock li.lastItem {
	border:none;
}
a.moduleItemTitle, a.moduleItemTitle:visited {
	font-size:120%;
	display:block;
	margin:0!important;
}
.moduleItemImage {
	float:left;
	border:none;
}
a.moduleItemImage img {
	border:1px solid #e4e4e4!important;
	margin:0 10px 0 0!important;
	padding:0;
	float:left!important;
}
.moduleItemIntrotext {
	font-size:120%;
}
.moduleItemTags {
	margin:10px 0;
	border-bottom:1px solid #e4e4e4;
	font-size:110%;
}
/*----------------------------------------------------------------------
k2 calendar module
----------------------------------------------------------------------*/
div.k2CalendarBlock {
	height:230px;
}
table.calendar {
	width:100%;
	font-family: Cambria, serif;
}
table.calendar tr td.calendarCurrentMonth, table.calendar tr td.calendarNavMonthPrev, table.calendar tr td.calendarNavMonthNext {
	background:none;
	text-transform:uppercase;
	font-weight:normal;
}
table.calendar tr td.calendarDayName {
	background:#f0f0f0;
}
table.calendar tr td {
	padding:0px!important;
	margin:0!important;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
}
table.calendar tr td.calendarDateLinked {
	padding:0px!important;
	margin:0!important;
	border-collapse:collapse;
}
table.calendar tr td.calendarDate, table.calendar tr td a, table.calendar tr td a:hover, table.calendar tr td.calendarNavMonthPrev, table.calendar tr td.calendarCurrentMonth, table.calendar tr td.calendarNavMonthNext {
	padding:5px!important;
}
table.calendar tr td.calendarNavMonthPrev a, table.calendar tr td.calendarNavMonthNext a {
	font-size:100%!important;
}
table.calendar tr td.calendarToday, table.calendar tr td.calendarTodayLinked {
	background:#121212;
	color:#fff;
}
table.calendar tr td.calendarDateLinked a{
	background:#f0f0f0;
	color:#121212;
}
table.calendar tr td.calendarTodayLinked a:hover, table.calendar tr td.calendarDateLinked a:hover {
	background:#5B5B5B;
	color:#ececec;
}
table.calendar tr td.calendarDateEmpty {
	background:#fff;
}
/*----------------------------------------------------------------------
k2 cats menu
----------------------------------------------------------------------*/
.k2CategoriesListBlock ul, .k2CategoriesListBlock ul.level0, .k2CategoriesListBlock ul.level1 {
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
}
.k2CategoriesListBlock ul li, .k2CategoriesListBlock ul li:hover {
	list-style-type:none;
	background-image:none;
	padding:0;
	text-align:left;
}
.k2CategoriesListBlock ul li a {
	height:26px;
	line-height:20px;
	text-decoration:none;
	display:block;
	font-size:11px;
	text-decoration:none;
	text-indent:22px;
	padding-top:5px;
}
/*----------------------------------------------------------------------
k2 tag cloud module
----------------------------------------------------------------------*/
div.k2TagCloudBlock a:hover {
	background:#5B5B5B;
	color:#ececec;
}
/*----------------------------------------------------------------------
k2 comments module
----------------------------------------------------------------------*/
div.k2LatestCommentsBlock {
	padding:0;
	margin:0;
	font-size:80%;
}
.k2LatestCommentsBlock li.even, 
.k2LatestCommentsBlock li.odd {
	background:none;
	border-bottom:1px solid #e4e4e4;
}
.k2LatestCommentsBlock li.lastItem {
	border-bottom:none;
}
div.k2LatestCommentsBlock ul li span.lcComment {
	clear:right;
	font-size:120%;
	display:block;
}
/*----------------------------------------------------------------------
k2 CAT MENU COLOR AND BG CSS
----------------------------------------------------------------------*/
/* LINK BG IMAGE */
.k2CategoriesListBlock ul li a {
	background:url(./templates/hdchannel/images/gray/mainlevel.gif) no-repeat left top;
}
.k2CategoriesListBlock ul li a:hover {
	background-position:left bottom;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
	color:#9e9e9e!important;
	background-position:left bottom;
}
div.k2CategoriesListBlock ul li.activeCategory a:hover {
	color:#b2b2b2!important;
}
/* sub category links*/
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a {
	color:#9e9e9e!important;
}
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a:hover {
	color:#b2b2b2!important;
}
/**
* compiled template.css file created by Hdchannel Template
* @package Hdchannel Template
* @author Youjoomla.com
* @website Youjoomla.com 
* @copyright	Copyright (c) since 2007 Youjoomla.com.
* @license PHP files are GNU/GPL V2 Copyleft CSS / LESS / JS / IMAGES are Copyrighted material
**/
@import "";@import "";@import "";article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}a:hover,a:active{outline:0;}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{max-width:100%;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}#map_canvas img{max-width:none;}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}button,input{*overflow:visible;line-height:normal;}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}.clearfix:after{clear:both;}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.row{margin-left:-20px;*zoom:1;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}.row:after{clear:both;}[class*="span"]{float:left;margin-left:20px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}.span12{width:940px;}.span11{width:860px;}.span10{width:780px;}.span9{width:700px;}.span8{width:620px;}.span7{width:540px;}.span6{width:460px;}.span5{width:380px;}.span4{width:300px;}.span3{width:220px;}.span2{width:140px;}.span1{width:60px;}.offset12{margin-left:980px;}.offset11{margin-left:900px;}.offset10{margin-left:820px;}.offset9{margin-left:740px;}.offset8{margin-left:660px;}.offset7{margin-left:580px;}.offset6{margin-left:500px;}.offset5{margin-left:420px;}.offset4{margin-left:340px;}.offset3{margin-left:260px;}.offset2{margin-left:180px;}.offset1{margin-left:100px;}.row-fluid{width:100%;*zoom:1;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.1276595744681%;*margin-left:2.0744680851064%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .span12{width:100%;*width:99.946808510638%;}.row-fluid .span11{width:91.489361702128%;*width:91.436170212766%;}.row-fluid .span10{width:82.978723404255%;*width:82.925531914894%;}.row-fluid .span9{width:74.468085106383%;*width:74.414893617021%;}.row-fluid .span8{width:65.957446808511%;*width:65.904255319149%;}.row-fluid .span7{width:57.446808510638%;*width:57.393617021277%;}.row-fluid .span6{width:48.936170212766%;*width:48.882978723404%;}.row-fluid .span5{width:40.425531914894%;*width:40.372340425532%;}.row-fluid .span4{width:31.914893617021%;*width:31.86170212766%;}.row-fluid .span3{width:23.404255319149%;*width:23.351063829787%;}.row-fluid .span2{width:14.893617021277%;*width:14.840425531915%;}.row-fluid .span1{width:6.3829787234043%;*width:6.3297872340426%;}.row-fluid .offset12{margin-left:104.25531914894%;*margin-left:104.14893617021%;}.row-fluid .offset12:first-child{margin-left:102.12765957447%;*margin-left:102.02127659574%;}.row-fluid .offset11{margin-left:95.744680851064%;*margin-left:95.63829787234%;}.row-fluid .offset11:first-child{margin-left:93.617021276596%;*margin-left:93.510638297872%;}.row-fluid .offset10{margin-left:87.234042553191%;*margin-left:87.127659574468%;}.row-fluid .offset10:first-child{margin-left:85.106382978723%;*margin-left:85%;}.row-fluid .offset9{margin-left:78.723404255319%;*margin-left:78.617021276596%;}.row-fluid .offset9:first-child{margin-left:76.595744680851%;*margin-left:76.489361702128%;}.row-fluid .offset8{margin-left:70.212765957447%;*margin-left:70.106382978723%;}.row-fluid .offset8:first-child{margin-left:68.085106382979%;*margin-left:67.978723404255%;}.row-fluid .offset7{margin-left:61.702127659574%;*margin-left:61.595744680851%;}.row-fluid .offset7:first-child{margin-left:59.574468085106%;*margin-left:59.468085106383%;}.row-fluid .offset6{margin-left:53.191489361702%;*margin-left:53.085106382979%;}.row-fluid .offset6:first-child{margin-left:51.063829787234%;*margin-left:50.957446808511%;}.row-fluid .offset5{margin-left:44.68085106383%;*margin-left:44.574468085106%;}.row-fluid .offset5:first-child{margin-left:42.553191489362%;*margin-left:42.446808510638%;}.row-fluid .offset4{margin-left:36.170212765957%;*margin-left:36.063829787234%;}.row-fluid .offset4:first-child{margin-left:34.042553191489%;*margin-left:33.936170212766%;}.row-fluid .offset3{margin-left:27.659574468085%;*margin-left:27.553191489362%;}.row-fluid .offset3:first-child{margin-left:25.531914893617%;*margin-left:25.425531914894%;}.row-fluid .offset2{margin-left:19.148936170213%;*margin-left:19.042553191489%;}.row-fluid .offset2:first-child{margin-left:17.021276595745%;*margin-left:16.914893617021%;}.row-fluid .offset1{margin-left:10.63829787234%;*margin-left:10.531914893617%;}.row-fluid .offset1:first-child{margin-left:8.5106382978723%;*margin-left:8.4042553191489%;}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none;}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right;}.container{margin-right:auto;margin-left:auto;*zoom:1;*zoom:1;}.container:before,.container:after{display:table;content:"";line-height:0;}.container:after{clear:both;}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1;*zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0;}.container-fluid:after{clear:both;}code,pre{padding:0 3px 2px;font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:20px;}pre code{padding:0;color:inherit;background-color:transparent;border:0;}.pre-scrollable{max-height:340px;overflow-y:scroll;}form{margin:0 0 20px;}fieldset{padding:0;margin:0;border:0;}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5;}legend small{font-size:15px;color:#999;}label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}input,button,select,textarea{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}label{display:block;margin-bottom:5px;}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:9px;font-size:14px;line-height:20px;color:#555;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}input,textarea{width:210px;}textarea{height:auto;}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px;}select{width:220px;border:1px solid #bbb;background-color:#fff;}select[multiple],select[size]{height:auto;}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.uneditable-input,.uneditable-textarea{color:#999;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);cursor:not-allowed;}.uneditable-input{overflow:hidden;white-space:nowrap;}.uneditable-textarea{width:auto;height:auto;}input:-moz-placeholder,textarea:-moz-placeholder{color:#999;}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999;}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999;}.radio,.checkbox{min-height:18px;padding-left:18px;}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px;}.controls > .radio:first-child,.controls > .checkbox:first-child{padding-top:5px;}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}.radio.inline + .radio.inline,.checkbox.inline + .checkbox.inline{margin-left:10px;}.input-mini{width:60px;}.input-small{width:90px;}.input-medium{width:150px;}.input-large{width:210px;}.input-xlarge{width:270px;}.input-xxlarge{width:530px;}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0;}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block;}input,textarea,.uneditable-input{margin-left:0;}.controls-row [class*="span"] + [class*="span"]{margin-left:20px;}input.span12, textarea.span12, .uneditable-input.span12{width:926px;}input.span11, textarea.span11, .uneditable-input.span11{width:846px;}input.span10, textarea.span10, .uneditable-input.span10{width:766px;}input.span9, textarea.span9, .uneditable-input.span9{width:686px;}input.span8, textarea.span8, .uneditable-input.span8{width:606px;}input.span7, textarea.span7, .uneditable-input.span7{width:526px;}input.span6, textarea.span6, .uneditable-input.span6{width:446px;}input.span5, textarea.span5, .uneditable-input.span5{width:366px;}input.span4, textarea.span4, .uneditable-input.span4{width:286px;}input.span3, textarea.span3, .uneditable-input.span3{width:206px;}input.span2, textarea.span2, .uneditable-input.span2{width:126px;}input.span1, textarea.span1, .uneditable-input.span1{width:46px;}.controls-row{*zoom:1;*zoom:1;}.controls-row:before,.controls-row:after{display:table;content:"";line-height:0;}.controls-row:after{clear:both;}.controls-row [class*="span"]{float:left;}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee;}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent;}.control-group.warning > label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}.control-group.warning .checkbox:focus,.control-group.warning .radio:focus,.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}.control-group.error > label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}.control-group.error .checkbox:focus,.control-group.error .radio:focus,.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}.control-group.success > label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}.control-group.success .checkbox:focus,.control-group.success .radio:focus,.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b;}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";line-height:0;}.form-actions:after{clear:both;}.help-block,.help-inline{color:#595959;}.help-block{display:block;margin-bottom:10px;}.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;}.input-append,.input-prepend{margin-bottom:5px;font-size:0;white-space:nowrap;}.input-append input,.input-append select,.input-append .uneditable-input,.input-prepend input,.input-prepend select,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;font-size:14px;vertical-align:top;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}.input-append input:focus,.input-append select:focus,.input-append .uneditable-input:focus,.input-prepend input:focus,.input-prepend select:focus,.input-prepend .uneditable-input:focus{z-index:2;}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc;}.input-append .add-on,.input-append .btn,.input-prepend .add-on,.input-prepend .btn{margin-left:-1px;vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546;}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px;}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}.input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;}.form-search input,.form-search textarea,.form-search select,.form-search .help-inline,.form-search .uneditable-input,.form-search .input-prepend,.form-search .input-append,.form-inline input,.form-inline textarea,.form-inline select,.form-inline .help-inline,.form-inline .uneditable-input,.form-inline .input-prepend,.form-inline .input-append,.form-horizontal input,.form-horizontal textarea,.form-horizontal select,.form-horizontal .help-inline,.form-horizontal .uneditable-input,.form-horizontal .input-prepend,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none;}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block;}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0;}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle;}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0;}.control-group{margin-bottom:10px;}legend + .control-group{margin-top:20px;-webkit-margin-top-collapse:separate;}.form-horizontal .control-group{margin-bottom:20px;*zoom:1;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0;}.form-horizontal .control-group:after{clear:both;}.form-horizontal .control-label{float:left;width:140px;padding-top:5px;text-align:right;}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:160px;*margin-left:0;}.form-horizontal .controls:first-child{*padding-left:160px;}.form-horizontal .help-block{margin-top:10px;margin-bottom:0;}.form-horizontal .form-actions{padding-left:160px;}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}.table{width:100%;margin-bottom:20px;}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd;}.table th{font-weight:bold;}.table thead th{vertical-align:bottom;}.table caption + thead tr:first-child th,.table caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}.table tbody + tbody{border-top:2px solid #ddd;}.table-condensed th,.table-condensed td{padding:4px 5px;}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #ddd;}.table-bordered caption + thead tr:first-child th,.table-bordered caption + tbody tr:first-child th,.table-bordered caption + tbody tr:first-child td,.table-bordered colgroup + thead tr:first-child th,.table-bordered colgroup + tbody tr:first-child th,.table-bordered colgroup + tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px;}.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;}.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered tfoot:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;}.table-bordered caption + thead tr:first-child th:first-child,.table-bordered caption + tbody tr:first-child td:first-child,.table-bordered colgroup + thead tr:first-child th:first-child,.table-bordered colgroup + tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}.table-bordered caption + thead tr:first-child th:last-child,.table-bordered caption + tbody tr:first-child td:last-child,.table-bordered colgroup + thead tr:first-child th:last-child,.table-bordered colgroup + tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-right-topleft:4px;}.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color:#f5f5f5;}table [class*=span],.row-fluid table [class*=span]{display:table-cell;float:none;margin-left:0;}table .span1{float:none;width:44px;margin-left:0;}table .span2{float:none;width:124px;margin-left:0;}table .span3{float:none;width:204px;margin-left:0;}table .span4{float:none;width:284px;margin-left:0;}table .span5{float:none;width:364px;margin-left:0;}table .span6{float:none;width:444px;margin-left:0;}table .span7{float:none;width:524px;margin-left:0;}table .span8{float:none;width:604px;margin-left:0;}table .span9{float:none;width:684px;margin-left:0;}table .span10{float:none;width:764px;margin-left:0;}table .span11{float:none;width:844px;margin-left:0;}table .span12{float:none;width:924px;margin-left:0;}table .span13{float:none;width:1004px;margin-left:0;}table .span14{float:none;width:1084px;margin-left:0;}table .span15{float:none;width:1164px;margin-left:0;}table .span16{float:none;width:1244px;margin-left:0;}table .span17{float:none;width:1324px;margin-left:0;}table .span18{float:none;width:1404px;margin-left:0;}table .span19{float:none;width:1484px;margin-left:0;}table .span20{float:none;width:1564px;margin-left:0;}table .span21{float:none;width:1644px;margin-left:0;}table .span22{float:none;width:1724px;margin-left:0;}table .span23{float:none;width:1804px;margin-left:0;}table .span24{float:none;width:1884px;margin-left:0;}.table tbody tr.success td{background-color:#dff0d8;}.table tbody tr.error td{background-color:#f2dede;}.table tbody tr.info td{background-color:#d9edf7;}.dropup,.dropdown{position:relative;}.dropdown-toggle{*margin-bottom:-3px;}.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:"";}.dropdown .caret{margin-top:8px;margin-left:2px;}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff;}.dropdown-menu a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap;}.dropdown-menu li > a:hover,.dropdown-menu li > a:focus,.dropdown-submenu:hover > a{text-decoration:none;color:#fff;background-color:#91965a;background-color:#8b9056;background-image:-moz-linear-gradient(top,#91965a,#828650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#91965a),to(#828650));background-image:-webkit-linear-gradient(top,#91965a,#828650);background-image:-o-linear-gradient(top,#91965a,#828650);background-image:linear-gradient(to bottom,#91965a,#828650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91965a', endColorstr='#ff818650', GradientType=0);}.dropdown-menu .active > a,.dropdown-menu .active > a:hover{color:#fff;text-decoration:none;outline:0;background-color:#91965a;background-color:#8b9056;background-image:-moz-linear-gradient(top,#91965a,#828650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#91965a),to(#828650));background-image:-webkit-linear-gradient(top,#91965a,#828650);background-image:-o-linear-gradient(top,#91965a,#828650);background-image:linear-gradient(to bottom,#91965a,#828650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91965a', endColorstr='#ff818650', GradientType=0);}.dropdown-menu .disabled > a,.dropdown-menu .disabled > a:hover{color:#999;}.dropdown-menu .disabled > a:hover{text-decoration:none;background-color:transparent;cursor:default;}.open{*z-index:1000;}.open > .dropdown-menu{display:block;}.pull-right > .dropdown-menu{right:0;left:auto;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:"\2191";}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}.dropdown-submenu{position:relative;}.dropdown-submenu > .dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}.dropdown-submenu:hover .dropdown-menu{display:block;}.dropdown-submenu > a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px;}.dropdown-submenu:hover > a:after{border-left-color:#fff;}.dropdown .dropdown-menu .nav-header{padding-left:20px;padding-right:20px;}.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15);}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;}.fade.in{opacity:1;}.collapse{position:relative;height:0;overflow:hidden;overflow:visible \9;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease;}.collapse.in{height:auto;}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20);}.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9;}.btn:active,.btn.active{background-color:#ccc \9;}.btn:first-child{*margin-left:0;}.btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear;}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.btn-large [class^="icon-"]{margin-top:2px;}.btn-small{padding:3px 9px;font-size:12px;line-height:18px;}.btn-small [class^="icon-"]{margin-top:0;}.btn-mini{padding:2px 6px;font-size:11px;line-height:16px;}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.btn-block + .btn-block{margin-top:5px;}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75);}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#89965a;background-image:-moz-linear-gradient(top,#91965a,#7d965a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#91965a),to(#7d965a));background-image:-webkit-linear-gradient(top,#91965a,#7d965a);background-image:-o-linear-gradient(top,#91965a,#7d965a);background-image:linear-gradient(to bottom,#91965a,#7d965a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91965a', endColorstr='#ff7c9559', GradientType=0);border-color:#7d965a #7d965a #55663d;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#7d965a;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#7d965a;*background-color:#708650;}.btn-primary:active,.btn-primary.active{background-color:#627647 \9;}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505;}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9;}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a;}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9;}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249;}.btn-success:active,.btn-success.active{background-color:#408140 \9;}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0;}.btn-info:active,.btn-info.active{background-color:#24748c \9;}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515;}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9;}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}.btn-link,.btn-link:active{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.btn-link{border-color:transparent;cursor:pointer;color:#91965a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.btn-link:hover{color:#63663d;text-decoration:underline;background-color:transparent;}.btn-group{position:relative;font-size:0;white-space:nowrap;*margin-left:.3em;}.btn-group:first-child{*margin-left:0;}.btn-group + .btn-group{margin-left:5px;}.btn-toolbar{font-size:0;margin-top:10px;margin-bottom:10px;}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1;}.btn-toolbar .btn + .btn,.btn-toolbar .btn-group + .btn,.btn-toolbar .btn + .btn-group{margin-left:5px;}.btn-group > .btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.btn-group > .btn + .btn{margin-left:-1px;}.btn-group > .btn,.btn-group > .dropdown-menu{font-size:14px;}.btn-group > .btn-mini{font-size:11px;}.btn-group > .btn-small{font-size:12px;}.btn-group > .btn-large{font-size:16px;}.btn-group > .btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}.btn-group > .btn:last-child,.btn-group > .dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}.btn-group > .btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}.btn-group > .btn.large:last-child,.btn-group > .large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}.btn-group > .btn:hover,.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active{z-index:2;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}.btn-group > .btn + .dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:5px;*padding-bottom:5px;}.btn-group > .btn-mini + .dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:2px;*padding-bottom:2px;}.btn-group > .btn-small + .dropdown-toggle{*padding-top:5px;*padding-bottom:4px;}.btn-group > .btn-large + .dropdown-toggle{padding-left:12px;padding-right:12px;*padding-top:7px;*padding-bottom:7px;}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6;}.btn-group.open .btn-primary.dropdown-toggle{background-color:#7d965a;}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406;}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f;}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351;}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4;}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222;}.btn .caret{margin-top:8px;margin-left:0;}.btn-mini .caret,.btn-small .caret,.btn-large .caret{margin-top:6px;}.btn-large .caret{border-left-width:5px;border-right-width:5px;border-top-width:5px;}.dropup .btn-large .caret{border-bottom:5px solid #000;border-top:0;}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff;}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1;}.btn-group-vertical .btn{display:block;float:none;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.btn-group-vertical .btn + .btn{margin-left:0;margin-top:-1px;}.btn-group-vertical .btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.btn-group-vertical .btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.btn-group-vertical .btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;}.btn-group-vertical .btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}.alert h4{margin:0;}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}.alert-block{padding-top:14px;padding-bottom:14px;}.alert-block > p,.alert-block > ul{margin-bottom:0;}.alert-block p + p{margin-top:5px;}.nav{margin-left:0;margin-bottom:20px;list-style:none;}.nav > li > a{display:block;}.nav > li > a:hover{text-decoration:none;background-color:#eee;}.nav > .pull-right{float:right;}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase;}.nav li + .nav-header{margin-top:9px;}.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;}.nav-list > li > a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5);}.nav-list > li > a{padding:3px 15px;}.nav-list > .active > a,.nav-list > .active > a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#91965a;}.nav-list [class^="icon-"]{margin-right:2px;}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff;}.nav-tabs,.nav-pills{*zoom:1;*zoom:1;}.nav-tabs:before,.nav-tabs:after,.nav-pills:before,.nav-pills:after{display:table;content:"";line-height:0;}.nav-tabs:after,.nav-pills:after{clear:both;}.nav-tabs > li,.nav-pills > li{float:left;}.nav-tabs > li > a,.nav-pills > li > a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}.nav-tabs{border-bottom:1px solid #ddd;}.nav-tabs > li{margin-bottom:-1px;}.nav-tabs > li > a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs > li > a:hover{border-color:#eee #eee #ddd;}.nav-tabs > .active > a,.nav-tabs > .active > a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}.nav-pills > li > a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.nav-pills > .active > a,.nav-pills > .active > a:hover{color:#fff;background-color:#91965a;}.nav-stacked > li{float:none;}.nav-stacked > li > a{margin-right:0;}.nav-tabs.nav-stacked{border-bottom:0;}.nav-tabs.nav-stacked > li > a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.nav-tabs.nav-stacked > li:first-child > a{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;}.nav-tabs.nav-stacked > li:last-child > a{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}.nav-tabs.nav-stacked > li > a:hover{border-color:#ddd;z-index:2;}.nav-pills.nav-stacked > li > a{margin-bottom:3px;}.nav-pills.nav-stacked > li:last-child > a{margin-bottom:1px;}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.nav .dropdown-toggle .caret{border-top-color:#91965a;border-bottom-color:#91965a;margin-top:6px;}.nav .dropdown-toggle:hover .caret{border-top-color:#63663d;border-bottom-color:#63663d;}.nav-tabs .dropdown-toggle .caret{margin-top:8px;}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff;}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555;}.nav > .dropdown.active > a:hover{cursor:pointer;}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav > li.dropdown.open.active > a:hover{color:#fff;background-color:#999;border-color:#999;}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100);}.tabs-stacked .open > a:hover{border-color:#999;}.tabbable{*zoom:1;*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";line-height:0;}.tabbable:after{clear:both;}.tab-content{overflow:auto;}.tabs-below > .nav-tabs,.tabs-right > .nav-tabs,.tabs-left > .nav-tabs{border-bottom:0;}.tab-content > .tab-pane,.pill-content > .pill-pane{display:none;}.tab-content > .active,.pill-content > .active{display:block;}.tabs-below > .nav-tabs{border-top:1px solid #ddd;}.tabs-below > .nav-tabs > li{margin-top:-1px;margin-bottom:0;}.tabs-below > .nav-tabs > li > a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.tabs-below > .nav-tabs > li > a:hover{border-bottom-color:transparent;border-top-color:#ddd;}.tabs-below > .nav-tabs > .active > a,.tabs-below > .nav-tabs > .active > a:hover{border-color:transparent #ddd #ddd #ddd;}.tabs-left > .nav-tabs > li,.tabs-right > .nav-tabs > li{float:none;}.tabs-left > .nav-tabs > li > a,.tabs-right > .nav-tabs > li > a{min-width:74px;margin-right:0;margin-bottom:3px;}.tabs-left > .nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;}.tabs-left > .nav-tabs > li > a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}.tabs-left > .nav-tabs > li > a:hover{border-color:#eee #ddd #eee #eee;}.tabs-left > .nav-tabs .active > a,.tabs-left > .nav-tabs .active > a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff;}.tabs-right > .nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;}.tabs-right > .nav-tabs > li > a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.tabs-right > .nav-tabs > li > a:hover{border-color:#eee #eee #eee #ddd;}.tabs-right > .nav-tabs .active > a,.tabs-right > .nav-tabs .active > a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff;}.nav > .disabled > a{color:#999;}.nav > .disabled > a:hover{text-decoration:none;background-color:transparent;cursor:default;}.navbar{overflow:visible;margin-bottom:20px;color:#555;*position:relative;*z-index:2;}.navbar-inner{min-height:40px;padding-left:20px;padding-right:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065);}.navbar .container{width:auto;}.nav-collapse.collapse{height:auto;}.navbar .brand{float:left;display:block;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#555;text-shadow:0 1px 0 #fff;}.navbar .brand:hover{text-decoration:none;}.navbar-text{margin-bottom:0;line-height:40px;}.navbar-link{color:#555;}.navbar-link:hover{color:#333;}.navbar .divider-vertical{height:40px;margin:0 9px;border-left:1px solid #f2f2f2;border-right:1px solid #fff;}.navbar .btn,.navbar .btn-group{margin-top:6px;}.navbar .btn-group .btn{margin:0;}.navbar-form{margin-bottom:0;*zoom:1;*zoom:1;}.navbar-form:before,.navbar-form:after{display:table;content:"";line-height:0;}.navbar-form:after{clear:both;}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px;}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0;}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px;}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap;}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0;}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0;}.navbar-search .search-query{margin-bottom:0;padding:4px 14px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.navbar-static-top{position:static;width:100%;margin-bottom:0;}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0;}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner,.navbar-static-top .navbar-inner{border:0;}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}.navbar-fixed-top{top:0;}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);box-shadow:inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);}.navbar-fixed-bottom{bottom:0;}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0;}.navbar .nav.pull-right{float:right;}.navbar .nav > li{float:left;}.navbar .nav > li > a{float:none;padding:10px 15px 10px;color:#555;text-decoration:none;text-shadow:0 1px 0 #fff;}.navbar .nav .dropdown-toggle .caret{margin-top:8px;}.navbar .nav > li > a:focus,.navbar .nav > li > a:hover{background-color:transparent;color:#333;text-decoration:none;}.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > .active > a:focus{color:#91965a;text-decoration:none;background-color:#e6e6e6;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-left:5px;margin-right:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;background-image:-moz-linear-gradient(top,#f2f2f2,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#f2f2f2,#e6e6e6);background-image:-o-linear-gradient(top,#f2f2f2,#e6e6e6);background-image:linear-gradient(to bottom,#f2f2f2,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}.navbar .btn-navbar:hover,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e6e6e6;*background-color:#d9d9d9;}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9;}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25);}.btn-navbar .icon-bar + .icon-bar{margin-top:3px;}.navbar .nav > li > .dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:9px;}.navbar .nav > li > .dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:10px;}.navbar-fixed-bottom .nav > li > .dropdown-menu:before{border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);border-bottom:0;bottom:-7px;top:auto;}.navbar-fixed-bottom .nav > li > .dropdown-menu:after{border-top:6px solid #fff;border-bottom:0;bottom:-6px;top:auto;}.navbar .nav li.dropdown.open > .dropdown-toggle,.navbar .nav li.dropdown.active > .dropdown-toggle,.navbar .nav li.dropdown.open.active > .dropdown-toggle{background-color:#e6e6e6;color:#91965a;}.navbar .nav li.dropdown > .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555;}.navbar .nav li.dropdown.open > .dropdown-toggle .caret,.navbar .nav li.dropdown.active > .dropdown-toggle .caret,.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{border-top-color:#91965a;border-bottom-color:#91965a;}.navbar .pull-right > li > .dropdown-menu,.navbar .nav > li > .dropdown-menu.pull-right{left:auto;right:0;}.navbar .pull-right > li > .dropdown-menu:before,.navbar .nav > li > .dropdown-menu.pull-right:before{left:auto;right:12px;}.navbar .pull-right > li > .dropdown-menu:after,.navbar .nav > li > .dropdown-menu.pull-right:after{left:auto;right:13px;}.navbar .pull-right > li > .dropdown-menu .dropdown-menu,.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu{left:auto;right:100%;margin-left:0;margin-right:-1px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}.navbar-inverse{color:#999;}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);border-color:#252525;}.navbar-inverse .brand,.navbar-inverse .nav > li > a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.navbar-inverse .brand:hover,.navbar-inverse .nav > li > a:hover{color:#fff;}.navbar-inverse .nav > li > a:focus,.navbar-inverse .nav > li > a:hover{background-color:transparent;color:#fff;}.navbar-inverse .nav .active > a,.navbar-inverse .nav .active > a:hover,.navbar-inverse .nav .active > a:focus{color:#fff;background-color:#111;}.navbar-inverse .navbar-link{color:#999;}.navbar-inverse .navbar-link:hover{color:#fff;}.navbar-inverse .divider-vertical{border-left-color:#111;border-right-color:#222;}.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{background-color:#111;color:#fff;}.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999;}.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff;}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc;}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc;}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc;}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15);outline:0;}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#040404;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000;}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9;}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.breadcrumb li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #fff;}.breadcrumb .divider{padding:0 5px;color:#ccc;}.breadcrumb .active{color:#999;}.pagination{height:40px;margin:20px 0;}.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05);}.pagination li{display:inline;}.pagination a,.pagination span{float:left;padding:0 14px;line-height:38px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0;}.pagination a:hover,.pagination .active a,.pagination .active span{background-color:#f5f5f5;}.pagination .active a,.pagination .active span{color:#999;cursor:default;}.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999;background-color:transparent;cursor:default;}.pagination li:first-child a,.pagination li:first-child span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}.pagination li:last-child a,.pagination li:last-child span{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}.pagination-centered{text-align:center;}.pagination-right{text-align:right;}.pager{margin:20px 0;list-style:none;text-align:center;*zoom:1;*zoom:1;}.pager:before,.pager:after{display:table;content:"";line-height:0;}.pager:after{clear:both;}.pager li{display:inline;}.pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.pager a:hover{text-decoration:none;background-color:#f5f5f5;}.pager .next a{float:right;}.pager .previous a{float:left;}.pager .disabled a,.pager .disabled a:hover{color:#999;background-color:#fff;cursor:default;}.modal-open .dropdown-menu{z-index:2050;}.modal-open .dropdown.open{*z-index:2050;}.modal-open .popover{z-index:2060;}.modal-open .tooltip{z-index:2080;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}.modal-backdrop.fade{opacity:0;}.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80);}div.modal{position:fixed;top:50%;left:50%;z-index:1050;overflow:auto;width:560px;margin:-250px 0 0 -280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}div.modal.fade{-webkit-transition:opacity .3s linear, top .3s ease-out;-moz-transition:opacity .3s linear, top .3s ease-out;-o-transition:opacity .3s linear, top .3s ease-out;transition:opacity .3s linear, top .3s ease-out;top:-25%;}div.modal.fade.in{top:50%;}.modal-header{padding:9px 15px;border-bottom:1px solid #eee;}.modal-header .close{margin-top:2px;}.modal-header h3{margin:0;line-height:30px;}.modal-body{overflow-y:auto;max-height:400px;padding:15px;}.modal-form{margin-bottom:0;}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1;*zoom:1;}.modal-footer:before,.modal-footer:after{display:table;content:"";line-height:0;}.modal-footer:after{clear:both;}.modal-footer .btn + .btn{margin-left:5px;margin-bottom:0;}.modal-footer .btn-group .btn + .btn{margin-left:-1px;}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}.tooltip.top{margin-top:-3px;}.tooltip.right{margin-left:3px;}.tooltip.bottom{margin-top:3px;}.tooltip.left{margin-left:-3px;}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;width:236px;padding:1px;background-color:#fff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);}.popover.top{margin-bottom:10px;}.popover.right{margin-left:10px;}.popover.bottom{margin-top:10px;}.popover.left{margin-right:10px;}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}.popover-content{padding:9px 14px;}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0;}.popover .arrow,.popover .arrow:after{position:absolute;display:inline-block;width:0;height:0;border-color:transparent;border-style:solid;}.popover .arrow:after{content:"";z-index:-1;}.popover.top .arrow{bottom:-10px;left:50%;margin-left:-10px;border-width:10px 10px 0;border-top-color:#fff;}.popover.top .arrow:after{border-width:11px 11px 0;border-top-color:rgba(0,0,0,0.25);bottom:-1px;left:-11px;}.popover.right .arrow{top:50%;left:-10px;margin-top:-10px;border-width:10px 10px 10px 0;border-right-color:#fff;}.popover.right .arrow:after{border-width:11px 11px 11px 0;border-right-color:rgba(0,0,0,0.25);bottom:-11px;left:-1px;}.popover.bottom .arrow{top:-10px;left:50%;margin-left:-10px;border-width:0 10px 10px;border-bottom-color:#fff;}.popover.bottom .arrow:after{border-width:0 11px 11px;border-bottom-color:rgba(0,0,0,0.25);top:-1px;left:-11px;}.popover.left .arrow{top:50%;right:-10px;margin-top:-10px;border-width:10px 0 10px 10px;border-left-color:#fff;}.popover.left .arrow:after{border-width:11px 0 11px 11px;border-left-color:rgba(0,0,0,0.25);bottom:-11px;right:-1px;}.thumbnails{margin-left:-20px;list-style:none;*zoom:1;*zoom:1;}.thumbnails:before,.thumbnails:after{display:table;content:"";line-height:0;}.thumbnails:after{clear:both;}.row-fluid .thumbnails{margin-left:0;}.thumbnails > li{float:left;margin-bottom:20px;margin-left:20px;}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}a.thumbnail:hover{border-color:#91965a;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25);}.thumbnail > img{display:block;max-width:100%;margin-left:auto;margin-right:auto;}.thumbnail .caption{padding:9px;color:#555;}.label,.badge{font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999;}.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}a.label:hover,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer;}.label-important,.badge-important{background-color:#b94a48;}.label-important[href],.badge-important[href]{background-color:#953b39;}.label-warning,.badge-warning{background-color:#f89406;}.label-warning[href],.badge-warning[href]{background-color:#c67605;}.label-success,.badge-success{background-color:#468847;}.label-success[href],.badge-success[href]{background-color:#356635;}.label-info,.badge-info{background-color:#3a87ad;}.label-info[href],.badge-info[href]{background-color:#2d6987;}.label-inverse,.badge-inverse{background-color:#333;}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}.btn .label,.btn .badge{position:relative;top:-1px;}.btn-mini .label,.btn-mini .badge{top:0;}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;}to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.progress .bar{width:0%;height:100%;color:#fff;float:left;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease;}.progress .bar + .bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}.accordion{margin-bottom:20px;}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.accordion-heading{border-bottom:0;}.accordion-heading .accordion-toggle{display:block;padding:8px 15px;}.accordion-toggle{cursor:pointer;}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5;}.carousel{position:relative;margin-bottom:20px;line-height:1;}.carousel-inner{overflow:hidden;width:100%;position:relative;}.carousel .item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left;}.carousel .item > img{display:block;line-height:1;}.carousel .active,.carousel .next,.carousel .prev{display:block;}.carousel .active{left:0;}.carousel .next,.carousel .prev{position:absolute;top:0;width:100%;}.carousel .next{left:100%;}.carousel .prev{left:-100%;}.carousel .next.left,.carousel .prev.right{left:0;}.carousel .active.left{left:-100%;}.carousel .active.right{left:100%;}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);}.carousel-control.right{left:auto;right:15px;}.carousel-control:hover{color:#fff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;background:#333;background:rgba(0,0,0,0.75);}.carousel-caption h4,.carousel-caption p{color:#fff;line-height:20px;}.carousel-caption h4{margin:0 0 5px;}.carousel-caption p{margin-bottom:0;}.hero-unit{padding:60px;margin-bottom:30px;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;}.hero-unit p{font-size:18px;font-weight:200;line-height:30px;color:inherit;}.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}.clearfix:after{clear:both;}.hide-text{font:a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.hidden{display:none;visibility:hidden;}.visible-phone{display:none !important;}.visible-tablet{display:none !important;}.hidden-desktop{display:none !important;}.visible-desktop{display:inherit !important;}@media (min-width: 768px) and (max-width: 979px){.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-tablet{display:inherit !important;}.hidden-tablet{display:none !important;}}@media (max-width: 767px){.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-phone{display:inherit !important;}.hidden-phone{display:none !important;}}@media (min-width: 1200px){.row{margin-left:-30px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}.row:after{clear:both;}[class*="span"]{float:left;margin-left:30px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px;}.span12{width:1170px;}.span11{width:1070px;}.span10{width:970px;}.span9{width:870px;}.span8{width:770px;}.span7{width:670px;}.span6{width:570px;}.span5{width:470px;}.span4{width:370px;}.span3{width:270px;}.span2{width:170px;}.span1{width:70px;}.offset12{margin-left:1230px;}.offset11{margin-left:1130px;}.offset10{margin-left:1030px;}.offset9{margin-left:930px;}.offset8{margin-left:830px;}.offset7{margin-left:730px;}.offset6{margin-left:630px;}.offset5{margin-left:530px;}.offset4{margin-left:430px;}.offset3{margin-left:330px;}.offset2{margin-left:230px;}.offset1{margin-left:130px;}.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .span12{width:100%;*width:99.94680851063829%;}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%;}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%;}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%;}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%;}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%;}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%;}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%;}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%;}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%;}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%;}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%;}.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%;}.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%;}.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%;}.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%;}.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%;}.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%;}.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%;}.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%;}.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%;}.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%;}.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%;}.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%;}.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%;}.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%;}.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%;}.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%;}.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%;}.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%;}.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%;}.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%;}.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%;}.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%;}.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%;}.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%;}input,textarea,.uneditable-input{margin-left:0;}.controls-row [class*="span"]+[class*="span"]{margin-left:30px;}input.span12,textarea.span12,.uneditable-input.span12{width:1156px;}input.span11,textarea.span11,.uneditable-input.span11{width:1056px;}input.span10,textarea.span10,.uneditable-input.span10{width:956px;}input.span9,textarea.span9,.uneditable-input.span9{width:856px;}input.span8,textarea.span8,.uneditable-input.span8{width:756px;}input.span7,textarea.span7,.uneditable-input.span7{width:656px;}input.span6,textarea.span6,.uneditable-input.span6{width:556px;}input.span5,textarea.span5,.uneditable-input.span5{width:456px;}input.span4,textarea.span4,.uneditable-input.span4{width:356px;}input.span3,textarea.span3,.uneditable-input.span3{width:256px;}input.span2,textarea.span2,.uneditable-input.span2{width:156px;}input.span1,textarea.span1,.uneditable-input.span1{width:56px;}.thumbnails{margin-left:-30px;}.thumbnails>li{margin-left:30px;}.row-fluid .thumbnails{margin-left:0;}}@media (min-width: 768px) and (max-width: 979px){.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}.row:after{clear:both;}[class*="span"]{float:left;margin-left:20px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px;}.span12{width:724px;}.span11{width:662px;}.span10{width:600px;}.span9{width:538px;}.span8{width:476px;}.span7{width:414px;}.span6{width:352px;}.span5{width:290px;}.span4{width:228px;}.span3{width:166px;}.span2{width:104px;}.span1{width:42px;}.offset12{margin-left:764px;}.offset11{margin-left:702px;}.offset10{margin-left:640px;}.offset9{margin-left:578px;}.offset8{margin-left:516px;}.offset7{margin-left:454px;}.offset6{margin-left:392px;}.offset5{margin-left:330px;}.offset4{margin-left:268px;}.offset3{margin-left:206px;}.offset2{margin-left:144px;}.offset1{margin-left:82px;}.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .span12{width:100%;*width:99.94680851063829%;}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%;}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%;}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%;}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%;}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%;}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%;}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%;}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%;}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%;}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%;}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%;}.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%;}.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%;}.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%;}.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%;}.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%;}.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%;}.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%;}.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%;}.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%;}.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%;}.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%;}.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%;}.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%;}.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%;}.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%;}.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%;}.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%;}.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%;}.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%;}.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%;}.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%;}.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%;}.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%;}.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%;}input,textarea,.uneditable-input{margin-left:0;}.controls-row [class*="span"]+[class*="span"]{margin-left:20px;}input.span12,textarea.span12,.uneditable-input.span12{width:710px;}input.span11,textarea.span11,.uneditable-input.span11{width:648px;}input.span10,textarea.span10,.uneditable-input.span10{width:586px;}input.span9,textarea.span9,.uneditable-input.span9{width:524px;}input.span8,textarea.span8,.uneditable-input.span8{width:462px;}input.span7,textarea.span7,.uneditable-input.span7{width:400px;}input.span6,textarea.span6,.uneditable-input.span6{width:338px;}input.span5,textarea.span5,.uneditable-input.span5{width:276px;}input.span4,textarea.span4,.uneditable-input.span4{width:214px;}input.span3,textarea.span3,.uneditable-input.span3{width:152px;}input.span2,textarea.span2,.uneditable-input.span2{width:90px;}input.span1,textarea.span1,.uneditable-input.span1{width:28px;}}@media (max-width: 767px){body{padding-left:20px;padding-right:20px;}.navbar-fixed-top,.navbar-fixed-bottom{margin-left:-20px;margin-right:-20px;}.container-fluid{padding:0;}.dl-horizontal dt{float:none;clear:none;width:auto;text-align:left;}.dl-horizontal dd{margin-left:0;}.container{width:auto;}.row-fluid{width:100%;}.row,.thumbnails{margin-left:0;}.thumbnails>li{float:none;margin-left:0;}[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:auto;margin-left:0;}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto;}div.modal{position:fixed;top:20px;left:20px;right:20px;width:auto;margin:0;}div.modal.fade.in{top:auto;}}@media (max-width: 480px){.nav-collapse{-webkit-transform:translate3d(0,0,0);}.page-header h1 small{display:block;line-height:20px;}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc;}.form-horizontal .control-group>label{float:none;width:auto;padding-top:0;text-align:left;}.form-horizontal .controls{margin-left:0;}.form-horizontal .control-list{padding-top:0;}.form-horizontal .form-actions{padding-left:10px;padding-right:10px;}div.modal{top:10px;left:10px;right:10px;}.modal-header .close{padding:10px;margin:-10px;}.carousel-caption{position:static;}}@media (max-width: 979px){body{padding-top:0;}.navbar-fixed-top,.navbar-fixed-bottom{position:static;}.navbar-fixed-top{margin-bottom:20px;}.navbar-fixed-bottom{margin-top:20px;}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px;}.navbar .container{width:auto;padding:0;}.navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px;}.nav-collapse{clear:both;}.nav-collapse .nav{float:none;margin:0 0 10px;}.nav-collapse .nav>li{float:none;}.nav-collapse .nav>li>a{margin-bottom:2px;}.nav-collapse .nav>.divider-vertical{display:none;}.nav-collapse .nav .nav-header{color:#555;text-shadow:none;}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#555;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px;}.nav-collapse .nav>li>a:hover,.nav-collapse .dropdown-menu a:hover{background-color:#f2f2f2;}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:hover{background-color:#111;}.nav-collapse.in .btn-group{margin-top:5px;padding:0;}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;float:none;display:block;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none;}.nav-collapse .dropdown-menu .divider{display:none;}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0;}.nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0;}.navbar .btn-navbar{display:block;}.navbar-static .navbar-inner{padding-left:10px;padding-right:10px;}}@media (min-width: 980px){.nav-collapse.collapse{height:auto !important;overflow:visible !important;}}.pull-right{float:right;}.pull-left{float:left;}.hide{display:none;}.show{display:block;}.invisible{visibility:hidden;}.affix{position:fixed;}body#stylef1,body#stylef2,body#stylef3,body#stylef4,body#stylef5,body#stylef6,body#stylef7,body#stylef8,body#stylef9,body#stylef10,body#stylef11,body#stylef12,body#stylef13,body#stylef14,body#stylef15,body#stylef16{background:#000 url(./templates/hdchannel/images/imagem_fundo.jpg) no-repeat top center;color:#929292;}#yjsg2,#yjsg3,#yjsg4,#yjsg5,#pathway{-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;-khtml-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;-moz-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;}#yjsg6{background:#171717;}#yjsg7{background:#090909;}.yjsg6_bottom{background:#3d3d3d;}#logo{background:url(./templates/hdchannel/images/green/logo.png) no-repeat 0px 0px;}#yjsgheadergrid{color:#fff;}#pathway .yjsg_breadcrumbs a.pathway{background:url(./templates/hdchannel/images/arrow.png) no-repeat right center;}#footer{color:#91965a;}a{color:#121212;}a:focus,a:hover{color:#91965a;}#footmod a,#footmod a:visited
#cp a,#cp a:visited,#joomlacgreenit a,#joomlacgreenit a:visited,#pathway a,#pathway a:visited{color:#91965a;}#footmod a:hover,#footmod a:focus,#cp a:focus,#cp a:hover,#joomlacgreenit a:focus,#joomlacgreenit a:hover,#pathway a:focus,#pathway a:hover{color:#91965a;}h1,h2,h3,h4,h5,h6{color:#91965a;}.small,.createdate,.modifydate,.createby{text-transform:uppercase;color:#474747;font-size:10px;}.pagetitle,.article_title{color:#121212;}.yjsg-morearticles h3{border:none;}fieldset,#article-index ul{border:1px solid #dcdcdc;}#article-index ul li{border-bottom:1px solid #dcdcdc;}#article-index ul li:last-child{border:none;}.yjsquare_in fieldset{border:none;}.inputbox{background:#fff;border:1px solid #dbdbdb;}.inputbox:hover,.inputbox:focus{background:#fff;border:1px solid #cdcdcd;}.button,.button:hover,.button:focus,.validate{background:#91965a;border:none;color:#fff;-webkit-box-shadow:none !important;-khtml-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;text-shadow:none;}a.readon,a.readon:hover,a.readon:focus{background:#91965a;border:none;color:#fff;-webkit-box-shadow:none !important;-khtml-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;text-shadow:none;}a.readon:hover{background:#121212;color:#fff;}.yjsquare h2.module_title{color:#121212;}.yjsquare h2.module_title span{color:#121212;}#yjsgheadergrid .yjsquare h2.module_title,#yjsg6 .yjsquare h2.module_title,#yjsg7 .yjsquare h2.module_title{color:#fff;}#yjsgheadergrid .yjsquare h2.module_title span,#yjsg6 .yjsquare h2.module_title span,#yjsg7 .yjsquare h2.module_title span{color:#fff;}.horiznav{background:url(./templates/hdchannel/images/green/topmenu/horiz_bg.png) repeat-x 0 bottom;}.YJSG_listContainer{background:none;}.horiznav ul li a span.yjm_desc{color:#515151;}.horiznav ul li.active a span.yjm_desc,.horiznav ul li a:hover span.yjm_desc,.horiznav ul li.sfHover a span.yjm_desc{color:#fff;}.horiznav ul li{background:url(./templates/hdchannel/images/green/topmenu/normal_l.png) no-repeat left center;}.horiznav ul li a,.horiznav ul li a:visited{color:#fff;background:url(./templates/hdchannel/images/green/topmenu/normal_r.png) no-repeat right center;}.horiznav ul li.haschild{background:url(./templates/hdchannel/images/green/topmenu/normal_l_haschild.png) no-repeat left center;}.horiznav ul li:hover,.horiznav ul li.sfHover{background:url(./templates/hdchannel/images/green/topmenu/hover_l.png) no-repeat left center;}.horiznav ul li a:hover,.horiznav ul li:hover a,.horiznav ul li.sfHover a,.horiznav ul li.sfHoverHas a{color:#fff;background:url(./templates/hdchannel/images/green/topmenu/hover_r.png) no-repeat right center;}.horiznav ul li.haschild:hover{background:url(./templates/hdchannel/images/green/topmenu/hover_l_haschild.png) no-repeat left center;}.horiznav ul li.haschild a:hover{color:#fff;}.horiznav li#current,.horiznav li.active{background:url(./templates/hdchannel/images/green/topmenu/active_l.png) no-repeat left center;}.horiznav li#current a,.horiznav li.active a,.horiznav li.active a:visited,.horiznav li.active.sfHover a:visited,.horiznav li.active.sfHoverHas a:visited{color:#fff;background:url(./templates/hdchannel/images/green/topmenu/active_r.png) no-repeat right center;}.horiznav li#current.haschild,.horiznav li.haschild,.horiznav ul li.haschild.active,.horiznav ul li.sfHoverHas{background:url(./templates/hdchannel/images/green/topmenu/active_l_haschild.png) no-repeat left center;}.horiznav li#current:hover,.horiznav li#current.sfHover,.horiznav li.active:hover,.horiznav li.active.sfHover{background:url(./templates/hdchannel/images/green/topmenu/active_l.png) no-repeat left center;}.horiznav li#current a:hover,.horiznav li#current.sfHover a:hover,.horiznav li.active a:hover{color:#fff;background:url(./templates/hdchannel/images/green/topmenu/active_r.png) no-repeat right center;}.horiznav li#current.haschild:hover,.horiznav li#current.haschild.sfHoverHas,.horiznav li#current.active.sfHover{background:url(./templates/hdchannel/images/green/topmenu/active_l_haschild.png) no-repeat left center;}ul.subul_main.group_holder,.subul_main li.has_modpoz div.yj_menu_module_holder,.subul_main li.has_module div.yj_menu_module_holder,.subul_main li.haschild div.yj_menu_module_holder,.horiznav ul ul.subul_main.dropline{background:#090909;}.horiznav ul ul.subul_main.dropline ul a,.horiznav ul ul.subul_main.dropline ul a:hover,ul.subul_main.dropline div.yj_menu_module_holder{border-bottom:1px solid #353535 !important;}.top_menu ul.subul_main li a{background:#090909;border-bottom:1px solid #353535;color:#fff;}.top_menu ul.subul_main li a:visited{color:#fff;background:#090909;}.top_menu ul.subul_main li a:hover{background:#91965a;color:#fff;}.top_menu ul.subul_main li,.top_menu ul.subul_main li.active,.top_menu ul.subul_main li.active:visited,.top_menu ul.subul_main li.active:hover,.top_menu ul.subul_main li:hover,.top_menu ul.subul_main li:visited,.top_menu ul.subul_main li#current,.top_menu ul.subul_main li#current:hover{border:none;background:none;}.top_menu li#current ul.subul_main li a,.top_menu li.active ul.subul_main li a{background:#090909;color:#fff;}.top_menu li#current ul.subul_main li a:hover,.top_menu li.active ul.subul_main li a:hover,.top_menu li#current.sfHover ul.subul_main li a:hover,.top_menu li.active.sfHover ul.subul_main li a:hover{background:#91965a;color:#fff;}.top_menu ul.subul_main li#current a,.top_menu ul.subul_main li.haschild.active span.subparent a{background:#91965a;color:#fff;}.top_menu ul.subul_main li#current a:hover,.top_menu ul.subul_main li#current.sfHover,.top_menu ul.subul_main li.haschild.active span.subparent a:hover{background:#91965a;color:#fff;}ul.subul_main li.haschild span.child a,ul.subul_main ul.subul_main li.haschild span.child a,ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a,ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a{background-image:url(./templates/hdchannel/images/green/topmenu/arrow_right.png) !important;background-repeat:no-repeat !important;background-position:95% 50% !important;}ul.subul_main li.haschild span.child a:hover,ul.subul_main ul.subul_main li.haschild span.child a:hover,ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover,ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover{background-image:url(./templates/hdchannel/images/green/topmenu/arrow_down.png) !important;background-repeat:no-repeat !important;background-position:95% 50% !important;}.horiznav li li.sfHover ul,.horiznav li li.sfHoverHas ul,.top_menu ul.subul_main.isie{background:#292929;}.horiznav li.tl,.horiznav li.tl:hover{background:transparent url(./templates/hdchannel/images/green/topmenu/corners/tl.png) !important;}.horiznav li.tr,.horiznav li.tr:hover{background:transparent url(./templates/hdchannel/images/green/topmenu/corners/tr.png) no-repeat right top !important;}.horiznav li.br,.horiznav li.br:hover{background:transparent url(./templates/hdchannel/images/green/topmenu/corners/br.png) no-repeat right bottom !important;}.horiznav li.bl,.horiznav li.bl:hover{background:transparent url(./templates/hdchannel/images/green/topmenu/corners/bl.png) no-repeat left bottom !important;}.horiznav li.right,.horiznav li.right:hover{background:transparent url(./templates/hdchannel/images/green/topmenu/corners/right.png) no-repeat right bottom !important;}.top_menu .horiznav .group_holder li.haschild a,.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a{color:#fff;border:none;background:none;}.top_menu .horiznav .group_holder li.haschild a:hover,.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a:hover{color:#91965a;background:090909;}.top_menu .horiznav .group_holder li.haschild li a,.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a{color:#fff;border-bottom:1px solid #353535;background:#090909;}.top_menu .horiznav .group_holder li.haschild li a:hover,.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a:hover{color:#fff;background:#91965a;}span.separator{background:#090909;border-bottom:1px solid #353535;color:#fff;}div.yj_menu_module_holder .yjsquare_in a:link,div.yj_menu_module_holder .yjsquare_in a:visited{color:#3c3c3c !important;}div.yj_menu_module_holder .yjsquare_in a:focus,div.yj_menu_module_holder .yjsquare_in a:hover{color:#fff !important;}#mainlevel li a,.menu li a,a.mainlevel{background:url(./templates/hdchannel/images/green/mainlevel.png) no-repeat left top;color:#91965a;}#mainlevel li a:hover,#mainlevel a#active_menu:link,#mainlevel a#active_menu:visited,a.mainlevel:hover,a.mainlevel#active_menu,#mainlevel li a:hover,#mainlevel a#active_menu:link,#mainlevel a#active_menu:visited,.menu li a:hover,.menu li.active a{background:url(./templates/hdchannel/images/green/mainlevel.png) no-repeat left bottom;}a.sublevel{background:url(./templates/hdchannel/images/green/bodyli.png) no-repeat 5px 9px;}a.sublevel:hover{text-decoration:underline;}#footmod a.mainlevel:hover,#footmod a.mainlevel:active,#footmod a.mainlevel:focus,#mainlevel li a:hover,#mainlevel a#active_menu:link,#mainlevel a#active_menu:visited,a.mainlevel#active_menu,a.sublevel,a.sublevel:hover,a.sublevel:active,a.sublevel:focus,#active_menu,a.mainlevel:hover,a.mainlevel:active,a.mainlevel:focus,li.active a,li.parent a,.menu li a:hover{color:#121212;}li.active ul li a,a.sublevel#active_menu{color:#121212;}li.active ul li a:hover,li.active ul li.active a{color:#91965a;background:url(./templates/hdchannel/images/green/mainlevel.png) no-repeat left top;}ul li{background:url(./templates/hdchannel/images/green/bodyli.png) no-repeat 0px 6px;}div.userpages{background:none;border:none;text-shadow:none;}div.userpageswrap.offline div.userpages{border:none;background:#fff;}#smallmenu ul li a{color:#121212;}#smallmenu ul li a:hover{color:#91965a;}#header:before{border-color:#eee transparent transparent #eee;}#header:after{border-color:#eee #eee transparent transparent;}#centerbottom{background:#f9f9f9;-webkit-box-shadow:0px -10px 5px 0px #d0d0d0;box-shadow:0px -10px 5px 0px #d0d0d0;}.hdclm .poping_links{background:url(./templates/hdchannel/images/green/userlogin.png) no-repeat right top;}.hdclm #login_pop{background:#121212;color:#fff;}.hdclm #login_pop .inputbox{color:#726f6f;background:#242424;-webkit-box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;}.hdclm #login_pop .yjpop_user,.hdclm #login_pop .yjpop_pass{color:#fff;}.hdclm #login_pop .yjpop_user:hover,.hdclm #login_pop .yjpop_pass:hover{color:#91965a;}.hdclm #josForm{border-left:1px solid #313131;}.hdclm .popyjreg .inputbox{color:#726f6f;background:#242424;-webkit-box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;}.hdclm #closeLogin{background:#fff;color:#121212;}.hdclm #login-form{background:url(./templates/hdchannel/images/green/userlogout.png) no-repeat right top;}.hdcls .yj_inputbox{color:#fff;background:#787c4b;-webkit-box-shadow:inset 1px 1px 0px 0px #60633c, 1px 1px 0px 0px #a6ac68;box-shadow:inset 1px 1px 0px 0px #60633c, 1px 1px 0px 0px #a6ac68;}.hdcls .button{background:url(./templates/hdchannel/images/lupe.png) no-repeat center top;}.hdcls .button:hover{background:url(./templates/hdchannel/images/lupe.png) no-repeat center bottom;}.LiveSearchResults{background:#91965a;color:#fff;}.LiveSearchResults .LiveSearchResult,.LiveSearchResults .LiveSearchResultHover{background:#91965a;border-bottom:1px solid #a6ac68;color:#fff;}.LiveSearchResults a{color:#fff !important;}.LiveSearchResults .LiveSearchResultHover a{color:#121212 !important;}.LiveSearchResults .LiveSearchExpandDetails,.LiveSearchResults .LiveSearchExpandDetails a:hover,.LiveSearchResults .LiveSearchExpandDetails a.hovegreen{background:url(./templates/hdchannel/images/info.png) no-repeat left center;}.LiveSearchResults .LiveSearchResultHover .LiveSearchExpandDetails{background:url(./templates/hdchannel/images/info.png) no-repeat -15px center;}.LiveSearchContainer .noResults{color:#fff;}.LiveSearchResults a.next,.LiveSearchResults a.back{background:#787c4b;color:#fff !important;-webkit-box-shadow:inset 1px 1px 0px 0px #60633c, 1px 1px 0px 0px #a6ac68;box-shadow:inset 1px 1px 0px 0px #60633c, 1px 1px 0px 0px #a6ac68;}.LiveSearchResults a.next:hover,.LiveSearchResults a.back:hover{background:#787c4b;color:#121212 !important;}.horiznav ul li.active ul li a span.yjm_desc{color:#515151;}.horiznav ul li.active ul li#current a span.yjm_desc,.horiznav ul li.active ul li a:hover span.yjm_desc{color:#fff;}.horiznav ul li.active ul li:hover span a:hover,.horiznav ul li.active ul li:hover a:hover,.horiznav ul li.active ul li.active ul li.active ul li span a:hover{color:#fff !important;}.yj_menu_module_holder{color:#515151;}.yj_menu_module_holder h2.module_title,.yj_menu_module_holder h2.module_title span{color:#fff !important;}ul.subul_main.dropline.level1 li a{-webkit-box-shadow:inset -1px 0px 0px 0px #353535;box-shadow:inset -1px 0px 0px 0px #353535;}.top_menu ul.subul_main.level1 li.active a span.yjm_desc{color:#fff;}.top_menu ul.subul_main.level1 li.active a{background-image:url(./templates/hdchannel/images/green/topmenu/arrow_down.png) no-repeat !important;}.hdcis .YJSlide_intro{color:#efefef;}.hdcis h4{color:#fff !important;background:#91965a;}.hdcis .is_introholder{background:url(./templates/hdchannel/images/is_decbg.png) repeat;}.is_rm{background:url(./templates/hdchannel/images/green/is_rm.png) no-repeat left top;}.is_rm:hover{background:url(./templates/hdchannel/images/green/is_rm.png) no-repeat left bottom;}.hdcis .navContainer_inside{background:#f9f9f9;}.hdcis .navContainer_inside:before{border-color:transparent #f9f9f9 #f9f9f9 transparent;}.hdcis .navContainer_inside:after{border-color:transparent transparent #f9f9f9 #f9f9f9;}.hdcis .bnav:link,.hdcis .bnav:visited{background:url(./templates/hdchannel/images/green/point_navigation.png) no-repeat left -11px;}.hdcis .bnav:hover{background:url(./templates/hdchannel/images/green/point_navigation.png) no-repeat left top;}.hdcis .bnav.active{background:url(./templates/hdchannel/images/green/point_navigation.png) no-repeat left top;}.isnav_shadow{background:url(./templates/hdchannel/images/is_shadow.png) no-repeat center top;}.template_readmore{background:#91965a;color:#fff;}.template_readmore:hover{color:#fff;background:#121212;}.template_readmore2{background:#91965a;color:#fff;}.template_readmore2:hover{color:#121212;background:#91965a;}.hdcmt ul#tabs li{color:#121212;}.hdcmt ul#tabs li:after{border-color:transparent #000 transparent transparent;}.hdcmt ul#tabs li:hover,.hdcmt ul#tabs li.selected{background:#91965a;color:#fff;}.hdcmt .yy_container_out,.hdcmt #yy_container_intheaters,.hdcmt #yy_container_comingsoon,.hdcmt #yy_container_bestof2012{background:#f9f9f9 !important;}.hdcmt .yy_container .linkForward,.hdcmt .yy_container .linkBackward,.hdcym .yy_container .linkForward,.hdcym .yy_container .linkBackward,.hdcym2 .yy_container .linkForward,.hdcym2 .yy_container .linkBackward,.hdcym3 .yy_container .linkForward,.hdcym3 .yy_container .linkBackward{background:url(./templates/hdchannel/images/green/york_arrow_right.png) no-repeat left bottom;}.hdcmt .yy_container .linkBackward{background:url(./templates/hdchannel/images/green/york_arrow_left.png) no-repeat left bottom;}.hdcym .yy_container .linkBackward,.hdcym2 .yy_container .linkBackward,.hdcym3 .yy_container .linkBackward{background:url(./templates/hdchannel/images/green/york_arrow_left.png) no-repeat left bottom;}.hdcym2 .yy_container .linkBackward{background:url(./templates/hdchannel/images/green/york_arrow_left2.png) no-repeat left bottom;}.hdcym2 .yy_container .linkForward{background:url(./templates/hdchannel/images/green/york_arrow_right2.png) no-repeat left bottom;}.hdcmt ul.yy_bottom_navigation li a,.hdcym ul.yy_bottom_navigation li a,.hdcym2 ul.yy_bottom_navigation li a,.hdcym3 ul.yy_bottom_navigation li a{background:url(./templates/hdchannel/images/green/point_navigation.png) no-repeat left bottom;}.hdcym2 ul.yy_bottom_navigation li a{background:url(./templates/hdchannel/images/green/point_navigation2.png) no-repeat left bottom;}.hdcmt .yjme_item a.item_title{color:#91965a;}.hdcmt .yjme_item a.item_title:hover{color:#121212;}.hdcmt .yjme_item div.item_details{color:#474747;}.hdcym .yjsquare_in{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #fff;background:#eee !important;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#eee),color-stop(25%,#f9f9f9)) !important;background:-webkit-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-o-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-ms-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:linear-gradient(135deg,#eee 0%,#f9f9f9 25%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f9f9f9',GradientType=1) !important;}.hdcym .yjme_item_in{border-bottom:1px solid #dbdbdb;}.hdcym .yjme_item a.item_title{color:#91965a;}.hdcym .yjme_item a.item_title:hover{color:#121212;}.hdcym .yjme_item div.item_details{color:#474747;}.hdcym2 .yjme_item a.item_title{color:#fff;}.hdcym2 .yjme_item a.item_title:hover{color:#91965a;}.hdcym2 .yjme_item p.item_intro{color:#808080;}.hdcym2 .yjme_item div.item_details{color:#606060;border-bottom:1px solid #313131;border-top:1px solid #313131;}.hdcym2 .yjme_item div.item_details a{color:#606060;}.hdcym2 .yjme_item div.item_details a:hover{color:#91965a;}.hdcym2 .item_details .item_category:after,.hdcym2 .item_details .item_cdate:after,.hdcym2 .item_details .item_author:after{border-color:transparent #313131 transparent transparent;}.hdcym2 .yjme_item a.item_readmore{color:#fff;background:#91965a;}.hdcym2 .yjme_item a.item_readmore:hover{color:#121212;}.custom2{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}.hdcym3 .yjme_item a.item_title{color:#91965a;}.hdcym3 .yjme_item a.item_title:hover{color:#121212;}.hdcym3 .yjme_item div.item_details{color:#474747;}.hdcsm p{color:#efefef;}.hdcsm .inputbox_email{color:#726f6f;background:#242424;-webkit-box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;}.hdcsm .subscribe_button{background:#91965a;color:#fff;}.socials a{border-left:1px solid #3d3d3d;}.yj_facebook{background:url(./templates/hdchannel/images/yjfacebook.png) no-repeat left top;}.yj_youtube{background:url(./templates/hdchannel/images/yjyoutube.png) no-repeat left top;}.yj_youtube{background:url(./templates/hdchannel/images/yjyoutube.png) no-repeat left top;}.yj_twitter{background:url(./templates/hdchannel/images/yjtwitter.png) no-repeat left top;}.yj_skype{background:url(./templates/hdchannel/images/yjskype.png) no-repeat left top;}.yj_linkedin{background:url(./templates/hdchannel/images/yjlinkedin.png) no-repeat left top;}.yj_flickr{background:url(./templates/hdchannel/images/yjflickr.png) no-repeat left top;}.yj_googleplus{background:url(./templates/hdchannel/images/yjgoogleplus.png) no-repeat left top;border-right:1px solid #3d3d3d;}.template_list li a{color:#868686;background:url(./templates/hdchannel/images/green/template_list_normal.png) no-repeat left center;}.template_list li a:hover{color:#91965a;background:url(./templates/hdchannel/images/green/template_list_hover.png) no-repeat left center;}.hdctm .yj_twitter_cont{border-bottom:1px solid #2d2d2d;background:url(./templates/hdchannel/images/green/template_list_normal.png) no-repeat left center;}.hdctm a{color:#868686 !important;}.hdctm a:hover{color:#91965a !important;}.hdccm .template_readmore:hover{background:#91965a;color:#121212;}.yj1,.yj2{background:#090909;}.yj2{color:#fff;background:#91965a;}.yj1 h2.module_title,.yj2 h2.module_title{color:#fff !important;border-bottom:1px solid #313131;}.yj2 h2.module_title{border-bottom:1px solid #a6ac68;}.yj1 h2.module_title span,.yj2 h2.module_title span{color:#fff !important;}.yj1:after,.yj2:after{border-color:#f9f9f9 #f9f9f9 transparent transparent;}.hdcmt ul#tabs,.hdcmt #yy_container_intheaters,.hdcmt #yy_container_comingsoon,.hdcmt #yy_container_bestof2012{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;background:#f9f9f9 !important;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;background:-webkit-gradient(linear,left bottom,right top,color-stop(74%,#f9f9f9),color-stop(100%,#eee));background:-webkit-linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;background:-o-linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;background:-ms-linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;background:linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#eeeeee',GradientType=1);}#holder #insetblock,#holder #rightblock,#holder2 #insetblock,#holder2 #rightblock,#holder2 #leftblock,#holder2 #insetsholder_2t,#holder2 #insetsholder_2b{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #dbdbdb, inset 2px 0px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #dbdbdb, inset 2px 0px 0px 0px #fff;background:#eee !important;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#eee),color-stop(25%,#f9f9f9)) !important;background:-webkit-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-o-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-ms-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:linear-gradient(135deg,#eee 0%,#f9f9f9 25%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f9f9f9',GradientType=1) !important;}#holder #leftblock,#holder3 #insetblock,#holder3 #rightblock,#holder3 #leftblock,#holder3 #insetsholder_3t,#holder3 #insetsholder_3b,#holder3 .hdcym .yjsquare_in{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset -1px 0px 0px 0px #dbdbdb, inset -2px 0px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset -1px 0px 0px 0px #dbdbdb, inset -2px 0px 0px 0px #fff;background:#eee !important;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-linear-gradient(45deg,#eee 0%,#f9f9f9 25%) !important;background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#eee),color-stop(25%,#f9f9f9)) !important;background:-webkit-linear-gradient(45deg,#eee 0%,#f9f9f9 25%) !important;background:-o-linear-gradient(45deg,#eee 0%,#f9f9f9 25%) !important;background:-ms-linear-gradient(45deg,#eee 0%,#f9f9f9 25%) !important;background:linear-gradient(-135deg,#eee 0%,#f9f9f9 25%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f9f9f9',GradientType=1) !important;}#holder3 .hdcym .yjsquare_in{padding:0 15px 0 0;box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;}#holder3 .hdcmt ul#tabs li{margin:15px 0 15px 25px;}#holder3 .hdcym2.yj1{margin:15px 15px 15px 0 !important;}span.dropcap,span.bignumber{color:#91965a;}div.itemListCategory h2{color:#121212;}div.catItemView{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}div.catItemHeader h3.catItemTitle a{color:#91965a;}div.catItemHeader h3.catItemTitle a:hover{color:#121212;}div.catItemHeader span.catItemDateCreated{color:#474747;}span.catItemDateModified{color:#929292;}div.catItemHitsBlock,div.catItemCategory,div.catItemTagsBlock{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;}div.catItemCategory span,div.catItemTagsBlock span{color:#929292;}div.catItemTagsBlock ul.catItemTags li{background:#91965a;}div.catItemTagsBlock ul.catItemTags li a,div.catItemTagsBlock ul.catItemTags li a:hover{color:#fff;}div.catItemTagsBlock ul.catItemTags li:after{border-color:#f9f9f9 #f9f9f9 transparent transparent;}div.catItemTagsBlock ul.catItemTags li:hover{background:#121212;}div.itemHeader{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}div.itemHeader h2.itemTitle{color:#91965a;line-height:35px;}div.itemHeader span.itemDateCreated{color:#474747;}div.itemContentFooter,div.itemRatingBlock,div.pre25SocialLinks,div.itemCategory,div.itemTagsBlock{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}span.preSocialsTitle,div.itemCategory span,div.itemTagsBlock span{color:#929292;}div.itemTagsBlock ul.itemTags li{background:#91965a;}div.itemTagsBlock ul.itemTags li:after{border-color:#f9f9f9 #f9f9f9 transparent transparent;}div.itemTagsBlock ul.itemTags li:hover{background:#121212;}div.itemTagsBlock ul.itemTags li a{color:#fff;}div.itemTagsBlock ul.itemTags li a:hover{color:#fff;}div.itemAuthorLatest h3,div.itemRelated h3{color:#91965a;}div.itemAuthorLatest ul li,div.itemRelated ul li{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}div.itemComments ul.itemCommentsList li{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}h3.itemCommentsCounter{color:#91965a;}div.itemComments ul.itemCommentsList li span.commentAuthorName{color:#121212;}div.itemComments ul.itemCommentsList li span.commentDate{color:#868686;}div.itemCommentsForm h3{color:#91965a;}div.itemCommentsForm p.itemCommentsFormNotes{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;}form#comment-form .inputbox{color:#b7b7b7;box-shadow:1px 1px 0px 0px #dbdbdb, 2px 2px 0px 0px #fff, inset 1px 1px 0px 0px #dbdbdb, inset 2px 2px 0px 0px #fff;-webkit-box-shadow:1px 1px 0px 0px #dbdbdb, 2px 2px 0px 0px #fff, inset 1px 1px 0px 0px #dbdbdb, inset 2px 2px 0px 0px #fff;}div.itemCommentsForm form input#submitCommentButton{background:#91965a !important;color:#fff;}.tagView div.itemView{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}.tagView div.itemHeader h2.itemTitle a{color:#91965a;}.tagView div.itemHeader h2.itemTitle a:hover{color:#121212;}.tagView div.itemIntroText{color:#929292;}div.userBlock,.userView div.itemView,.userView .itemCommentsLink{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}div.userBlock h2,.userView h3.itemTitle a:hover{color:#121212;}.userView h3.itemTitle a{color:#91965a;}.userView div.itemIntroText{color:#929292;}.latestView div.latestItemView,.genericView div.itemView{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}.latestView div.catItemHeader h2.catItemTitle a,.genericView div.itemHeader h2.itemTitle a{color:#91965a;}.latestView div.catItemHeader h2.catItemTitle a:hover,.genericView div.itemHeader h2.itemTitle a:hover{color:#121212;}.genericView div.itemIntroText{color:#929292;}.k2CategoriesListBlock ul li a{color:#121212;background:url(./templates/hdchannel/images/green/mainlevel.png) no-repeat left bottom;}div.k2CategoriesListBlock ul li.activeCategory a,.k2CategoriesListBlock ul li a:hover{color:#91965a !important;background-position:left top;}div.k2CategoriesListBlock ul li.activeCategory a:hover{color:#91965a !important;background-position:left top;}.hdck2cm ul li{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}.hdck2cm a.moduleItemTitle{color:#91965a;}.hdck2cm a.moduleItemTitle:hover{color:#121212;}.hdck2cm span.moduleItemDateCreated{color:#474747;}.hdck2com ul li{box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;}div.k2LatestCommentsBlock ul li span.lcUsername{color:#121212;}div.k2LatestCommentsBlock ul li a span.lcComment{color:#929292;}div.k2LatestCommentsBlock ul li a span.lcComment:hover{color:#91965a;}.hdck2tc div.k2TagCloudBlock a{background:#91965a;color:#fff;}.hdck2tc div.k2TagCloudBlock a:hover{background:#121212;color:#fff;}.hdck2tc div.k2TagCloudBlock a:after{border-color:#f9f9f9 #f9f9f9 transparent transparent;}.yj_preview,.yj_more{background:#91965a url(./templates/hdchannel/images/yj_preview.png) no-repeat center center;}.yj_more{background:#91965a url(./templates/hdchannel/images/yj_more.png) no-repeat center center;}.yj_preview:hover,.yj_more:hover{background-color:#121212;}ul.pagination li a,ul.pagination li span,th.pagenav_prev a,th.pagenav_next a,div.back_button a,li.pagenav-next a,li.pagenav-prev a{background-image:url(./templates/hdchannel/images/green/pagination.png);}ul.pagination li span{color:#fff;}ul.pagination li a:hover{color:#fff;}div.nojb.news_item_a .pagination ul li{border:1px solid #dcdcdc;}table.category{border:1px solid #ddd;border-collapse:separate;border-bottom:none;}table.category td{border-bottom:1px solid #ddd;}th.sectiontableheader{border-bottom:1px solid #ddd;background:#fff;}tr.sectiontableentry1 td{background-color:#fafafa;}tr.sectiontableentry2 td{background-color:#fff;}tr.sectiontableentry1:hover td,tr.sectiontableentry2:hover td{background-color:#f7f7f7;}#mmenu_holder{background:#090909;border-bottom:5px solid #353535;}span#yjmm_selectid{color:#fff;}.yjsgrtl #header:before{border-color:#eee #eee transparent transparent;}.yjsgrtl #header:after{border-color:#eee transparent transparent #eee;}.yjsgrtl .hdcis .navContainer_inside:before{border-color:transparent transparent #f9f9f9 #f9f9f9;}.yjsgrtl .hdcis .navContainer_inside:after{border-color:transparent #f9f9f9 #f9f9f9 transparent;}.yjsgrtl .hdcmt ul#tabs,.yjsgrtl .hdcmt #yy_container_intheaters,.yjsgrtl .hdcmt #yy_container_comingsoon,.yjsgrtl .hdcmt #yy_container_bestof2012,.yjsgrtl #holder #leftblock,.yjsgrtl #holder3 #insetblock,.yjsgrtl #holder3 #rightblock,.yjsgrtl #holder3 #leftblock,.yjsgrtl #holder3 #insetsholder_3t,.yjsgrtl #holder3 #insetsholder_3b,.yjsgrtl #holder3 .hdcym .yjsquare_in{background:#eee !important;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#eee),color-stop(25%,#f9f9f9)) !important;background:-webkit-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-o-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:-ms-linear-gradient(-45deg,#eee 0%,#f9f9f9 25%) !important;background:linear-gradient(135deg,#eee 0%,#f9f9f9 25%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f9f9f9',GradientType=1) !important;box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;}.yjsgrtl #holder2 #insetblock,.yjsgrtl #holder2 #rightblock,.yjsgrtl #holder2 #leftblock,.yjsgrtl #holder2 #insetsholder_2t,.yjsgrtl #holder2 #insetsholder_2b,.yjsgrtl .hdcym .yjsquare_in,.yjsgrtl #holder #insetblock,.yjsgrtl #holder #rightblock,.yjsgrtl #holder3 #midblock,.yjsgrtl #holder3 .hdcmt ul#tabs,.yjsgrtl #holder3 .hdcmt #yy_container_intheaters,.yjsgrtl #holder3 .hdcmt #yy_container_comingsoon,.yjsgrtl #holder3 .hdcmt #yy_container_bestof2012{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset -1px 0px 0px 0px #dbdbdb, inset -2px 0px 0px 0px #fff !important;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset -1px 0px 0px 0px #dbdbdb, inset -2px 0px 0px 0px #fff !important;background:#f9f9f9 !important;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;background:-webkit-gradient(linear,left bottom,right top,color-stop(74%,#f9f9f9),color-stop(100%,#eee));background:-webkit-linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;background:-o-linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;background:-ms-linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;background:linear-gradient(45deg,#f9f9f9 74%,#eee 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#eeeeee',GradientType=1);}.yjsgrtl #holder #leftblock,.yjsgrtl #holder3 #insetblock,.yjsgrtl #holder3 #rightblock,.yjsgrtl #holder3 #leftblock,.yjsgrtl #holder3 #insetsholder_3t,.yjsgrtl #holder3 #insetsholder_3b{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #dbdbdb, inset 2px 0px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #dbdbdb, inset 2px 0px 0px 0px #fff;}.yjsgrtl #holder3 #midblock,.yjsgrtl #holder3 .hdcmt ul#tabs,.yjsgrtl #holder3 .hdcmt #yy_container_intheaters,.yjsgrtl #holder3 .hdcmt #yy_container_comingsoon,.yjsgrtl #holder3 .hdcmt #yy_container_bestof2012{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff !important;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff !important;}.yjsgrtl .hdcym .yjsquare_in{padding:0px 15px 0 0;box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff !important;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff !important;}.yjsgrtl .yj1:after,.yjsgrtl .yj2:after{border-color:#f9f9f9 transparent transparent #f9f9f9;}.yjsgrtl .hdck2tc div.k2TagCloudBlock a:after,.yjsgrtl div.itemTagsBlock ul.itemTags li:after{border-color:#f9f9f9 transparent transparent #f9f9f9;}.yjsgrtl div.itemTagsBlock ul.itemTags li:after{border-color:#f9f9f9 transparent transparent #f9f9f9;}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px;}.lead{margin-bottom:20px;font-size:20px;font-weight:200;line-height:30px;}small{font-size:85%;}strong{font-weight:bold;}em{font-style:italic;}cite{font-style:normal;}.muted{color:#999;}.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee;}dl{margin-bottom:20px;}dt,dd{line-height:20px;}dt{font-weight:bold;}dd{margin-left:10px;}.dl-horizontal dt{float:left;width:120px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.dl-horizontal dd{margin-left:130px;}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff;}abbr[title]{cursor:help;border-bottom:1px dotted #999;}abbr.initialism{font-size:90%;text-transform:uppercase;}blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee;}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:25px;}blockquote small{display:block;line-height:20px;color:#999;}blockquote small:before{content:'\2014 \00A0';}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}blockquote.pull-right small:before{content:'';}blockquote.pull-right small:after{content:'\00A0 \2014';}q:before,q:after,blockquote:before,blockquote:after{content:"";}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px;}.jumbotron{position:relative;padding:0px 0;color:#91965a;text-align:center;}.jumbotron h1{font-size:80px;font-weight:bold;letter-spacing:-1px;line-height:1;}.jumbotron p{font-size:24px;font-weight:300;line-height:30px;margin-bottom:30px;color:#91965a;}.jumbotron a{color:#fff;color:rgba(255,255,255,0.5);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.jumbotron a:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,0.25);}.masthead .btn{padding:14px 24px;font-size:24px;font-weight:200;color:#fff;border:0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 5px rgba(0,0,0,0.25);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 5px rgba(0,0,0,0.25);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 5px rgba(0,0,0,0.25);-webkit-transition:none;-moz-transition:none;transition:none;}.masthead .btn:hover{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 5px rgba(0,0,0,0.25);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 5px rgba(0,0,0,0.25);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 5px rgba(0,0,0,0.25);}.masthead .btn:active{-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 2px 4px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.1);}.jumbotron .container{position:relative;z-index:2;}.jumbotron:after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4;}.masthead{padding:20px 0;margin-bottom:0;color:#fff;}.masthead h1{font-size:80px;line-height:1;letter-spacing:-2px;}.masthead p{font-size:40px;font-weight:200;line-height:1.25;}.masthead-links{margin:0;list-style:none;}.masthead-links li{display:inline;padding:0 10px;color:rgba(255,255,255,0.25);background:none;}.newsitem_tools img{display:none;}.dropdown-toggle i{margin-top:4px !important;}.newsitem_tools .dropdown-toggle{display:block !important;}.newsitem_tools .print-icon a:before,.newsitem_tools .email-icon a:before,.newsitem_tools .edit-icon a:before{font-family:FontAwesome;}.actiongroup i.icon-envelope,.actiongroup i.icon-print,.actiongroup i.icon-edit{display:none;}.newsitem_tools .print-icon a:hover,.newsitem_tools .email-icon a:hover,.newsitem_tools .edit-icon a:hover{color:#fff !important;text-decoration:none !important;background-color:#91965a !important;background-color:#8b9056 !important;background-image:-moz-linear-gradient(top,#91965a,#828650) !important;background-image:-webkit-gradient(linear,0 0,0 100%,from(#91965a),to(#828650)) !important;background-image:-webkit-linear-gradient(top,#91965a,#828650) !important;background-image:-o-linear-gradient(top,#91965a,#828650) !important;background-image:linear-gradient(to bottom,#91965a,#828650) !important;background-repeat:repeat-x !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91965a', endColorstr='#ff818650', GradientType=0) !important;}.newsitem_tools .print-icon a:before{content:"\f02f";}.newsitem_tools .email-icon a:before{content:"\f0e0";}.newsitem_tools .edit-icon a:before{content:"\f085";}.form-horizontal fieldset{overflow:hidden;border:none;}.form-horizontal legend{display:block;width:100%;border-bottom:1px solid #e5e5e5;}#midblock .actiongroup li{background-image:none;}#midblock li[class^="icon-"],li[class*=" icon-"]{display:block;}#midblock .newsitem_tools ul{padding:0;margin:0;}#midblock .newsitem_tools ul li{display:block;clear:both;margin:0;padding:0;}#midblock .btn-group ul.dropdown-menu.buttonheading li{display:block;padding:0;margin:0;float:none;}#midblock .readon span{background:none;border:none;}#midblock .pagination-centered ul li{padding:0 !important;}#midblock div.jb_pagin ul.pagenav{display:none !important;}#midblock div.jb_pagin{display:block;margin:0;padding:20px 0;overflow:hidden;clear:both;float:none;}#midblock div.jb_pagin ul.pager{margin:0 !important;padding:0 !important;}#midblock div.jb_pagin ul.pager li{margin:0;padding:0;background:none;}#midblock div.jb_pagin ul.pager li a,#midblock div.pager li a{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}#midblock .display-limit{margin:3px 10px 10px 0;}#midblock .filter-search label{float:left;clear:none;display:inline-block;font-size:12px;margin:10px 0 0 0;}#midblock .display-limit select{width:50px;}.filters legend{font-size:12px;display:inline;width:auto;border:none;}#midblock .login-fields{display:block;clear:both;overflow:hidden;}#midblock #remember-lbl,#remember{float:left;display:inline-block;}#midblock #remember{margin:10px 5px 5px 5px;}#midblock div.userpages .inputbox[type="text"],#midblock div.userpages .inputbox[type="password"],#midblock div.userpages .inputbox[type="email"]{width:98%;}#midblock .userpageswrap  legend{font-size:12px;display:inline;width:auto;border:none;}#midblock .userpageswrap dt label{padding-top:0;padding-bottom:0;line-height:10px;display:inline-block;font-weight:bold;font-size:12px;}#midblock #member-profile dt{clear:both;}#midblock #member-profile dd{clear:both;}#midblock #member-profile dd .inputbox{float:right;width:85%;clear:both;margin-bottom:5px;}#midblock #recaptcha_area table,.recaptcha_image_cell{-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #ccc;}.category.table-bordered{border-left:0;}.filter-search .button{vertical-align:top;}@font-face{font-family:'playregular';src:url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.eot');src:url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.eot?#iefix') format('embedded-opentype'), url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.woff') format('woff'), url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.ttf') format('truetype'), url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.svg#playregular') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'playbold';src:url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.eot');src:url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.eot?#iefix') format('embedded-opentype'), url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.woff') format('woff'), url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.ttf') format('truetype'), url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.svg#playbold') format('svg');font-weight:normal;font-style:normal;}.horiznav a,ul.subul_main a,.top_menu .horiznav .group_holder li.haschild a{font-family:'playregular';font-size:120%;font-weight:normal !important;text-transform:uppercase;}ul.subul_main a,.top_menu .horiznav .group_holder li.haschild a{font-size:100%;}div.title h1,div.title h2,div.componentheading,h1,h2,h3,h4,h5,h6,.yjround h4,.yjsquare h4,#smallmenu ul li a,.hdcls .yj_inputbox,.LiveSearchResults a,.LiveSearchResults a.next,.LiveSearchResults a.back,.template_readmore,.hdcmt ul#tabs li,.hdcmt .yjme_item a.item_title,.item_details .item_category,.item_details .item_cdate,.item_details .item_author,.hdcmt .yjme_item a.item_readmore,.hdcym .yjme_item a.item_title,.hdcym2 .yjme_item a.item_title,.hdcym2 .yjme_item a.item_readmore,.hdcym3 .yjme_item a.item_title,.hdcym3 .yjme_item a.item_readmore,.hdcsm p,.hdcsm .subscribe_button,a.subCategoryMore,div.itemListCategory h2,div.catItemHeader span.catItemDateCreated,div.catItemHeader span.catItemAuthor,div.catItemRatingBlock,div.catItemReadMore,span.catItemDateModified,div.catItemTagsBlock ul.catItemTags li a,.hdck2m a,.hdck2cm a.moduleItemTitle,div.k2LatestCommentsBlock ul li span.lcUsername,.hdck2tc div.k2TagCloudBlock a,div.itemHeader span.itemDateCreated,div.itemHeader span.itemAuthor,div.itemToolbar,div.itemContentFooter,div.itemRatingBlock,div.pre25SocialLinks,div.itemCategory,div.itemTagsBlock,.tagView .itemReadMore,.userView .itemReadMore,.genericView .itemReadMore,#pathway,.button,.validate,.readon,.hdclm .poping_links,.hdclm label,.hdclm #login_pop a,div.itemComments ul.itemCommentsList li span.commentAuthorName,div.itemComments ul.itemCommentsList li span.commentDate,span#yjmm_selectid,.template_readmore2{font-family:'playregular' !important;font-weight:normal !important;}#mmenu_holder{display:none;width:100%;background:#000;padding:0;margin:0 auto;text-align:center;overflow:hidden;position:relative;height:38px;}select#mmenu{margin:0 auto;cursor:pointer;display:block;width:100%;overflow:hidden;height:35px;padding:5px 0;}span#yjmm_selectid{position:absolute;display:block;left:0;width:99%;height:35px;padding:0;margin:0;line-height:35px;color:#fff;font-size:18px;font-weight:bold;overflow:hidden;cursor:pointer;background:url(./templates/hdchannel/images/navicon.png) no-repeat right 4px;}select.yjstyled{position:relative;opacity:0;z-index:5;}@media screen and (max-width: 1500px){#topmenu_holder.dropped{width:auto !important;float:none !important;clear:both !important;margin:0 auto !important;}}@media only screen and (min-width: 1040px) and (max-width: 1199px){body,p,img,h1,h2,h3,h4,h5,h6{transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;}#header,#header_in,#centertop,#centerbottom,#yjsg1,#yjsg2,#yjsg3,#yjsg4,#yjsg5,#yjsg6,#yjsg7,#footer,#joomlacredit,.yjsgsitew{width:1000px !important;}.top_menu,.top_menu_poz_navbar,.top_menu_poz.navpills{width:1000px !important;}}@media only screen and (min-width: 981px) and (max-width: 1039px){#header,#header_in,#centertop,#centerbottom,#yjsg1,#yjsg2,#yjsg3,#yjsg4,#yjsg5,#yjsg6,#yjsg7,#footer,#joomlacredit,.yjsgsitew{width:980px !important;}.top_menu,.top_menu_poz_navbar,.top_menu_poz.navpills{width:980px !important;}}@media screen and (max-width: 980px){.top_menu_poz_navbar{width:100% !important;}.topmodpoz_navbar #mmenu_holder{display:none !important;}.top_menu,.top_menu_poz{visibility:hidden !important;height:0 !important;overflow:hidden !important;}.top_menu.showmenu,.top_menu_poz.showmenu{visibility:visible !important;height:auto !important;overflow:visible !important;}#logo{visibility:hidden;}#logo.lfloat{margin:0 auto !important;float:none !important;visibility:visible !important;}#header{overflow:hidden;}#header.dropped{overflow:hidden;height:auto !important;}#centertop,#header_in,#centerbottom,#yjsgheadergrid,#yjsg1,#yjsg2,#yjsg3,#yjsg4,#yjsg5,#yjsg6,#yjsg7,#midblock,#rightblock,#leftblock,#insetblock,#insetsholder_2t,#insetsholder_2b,#insetsholder_3t,#insetsholder_3b,#footer,#footmod,#joomlacredit,.validators,.yjsgcp,.yjsglogo,.yjsgsitew{width:auto !important;float:none !important;clear:both !important;}.yjsgxhtml{width:50% !important;}.yjsgclearrow{clear:left !important;}.yjsgxhtml.last_mod,.yjsgxhtml.only_mod{width:100% !important;}embed,object{width:100% !important;height:auto !important;}img{max-width:100% !important;}.yjsglogo{position:static !important;display:block !important;}div.yjsg-newsitems .float-left{width:50% !important;}div.yjsg-newsitems .float-left.width100,.last.float-left.width33,.last.float-left.width20{width:100% !important;}div.subCategory{height:auto !important;}}@media screen and (max-width: 768px){body{padding-right:0 !important;padding-left:0 !important;}.yjsg-split,.yjsg-split-in{width:100% !important;float:none;clear:both;margin-left:0;margin-right:0;padding-left:0 !important;padding-right:0 !important;}.yjsg-split  .navContainer{width:98% !important;}.subCategoryContainer,.itemImageBlock,.itemContainer,.catItemImageBlock,div.subCategory a.subCategoryImage img,div.subCategory a.subCategoryImage{width:auto !important;float:none !important;clear:both !important;}.itemToolbar ul li{padding:0 5px 0 0 !important;}#go_right,#go_left{width:100%;clear:both;position:static !important;}#go_right .affix,.yjsg-example-sidebar{position:static !important;}}@media screen and (max-width: 640px){body{font-size:80% !important;}h1{font-size:2em;line-height:1.7em !important;}h2{font-size:1.8em;line-height:1.7em !important;}h3{font-size:1.5em;line-height:1.7em !important;}h4{font-size:1.3em;line-height:1.7em !important;}h5{font-size:1.2em;line-height:1.7em !important;}h6{font-size:1.1em;line-height:1.7em !important;}h1 small{font-size:20px;}h2 small{font-size:15px;}h3 small{font-size:12px;}h4 small{font-size:12px;}.userpages,#userpages{width:auto !important;float:none !important;clear:both !important;}}@media screen and (max-width: 480px){div.yjsg-newsitems .float-left,.yjsgxhtml{width:auto !important;float:none !important;clear:both !important;}textarea,.inputbox{width:90% !important;height:auto !important;}.itemToolbar,.itemToolbar ul,.itemToolbar ul li{display:block !important;clear:both !important;float:none !important;padding:0 !important;text-align:left !important;border:none !important;}.yjsg-example #myCarousel{width:100%;margin:0 auto;}}@media screen and (max-width: 320px){.contact.component textarea,.contact.component input{width:95% !important;}#recaptcha_area{width:95% !important;}#recaptcha_area{width:95% !important;}#recaptcha_image{width:100% !important;height:auto !important;}#recaptcha_area input{width:180px !important;}#recaptcha_logo{display:none !important;}}@media screen and (max-width: 240px){.navContainer{width:95% !important;}}@media (max-width: 979px){.navbar-fixed-top,.navbar-fixed-bottom{position:static;}.navbar-fixed-top{margin-bottom:20px;}.navbar-fixed-bottom{margin-top:20px;}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px;}.navbar .container{width:auto;padding:0;}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px;}.nav-collapse{clear:both;}.nav-collapse .nav{float:none;margin:0 0 10px;}.nav-collapse .nav > li{float:none;}.nav-collapse .nav > li > a{margin-bottom:2px;}.nav-collapse .nav > .divider-vertical{display:none;}.nav-collapse .nav .nav-header{color:#777;text-shadow:none;}.nav-collapse .nav > li > a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.nav-collapse .dropdown-menu li + li a{margin-bottom:2px;}.nav-collapse .nav > li > a:hover,.nav-collapse .dropdown-menu a:hover{background-color:#f2f2f2;}.navbar-inverse .nav-collapse .nav > li > a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999;}.navbar-inverse .nav-collapse .nav > li > a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:hover{background-color:#111;}.nav-collapse.in .btn-group{padding:0;margin-top:5px;}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.nav-collapse .open > .dropdown-menu{display:block;}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none;}.nav-collapse .dropdown-menu .divider{display:none;}.nav-collapse .nav > li > .dropdown-menu:before,.nav-collapse .nav > li > .dropdown-menu:after{display:none;}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111;}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0;}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden;}.navbar .btn-navbar{display:block;}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px;}.nav-collapse.in.collapse{padding-top:20px !important;height:auto !important;}}@media (min-width: 980px){.nav-collapse.collapse{height:auto !important;overflow:visible !important;}}@media only screen and (min-width: 1040px) and (max-width: 1199px){#header,#header_in,#centertop,#centerbottom,#centerfooter{width:1000px !important;}#yjsg1,#yjsg2,#yjsg3,#yjsg4,#yjsg5,#yjsg6,#yjsg7,#footer,#joomlacredit,.yjsgsitew{width:auto !important;}}@media only screen and (min-width: 981px) and (max-width: 1039px){#header,#header_in,#centertop,#centerbottom,#centerfooter{width:980px !important;}.top_menu,.top_menu_poz_navbar,.top_menu_poz.navpills{width:auto !important;}}@media screen and (max-width: 980px){div#mmenu_holder{text-align:left;text-indent:15px;}#default_video{width:100% !important;}.yjsquare.forceright275{margin:0px auto 0 auto !important;float:none !important;}.btns_atividades{margin:0;padding:0;text-align:center;float:none;}}@media screen and (max-width: 980px){div#midblock{background:none !important;}#smallmenu_holder{width:100% !important;}#smallmenu{float:none !important;}#header{margin-bottom:0 !important;}#header:after{display:none;}.hdclm{float:left !important;position:absolute;top:-4px;left:-10px;}.hdclm .poping_links{-moz-transform:matrix(-1,0,0,1,0,0);-webkit-transform:matrix(-1,0,0,1,0,0);-o-transform:matrix(-1,0,0,1,0,0);position:relative;}.hdclm #login_pop{width:96% !important;left:0 !important;}.hdcls{float:none !important;}.hdcls form{margin:0 auto;}.hdcym,.hdcym2{float:left !important;clear:none !important;width:50% !important;margin:0 !important;}.hdcym2.yj1{margin:0 !important;}#user16,#user17{width:100% !important;}.hdcsm .yjsquare_in{margin:0 auto !important;width:600px !important;}.hdcsim .yjsquare_in{border-top:1px solid #3d3d3d;}.socials{float:none !important;margin:0 auto !important;width:450px;}}@media screen and (max-width: 840px){.hdclm #login_pop{top:5% !important;width:40% !important;height:670px !important;left:25% !important;}.hdclm #form-login{padding:0 !important;width:100% !important;}.hdclm #josForm{width:100% !important;padding:20px 0 0 0 !important;border-top:1px solid #313131 !important;border-left:none !important;}.hdclm .popyjreg .leftpart,.hdclm .popyjreg .rightpart{width:100% !important;}}@media screen and (max-width: 585px){.hdcsm .yjsquare_in{width:300px !important;}.hdcsm .yjsquare_in{margin:0 auto !important;width:100% !important;}.hdcsm .subscribe_button{float:left;margin:5px 0 !important;}.hdcsm form{float:none !important;margin:5px 0 !important;}.socials{width:100%;}}@media screen and (max-width: 495px){.hdclm #login_pop{top:10% !important;width:92% !important;height:680px !important;left:0 !important;}.hdclm #form-login{width:92% !important;}.hdclm #login_pop .inputbox{height:25px !important;}}@media screen and (max-width: 475px){.hdcsim .yjsquare_in{border-top:none;}.socials a{border:1px solid #3d3d3d;margin:5px;}.hdclm #login_pop #yjpop_remember{left:22% !important;}}@media screen and (max-width: 715px){.hdcym,.hdcym2{width:100% !important;}#insetblock,#rightblock,#leftblock,.hdcym .yjsquare_in{box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff !important;-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff !important;}}@media screen and (max-width: 340px){.hdcls .button{top:-26px !important;right:-42% !important;}}@media screen and (max-width: 980px){.hdcis .YJSlide_intro{left:0 !important;right:auto !important;top:0 !important;width:50% !important;height:100% !important;}}@media screen and (max-width: 925px){.hdcis .YJIS_outer{height:300px !important;}}@media screen and (max-width: 800px){.hdcis .YJIS_outer{height:250px !important;}}@media screen and (max-width: 675px){.hdcis .YJIS_outer{height:200px !important;}}@media screen and (max-width: 545px){.hdcis .YJSlide_intro{width:100% !important;height:150px !important;}.hdcis .YJIS_outer{height:150px !important;}.hdcis h4{width:100%;opacity:0.8;}}@media screen and (max-width: 400px){.hdcis,.hdcis .yjsquare_in,.hdcis .YJIS_outer{height:250px !important;}.hdcis img{width:500px !important;height:250px !important;}}@media screen and (max-width: 980px){#yy_container,#yy_container_intheaters,#yy_container_comingsoon,#yy_container_bestof2012,#yy_container_bottom,.yy_container_out,.yy_slider .yy_slideitems,.yy_slider .yy_slideitems_in,#yy_slider_bottom{width:100% !important;}}@media screen and (max-width: 980px){#yy_container_bottom,#yy_slider_bottom{height:250px !important;}#yy_container_right,#yy_slider_right{height:350px !important;}}@media screen and (max-width: 940px){#yy_container_bottom,#yy_slider_bottom{height:500px !important;}}@media screen and (max-width: 715px){#yy_container_right,#yy_slider_right{height:250px !important;}}@media screen and (max-width: 690px){#yy_container_bottom,#yy_slider_bottom{height:750px !important;}}@media screen and (max-width: 435px){#yy_container_bottom,#yy_slider_bottom{height:1150px !important;}}@media screen and (max-width: 685px){#yy_container_intheaters,#yy_container_comingsoon,#yy_container_bestof2012,.yy_slider .yy_slideitems,.yy_slider .yy_slideitems_in{height:800px !important;}#yy_slider_intheaters,#yy_slider_comingsoon,#yy_slider_bestof2012{height:800px !important;width:100% !important;}}@media screen and (max-width: 475px){#yy_container_intheaters,#yy_container_comingsoon,#yy_container_bestof2012,.yy_slider .yy_slideitems,.yy_slider .yy_slideitems_in{height:1600px !important;}#yy_slider_intheaters,#yy_slider_comingsoon,#yy_slider_bestof2012{height:1600px !important;}.hdcmt .yy_container .linkBackward{right:7% !important;}}@media screen and (max-width: 320px){.hdcmt .yy_container .linkBackward{right:10% !important;}}@media screen and (max-width: 685px){.hdcmt .yjme_item{width:30% !important;}.hdcmt .yjme_item a.item_title{text-align:center;}.hdcmt .item_details{width:100% !important;}.hdcmt .item_details .item_category,.hdcmt .item_details .item_cdate,.hdcmt .item_details .item_author{display:table !important;float:none !important;margin:0 auto !important;}}@media screen and (max-width: 475px){.hdcmt .yjme_item{width:30% !important;}}@media screen and (max-width: 375px){.centerbottom_in{padding:0 5px !important;}.hdcym2.yj1{margin-left:0 !important;}.hdcym2 .yjme_item p.item_intro,.hdcym .yjme_item p.item_intro{padding:0 10px 0 0 !important;}}@media screen and (max-width: 940px){.hdcym3 .yjme_item{margin:15px 0;width:33% !important;}.hdcym3 .yjme_item a.item_title,.hdcym3 .yjme_item p.item_intro{text-align:center;}.hdcym3 .item_details{width:100% !important;}.hdcym3 .yjme_item div.imageholder{margin:0 auto !important;}}@media screen and (max-width: 690px){.hdcym3 .yjme_item{margin:15px 0;width:50% !important;}}@media screen and (max-width: 435px){.hdcym3 .yjme_item{width:100% !important;}}@media screen and (max-width: 980px){#user21,#user22{width:50% !important;}#user23,#user24{width:100% !important;}.hdccm h4,.hdccm p,.hdcam h4,.hdcam p{text-align:center;}.hdccm a.template_readmore{display:table !important;margin:20px auto !important;}.hdccm .yjsquare_in{margin:0 !important;}}@media screen and (max-width: 480px){#user21,#user22{width:100% !important;}.hdcpm h4,.hdctm h4{text-align:center !important;}.hdcpm ul{width:135px !important;margin:0 auto !important;}}@media screen and (max-width: 1500px){body,html{overflow-x:hidden;}}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
@import url("yjsg_layout.css");
@import url("menus.css");
@import url("newsitems.css");
@import url("typo.css");
@import url("joomladefaults.css");
@import url("layout.css");
body,.contentpane {
	text-align:left;
	padding:0;
	margin:0;
	line-height:20px;
	font-size:14px;
	background-color:#FFFFFF;
}
body.contentpane{
	background:#fff!important;
}
#stylef1 {
	font-family:"Bookman Old Style", serif;
}
#stylef2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#stylef3 {
	font-family: "Times New Roman", Times, serif;
}
#stylef4 {
	font-family:"Century Gothic", sans-serif;
}
#stylef5 {
	font-family:"Lucida Grande", sans-serif;
}
#stylef6 {
	font-family: Arial, Helvetica, sans-serif;
}
#stylef7 {
	font-family: Tahoma, Geneva, sans-serif;
}
#stylef8 {
	font-family: Verdana, Geneva, sans-serif;
}
#stylef9 {
	font-family: "Copperplate Gothic Light", sans-serif;
}
#stylef10 {
	font-family:"Lucida Console", Monaco, monospace;
}
#stylef11 {
	font-family: "Gill Sans MT", sans-serif;
}
#stylef12 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#stylef13 {
	font-family: "Courier New", Courier, monospace;
}
#stylef14 {
	font-family: Cambria, serif;
}
#stylef15 {
	font-family: Georgia, Serif;
}
/* JOOMLA! STYLING
--------------------- */
a:focus {
	outline:0px;
}
focus {
	outline:0px;
}
p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:0.5em 0;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul li {
	padding-left:15px;
}
body ol {
	list-style: decimal inside;
	margin:0;
	padding:0;
}
body ol li {
	margin: 0px;
	padding: 5px 3px;
	list-style-image:none;
	background:none;
}
body a, body a:hover {
	cursor: pointer;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  margin: 5px 0;
  
}
h1 { font-size: 2.5em; line-height: 1.7em; }
h2 { font-size: 2em; line-height: 1.7em; }
h3 { font-size: 1.9em; line-height: 1.7em; }
h4 { font-size: 1.5em; line-height: 1.7em; }
h5 { font-size: 1.3em; line-height: 1.7em; }
h6 { font-size: 1.1em; line-height: 1.7em; }
h1 small { font-size: 24px; }
h2 small { font-size: 18px; }
h3 small { font-size: 14px; }
h4 small { font-size: 14px; }

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
textarea:focus, input:focus{
    outline: none;
}
.componentheading {
	letter-spacing: normal;
	margin:10px 0px 4px 10px;
}
.contentpaneopen {
	padding:0 0px;
	text-align: left;
}
.contentpane {
	padding:0px!important;
	text-align: left;
}
.category {
	margin-left:0px;
}
.contentpaneopen {
	border-collapse: separate;
	border-spacing: 3px;
}
/* article content pagination */
div.jb_pagebrake.pager{
	float:left;
}
div.nojb.news_item_a div.pagenavcounter{
	font-weight:bold;
	font-size:130%;
	overflow:hidden;
	margin:10px 0;
}
div.nojb.news_item_a .pagination ul li{
	float:left;
	background:none;
	margin:10px 2px;
	padding:5px 8px!important;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
table.contenttoc, #article-index,
.article-index ul {
	margin: 0 0 10px 10px;
	padding: 0;
	width:250px;
	float: right;
}
#article-index ul{
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#article-index ul li {
	background:none;
}
a.toclink {
	padding:5px;
	display:block;
	margin:0;
}
/*SITE IMAGES*/
img a, img {
	border:0;
	padding:0;
}
.img_caption {
	text-align:center;
}
.img_caption.left {
	float: left;
	margin-right: 1em;
}
.img_caption.right {
	float: right;
	margin-left: 1em;
}
.img_caption.left p {
	clear: left;
	text-align: center;
	padding:3px;
}
.img_caption.right p {
	clear: right;
	text-align: center;
	padding:3px;
}
.contentdescription img {
	padding:5px;
	margin:0px;
}
/* IMAGE CAPTIONS */
p.img_caption {
	background:#efefef;
	border:1px solid #ccc;
	text-shadow:1px 1px #fff;
	text-transform:uppercase;
	color:#5F5F5F;
}
/* END SITE IMAGES */
input#search_searchword {
	padding:2px;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
.clr {
	clear:both;
	height:1px;
}
fieldset {
   font-size: 1em;
   padding: 0.5em;
   font-family: sans-serif;
}
/*fieldset in modules */
.yjsquare_in fieldset {
	border:none;
}
.input {
	border:0;
}
.inputbox {
    font-size: inherit;
   padding: 3px 5px;
   -moz-box-sizing: content-box; 
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}
legend{
	display:inline;
	border:none;
	width:auto;
}
.phrases-box .radiobtn{
	display: inline-block;
	padding-top:0px;
	margin:0 5px 0 0;
	vertical-align: middle;
}
/* BUTTONS
--------------------- */
input[type=submit],button{
	-webkit-appearance: none!important;
	background:#ff6600; /*ALTERADO*/
	border:none;/*ALTERADO*/
	color:#fff;/*ALTERADO*/
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: none;
  
}
button {
	border: 0px;
}
.button, .validate{
  cursor: pointer;
  padding:0px 6px 0 6px;
  line-height:21px;
  font-size:100%;
  text-align:center;
}
a.button{
	padding:3px 6px;
}
.readon {
	height:23px;
	line-height:23px;
	display:block;
	clear:both;
	float:left;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
	font-size:100%;
}
.readon span {
	display: block;
	height:23px;
	line-height:23px;
	padding:0 10px 0 0px;
}
/*END BUTTONS*/
/* pagination */
.jb_pagin{
	display:block;
	clear:both;
	padding:20px 0;
}
ul.pagenav {
	background:none;
	display:block;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
ul.pagenav li{
	background:none;
	float:left;
	padding:0;
	margin:0 10px 0 0;
}
ul.pagination {
	background:none;
	display:block;
	margin:0 auto!important;
	padding:0!important;
	height:28px;
	text-align:center;
	overflow:hidden;
	width:100%;
}
ul.pagination li {
	background:none;
	width:28px;
	height:28px;
	display:inline;
	padding:0!important;
	margin:0 10px 0 0!important;
}
ul.pagination li a, ul.pagination li span, th.pagenav_prev a, th.pagenav_next a, div.back_button a, li.pagenav-prev a, li.pagenav-next a {
	height:28px;
	width:28px;
	padding:0;
	margin:0;
	display:inline-block;
	line-height:26px;
	font-weight:500;
	font-size:9px;
	text-align:center!important;
}
ul.pagination li.pagination-next a, th.pagenav_next a, li.pagenav-next a {
	background-position:-28px top;
}
ul.pagination li.pagination-next a:hover, th.pagenav_next a:hover, li.pagenav-next a:hover {
	background-position:-84px top;
}
ul.pagination li.pagination-prev a, th.pagenav_prev a, div.back_button a, li.pagenav-prev a {
	background-position:-56px top;
}
ul.pagination li.pagination-prev a:hover, th.pagenav_prev a:hover, div.back_button a:hover, li.pagenav-prev a:hover {
	background-position:-112px top;
}
/* active one*/
ul.pagination li span {
	background-position:-140px top;
}
/* hover*/
ul.pagination li a:hover {
	background-position:-140px top;
}
/* remove inside a text*/
ul.pagination li.pagination-next a strong, ul.pagination li.pagination-prev a strong, th.pagenav_prev a, th.pagenav_next a, li.pagenav-prev a, li.pagenav-next a {
	text-indent:-99999px;
	display:block;
}
/* end pag*/

/*SECTION TABLE ENTERIES */
tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 {
	height: 20px;
	padding: 0 10px;
	line-height: 29px;
}
.sectiontableheader {
	padding: 5px;
	font-weight: bold;
}
/* contact form */
#component-contact,
.contact.component {
	padding:0 8px;
	overflow:hidden;
	position:relative;
}
.component .pagetitle{
	margin:0 0 0 8px;
}
.contact.component textarea,
.contact.component input{
	width:auto!important;
}
.control-label label{
	margin:0;
}
.contact.component .thumbnail{
	margin:20px 0;
}
.contact.component dd{
	margin:0!important;
}
/* table list */
.filters {
	display:block;
	overflow:hidden;
	clear:both;
}
.display-limit,
.filter-search {
	float:left;
	display:inline-block;
	margin:0 10px 10px 0;
}
.yjsg-fieldset-collapse {
	border:0;
	padding:0;
}
.yjsg-fieldset-collapse .hidelabeltxt {
	display:none;
}
/*  Font Awesome icons
    ------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: 	url('../fonts/fontawesome-webfont.eot');
  src: 	url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), 
  	    url('../fonts/fontawesome-webfont.woff') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf') format('truetype'), 
		url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'YjsgFont';
	src:url('../fonts/YjsgFont.eot');
	src:url('../fonts/YjsgFont.eot?#iefix') format('eot'),
		url('../fonts/YjsgFont.woff') format('woff'),
		url('../fonts/YjsgFont.ttf') format('truetype'),
		url('../fonts/YjsgFont.svg#YjsgFont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.newsitem_tools .dropdown-toggle{
	display:none;
	font-size:14px;
}
[class^="icon-"]:before,[class*=" icon-"]:before,
[class^="yjsg-icon-"]:before,[class*=" yjsg-icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height:1em;
 	-webkit-font-smoothing:  antialiased !important;
	-moz-font-smoothing:  antialiased !important;
	font-smoothing:  antialiased !important;
 
  
}
[class^="yjsg-icon-"]:before,[class*=" yjsg-icon-"]:before {
  font-family: YjsgFont;
  vertical-align:middle;
  margin-top:  1px \9;
}
i[class^="icon-"], i[class*=" icon-"],
i[class^="yjsg-icon-"], i[class*=" yjsg-icon-"],
span[class^="icon-"], span[class*=" icon-"],
span[class^="yjsg-icon-"], span[class*=" yjsg-icon-"] {
  background-image: none;
  font-size:inherit;
}
li[class^="icon-"], li[class*=" icon-"],
li[class^="yjsg-icon-"], li[class*=" yjsg-icon-"] {
  display: block;
}	
	
.yjsquare[class*="icon-"]:before,
.yjsquare[class*="yjsg-icon-"]:before{
	display:none;
}
.yjsquare h2 i,
.yjsquare h2 span[class^="icon-"],.yjsquare h2 span[class*=" icon-"],
.yjsquare h2 span[class^="yjsg-icon-"],.yjsquare h2 span[class*=" yjsg-icon-"]{
	margin-right:5px;
	float:left;
}
noindex:-o-prefocus,.yjsquare h2 i,
noindex:-o-prefocus,.yjsquare h2 span[class^="icon-"],
noindex:-o-prefocus,.yjsquare h2 span[class^="yjsg-icon-"] {
	margin-top:1px;
}
a [class^="icon-"], a [class*=" icon-"],
a [class^="yjsg-icon-"], a [class*=" yjsg-icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"],
.btn [class^="yjsg-icon-"], .btn [class*=" yjsg-icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li span[class^="icon-"], li span[class*=" icon-"],
li span[class^="yjsg-icon-"], li span[class*=" yjsg-icon-"],
li i[class^="icon-"], li i[class*=" icon-"],
li i[class^="yjsg-icon-"], li i[class*=" yjsg-icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li span.add-on span[class^="icon-"]{
	width:auto;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"],
li .icon-large[class^="yjsg-icon-"], li .icon-large[class*=" yjsg-icon-"] {
  width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"],
li[class^="yjsg-icon-"], li[class*=" yjsg-icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li [class^="yjsg-icon-"]:before,li [class*=" yjsg-icon-"]:before {
  margin-top:5px;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }

.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }

/* yjsg icons */
.yjsg-icon-skype:before {
	content: "\e000";
}
.yjsg-icon-apple:before {
	content: "\e001";
}
.yjsg-icon-equalizer:before {
	content: "\e002";
}
.yjsg-icon-screen:before {
	content: "\e003";
}
.yjsg-icon-flickr:before {
	content: "\e004";
}
.yjsg-icon-vimeo:before {
	content: "\e005";
}
.yjsg-icon-safari:before {
	content: "\e006";
}
.yjsg-icon-opera:before {
	content: "\e007";
}
.yjsg-icon-IE:before {
	content: "\e008";
}
.yjsg-icon-firefox:before {
	content: "\e009";
}
.yjsg-icon-chrome:before {
	content: "\e00a";
}
.yjsg-icon-wordpress:before {
	content: "\e00b";
}
.yjsg-icon-joomla:before {
	content: "\e00c";
}
.yjsg-icon-css3:before {
	content: "\e00d";
}
.yjsg-icon-html5:before {
	content: "\e00e";
}
.yjsg-icon-html5-2:before {
	content: "\e00f";
}
.yjsg-icon-paypal:before {
	content: "\e010";
}
.pull-center,
.pull-center-center{
	margin:0 auto;
	display:block;
	clear:both;
}
.pull-center-center{
	text-align:center;
}

.contactformulario_espanhol h3:first-child {
    display: none;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*CENTER TOP IS THE TOP PART OF THE SITE. SEE index.php FOR REFERENCE*/
#centertop,
#centerbottom {
	margin:0 auto;
	clear:both;
}
/* CENTERBOTTOM IS THE BOTTOM PART OF THE SITE SEE index.php FOR REFERENCE */
#centerbottom {
	position:relative;
}
#header {
	position:relative;
	padding:0;
	margin:0 auto;
	z-index:1000;
}
#logo {
	float:left;
	overflow:hidden;
}
/* LOGO HOMEPAGE LINK */
#logo a {
	text-indent:-7500px;
	display:block;
	text-decoration:none;
	width:100%;
}
.btns_atividades{
	margin:0;
	padding:0;
	float:right;
	}
	
.btns_atividades a:hover{
	 color: #FF0000;
	}
/* 
  MAIN BODY LAYOUT WITH SIDE MODULES
  HOLDER DIV CONTAINS LEFT, MAINBODY, RIGHT AND ALL INSETS 
*/
#holder,
#holder2,
#holder3 {
	height:100% !Important;
	height:1%;
	overflow:hidden;
	margin:0 auto;
	padding:5px 0;
}
/* 
	layout1.php , layout2.php, layout3.php reset and layout1.php main floats. 
	layout 1 does not contain insettop and insetbottom
*/
#leftblock,
#midblock,
#rightblock,
#insetblock,
#insetsholder_2t,
#insetsholder_2b,
#insetsholder_3t,
#insetsholder_3b {
	height:100% !Important;
	height:1%;
	overflow:hidden;
	float:left;
}
/* layout2.php*/
#holder2 #midblock {
	float:left;
}
#holder2 #leftblock,
#holder2 #rightblock,
#holder2 #insetblock {
	float:right;
}
#holder2 #insetsholder_2t {
	float:left;
}
#holder2 #insetsholder_2b {
	float:right;
}
/*layout3.php*/
#holder3 #midblock {
	float:right;
}
#holder3 #leftblock,
#holder3 #rightblock,
#holder3 #insetblock {
	float:left;
}
#holder3 #insetsholder_3t {
	float:right;
}
#holder3 #insetsholder_3b {
	float:left;
}
#insetsholder_2t,
#insetsholder_2b {
	padding:0px;
	margin:0px;
}
.inside,
.insidem {
	margin:0;
	padding:0 3px;
	overflow:hidden;
}
.clearm,
.yjsg-clear-all {
	clear:both;
	overflow:hidden;
	display:block;
}
/*END DEFAULT GRID LAYOUT*/

/*BEGING YJSIMPLEGRID 
#yjsg1 				contains-> #top1		- 	#top5
#yjsgheadergrid 	contains-> #header1 	- 	#header3
#yjsg2 				contains-> #adv1 		- 	#adv5
#yjsg3 				contains-> #user1 		- 	#user5
#yjsgbodytop 		contains-> #bodytop1 	- 	#bodytop3
#yjsgbodybottom  	contains-> #boddybottom1- 	#bodybottom3
#yjsg4 				contains-> #user6 		- 	#user10
#yjsg5 				contains-> #user11 		- 	#user15
#yjsg6 				contains-> #user16 		- 	#user20
#yjsg7 				contains-> #user21 		- 	#user25
*/
.yjsg_grid {
	margin:0px auto;
	overflow:hidden;
	height:auto;
	width:100%;
	padding:0;
	clear:both;
}
#yjsgheadergrid {
	float:right;
	clear:none;
}
/* MAIN MODULE CONTAINER CLASS */
.yjsgxhtml {
	float:left;
	clear:right;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* MAIN MODULE HOLDER*/
.yjsquare {
	margin: 0px 0 5px 0px;
	padding:0 6px;
	clear: both;
	display:block;
	height:100% !Important;
	height:1%;
	overflow:hidden;
}
/* MODULE TITLE */
.module_title {
}
/* MODULE TITLE SPAN*/
.module_title span {
}
/* MODULE CONTENT*/
.yjsquare_in {
	padding:5px 0;
}
/* ROUNDED CORNERS*/
.addround {
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #999;
	margin:5px;
}
/* YJPLAIN */
.yjplain {
	padding:5px 10px;
}
/*FOOTER AND FOOTER LINKS
--------------------- */
#footer {
	clear:both;
	overflow:hidden;
	margin:0 auto;
	padding:0px 0;
	position:relative;
}
#youjoomla {
	clear:both;
	padding:5px 10px;
	overflow:hidden;
}
#footmod {
	clear:both;
	padding:0;
	margin:0px;
	overflow:hidden;
}
#cp {
	padding:2px 0px;
	overflow:hidden;
}
.validators,
.yjsgcp {
	display:block;
	clear:both;
}
.yjsglogo {
	position:absolute;
	right:10px;
	display:block;
	top:12px;
	height:48px;
	width:270px;
	margin:0;
	padding:0;
	background: url(./templates/hdchannel/images/yjsglogo.png) no-repeat center center;
}
.yjsglogo span {
	line-height:999px;
}
#joomlacredit {
	padding:3px 0px 3px 0px;
	text-indent:10px;
	margin:0 auto;
}
/*Font resizer and rtl/ltr links*/
a.tdir {
}
a.fs {
}
/*FOOTER MODULE STYLE
--------------------- */
#footmod .yjsquare {
	padding:0;
	margin:0;
}
#footmod li,
#footmod li:hover {
	list-style-type:none;
	list-style-image:none;
	background:none;
}
#footmod ul {
	padding:0;
	margin:0;
}
#footmod ul li {
	display: inline;
	margin:0;
	padding:0 10px 0 0;
}
#footer a.mainlevel {
	background:none;
	display:inline;
	text-indent:0!important;
}
/*PATHWAY*/
#pathway {
	padding:0;
	display:block;
	overflow:hidden;
	position:relative;
}
#pathway .breadcrumb {
	padding: 8px 15px;
	margin:0!important;
	list-style: none;
	background-color: whiteSmoke;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#pathway .breadcrumb li {
	display: inline-block;
	text-shadow: 0 1px 0 white;
}
#pathway .breadcrumb .active {
	color: #999;
}
#pathway .breadcrumb .divider {
	color: #ccc;
}
.icon-yjsg-pathway:before {
	content: "\f054";
}
.icon-yjsg-marker:before {
	content: "\f041";
}
/*LOGIN MODULE
--------------------- */
#login-form .input-prepend {
	margin:10px 0;
}
#login-form .input-prepend input {
	width:80%;
}
#login-form .input-prepend.nbs input {
	padding:5px 3px;
	width:94%;
}
#modlgn_remember_l {
	display:block;
	clear:both;
	margin-bottom:10px;
}
#modlgn_remember {
	border: none!important;
	padding: 0!important;
}
#login-form ul {
	margin-top:10px;
}
/* USER PAGES */
div.userpageswrap {
	width:100%;
	overflow:hidden;
	padding:40px 0;
}
div.userpages {
	margin:0 auto;
	overflow:hidden;
	padding:10px 20px;
	width:35%;
}
div.userpages .inputbox[type="text"],
div.userpages .inputbox[type="password"],
div.userpages .inputbox[type="email"] {
	padding:10px 0;
	text-indent:5px;
	width:100%;
	margin:10px auto;
}
div.userpages h1 {
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0;
}
div.userpageswrap.logout {
	padding:100px 0;
	text-align:center;
}
div.userpageswrap.user div.userpages {
	width:40%;
}
div.userpageswrap.user dt {
	font-weight:bold;
	padding:5px;
	margin:0 0 5px 0;
}
div.userpageswrap.user dd {
	padding:0 0 5px 0;
	font-size:120%;
}
div.userpages div.user-actions {
	padding-left:5px;
}
div#userprofile_wrap dt,
div#userprofile_wrap label {
	font-weight:bold;
}
/* OFFLINE PAGE */
body.yjsg-offline #frame {
	font-size:12px;
	width:500px;
	margin:20px auto;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
}
body.yjsg-offline div.userpages {
	width:auto;
}
div.userpageswrap #header {
	margin:0 auto;
	text-align:center;
}
body.yjsg-offline #frame ul {
	margin:0;
	padding-left:0;
}
body.yjsg-offline #frame ul li {
	text-align:center;
	padding-left:0;
}
@media screen and (max-width: 768px) {
body.yjsg-offline #frame {
	width:80%;
}
}
/* CAPTCHA */
.yjcaptcha .userpages {
	width:45%;
}
table#recaptcha_table {
	border:none!important;
}
/* ERROR PAGE */
body.yjsgerror-page #sitelogo {
	background-color:#121212;
}
body.yjsgerror-page #errorpage {
	margin:20px auto;
	width:500px;
	background:#fff;
	overflow:hidden;
	display:block;
	padding:10px;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
}
body.yjsgerror-page .error_title {
	font-family: Cambria, serif;
	font-weight:bold;
	padding:10px 0;
}
body.yjsgerror-page .error_title h1 {
	font-size:48px;
	line-height:17px;
}
body.yjsgerror-page .error_title h2 {
	font-size:32px;
	line-height:32px;
}
body.yjsgerror-page #errorol {
	width:480px;
	margin:20px auto;
	background:#FFFFCC;
	border:1px solid #FFDA2F;
	padding:10px;
	font-size:14px;
}
body.yjsgerror-page p.errorp {
	padding:5px 10px;
	border-bottom:1px dashed #DFDFDF;
	text-align:center;
}
body.yjsgerror-page p.error_contact {
	padding:5px 10px;
	background:#FFFFCC;
	border:1px dashed #FFDA2F;
	font-weight:bold;
	color:#BF6700;
}
body.yjsgerror-page .error_link {
	text-decoration:underline;
	font-weight:bold;
}
body.yjsgerror-page p.error_msg {
	border:1px dashed #FFDA2F;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
body.yjsgerror-page #centertop {
	width:auto;
	text-align:center;
	font-size:12px;
}
@media screen and (max-width: 980px) {
body.yjsgerror-page #errorpage,
 body.yjsgerror-page #errorol {
	width:80%;
}
}
@media screen and (max-width: 420px) {
body.yjsgerror-page img {
	width:100%;
}
}
/* this class can be used in all 
components as surrounding wrap */
.component {
	padding:10px 5px;
	overflow:hidden;
	display:block;
}
/* table class category */
table.category {
	width:100%;
	margin-bottom:50px;
}
/* web links*/
.category-desc {
	padding:15px 0;
}
/* topmenupoz mod position */
.top_menu_poz {
	margin:0 auto;
}
/* Side panel */
#yjsg_sidepanel {
	display:block;
	position:fixed;
	top:0;
	z-index:10000;
	overflow:hidden;
	height:800px;
}
#yjsg_sidepanel_open {
	height:100px;
	width:30px;
	background:#fff;
	position:absolute;
	border:1px solid #e2e2e2;
	border-right:none;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	line-height:100px;
	font-family: 'FontAwesome';
	overflow:hidden;
	text-indent:10px;
	font-size:20px;
}
#yjsg_sidepanel_open:after {
	content: "\f053";
}
#yjsg_sidepanel_open.SidePanOpen:after {
	content: "\f054";
}
#yjsg_sidepanel_slide {
	display:block;
	overflow:hidden;
	margin-left:30px;
	height:800px;
	background:#fff;
	border-left:1px solid #e2e2e2;
}
#yjsg_sidepanel_slideIn {
	display:block;
	overflow:hidden;
}
/* Top panel */
#yjsg_toppanel {
	position:absolute;
	top:-2000px;
	display:block;
	width:100%;
	z-index:15000;
	overflow:hidden;
	margin-top:-2px;
}
#yjsg_toppanel_slide {
	display:block;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
}
#yjsg_toppanel_open {
	background:#fff;
	display:block;
	margin:0 auto;
	position:relative;
	bottom:1px;
	font-weight:bold;
	text-align:center;
	border:1px solid #e2e2e2;
	border-top:none;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
#yjsg_toppanel_content {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/* Bottom panel */
#yjsg_botpanel {
	bottom:-2000px;
	display:block;
	position:fixed;
	width:100%;
	z-index:15000;
	overflow:hidden;
}
#yjsg_botpanel_slide {
	display:block;
	overflow:hidden;
	background:#fff;
	border-top:1px solid #e2e2e2;
}
#yjsg_botpanel_open {
	background:#fff;
	display:block;
	margin:1px auto 0 auto;
	position:absolute;
	top:0px;
	right:15px;
	font-weight:bold;
	text-align:center;
	border:1px solid #e2e2e2;
	border-bottom:none;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
#yjsg_botpanel_content {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/* Module Articles Category */
.yjsg-article-category ul {
	margin-left:-19px;
}
.yjsg-article-category ul li {
	background-image:none;
}
.yjsg-article-category ul li h6 {
	line-height:inherit;
	margin:0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
}
.yjsg-article-category ul li a {
	position:relative;
	height: 26px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	text-indent:22px;
	padding-top:5px;
}
.yjsg-article-category ul li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	position: absolute;
	top:7px;
	left:-15px;
}
.yjsg-article-category ul li:last-child a {
	border:none;
}
.yjsg-article-category ul li a {
	border-bottom: 1px solid #D4D4D4;
}
.yjsg-article-category ul li a.active,
.yjsg-article-category ul li a:hover {
	background:#f5f5f5;
	color: #121212;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
#topmenu_holder{
	display:block;
	position:relative;
	padding:0px;
	z-index:999;
	margin:0 auto;
}
.top_menu ul.subul_main {
	margin-top:3px;/* 10 this is current max you can go below top level.*/
}
.top_menu {
	width:100%;
	display:block;
	position:relative;
	z-index:1000;
	padding:0px;
	margin:0 auto;
}
.horiznav {
	height:60px;
	float:none;
}
.horiznav ul {
	list-style:none;
	line-height:60px;
	padding-top:0px;
	margin:0;
}
.horiznav a {
	text-transform:uppercase;
	display:block;
	height:60px;
	padding:0px 25px 0px 25px;
	margin:0px 0px 0px 0px;
	font: bold 80%/60px Tahoma;
}
.horiznav ul li {
	float:left;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:0 0px 0 0;

}
.horiznav li li a {
	font-weight:normal;
	padding:0;
	margin:0;
	height:32px;
	line-height:32px;
	text-indent:0px;
}
.horiznav ul ul a {
	text-decoration:none;
	text-transform:uppercase;
	height:auto;
	font-weight:bold;
}
.horiznav li li {
	float:left;
	padding:0;
}
.horiznav li:hover, .horiznav li.sfHover,
 .horiznav li.sfHoverHas{
	left:0;
}
.horiznav ul ul a:hover {
	height:auto;
	line-height:32px;
	padding:0;
	margin:0;
}

.horiznav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	font-weight:normal;
	border-width:0;
	margin:0;
	padding:0;
}
.horiznav li:hover, .horiznav li.sfHover,
 .horiznav li.sfHoverHas {
	position: static;
	z-index:1000;
}
ul.subul_main li.has_module,ul.subul_main li.has_modpoz,
ul.subul_main li.has_module:hover,ul.subul_main li.has_modpoz:hover{
	position:static!important;
}
.horiznav li:hover ul ul, 
.horiznav li:hover ul ul ul,
.horiznav li:hover ul ul ul ul, 
.horiznav li:hover ul ul ul ul ul, 
.horiznav li:hover ul ul ul ul ul ul,
.horiznav li:hover ul ul ul ul ul ul ul,
.horiznav li:hover ul ul ul ul ul ul ul ul,
.horiznav li.sfHover ul ul,
.horiznav li.sfHover ul ul ul, 
.horiznav li.sfHover ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul,
.horiznav li.sfHoverHas ul ul ul, 
.horiznav li.sfHoverHas ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul ul ul{
	left:-999em;
}

.horiznav li:hover ul, 
.horiznav li li:hover ul, 
.horiznav li li li:hover ul, 
.horiznav li li li li:hover ul,
.horiznav li li li li li:hover ul,
.horiznav li li li li li li:hover ul,
.horiznav li li li li li li li:hover ul,
.horiznav li li li li li li li li:hover ul,
.horiznav li.sfHover ul, 
.horiznav li li.sfHover ul, 
.horiznav li li li.sfHover ul,
.horiznav li li li li.sfHover ul,
.horiznav li li li li li.sfHover ul,
.horiznav li li li li li li.sfHover ul,
.horiznav li li li li li li li.sfHover ul,
.horiznav li li li li li li li li.sfHover ul,
.horiznav li.sfHoverHas ul, 
.horiznav li li.sfHoverHas ul, 
.horiznav li li li.sfHoverHas ul,
.horiznav li li li li.sfHoverHas ul,
.horiznav li li li li li.sfHoverHas ul,
.horiznav li li li li li li.sfHoverHas ul,
.horiznav li li li li li li li.sfHoverHas ul,
.horiznav li li li li li li li li.sfHoverHas ul{
	z-index:100;
	left:auto;
}
span.separator{
	display:block;
	line-height:32px;
	padding:0 20px;
	font: bold 80%/32px Tahoma;
	text-transform:uppercase;
}
.YJSG_listContainer ul.subul_main a{
	height:100%;
	float:none;
	display:block;
}
.YJSG_listContainer ul,.YJSG_listContainer ul li{
 width:100%;
 float:right;
}
/* SUBS*/
.top_menu ul.subul_main{
	padding:7px 0px!important;
	display:block;
}
ul.subul_main.group_holder{
	padding-left:0!important;
	padding-right:0!important;
}
.top_menu ul.subul_main ul.subul_main{
	margin-top:-32px;
}
/* EXTRAS*/
/* IMAGE AND DESC*/
span.yjm_has_all{
background-position:3px 5px;
background-repeat:no-repeat;
display:block;
padding:0 0 0 30px;
}
span.yjm_has_all span.yjm_title{
	line-height:20px;
	display:block;
}
/* ul ul style */
ul.subul_main span.yjm_has_all{
	background-position:5px 5px;
	padding:0px 10px 5px 30px;
	overflow:hidden;
	margin-left:8px;
}
ul.subul_main span.yjm_has_all span.yjm_title{
	padding:0 0 0 5px;
}
ul.subul_main.group_holder span.yjm_has_all{
	margin-left:0;
}
/* IMAGE ONLY*/
span.yjm_has_image{
background-position:3px 5px;
background-repeat:no-repeat;
display:block;
padding:0 0 0 30px;
}
span.yjm_has_image span.yjm_title{
	line-height:60px;
}
/* ul ul style */
ul.subul_main span.yjm_has_image{
	background-position:3px 5px;
	padding:0px 10px 0px 30px;
	overflow:hidden;
	margin-left:8px;
}
ul.subul_main.group_holder span.yjm_has_image{
	margin-left:5px;
}
ul.subul_main span.yjm_has_image span.yjm_title{
	line-height:32px;
}
/* ONLY DESCRIPTION HOLDER*/
span.yjm_has_desc span.yjm_title{
line-height:37px;
}
/* ul ul style */
ul.subul_main span.yjm_has_desc{
	margin-left:8px;
	padding:0 10px 5px 5px;
	display:block;
}
ul.subul_main span.yjm_has_desc span.yjm_title{
	padding:0 0 0 5px;
	line-height:20px;
}
/* ONLY TITLE HOLDER*/
span.yjm_has_none span.yjm_title{
line-height:55px;
}
ul.subul_main span.yjm_has_none span.yjm_title{
line-height:32px;
padding:0 0 0 10px;
margin-left:8px;
display:block;
}
ul.subul_main.group_holder span.yjm_has_none span.yjm_title{
	margin-left:0;
}

/* DESCRIPTION*/
span.yjm_desc{
	display:block;
	font-weight:normal;
	font-size:11px;
	line-height:0px;
	text-transform:capitalize;
}
/*ul ul style*/
ul.subul_main span.yjm_desc{
	line-height:17px;
	padding:0 0 0 5px;
}

ul.subul_main span.child span.yjm_has_all span.yjm_title,
ul.subul_main span.child span.yjm_has_all span.yjm_desc{
	padding-right:20px;
}
/********************** ROUND ***************************/


ul.subul_main {
	z-index:2000!important;
	display:block!important;
}
li.bl{z-index:1100;}li.tl{z-index:1200;}li.right{z-index:900;}li.tr,li.br{z-index:900;}
/*TOP LEFT*/
.horiznav li.tl, .horiznav li.tl:hover{
	display:block;
	position:absolute;
	width:20px;
	height:26px;
	line-height:20px;
	padding:0px;
	margin:0px;
	top:-13px;
	left:-10px;
	
}
/* TOP RIGHT AND BOTTOM RIGHT*/
.horiznav li.tr, .horiznav li.br {
	width:100%;
	height:20px;
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
}
.horiznav li.tr, .horiznav li.tr:hover {
	top:-13px;
	left:10px;
}
.horiznav li.br, .horiznav li.br:hover {
	bottom:-13px;
	left:10px;
}
/* BOTTOM LEFT AND RIGHT MIDDLE*/
.horiznav li.bl, .horiznav li.bl:hover, .horiznav li.right, .horiznav li.right:hover {
	height:100%;
	width:20px;
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
}
.horiznav li.bl, .horiznav li.bl:hover {
	left:-10px;
	top:13px;
	right:auto;
}
.horiznav li.right, .horiznav li.right:hover {
	left:auto;
	top:7px;
	right:-10px;
}
/* REMOVE LI BORDERS FROM CORNERS*/
li.tl,li.tr,li.bl,li.br,li.right{
	border:none!important;
}

/* MEGA MENU LAYOUT*/
.horiznav ul.subul_main.group_holder {
	padding:10px 10px!important;
}
.horiznav ul.subul_main.group_holder > li.haschild {
	position:relative!important;
	display:inline-block!important;
	float:left;
	clear:right!important;
}
/* MENU MODULES*/
.yj_menu_module_holder li,
.yj_menu_module_holder li:hover,
.yj_menu_module_holder li,
.yj_menu_module_holder li:hover{
	background:none;
	position:static!important;
}
.yjm_module{
	padding:10px;
}
div.yj_menu_module_holder{
	margin-top:-2px!important;
	width:100%!important;
}

.subul_main li.has_modpoz, .subul_main li.has_module, .subul_main li.haschild div.yj_menu_module_holder, .subul_main li.has_modpoz:hover, .subul_main li.has_module:hover {
	overflow:hidden;
	line-height:17px!important;
}
.subul_main.group_holder div.yj_menu_module_holder {
	padding:0 0px;
}
.subul_main.group_holder div.yjm_module .yjsquare .yjsquare_in {
	padding:5px;
}
.subul_main.group_holder div.yjm_module .yjsquare h4 {
	margin:0 3px 0 3px;
}
/*module type link detials*/
span.yjm_module_details {
	padding:5px 0 0 0px;
	display:block;
}
span.yjm_module_details_img {
	padding:0 0 0 30px;
	background-position:15px 5px;
	background-repeat:no-repeat;
	display:block;
	line-height:60px;
}
div.yj_menu_module_holder span.yjm_module_details span.yjm_title, 
div.yj_menu_module_holder span.yjm_module_details_img span.yjm_title {
	font-weight:bold;
	font-size:15px;
	padding:10px 0 0 10px;
}
span.yjm_module_details span.yjm_title {
	padding:10px 0 0 15px;
}
span.yjm_module_details span.yjm_desc {
	padding:0 10px 0 15px;
	display:block;
}
span.yjm_module_details_img span.yjm_desc {
	padding:0 10px 0 10px;
	display:block;
	margin:-10px 0 0 0;
}
/* Menu Module ul , li , a*/
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul{
	position:static;
	height:auto;
	margin:0!important;
	padding:0;
	display:block;
	overflow:hidden;
	width:auto;
	float:none;
	background:none;
	line-height:17px;
}
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li,
.horiznav ul.subul_main  div.yj_menu_module_holder .yjsquare_in ul li:hover{
	padding:0px;
	margin:0px;
	line-height:17px;
	width:auto;
	clear:both;
	float:none;
}

.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li a,
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li a:hover{
	border:none;
	background:none;
	text-transform:none;
	padding:0px;
	margin:0px;
	line-height:17px;
	width:auto;
	clear:both;
	float:none;
}
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in #form-login{
	padding:0;
	margin:0px 0 0 0;
}
/*GROUP WIDTHS*/
/* 1 column */
.subul_main.group_holder.count1 li.haschild, .subul_main.group_holder .subul_main.group_holder.count1 li.haschild {
	width:100%!important;
}
.subul_main.group_holder.count1 li.has_modpoz, .subul_main.group_holder.count1 li.has_module {
	width:100%!important;
}
/* 2 columns */
.subul_main.group_holder.count2 li.haschild, .subul_main.group_holder .subul_main.group_holder.count2 li.haschild {
	width:50%!important;
}
.subul_main.group_holder.count2 li.has_modpoz, .subul_main.group_holder.count2 li.has_module {
	float:left;
	width:50%!important;
	clear:right!important;
}
/* 3 columns */
.subul_main.group_holder.count3 li.haschild, .subul_main.group_holder .subul_main.group_holder.count3 li.haschild {
	width:33.3%!important;
}
.subul_main.group_holder.count3 li.has_modpoz, .subul_main.group_holder.count3 li.has_module {
	float:left;
	width:33%!important;
	clear:right!important;
}
/* 4 columns */
.subul_main.group_holder.count4 li.haschild, .subul_main.group_holder .subul_main.group_holder.count4 li.haschild {
	width:25%!important;
}
.subul_main.group_holder.count4 li.has_modpoz, .subul_main.group_holder.count4 li.has_module {
	float:left;
	width:25%!important;
	clear:right!important;
}
/* 5 columns */
.subul_main.group_holder.count5 li.haschild, .subul_main.group_holder .subul_main.group_holder.count5 li.haschild {
	width:20%!important;
}
.subul_main.group_holder.count5 li.has_modpoz, .subul_main.group_holder.count5 li.has_module {
	float:left;
	width:20%!important;
	clear:right!important;
}
/* 6 columns */
.subul_main.group_holder.count6 li.haschild, .subul_main.group_holder .subul_main.group_holder.count6 li.haschild {
	width:16.5%!important;
}
.subul_main.group_holder.count6 li.has_modpoz, .subul_main.group_holder.count6 li.has_module {
	float:left;
	width:16.5%!important;
	clear:right!important;
}
/* RESET NEXT*/
.subul_main.group_holder .subul_main.group_holder.count2 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count3 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count4 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count5 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count6 li li.haschild {
	width:100%!important;
	padding:0!important;
}
.subul_main.group_holder li.haschild li, .subul_main.group_holder li.haschild li.haschild, .subul_main.group_holder li.haschild li.has_modpoz, .subul_main.group_holder li.haschild li.has_module, .subul_main.group_holder li.haschild li.haschild li.haschild, .subul_main.group_holder li.haschild li.haschild li.has_modpoz, .subul_main.group_holder li.haschild li.haschild li.has_module {
	width:100%!important;
}
.subul_main.group_holder li.haschild li.haschild {
	padding:0!important;
}
/* Group holder title*/
.group_holder li.haschild a, .group_holder li.haschild li.haschild .group_holder li.haschild a {
	width:100%!important;
	text-transform:capitalize!important;
	font-size:120%!important;
}
.subul_main.group_holder li.haschild span.child a, .subul_main.group_holder li.haschild span.child a:hover, .subul_main.group_holder .subul_main.group_holder li.haschild span.child a, .subul_main.group_holder .subul_main.group_holder li.haschild span.child a:hover {
	background-image:none!important;
}
/* Group holder title hover*/
.group_holder li.haschild a:hover, .group_holder li.haschild li.haschild .group_holder li.haschild a:hover {
	width:100%!important;
}
/*GROUPS LI A*/
.group_holder span.mymarg, .group_holder span.child {
	margin:0 5px 0 5px!important;
	display:block;
	overflow:hidden!important;
}
.subul_main.group_holder li.haschild li a, .subul_main.group_holder li.haschild .subul_main.group_holder li.haschild li a {
	width:100%!important;
	text-transform:uppercase!important;
	font-size:80%!important;
}
/*GROUPS LI A:HOVER*/
.subul_main.group_holder li.haschild li a:hover, .subul_main.group_holder li.haschild .subul_main.group_holder li.haschild li a:hover {
	width:100%!important;
}
/* GROUP*/
.subul_main.group_holder ul.subul_main, .subul_main.group_holder ul.subul_main .subul_main.group_holder ul.subul_main {
	position:static!important;
	width:100%!important;
	display:block!important;
	float:left!important;
	margin:0 0 0 0px!important;
}
/* GROUP UL*/
.subul_main.group_holder ul.subul_main ul.subul_main, .subul_main.group_holder ul.subul_main ul.subul_main ul.subul_main, .subul_main.group_holder ul.subul_main ul.subul_main ul.subul_main ul.subul_main {
	position:absolute!important;
	display:block!important;
}
.subul_main.group_holder ul li.tl, .subul_main.group_holder ul li.tr, .subul_main.group_holder ul li.bl, .subul_main.group_holder ul li.br, .subul_main.group_holder ul li.right, .subul_main.group_holder ul li.tl, .subul_main.group_holder .subul_main.group_holder ul li.tl, .subul_main.group_holder .subul_main.group_holder ul li.tr, .subul_main.group_holder .subul_main.group_holder ul li.bl, .subul_main.group_holder .subul_main.group_holder ul li.br, .subul_main.group_holder .subul_main.group_holder ul li.right, .subul_main.group_holder .subul_main.group_holder ul li.tl {
	display:none!important;
}
.subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder ul ul.subul_main li.br, .subul_main.group_holder ul ul.subul_main li.right, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.br, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.right {
	display:block!important;
}
.subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder ul ul.subul_main li.tr:hover, .subul_main.group_holder ul ul.subul_main li.br li.br, .subul_main.group_holder ul ul.subul_main li.br li.br:hover {
	width:100%!important;
	border:none!important;
}
.subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder ul ul.subul_main li.tl:hover, .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder ul ul.subul_main li.bl:hover, .subul_main.group_holder ul ul.subul_main li.right, .subul_main.group_holder ul ul.subul_main li.right:hover {
	width:20px!important;
	border:none!important;
}
/*SIDE MENUS
--------------------- */
/*LIST MENU*/
#mainlevel ul, .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainlevel {
	padding:0;
	text-align:left;
	margin-left:-19px;/*-4 plus body padding */
	margin-right:-8px;
}

.menu {
	padding:0;
	text-align:left;
	margin-left:-19px;/*-4 plus body padding */
	margin-right:-8px;
	padding-right:5px;
}

#mainlevel li, .menu li, .menu li:hover {
	background-image:none;
	padding-left:15px;
}

#mainlevel li a, .menu li a {
	height: 26px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	text-indent:22px;
	padding-top:5px;
}
/*LEGACY VERTICAL */
a.mainlevel {
	display: block;
	height: 26px;
	line-height: 22px;
	padding-top:5px;
	text-decoration: none;
	text-indent:20px;
}
a.mainlevel img.imgl{
	float:left;
	margin:-2px -10px 0 20px;
}
a.mainlevel img.imgr{
	float:right;
	margin:-2px 0 0 0;
}
a.sublevel {
	display: block;
	padding: 2px 4px 0px 15px;
	text-decoration: none;
	margin:2px 0 0 10px;
}
a.sublevel:hover, a.sublevel:active, a.sublevel:focus {
	text-decoration: underline;
}
/* YJ MEGA HOLDER*/
.YJSG_listContainer ul li{
	float:none;
}
.YJSG_listContainer ul{
	line-height:normal;
	display:block;
	position:relative;
	text-align:left;
}
/* GROUP HOLDER*/
.YJSG_listContainer .group_holder{
	float:left;
}
.YJSG_listContainer a{
	padding:0px;
	height:auto;
}
/* Menu item with image only , no text*/
/* level1*/
span.no_text {
	padding:5px 0 0 0!important;
	display:block;
}
/* all other levels*/
ul.subul_main span.no_text {
	padding:3px 0 3px 10px!important;
	height:26px!important;
}
/* pill menu */
#topmenu_holder.topmodpoz .nav {
	margin-bottom:0!important;
}
/* navbar menu */
#topmenu_holder.topmodpoz_navbar .navbar {
	margin-bottom:0!important;
}
#topmenu_holder.topmodpoz_navbar .navbar-inner {
	padding-left:0px;
	padding-right:0px;
}
/* margins */
#topmenu_holder.topmodpoz,
#topmenu_holder.topmodpoz_navbar,
#topmenu_holder.topmodpoz.navpills {
}
.top_menu_poz_navbar,
.top_menu_poz.navpills {
	margin:0 auto;
}
/* first/last*/
li.lifirst {
}
li.lilast {
}
a.yjanchor.first {
}
a.yjanchor.last,
a.yjanchor.firstlast {
	border-bottom:none!important;
}
a.yjanchor.firstlast {
}
.YJSG_listContainer {
	background:none;
}
/* menu html5 fix */
.yjanchor {
	line-height:normal!important;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/* HOLDING CLASS OF VIEWS. WHEN YOU ADD PAGE SUFFIX IT WILL AFFECT THIS DIV.
   STYLE HOLDING CLASSES ACCORDING TO THIS DIV */
div.yjsg-newsitems {
}
/* MAIN NEWS ITEMS HOLDERS FOR FRONTPAGE, CATEGORY. 
*/
div.yjsg-newsitems .yjsg-blog_f, div.yjsg-newsitems .yjsg-blog_c, div.yjsg-newsitems .yjsg-blog_s {
	padding:0 5px;
}
/* FRONTPAGE NEWS ITEM HOLDER */
.news_item_f {
	margin:0 3px;
	position:relative;
}
/* CATEGORY NEWS ITEM HOLDER */
.news_item_c {
	margin:0 0px;
	position:relative;
}
/* ARTICLE VIEW NEWS ITEM HOLDER */
.news_item_a {
	margin:0px 0px 0 0px!Important;
	padding:0px 5px;
	overflow:hidden;
	position:relative;
}
.news_item_a .pagenav{
	display:block;
	clear:both;
	overflow:hidden;
}
/* ROW SEPARATOR*/
.row-separator {
	clear:both;
	display:block;
	height:3px;
	overflow:hidden;
}
/* ARTICLE TITLE
h1 in article view and h2 in frontpage/featured, category*/
h1.article_title {
	margin-top:0;
}
/* THIS DIV HOLDS NEWS ITEM TEXT ONLY */
.newsitem_text {
	display:block;
	padding:0px 3px 0px 3px;
}
/* newsitem_tools  CONTAINS , CREATED BY , CREATE DATE , PRINT,EMAIL , PDF BUTTONS */
.newsitem_tools {
	display: block;
	width:100%;
	margin:0 0 0 0 !Important;
	clear:both;
	padding:3px 0 10px 0;
	margin:0;
}
/* newsitem_info  CONTAINS , CREATED BY , CREATE DATE */
.newsitem_info {
	width: 70%;
	display: block;
	float:left;
	
}
.newsitem_info span{
	padding-left:3px;
}
/* buttonheading  CONTAINS PRINT,EMAIL , PDF BUTTONS */
.buttonheading {
}
.buttonheading img {
	border:0;
}
.buttonheading .email, .buttonheading .print, .buttonheading .pdf {
	float:right;
	margin:0px 2px 0 0;
	width:16px;
}
.createby {
	padding:0 3px 0 0px;
		float:left;
}
.createdate {
	padding:0 3px 0 0px;
}
.modifydate {
}
/* CATEGORY NAME HOLDER*/
.newsitem_category, .newsitem_parent_category {
	padding:0 3px 0 0px;
	float:left;
}
.newsitem_category a, .newsitem_parent_category a {
	padding:0 3px 0 0px;
}
.newsitem_hits {
	padding:0 0 0 0;
	display:block;
	float:left;
}
.newsitem_published {
	padding:0 10px 0 0;
	display:block;
	float:left;
}
/* end*/

/* MAIN FLOATS */
div.yjsg-newsitems .float-left {
	float: left;
	overflow: hidden;
}
div.yjsg-newsitems .float-right {
	float: right;
	overflow: hidden;
}
div.yjsg-newsitems .width20 {
	width: 20%;
}
div.yjsg-newsitems .width25 {
	width: 25%;
}
div.yjsg-newsitems .width33 {
	width: 33.333%;
}
div.yjsg-newsitems .width50 {
	width: 50%;
}
div.yjsg-newsitems .width100 {
	width: 100%;
}
div.yjsg-newsitems .yjsg-leadingarticles {
	overflow: hidden;
}
.yjsg-morearticles {
	margin: 10px 0px 10px 0px;
	clear:both;
	display:block;
}
div.yjsg-pagination {
	text-align: center;
	clear:both;
}
/* CATEGORY NEWS ITEMS LIST HOLDER*/
.categorylist {
	padding:0 5px;
}
/* CATEGORY DESCRIPTION HOLDER DIV */
.yjsg-categorydesc {
	overflow:hidden;
	padding:5px;
}
.yjsg-categorydesc img{
 float:left;margin:0 10px 0 0;
}
span.article_separator {
	display: block;
	height: 7px;
	clear: both;
}
/* CATEGORIES VIEW */
.categories_view li {
	margin-top:5px;
	overflow:hidden;
	clear:both;
}
.catitem_title {
	clear:both;
}
.article-count {
	font-weight:bold;
	font-style:italic;
	clear:both;
	overflow:auto;
	display:block;
}
/* ARCHIVED VIEW*/
.archived_view {
	padding:10px;
}
div.yjsg-newsitems div.yjsg-pagination p.yjsg-results {
}
/* MULTI ITEMS ROW SPACING */
div.yjsg-newsitems div.multicolumns div.news_item_f, div.yjsg-newsitems div.multicolumns div.news_item_c, div.yjsg-newsitems div.multicolumns div.news_item_s {
	margin: 0px 5px 5px 5px;/* multi row newsitem spacing*/
}
/* FIRST ITEM IN A ROW SPACING */
div.yjsg-newsitems div.multicolumns div.first div.news_item_f, div.yjsg-newsitems div.multicolumns div.first div.news_item_c, div.yjsg-newsitems div.multicolumns div.first div.news_item_s {
	margin-left: 0px;
}
/* LAST ITEM IN A ROW SPACING */
div.yjsg-newsitems div.multicolumns div.last div.news_item_f, div.yjsg-newsitems div.multicolumns div.last div.news_item_c, div.yjsg-newsitems div.multicolumns div.last div.news_item_s {
	margin-right: 0px;
}
div.yjsg-newsitems div.yjsg-morearticles {
	margin: 10px 0px 10px 0px;
}

/*Article print/email buttons bootstrap OFF */
ul.dropdown-menu.buttonheading {
	margin:0;
	padding:0
}
ul.dropdown-menu.buttonheading li {
	display:inline;
	padding:0;
	margin:0px 5px 0 0;
	float:right;
}
/* print and email icons holder*/
.actiongroup li {
	background-image:none;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/

/* helper classes */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.pull-center {
	margin:0 auto;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
/* Boxes */
.yjtbox {
	padding:10px;
	margin:10px 0;
	overflow:hidden;
	position:relative;
}
.yjtbox[class^="icon-"]:before,
.yjtbox[class*=" icon-"]:before {
	font-size:25px;
	float:left;
	clear:none;
	margin:12px 0 0px -30px;
}
.yjtbox[class^="icon-"],
.yjtbox[class*=" icon-"] {
	padding-left:40px;
}
.yjtbox.icon-large {
	padding-left:50px;
}
.yjtbox.icon-large:before {
	font-size:35px;
	float:left;
	clear:none;
	margin:11px 0 0px -40px;
}
.yjtbox.icon-white:before {
	color:#fff;
}
.yjt_close {
	display:block;
	position:absolute;
	cursor:pointer;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	top:5px;
	right:5px;
	width:20px;
	height:20px;
}
.yjt_close:before {
	content: "\f05c";
	font-size:20px;
}
.yjtb_red {
	background:#FFE8E8;
	border-style:solid;
	border-color:#F3ADB3;
	border-width:1px;
	color:#A6656C;
}
.yjtb_red .yjtboxtitle {
	color:#A6656C;
}
.yjtb_green {
	background:#F0FAE1;
	border-style:solid;
	border-color:#C6E29D;
	border-width:1px;
	color:#90B05E;
}
.yjtb_green .yjtboxtitle {
	color:#90B05E;
}
.yjtb_blue {
	background:#c6e8fa;
	border-style:solid;
	border-color:#57acd9;
	border-width:1px;
	color:#186892;
}
.yjtb_blue .yjtboxtitle {
	color:#186892;
}
.yjtb_yellow {
	background:#FFFDEE;
	border-style:solid;
	border-color:#979162;
	border-width:1px;
	color:#979162;
}
.yjtb_yellow .yjtboxtitle {
	color:#979162;
}
.yjtb_gray {
	background:#f7f7f7;
	border-style:solid;
	border-color:#dadada;
	border-width:1px;
}
.yjtb_gray .yjtboxtitle {
	color:#8e8e8e;
}
.yjtb_clear {
	background:none;
	border-style:solid;
	border-color:#ccc;
	border-width:1px;
}
/* Borders */
.yjtbox.dashedb {
	border-style:dashed!Important;
}
.yjtbox.dottedb {
	border-style:dotted!Important;
}
.yjtbox.doubleb {
	border-style:double!Important;
	border-width:medium!Important;
}
.yjtbox.outsetb {
	border-style:outset!Important;
}
.yjtbox.ridgeb {
	border-style:ridge!Important;
}
.yjtbox.bordernone {
	border:none!Important;
	border-style:none!Important;
}
/* Border radius */
.radiusb2 {
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.radiusb3 {
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.radiusb4 {
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.radiusb5 {
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.radiusb6 {
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.radiusb7 {
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.radiusb8 {
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.radiusb9 {
	-webkit-border-radius:9px;
	-khtml-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
}
.radiusb10 {
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
/* Notifications */

.yjtnt {
	padding:10px;
	margin:10px 0;
	overflow:hidden;
	display:block;
	position:relative;
}
/* Alert */
.yjt_alert {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#961311;
	border:1px solid #880606;
	text-shadow:0px 1px 0px #ed6d6b;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #ea605d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjA1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTI2MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea605d), color-stop(100%, #ea2623));
	background: -webkit-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -o-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -ms-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: linear-gradient(to bottom, #ea605d 0%, #ea2623 100%);
}
.yjt_alert.isoldb {
	background: #ea605d;
}
.yjt_alert:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f05e";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_alert .yjtboxtitle {
	font-weight:bold;
	color:#961311;
	text-shadow:0px 1px 0px #ed6d6b;
	zoom:1;
}
/* Warning */
.yjt_warning {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#84742d;
	border:1px solid #84742d;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #fce18f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZTE4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2QyNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fce18f), color-stop(100%, #fcd253));
	background: -webkit-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -o-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -ms-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: linear-gradient(to bottom, #fce18f 0%, #fcd253 100%);
}
.yjt_warning.isoldb {
	background: #fce18f;
}
.yjt_warning:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f071";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_warning .yjtboxtitle {
	font-weight:bold;
	color:#84742d;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Message */
.yjt_message {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#405318;
	border:1px solid #759233;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	  background: #c8e181;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4ZTE4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWNlNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8e181), color-stop(100%, #a5ce5a));
	background: -webkit-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -o-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -ms-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: linear-gradient(to bottom, #c8e181 0%, #a5ce5a 100%);
}
.yjt_message.isoldb {
	background: #c8e181;
}
.yjt_message:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f058";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_message .yjtboxtitle {
	font-weight:bold;
	color:#405318;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Note */
.yjt_note {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#5497ae;
	border:1px solid #5497ae;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #e9f6fd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2VlZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f6fd), color-stop(100%, #d3eefb));
	background: -webkit-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -o-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -ms-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: linear-gradient(to bottom, #e9f6fd 0%, #d3eefb 100%);
}
.yjt_note.isoldb {
	background: #e9f6fd;
}
.yjt_note:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f016";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_note .yjtboxtitle {
	font-weight:bold;
	color:#5497ae;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Notification images */
.nt_warning,
.nt_star,
.nt_plus,
.nt_minus,
.nt_info,
.nt_download,
.nt_note,
.nt_cam,
.nt_barcode,
.nt_calendar {
	padding-left:50px;
}
.nt_warning:before,
.nt_star:before,
.nt_plus:before,
.nt_minus:before,
.nt_info:before,
.nt_note:before,
.nt_download:before,
.nt_cam:before,
.nt_barcode:before,
.nt_calendar:before {
	width:35px;
	height:35px;
	content: "";
	display:block;
	background-image:url(./templates/hdchannel/images/typ/nt_icons.png);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:none;
	margin:10px 0 0px -45px;
}
.nt_star:before {
	background-position:left -35px;
}
.nt_plus:before {
	background-position:left -70px;
}
.nt_minus:before {
	background-position:left -105px;
}
.nt_info:before {
	background-position:left -140px;
}
.nt_note:before {
	background-position:left -175px;
}
.nt_download:before {
	background-position:left -210px;
}
.nt_cam:before {
	background-position:left -245px;
}
.nt_barcode:before {
	background-position:left -280px;
}
.nt_calendar:before {
	background-position:left -315px;
}
img.border {
	padding:5px;
	margin:2px 3px 0 0;
}
.message,
.tips,
.error {
	padding:5px 5px 5px 0px !Important;
	text-indent:25px;
}
.highlight {
	padding:0 5px;
}
/* IMAGES */
/* Polaroid */
.yjt_polaroid {
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding:10px;
	border:1px solid #e2e2e2;
	background:#fff;
	margin:10px 0;
	text-align:center;
}
.yjt_polaroid:after {
	content:attr(title);
	display:block;
	clear:both;
	text-align:center;
	font-size:20px;
	line-height:28px;
	margin-top:15px;
	font-weight:bold;
}
/* Tilt hover */
.yjt_tilt:hover {
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-o-transform:rotate(2deg);
}
/* Polaroid group */
.yjt_polaroid.yjt_group:nth-child(even) {
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-o-transform:rotate(2deg);
}
.yjt_polaroid.yjt_group:nth-child(odd) {
	transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);
	-o-transform:rotate(-2deg);
}
.yjt_polaroid.yjt_group:nth-child(even):hover,
.yjt_polaroid.yjt_group:nth-child(odd):hover {
	transform:rotate(0);
	-ms-transform:rotate(0);
	-moz-transform:rotate(0);
	-webkit-transform:rotate(0);
	-o-transform:rotate(0);
}
/* Fade */
.yjt_fade {
	display:inline-block;
	overflow:hidden;
	margin:5px;
	text-indent:0;
	line-height:0;
	letter-spacing:0;
}
.yjt_fade span {
	overflow:hidden;
	display:block;
	margin:0!important;
	padding:0!important;
}
.yjt_fade img {
	margin:0!important;
	padding:0!important;
}
/* Morph */
.yjt_morph img {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-ms-transition:1s;
}
.yjt_morph:hover img {
	-webkit-box-shadow:0 0 8px #7a7a7a;
	-khtml-box-shadow:0 0 8px #7a7a7a;
	-moz-box-shadow:0 0 8px #7a7a7a;
	box-shadow:0 0 8px #7a7a7a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
/* Zoom need magic for IE9*/
.yjt_zoom {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:300px;
	height:200px;
	padding:0;
	margin:0;
}
.yjt_zoom img {
	width:100%;
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	-webkit-transform-origin: 20% 80%;
	-webkit-transition: -webkit-transform 30s linear;
	-moz-transform-origin: 20% 80%;
	-moz-transition: -moz-transform 30s linear;
}
.yjt_zoom:hover img {
	-webkit-transform: scale(2) rotate(0.1deg);
	-moz-transform: scale(2) rotate(0.1deg);
	-ms-transform: scale(2) rotate(0.1deg);
}
/* IMAGE BORDERS */
.yjt_border {
	display:inline-block;
	line-height:0;
	letter-spacing:0;
	overflow:hidden;
}
.bthin {
	border:1px solid #e2e2e2;
}
.bthick {
	border:5px solid #e2e2e2;
}
.bspace,
.bspacethick {
	border:1px solid #e2e2e2;
	background:#fff;
	padding:5px;
}
.bspacethick {
	border:5px solid #e2e2e2;
}
/* LISTS */
ul.unstyled li,
ol.unstyled li {
	padding-left:0;
	background-position:-1000px 0;
}
ul.unstyled ul li,
ol.unstyled ul li {
	padding-left:15px;
	margin-left:10px;
	background-position:0px 5px;
}
/* Icon list */
.yjt_iconlist li {
	background:none;
	padding-left:0px;
}
.yjt_iconlist li:before {
	margin-right:10px;
}
ul.video li,
ul.check li,
ul.star li {
	padding-bottom:5px;
	padding-left:25px;
	list-style-image:none;
	list-style-type:none;
}
ul.star li {
	background:url(./templates/hdchannel/images/typ/star.png) no-repeat 0 0px;
}
ul.video li {
	background: url(./templates/hdchannel/images/typ/video.png) no-repeat 0px 0px;
}
ul.check li {
	background: url(./templates/hdchannel/images/typ/check.png) no-repeat 0px 0px;
}
/* Disc list */
ul.disc {
	padding-left:15px;
	list-style-type:disc;
}
ul.disc li {
	padding-left:0;
	background-image:none;
}
/* pre and code */
pre,
code {
	padding: 2px 4px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	color: #D14;
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
/* dropcaps */
.dropcap,
.dropcap2,
.dropcap3,
.dropcap4 {
	float:left;
	padding:4px 8px 0px 0;
	display:block;
	font-family:Georgia, Times, serif;
	font-size:50px;
	line-height:40px;
}
.dropcap2 {
	font-weight: bold;
}
.dropcap3,
.dropcap4 {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	text-align:center;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	width:50px;
	height:50px;
	padding:0;
	vertical-align:middle;
	line-height:50px;
	margin:5px 10px 0 0;
}
.dropcap4 {
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	margin:3px 10px 0 0;
}
p.down,
p.clip,
p.pin,
p.sticky {
	padding:20px 20px 10px 40px;
	margin:10px 0;
}
.blocknumber {
	padding:0 0 0 65px;
	display:block;
	position:relative;
	margin:15px 0;
	font-size:120%;
	line-height:23px;
}
.bignumber {
	padding:10px;
	display:block;
	position:absolute;
	top:-8px;
	left:0;
	font-weight:bold;
	font-family:Arial, sans-serif;
	font-size:23px;
	line-height:23px;
	height:23px;
	text-align:center;
	width:25px;
	color:#e7e7e7;
}
.bignumber.bnround {
	min-height:40px;
}
.bnround .bignumber {
	top:0px;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:3px solid #e7e7e7;
}
/* TYPO style
--------------------- */
.caution {
	display: inline-block;
	margin-top:-3px;
	vertical-align: top;
	font-size:10px;
}
img.border {
	border:1px solid #e7e7e7;
	background:#F6F6F6;
}
.special {
	background:#FFC;
	border:1px solid #9E9F63;
}
.error {
	color:#C00;
	background:url(./templates/hdchannel/images/typ/error.gif) no-repeat center left;
}
.message {
	color:#069;
	background:url(./templates/hdchannel/images/typ/info.gif) no-repeat center left;
}
.tips {
	color:#FF5A00;
	background:url(./templates/hdchannel/images/typ/tips.gif) no-repeat center left;
}
.highlight {
	border-bottom:1px dashed #888;
	background:#FEFAE1;
}
div.blockquote blockquote {
	padding:15px 40px 5px 40px !Important;
}
div.blockquote {
	width:auto !Important;
	padding:5px 0px 5px 0px !Important;
	border:1px solid #e7e7e7;
	background:#F6F6F6 url(./templates/hdchannel/images/typ/qlg.gif) no-repeat 0px 2px !Important;
}
div.blockquote blockquote {
	background:url(./templates/hdchannel/images/typ/qrg.gif) no-repeat right bottom;
	border:none!Important;
}
p.sticky,
p.pin,
p.clip,
p.down {
	border-right:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	border-left:5px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	background:#F6F6F6 url(./templates/hdchannel/images/typ/sticky.gif) no-repeat left center;
}
p.pin {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/pin.gif) no-repeat left center;
}
p.clip {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/clip.gif) no-repeat left center;
}
p.down {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/down.gif) no-repeat left center;
}
.lead {
	font-size: 140%!important;
	font-weight: 200;
	line-height: 30px;
}
.muted {
	color: #999999;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover {
	color: #356635;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}
/* blockquotes */
blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}
blockquote p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
blockquote small {
	display: block;
	line-height: 20px;
	color: #999999;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}
blockquote.quoted,
blockquote.brackets {
	border:none;
	padding:0 25px;
	position:relative;
}
blockquote.quoted:before,
blockquote.quoted:after,
blockquote.brackets:before,
blockquote.brackets:after {
	content: "\201C";
	position:absolute;
	top:10px;
	left:0px;
	font-size:40px;
	font-weight:bold;
	font-family: Georgia, serif;
}
blockquote.quoted:after,
blockquote.brackets:after {
	content: "\201D";
	top:auto;
	left:auto;
	right:0;
	bottom:10px;
}
blockquote.brackets:before {
	content: "\007B";
}
blockquote.brackets:after {
	content: "\007D";
	top:10px;
}
.yjsgcenter {
	text-align:center;
}
.clrm {
	width:100%;
	clear:both;
	text-align:center;
	overflow:hidden;
}
p.nonscript {
	background:#FFFFCC;
	font-size:15px;
	color:#121212;
	font-weight:bold;
	padding:20px 0;
	position:absolute;
	top:0;
	margin:0 0 50px 0;
	width:100%;
}
.sticky,
.pin,
.clip,
.down,
.blockquote,
.code {
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
ul.thumbnails,
ul.thumbnails li {
	background:none;
}
/* pretify */
.com {
	color: #93a1a1;
}
.lit {
	color: #195f91;
}
.pun,
.opn,
.clo {
	color: #93a1a1;
}
.fun {
	color: #dc322f;
}
.str,
.atv {
	color: #D14;
}
.kwd,
.prettyprint .tag {
	color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
	color: teal;
}
.pln {
	color: #48484c;
}
.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
/* Specify class=linenums on a pre to get line numbering */
body ol.linenums {
	margin:0 0 0 33px!important;
	color: #AEAEAE;
	list-style:decimal!important;
}
body ol.linenums li {
	padding:0 0 0 12px!important;
	color: #bebec5;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
}
/* Typo Docs
-------------------------------------------------- */
.yjsg-example + .prettyprint {
	margin-top: -20px!important;
	padding-top: 15px!important;
}
.yjsg-example {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	background-color: white;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.addoverflow {
	overflow:hidden;
}
.yjsglargef {
	font-size:120%;
}
.yjsgbacktotop {
	margin:0 0 10px 3px;
	display:block;
}
.yjsg-example:after {
	content: "Example";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: whiteSmoke;
	border: 1px solid #DDD;
	color: #9DA0A4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}
.yjsg-elements {
	text-align:center;
}
.yjsg-split {
	width:45%;
	margin:10px;
	display:block;
	float:left;
}
#newtypo {
	display:none;
	position:relative;
	margin: 0 auto;
	overflow: hidden;
	padding:0 5px;
}
#newtypo a {
	-o-transition:color .3s ease-in-out, background .3s ease-in-out;
	-ms-transition:color .3s ease-in-out, background .3s ease-in-out;
	-moz-transition:color .3s ease-in-out, background .3s ease-in-out;
	-webkit-transition:color .3s ease-in-out, background .3s ease-in-out;
	transition:color .3s ease-in-out, background .3s ease-in-out;
}
#go_left,
#go_right {
	display:block;
	position:relative;
	width:78%;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0;
}
#go_right {
	width:20%;
	float:right;
}
.go_right_in {
	display:block;
	position:relative;
	overflow:hidden;
}
#go_right .affix {
	position: fixed;
	top: 20px;
}
.yjsg-example-sidebar {
	position:fixed;
	display:block;
	width:inherit;
}
.yjsg-example-separator {
	clear:both;
	display:block;
	margin:40px 0;
	border:none;
}
#accordionmenu {
	display:block;
	width:100%;
}
.yjsg-example-sidenav {
	width:100%;
	margin:0!Important;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.yjsg-example-sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.yjsg-example-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.yjsg-example-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.yjsg-example-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
.yjsg-example-sidenav li.st,
.yjsg-example-sidenav li.st a {
	font-size:18px;
	line-height:18px;
	color:#121212;
}
.yjsg-example-sidenav li.st a:hover {
	background:#fff;
	cursor: text;
}
.yjsg-example-sidenav li.st i {
	font-size:18px;
	margin-left:15px;
	color:#121212;
}
.yjsg-example-sidenav > li {
	padding-left:0;
	background-image:none;
}
.yjsg-example-sidenav > li > a:hover {
	background-color: #f5f5f5;
}
tr.error,
.control-group.error {
	text-indent:0px!Important;
	background:none!Important;
}
.the-icons {
	list-style-type: none;
	margin-left: 15px!Important;
}
.the-icons li {
	background:none!Important;
	padding:0 0 15px 0!Important;
}
.dropdown-menu li,
.nav-list li,
.nav-tabs li,
.nav-pills li,
.nav li,
.breadcrumb li,
.pager li {
	background:none;
	padding:0 0 0 0!Important;
}
div.pagination ul li {
	padding:0!Important;
}
#new-icons,
#all-icons,
#examples,
#integration,
#code,
#roadmap {
	padding-top: 40px;
}
#typicons {
	position:relative;
	display:block;
}
#typicons ul li{
	font-size:16px!Important;
}
.yjsg-example-popover .popover {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	margin: 20px;
}
.popover {
	text-align:left;
}
.scrollspy-example {
	height: 200px;
	overflow: auto;
	position: relative;
}
.yjsg-example #myCarousel {
	width:500px;
	margin:0 auto;
}
/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
	display: block;
	font-weight: normal;
	color: #999;
}
.responsive-utilities tbody th {
	font-weight: normal;
}
.responsive-utilities td {
	text-align: center;
}
.responsive-utilities td.is-visible {
	color: #468847;
	background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
	color: #ccc;
	background-color: #f9f9f9 !important;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test {
	margin-top: 5px;
	margin-left: 0;
	list-style: none;
	overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
	background-image:none;
	position: relative;
	float: left;
	width: 25%;
	height: 43px;
	font-weight: bold;
	line-height: 43px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test li + li {
	margin-left: 10px;
}
.responsive-utilities-test span {
	position: absolute;
	top:    -1px;
	left:   -1px;
	right:  -1px;
	bottom: -1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test span {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}
a {
	-o-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
}
/* ie6 ie7 notice*/
#ie6Warning {
	display:none;
	position:absolute;
	width:100%;
	height:180px;
	text-align:center;
	background:#FFC url(./templates/hdchannel/images/typ/noie.png) no-repeat left center;
	font-size:18px;
	left:0px;
	top:-160px;
	z-index:99999
}
#ie6Warning .browsers {
	height:68px;
	width:390px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:center;
	overflow:hidden
}
#ie6Warning #fox,
#ie6Warning #chrome,
#ie6Warning #ie8,
#ie6Warning #opera,
#ie6Warning #safari {
	height:68px;
	width:68px;
	float:left;
	line-height:999px;
	display:block;
	overflow:hidden;
	margin:0 10px 0 0;
	background-image:url(./templates/hdchannel/images/typ/browsers.jpg)
}
#ie6Warning #chrome {
	background-position:272px top
}
#ie6Warning #ie8 {
	background-position:204px top
}
#ie6Warning #safari {
	background-position:136px top
}
#ie6Warning #opera {
	background-position:68px top
}
#ie6Warning h1 {
	font-size:22px;
	font-weight:normal;
	color:#121212;
	padding:0 30px;
	display:block;
	width:800px;
	margin:0 auto;
	text-align:center
}
#ie6Warning h4 {
	font-size:16px;
	font-weight:normal;
	color:#121212
}
#closeIe6Alert {
	display:block;
	position:absolute;
	z-index:99999;
	bottom:10px;
	right:10px;
	width:80px;
	height:28px;
	overflow:hidden;
	background-image:url(./templates/hdchannel/images/typ/hide.jpg);
	line-height:999px;
	text-align:center
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/* mod preview tp=1*/
.mod-preview {
	background:#fff;
	border: 1px solid red;
	padding:2px;
	margin:0 5px;
}
div.mod-preview-info {
	display:none;
}
.mod-preview-wrapper .yjsquare_in {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
/* EDITOR */
.form_view {
	padding:10px;
}
legend {
	padding:3px 5px;
	font-weight:bold;
}
form#adminForm {
}
.edit form#adminForm fieldset {
	padding:20px 15px;
	margin:10px 0 15px 0;
}
.formelm {
	margin:5px 0
}
.formelm label {
	width:13em;
	display:inline-block;
	vertical-align:top;
}
form#adminForm .formelm-area {
	padding:5px 0
}
form#adminForm .formelm-area label {
	vertical-align:top;
	display:inline-block;
	width:7.9em
}
.formelm-buttons {
	text-align:right;
	margin-bottom:10px
}
#editor-xtd-buttons a,
.toggle-editor a {
	background:#eee;
	padding:0 5px;
	height:20px;
	margin:10px 0 0 0;
	line-height:20px;
	border:solid 1px #ddd;
	font-weight:bold;
	text-decoration:none;
}
.toggle-editor {
	float:right;
}
/* mail to*/
#mailtoForm {
	padding:0 5px;
	background:#efefef;
	border:1px solid #ccc;
	margin:10px 20px;
	position:relative;
}
#mailtoForm label {
	width:100px;
}
#mailtoForm input {
	width:95%!important;
	margin:0 auto!important;
}
.mailto-close {
	position:absolute;
	right:-5px;
	top:-10px;
	background:none;
}
.mailto-close a {
	background:url(./templates/hdchannel/images/system/closebox.gif) no-repeat !important;
	min-width:22px;
	display:block;
	min-height:22px;
	overflow:visible;
}
.mailto-close a span {
	position:absolute;
	left:-3000px;
	top:-3000px;
	display:inline;
}
.warning ul {
	padding-left:0;
}
/* default system 
--------------------- */
/* Tooltips */
.tip {
	float: left;
	background: #000;
	border:none;
	padding: 5px;
	max-width: 200px;
	text-align:left;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.tip-title {
	padding: 0;
	margin: 0;
	font-size:12px;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align:left;
	background:none;
	color:#fff;
}
.tip-text {
	font-size:11px;
	margin: 0;
	text-align:left;
	color:#fff;
}
/* OpenID icon style */
input.system-openid {
	background: url(http://openid.net/login-bg.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}
/* Unpublished */
.system-unpublished {
	background: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
	background-image:none;
}
#system-message dd ul {
	background-color:#FDFDFD;
	color: #c02;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
/* System Standard Messages */
#system-message dt.message {
	display: none;
}
#system-message dd.message {
}
#system-message dd.message ul li {
	background-image:none;
}
/* System Error Messages */
#system-message dt.error {
	display: none;
}
#system-message dd.error ul {
	color: #c00;
	background-color: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#system-message dd.error ul li {
	background-image:none;
}
/* System Notice Messages */
#system-message dt.notice {
	display: none;
}
#system-message dd.notice ul {
	color: #c00;
	background: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#system-message dd.notice ul li {
	background-image:none;
}
/* Debug */
#system-debug {
	color: #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	text-align:left;
}
#system-debug div {
	font-size: 11px;
}
/* Form validation */
.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}
/* Editor */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,
.button2-right {
	float: left;
	margin-left: 5px;
}
/* intro image holder*/
div.img-introtext-left {
	float:left;
	margin:10px 10px 0 0;
}
div.img-introtext-right {
	float:right;
	margin:10px 0 0 10px;
}
div.img-introtext-none {
	clear:both;
	margin:0;
}
/* full image holder*/
div.img-fulltext-left {
	float:left;
	margin:10px 10px 0 0;
}
div.img-fulltext-right {
	float:right;
	margin:10px 0 0 10px;
}
div.img-fulltext-none {
	clear:both;
	margin:0;
}
#system-message-container #system-message {
	margin:10px;
}
#system-message-container .alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #B94A48;
	background-color: #F2DEDE;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #EED3D7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#system-message-container .close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity=20);
	color:#000;
}
/* smart search */
fieldset.word {
	overflow:hidden;
}
#finder-filter-window {
	overflow:hidden!important;
}
#finder-filter-window ul li {
	background:none;
	padding-left:0;
	margin:10px 0;
}
#finder-filter-select-list li {
	background:none;
	padding-left:0;
	display:block;
	clear:both;
	overflow:hidden;
}
#finder-filter-select-list li label {
	width:180px;
	float:left;
	display:block;
}
#finder-filter-select-list li select {
	float:left;
	display:block;
	clear:right;
}
#finder-filter-select-dates select,
#finder-filter-select-dates input {
	margin:10px 0;
}
#finder-filter-select-dates img {
	margin:0px 0 -3px 10px;
	float:none;
}
/* smart search module */
#mod-finder-advanced ul {
	margin:10px 0 0 0;
	padding:0;
}
#mod-finder-advanced ul li {
	background:none;
	padding:0;
}
#mod-finder-advanced label {
	width:180px;
	display:inline-block;
}
#mod-finder-advanced select {
	padding:2px 0 2px 10px;
	text-indent:-2px;
}
.newsitem_tools .buttonheading li a span{
	display:none;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/***HEADER***/
body {
/*	margin:30px 0!important;ALTERADO*/
	background:#090909 url(./templates/hdchannel/images/PA-bg.png) repeat;
}
#header {
	position:relative;
}
#header:before {
	/*border-style:solid;*/
	border-width:10px;
	content: " ";
	position:absolute;
	left:0;
	top:0;
}
#header:after {
/*	border-style:solid;*/
	border-width:30px;
	content: " ";
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
.yjsg_grid {
	padding:15px 0;
}
#yjsgheadergrid,
#yjsgbodytop,
#yjsgbodybottom {
	padding:0;
}
.yjsg6_out,
.yjsg7_out {
	margin:0 auto;
}
#yjsg6 {
	padding:0 10px;
	width:auto!important;
}
#yjsg7 {
	padding:15px 10px;
	width:auto!important;
}
.yjsg6_bottom {
	height:5px;
}
.module_title,
.article_title {
	font-size:150%;
}
#yjsgheadergrid {
	height:110px;
	overflow:hidden;
}
ul.subul_main.dropline.level1.dlevel1 {
	height:51px!important;
}
#pathway .breadcrumb {
	padding-left:0;
	background:none;
}
a.readon,
a.readon span {
	height:28px;
	line-height:28px;
}
#centerfooter {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/***SMALL MENU***/
#smallmenu_holder {
	display:block;
	overflow:hidden;
	margin:0 auto;
	height:25px;
	background:#fff;
}
#smallmenu {
	display:block;
	overflow:hidden;
	float:right;
	height:25px;
}
#smallmenu ul.menu {
	margin:0;
	display:block;
	overflow:hidden;
}
#smallmenu ul li {
	float:left;
	padding:0;
	margin:0;
}
#smallmenu ul li a {
	background:none;
	padding:0;
	margin:0 auto;
	float:left;
	height:25px;
	line-height:25px;
	font-size:90%;
	text-transform:uppercase;
}
/***CENTERBOTTOM***/
.centerbottom_in {
	padding:0 15px;
}
/***POP LOGIN***/
.hdclm {
	float:right;
	margin:0!important;
}
.hdclm .yjsquare_in {
	padding:0;
}
.hdclm .poping_links {
	display:table;
	float:right;
	height:56px;
	width:56px;
	padding:0;
	margin:0 -3px 0 0px;
	z-index:15;
}
.hdclm #openLogin {
	background:none;
	display:block;
	border:none;
	margin:0;
	width:30px;
	padding:0;
	float:right;
	text-indent:-99999px;
}
.hdclm #login_pop {
	width:790px;
	height:270px;
	padding:20px;
	border:none;
}
/***Login form***/
.hdclm #form-login {
	float:left;
	clear:none;
	width:35%;
	padding:0 20px 0 0;
}
.hdclm #login_pop .inputbox {
	margin:10px 0;
	padding:0 5px;
	height:25px;
	border:none;
	font-size:80%;
}
.hdclm #login_pop label[for=yjpop_remember] {
	margin:0;
	float:left;
}
.hdclm #login_pop #yjpop_remember {
	margin:-2px 0 0 5px;
	position:absolute;
	clear:both;
}
.hdclm .yjpop_linkholder {
	display:block;
	clear:both;
}
.hdclm #login_pop .yjpop_user,
.hdclm #login_pop .yjpop_pass {
	display:inline-table;
	clear:both;
	margin:10px 5px 10px 0;
	font-size:100%;
}
/***Register form***/
.hdclm #josForm {
	float:left;
	clear:none;
	width:59.8%;
	padding:0 0 0 20px;
}
.hdclm .popyjreg label {
	float:left;
	clear:both;
	margin:0!important;
}
.hdclm .popyjreg .inputbox {
	float:left;
	clear:both;
	margin:5px 0!important;
	padding:0 5px;
	width:90%!important;
	border:none;
	font-size:80%;
}
.hdclm .popyjreg .leftpart,
.hdclm .popyjreg .rightpart {
	float:left;
	clear:none;
	width:50%;
}
.hdclm #closeLogin {
	margin:10px;
}
/***Logut button***/
.hdclm #login-form {
	margin:0;
	position:relative;
	z-index:100000;
	display:table;
	float:right;
	height:56px;
	width:56px;
	padding:0;
	margin:2px 2px 0 0;
	z-index:15;
}
.hdclm #logins .button {
	background:none;
	display:block;
	border:none;
	margin:0;
	width:28px;
	hegiht:28px;
	padding:0;
	float:right;
	text-indent:-99999px;
	cursor:pointer;
}
/***LIVE SEARCH***/
.hdcls form {
	margin:0;
	padding:0;
	position:relative;
}
.hdcls .yj_inputbox {
	border:none;
	height:25px;
	line-height:25px;
	font-size:90%;
}
.hdcls .button {
	position:absolute;
	right:15px;
	top:10px;
	display:block;
	height:13px;
	width:13px;
	border:none;
	text-indent:-99999px;
	cursor:pointer;
}
/*results*/
.LiveSearchHeader {
	background:none;
}
.LiveSearchResults {
	border:none;
	padding:8px;
}
.LiveSearchResults a {
	font-size:90%;
}
.LiveSearchResults .LiveSearchExpandDetails,
.LiveSearchResults .LiveSearchExpandDetails a:hover,
.LiveSearchResults .LiveSearchExpandDetails a.hovered {
	width:15px;
	height:15px;
	padding:0;
	right:5px;
	top:12px;
}
/*back and next button*/
.LiveSearchResults a.next,
.LiveSearchResults a.back {
	margin:5px 0 0 0;
	text-transform:capitalize;
}
/***MENU***/
ul.subul_main.level1 li span a,
ul.subul_main.level1 li a,
ul.subul_main.level2 li span a,
ul.subul_main.level3 li span a,
ul.subul_main.level4 li span a,
ul.subul_main.level5 li span a {
	padding:7px 0!important;
}
/*--Module in menu---*/
.yj_menu_module_holder h2.module_title {
	border-bottom:none;
}
/***IMAGE SLIDER***/
.hdcis {
	margin:0;
	padding:0;
}
.hdcis .yjsquare_in {
	padding:0;
}
.hdcis .YJSlide_intro {
	background:none;
	top:50%;
	display:table;
	font-weight:normal;
	left:0;
	width:53%;
	height:40%;
	z-index:5000;
	overflow:hidden;
}
.hdcis .YJSlide_intro_in {
	margin:0px;
	padding:0px;
	position:absolute;
}
.hdcis h4 {
	margin:0;
	padding:5px 25px;
	font-size:260%;
	display:table;
}
.hdcis .is_introholder {
	display:block;
	overflow:hidden;
	padding:25px;
	position:relative;
}
.hdcis .is_introholder p {
	line-height:20px;
	font-size:160%;
	padding:0;
	margin:0;
	clear:none;
	display:inline-table;
	overflow:hidden;
	width:88%;
}
/*Template readmore*/
.is_rm {
	display:inline-table;
	overflow:hidden;
	height:25px;
	width:25px;
	text-indent:-99999px;
	clear:none;
	position:absolute;
	right:20px;
	top:18px;
}
/*bottom nav*/
.hdcis .navContainer {
	margin:0;
	position:absolute;
	bottom:0px;
	z-index:1000;
}
.hdcis .navContainer_inside {
	display:table;
	margin:0 auto;
}
.hdcis .navContainer_inside:before {
	border-style:solid;
	border-width:35px;
	content: " ";
	position:absolute;
	margin:0 0 0 -70px;
}
.hdcis .navContainer_inside:after {
	border-style:solid;
	border-width:35px;
	content: " ";
	position:absolute;
	margin:0;
}
.hdcis .navContainer .bnav {
	width:11px;
	height:11px;
	padding:0;
	margin:11px 3px;
	border:none;
	text-indent:-9999px;
}
.isnav_shadow {
	height:11px;
	width:104px;
}
/***CUSTOM MODULE***/
.custom1 .yjsquare_in {
	padding:0 15px 0 0;
}
.custom1 h2.module_title {
	margin:15px 0 0 0;
	font-size:160%;
	text-transform:uppercase;
}
.custom1 h2.module_title span {
	text-transform:uppercase;
}
.custom1 p {
	padding:10px 0
}
/*Template readmore*/
.template_readmore {
	display:table;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-size:115%;
	margin:10px 0;
}
.template_readmore2 {
	display:table;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-size:115%;
	margin:10px 0;
}
/***YJ MULTITABS***/
.hdcmt {
	margin:0!important;
}
.hdcmt .yjsquare_in {
	padding:0;
}
.hdcmt #tabs_holder {
	border:none;
	background:none;
}
.hdcmt #tabs_container {
	background:none;
}
.hdcmt .tab_content,
.hdcmt .tab_content_in {
	overflow:visible!important;
}
.hdcmt #tabs_container .tab_content_in {
	padding:0;
}
.hdcmt ul#tabs {
	height:60px!important;
}
.hdcmt ul#tabs li {
	height:30px;
	line-height:30px;
	padding:0;
	font-size:130%!important;
	margin:15px 10px 15px 0;
	background:none;
	position:relative;
}
.hdcmt ul#tabs li:after {
	border-style:solid;
	border-width:1px;
	content:"";
	height:10px;
	position:absolute;
	top:10px;
	right:-15px;
}
.hdcmt ul#tabs li.last:after {
	display:none;
}
/***York inside multitabs***/
div.yjsquare.hdcmt,
div.yjsquare.hdcym,
div.yjsquare.hdcym3 {
	margin:0;
	padding:0;
}
.hdcmt .yy_slider .yy_slideitems {
	padding-bottom:0;
}
.hdcmt .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/*navigation*/
.hdcmt .yy_container .linkForward,
.hdcmt .yy_container .linkBackward,
.hdcym .yy_container .linkForward,
.hdcym .yy_container .linkBackward,
.hdcym2 .yy_container .linkForward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	position:absolute;
	right:2%;
	left:auto;
	top:-37px;
	width:13px;
	height:13px;
}
.hdcym2 .yy_container .linkForward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	display:none;
}
.hdcmt .yy_container .linkBackward {
	right:5%;
}
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	bottom:-25px;
	top:auto;
	z-index:10000;
}
.hdcym .yy_container .linkBackward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkBackward {
	right:8%;
}
.hdcym3 .yy_container .linkBackward {
	right:4%;
}
.hdcmt .yy_container .linkForward:hover,
.hdcmt .yy_container .linkBackward:hover,
.hdcym .yy_container .linkForward:hover,
.hdcym .yy_container .linkBackward:hover,
.hdcym2 .yy_container .linkForward:hover,
.hdcym2 .yy_container .linkBackward:hover,
.hdcym3 .yy_container .linkForward:hover,
.hdcym3 .yy_container .linkBackward:hover {
	background-position:left top;
}
/*bottom navigation*/
.hdcmt .yy_bottom_nav_holder,
.hdcym .yy_bottom_nav_holder,
.hdcym2 .yy_bottom_nav_holder {
	position:absolute;
	top:-38px;
	right:7%;
	margin:0 10px;
}
.hdcym .yy_bottom_nav_holder {
	right:13%;
}
.hdcym2 .yy_bottom_nav_holder {
	right:0;
}
.hdcym2 .yy_bottom_nav_holder,
.hdcym3 .yy_bottom_nav_holder {
	top:auto;
	bottom:0;
	position:relative;
}
.hdcmt div.yy_ul_left,
.hdcym div.yy_ul_left,
.hdcym2 div.yy_ul_left,
.hdcym3 div.yy_ul_left {
	background:none;
}
.hdcmt ul.yy_bottom_navigation,
.hdcym ul.yy_bottom_navigation,
.hdcym2 ul.yy_bottom_navigation,
.hdcym3 ul.yy_bottom_navigation {
	padding:0!important;
	background:none;
}
.hdcmt ul.yy_bottom_navigation li,
.hdcym ul.yy_bottom_navigation li,
.hdcym2 ul.yy_bottom_navigation li,
.hdcym3 ul.yy_bottom_navigation li {
	width:11px;
	height:11px;
	margin:0 5px!important;
}
.hdcmt ul.yy_bottom_navigation li a,
.hdcym ul.yy_bottom_navigation li a,
.hdcym2 ul.yy_bottom_navigation li a,
.hdcym3 ul.yy_bottom_navigation li a {
	height:11px;
	width:11px;
}
.hdcmt ul.yy_bottom_navigation li a:hover,
.hdcmt ul.yy_bottom_navigation li a.active,
.hdcym ul.yy_bottom_navigation li a:hover,
.hdcym ul.yy_bottom_navigation li a.active,
.hdcym2 ul.yy_bottom_navigation li a:hover,
.hdcym2 ul.yy_bottom_navigation li a.active,
.hdcym3 ul.yy_bottom_navigation li a:hover,
.hdcym3 ul.yy_bottom_navigation li a.active {
	background-position:left top;
}
/***Engine inside youyork***/
.hdcmt .yjme_item {
	width:33%;
	float:left;
	clear:none;
}
.hdcmt .yjme_item_in {
	border:none;
	padding:0;
	margin:7px 15px;
}
.hdcmt .yjme_item div.imageholder {
	border:none;
	background:none;
	padding:0;
	margin:0 auto;
}
.hdcmt .yjme_item a.item_title {
	margin:10px 0 0 0;
	font-size:140%;
}
.hdcmt .yjme_item p.item_intro {
	line-height:22px;
	clear:both;
}
.hdcmt .yjme_item div.item_details {
	margin:0;
}
.hdcmt .item_details .item_category,
.hdcmt .item_details .item_cdate,
.hdcmt .item_details .item_author {
	font-size:100%;
}
.hdcmt .yjme_item a.item_readmore {
	padding:0;
	border:none;
	width:auto;
	display:table;
	font-size:100%;
	float:left;
}
.hdcmt .yjme_item a.item_readmore span {
	padding:0;
}
/***YORK MODULE RIGHT***/
#rightblock .inside,
#leftblock .inside,
#insetblock .inside {
	padding:0 1px;
}
.hdcym {
	margin:0!important;
}
.hdcym .yjsquare_in {
	overflow:visible;
	padding:0px 0 0 15px;
}
.hdcym h2.module_title {
	margin:20px 0 20px 15px;
}
.hdcym #yy_container,
.hdcym .yy_container_out {
	background:none;
	overflow:visible!important;
}
.hdcym .yy_slider .yy_slideitems,
.hdcym .yy_slider .yy_slideitems_in {
	background:none;
	padding:0;
	margin:0;
}
/***Engine inside youyork right***/
.hdcym .yjme_item_in {
	margin:0;
	padding:0;
}
.hdcym .yjme_item_in {
	padding:20px 0;
}
.hdcym .yjme_item div.imageholder {
	margin:0 20px 0 0;
	padding:0;
	border:none;
}
.hdcym .yjme_item a.item_title {
	margin:0;
	clear:none;
	font-size:130%;
}
.hdcym .yjme_item div.item_details {
	float:none;
	margin:0;
}
.hdcym .yjme_item p.item_intro {
	padding:0 0 0 115px;
	line-height:22px;
}
/***YORK MODULE RIGHT 2***/
.hdcym2.yj1 {
	margin:15px 0 15px 15px!important;
}
.hdcym2 .yjsquare_in {
	overflow:visible;
}
.hdcym2 .yy_container_out,
.hdcym2 #yy_container_right {
	background:none!important;
}
.hdcym2 .yy_slider .yy_slideitems,
.hdcym2 .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/***Engine inside youyork right2***/
.hdcym2 .yjme_item_in {
	margin:0;
	padding:0;
}
.hdcym2 .yjme_item div.imageholder {
	border:none;
	padding:0;
	margin:0 20px 10px 0;
}
.hdcym2 .yjme_item a.item_title {
	clear:none;
	font-size:130%;
	margin:0 0 5px 0;
}
.hdcym2 .yjme_item p.item_intro {
	line-height:22px;
	padding:5px 0;
}
.hdcym2 .yjme_item div.item_details {
	float:none;
	padding:10px 0;
	font-size:100%;
}
.hdcym2 .yjme_item div.item_details a {
	font-size:110%;
}
.hdcym2 .item_details .item_category,
.hdcym2 .item_details .item_cdate,
.hdcym2 .item_details .item_author {
	position:relative;
	width:33%;
}
.hdcym2 .item_details .item_category:after,
.hdcym2 .item_details .item_cdate:after,
.hdcym2 .item_details .item_author:after {
	border-style:solid;
	border-width:1px;
	content:"";
	height:10px;
	position:absolute;
	top:3px;
	right:15px;
}
.hdcym2 .item_details .item_author:after {
	display:none;
}
.hdcym2 .yjme_item a.item_readmore {
	padding:0 10px;
	margin:15px 0;
	border:none;
	width:auto;
	height:28px;
	line-height:28px;
	display:table;
	font-size:115%;
	float:left;
}
.hdcym2 .yjme_item a.item_readmore span {
	padding:0;
	height:28px;
	line-height:28px;
}
/***CUSTOM 2***/
.custom2 h2.module_title {
	text-align:center;
	font-size:160%;
	text-transform:uppercase;
}
.custom2 h2.module_title span {
	text-transform:uppercase;
}
.custom2 .yjsquare_in {
	padding:0;
	margin:15px 0;
}
.custom2 p {
	text-align:center;
	line-height:22px;
}
/***YOUYORK MODULE AT THE BOTTOM***/
.hdcym3 .yjsquare_in {
	padding:20px 0 0 0;
}
.hdcym3 .yy_container_out,
.hdcym3 #yy_container_bottom {
	background:none!important;
}
.hdcym3 .yy_slider .yy_slideitems,
.hdcym3 .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/***Engine inside youyork bottom***/
.hdcym3 .yjme_item {
	width:20%;
	float:left;
	clear:none;
}
.hdcym3 .yjme_item_in {
	border:none;
	padding:0;
	margin:0 15px;
}
.hdcym3 .yjme_item div.imageholder {
	border:none;
	background:none;
	padding:0;
}
.hdcym3 .yjme_item a.item_title {
	margin:10px 0 5px 0;
	font-size:130%;
}
.hdcym3 .yjme_item p.item_intro {
	line-height:22px;
	clear:both;
}
.hdcym3 .yjme_item div.item_details {
	margin:0;
	height:auto;
}
.hdcym3 .item_details .item_category,
.hdcym3 .item_details .item_cdate,
.hdcym3 .item_details .item_author {
	font-size:100%;
}
.hdcym3 .yjme_item a.item_readmore {
	padding:0;
	border:none;
	width:auto;
	display:table;
	font-size:100%;
	float:left;
}
.hdcym3 .yjme_item a.item_readmore span {
	padding:0;
}
/***SUBSCRIBE***/
.hdcsm {
	margin:0!important;
}
.hdcsm .yjsquare_in {
	padding:10px 0;
}
.hdcsm p {
	padding:0;
	margin:0 10px 0 0;
	float:left;
	line-height:31px;
	text-transform:uppercase;
	font-size:110%;
	height:31px
}
.hdcsm form {
	display:table;
	margin:0;
	height:32px;
	float:left;
	clear:none;
}
.hdcsm .inputbox_email {
	padding:0;
	height:20px;
	width:230px;
	margin:2px 0;
	line-height:20px;
	padding:3px 5px;
	border:none;
	font-size:80%;
}
.hdcsm .subscribe_button {
	border:none;
	text-transform:capitalize;
	font-size:115%;
	height:26px;
	padding:0 10px 2px 10px;
	margin:3px 0 2px 10px;
}
/***SOCIALS***/
.hdcsim {
	margin:0!important;
}
.hdcsim .yjsquare_in {
	padding:0;
	overflow:visible;
}
.socials {
	display:block;
	overflow:hidden;
	float:right;
}
.socials a {
	display:block;
	overflow:hidden;
	height:52px;
	width:60px;
	float:left;
	text-indent:-9999px;
}
/***PARTNERS***/
.hdcpm h2.module_title,
.hdcpm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdcpm .yjsquare_in {
	padding:10px 0;
}
/*Template list*/
.template_list li {
	background:none;
	padding:5px 0;
	font-size:100%;
}
.template_list li a {
	display:block;
	overflow:hidden;
	height:20px;
	line-height:20px;
	padding:0 0 0 20px;
}
/***TWITTS***/
.hdctm h2.module_title,
.hdctm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdctm .yj_twitter_cont {
	padding:15px 0 15px 20px;
	margin-right:20px;
}
/***CONTACT US***/
.hdccm h2.module_title,
.hdccm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdccm .yjsquare_in {
	padding:10px 0;
	margin:0 30px 0 0;
}
.hdccm .template_readmore {
	margin:20px 0;
}
/***ABOUT US***/
.hdcam h2.module_title,
.hdcam h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdcam .yjsquare_in {
	padding:10px 0;
}
/***MODULE STYLES***/
/*YJ1*/
.yj1,
.yj2 {
	position:relative;
	margin:10px!important;
}
.yj1 h2.module_title,
.yj2 h2.module_title {
	padding:10px;
	margin:0;
}
.yj1:after,
.yj2:after {
/*	border-style:solid; ALTERADO*/
	border-width:10px;
	content: " ";
	position:absolute;
	margin:0;
	top:0;
	right:0;
}
/***ADITIONAL***/
#holder,
#holder2,
#holder3 {
	padding-bottom:0;
}
.insidem {
	padding:0;
}
#yjsg2,
#yjsg3,
#yjsg4,
#yjsg5,
#pathway {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
}
#pathway {
	padding:10px 0;
}
.userpages ul {
	margin:10px 0!important;
}
.userpages ul li {
	margin:5px 0;
}
.yjsg-pagination {
	margin:10px auto!important;
}
div.userpageswrap.login,
div.userpageswrap.remind,
div.userpageswrap.reset,
div.userpageswrap.confirm,
div.userpageswrap.offline,
div.userpageswrap.register,
div.userpageswrap.logout,
div.userpageswrap.user {
	background:none;
}
div.login-fields {
	margin:10px 0;
}
#users-profile-core,
#users-profile-custom {
	padding:0px 20px;
}
#users-profile-core dl,
#users-profile-custom dl {
	overflow:hidden;
}
#users-profile-core dl dt,
#users-profile-custom dl dt {
	font-size:120%;
	margin:0;
	font-weight:normal;
	padding:8px 5px;
}
#users-profile-core dl dd,
#users-profile-custom dl dd {
	margin:0;
	font-size:100%;
	padding:8px 5px;
}
#limit.inputbox,
#ordering.inputbox,
#month.inputbox,
#year.inputbox,
#limit.inputbox {
	padding:5px 5px 5px 0;
}
.remind .input,
.register .input,
.reset .input {
	padding:5px 0!important;
}
#youjoomla {
	padding:5px 15px 5px 15px!important;
	background-color:#eeeeee!important;
}
.yjsglogo {
	right:0;
}
.button,
.validate {
	font-size:110%!important;
	padding:3px 8px!important;
}
/***K2***/
/***Category view***/
#k2Container.itemListView {
	padding:0;
}
div.subCategory {
	background:none;
	margin:40px 15px;
	padding:0;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
	border:none;
}
div.subCategory p {
	line-height:22px;
}
a.subCategoryMore {
	margin:15px 0;
	font-size:110%;
}
/***Category item view***/
div.itemListCategory {
	background:none;
	margin:15px;
}
div.itemListCategory img {
	border:none;
	margin:0 20px 0 0;
}
div.itemListCategory h2 {
	margin:0 0 20px 0;
}
div.itemListCategory p {
	line-height:22px;
}
div.catItemView {
	margin:0 20px 0 0;
	padding:20px 0!important;
}
div.catItemBody {
	margin:10px 0;
}
div.catItemHeader {
	overflow:hidden;
}
div.catItemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
span.catItemImage a {
	border:none;
}
div.catItemHeader h3.catItemTitle {
	font-size:150%;
	margin:0 0 5px 0;
}
div.catItemHeader span.catItemAuthor {
	float:right;
	font-size:100%;
}
div.catItemHeader span.catItemDateCreated {
	float:left;
	font-size:100%;
}
div.catItemRatingBlock {
	float:none;
	line-height:25px;
	font-size:100%;
	overflow:hidden;
}
div.catItemIntroText {
	line-height:22px;
}
span.catItemDateModified {
	border-top:none;
	margin:0;
	padding:10px 0;
	text-align:left;
	font-size:90%;
}
div.catItemHitsBlock,
div.catItemCategory,
div.catItemTagsBlock {
	padding:10px 0;
	border:none;
}
div.catItemCategory span,
div.catItemTagsBlock span {
	font-weight:normal;
}
div.catItemTagsBlock ul.catItemTags li {
	border:none;
	padding:5px 8px!important;
}
div.catItemTagsBlock ul.catItemTags li:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-4px 0 0 -2px;
}
div.catItemReadMore {
	display:table;
	font-size:110%;
}
/***Item view***/
div.itemView {
	padding:10px 0!important;
	margin:0 20px 0 0;
}
div.itemHeader {
	padding:10px 0;
	overflow:hidden;
}
div.itemHeader h2.itemTitle {
	padding:0;
	display:table;
	margin:10px 0;
}
div.itemHeader span.itemDateCreated {
	font-size:100%;
	padding:0;
	float:left;
	margin:0 10px 0 0;
}
div.itemHeader span.itemAuthor {
	padding:0;
	clear:none;
	margin:0 10px 0 0;
	font-size:100%;
	float:left;
}
div.itemToolbar {
	float:right;
	margin:0;
	padding:0;
	border:none;
}
div.itemBody {
	padding:20px 0 0 0;
}
div.itemImageBlock {
	padding:0!important;
	border:none;
	margin:0 auto;
	float:none;
}
span.itemImage a {
	border:none;
}
div.itemFullText {
	padding:10px 0!important;
	line-height:22px;
}
div.itemRatingBlock {
	line-height:25px;
}
div.itemContentFooter,
div.itemRatingBlock,
div.pre25SocialLinks,
div.itemCategory,
div.itemTagsBlock {
	margin:0;
	padding:10px 0;
	border:none!important;
}
span.preSocialsTitle,
div.itemCategory span,
div.itemTagsBlock span {
	font-weight:normal!important;
}
div.itemTagsBlock ul.itemTags li {
	border:none;
	padding:5px 8px!important;
}
div.itemTagsBlock ul.itemTags li:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-4px 0 0 -2px;
}
/*Author*/
div.itemAuthorBlock {
	padding:0;
	margin:20px 0;
	border:none;
}
div.itemAuthorBlock img.itemAuthorAvatar {
	padding:0;
	margin:0 20px 0 0;
	border:none;
}
div.itemAuthorBlock div.itemAuthorDetails {
	padding:0;
}
h3.itemAuthorName {
	margin:0;
}
div.itemAuthorLatest,
div.itemRelated {
	padding:10px 0;
}
div.itemAuthorLatest h3,
div.itemRelated h3 {
	font-size:160%;
}
div.itemAuthorLatest ul,
div.itemRelated ul {
	margin:0;
}
div.itemAuthorLatest ul li,
div.itemRelated ul li {
	padding:10px 0;
	border:none;
}
div.itemNavigation {
	border:none;
	padding:0;
}
div.itemComments ul.itemCommentsList li {
	margin:0;
	border:none;
}
h3.itemCommentsCounter {
	font-size:160%;
}
div.itemComments ul.itemCommentsList li img {
	background:none;
	border:none;
	padding:0;
	margin:0 20px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
	display:table;
	font-size:120%;
	text-transform: capitalize;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	font-size:100%;
	margin:0 10px 0 0;
	padding:0;
	border:none;
}
div.itemComments ul.itemCommentsList li p {
	padding:0 0 0 80px;
	line-height:22px;
}
div.itemCommentsPagination {
	margin:10px 0;
}
div.itemComments {
	border:none;
	padding:0;
	margin:20px 0 0 0;
}
div.itemCommentsForm h3 {
	font-size:160%;
}
div.itemCommentsForm p.itemCommentsFormNotes,
#comment-form label {
	font-size:90%;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border:none;
}
form#comment-form .inputbox {
	background:none;
	border:none!important;
	font-size:90%;
}
div.itemCommentsForm form input#submitCommentButton {
	border:none!important;
	font-size:110%!important;
	margin:15px 0!important;
	padding:0 10px!important;
	height:28px!important;
}
/***Tag view***/
#k2Container.tagView {
	padding:0!important;
}
.tagView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.tagView div.itemBody {
	margin:10px 0;
	padding:0;
}
.tagView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.tagView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.tagView div.itemHeader h2.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
}
.tagView div.itemIntroText {
	line-height:22px;
}
.tagView .itemReadMore {
	display:table;
	font-size:110%;
}
.tagView .k2Pagination {
	margin:25px 0;
}
/***User View***/
#k2Container.userView {
	padding:0!important;
}
div.userBlock {
	background:none;
	border:none;
	padding:20px 0;
	margin:0 20px 0 0;
}
div.userBlock img {
	padding:0;
	background:none;
	border:none;
	margin:0 20px 0 0;
}
div.userBlock h2 {
	margin:0 0 5px 0;
	border:none;
	font-size:140%;
	line-height:16px;
}
div.userBlock p {
	padding:10px 0;
	line-height:22px;
}
.userView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.userView div.itemBody {
	margin:10px 0;
	padding:0;
}
.userView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.userView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.userView h3.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
	line-height:16px;
}
.userView div.itemIntroText {
	line-height:22px;
}
.userView div.itemLinks {
	margin:0!important;
}
.userView .itemCommentsLink {
	padding:10px 0;
}
.userView .itemReadMore {
	display:table;
	margin:5px 0;
	font-size:110%;
}
/***Latest item view***/
.latestView div.latestItemView {
	padding:20px 0;
	margin:0 20px 0 0;
}
.latestView .latestItemList {
	padding:0;
}
.latestView div.catItemHeader h2.catItemTitle {
	font-size:150%;
	margin:0 0 5px 0;
	line-height:16px;
}
/***Generic item view***/
.genericView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.genericView div.itemBody {
	margin:10px 0;
	padding:0;
}
.genericView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.genericView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.genericView div.itemHeader h2.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
}
.genericView div.itemIntroText {
	line-height:22px;
}
.genericView .itemReadMore {
	display:table;
	font-size:110%;
}
/***K2 MENU***/
.hdck2m {
	margin:20px 0 0 20px!important;
}
.hdck2m .yjsquare_in {
	padding:0;
}
.hdck2m h2.module_title {
	margin:0 0 10px 0;
}
.k2CategoriesListBlock.hdck2m {
	margin:0!important;
}
/* LINK BG IMAGE */
.k2CategoriesListBlock ul li a:hover {
	background-position:left top;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
	background-position:left top;
}
/***K2 CONTENT***/
.hdck2cm {
	margin:20px 0 0 20px!important;
}
.hdck2cm .yjsquare_in {
	padding:0;
}
.hdck2cm h2.module_title {
	margin:0 0 10px 0;
}
.k2ItemsBlock.hdck2cm {
	margin:0!important;
}
.hdck2cm ul li {
	padding:15px 0;
	border:none!important;
}
.hdck2cm .moduleItemImage {
	margin:0 20px 0 0;
}
.hdck2cm a.moduleItemImage img {
	border:none!important;
	margin:0!important;
}
.hdck2cm a.moduleItemTitle {
	font-size:160%;
	display:table;
	margin:0 0 5px 0!important;
}
.hdck2cm span.moduleItemDateCreated {
	font-size:100%;
}
.hdck2cm .moduleItemIntrotext {
	line-height:22px!important;
	padding:5px 0 5px 115px!important
}
/***K2 COMMENTS***/
.hdck2com {
	margin:20px 0 0 20px!important;
}
.hdck2com .yjsquare_in {
	padding:0;
}
.hdck2com h2.module_title {
	margin:0 0 10px 0;
}
.k2LatestCommentsBlock.hdck2com {
	margin:0!important;
}
.hdck2com ul li {
	padding:15px 0;
	border:none!important;
}
.hdck2com ul li a.lcAvatar img {
	padding:0;
	margin:0 20px 0 0;
	border:none;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	font-size:140%;
	display:table;
	text-transform:capitalize;
	margin:0 0 5px 0;
}
/***K2 TAGS***/
.hdck2tc {
	margin:20px 0 0 20px!important;
}
.hdck2tc .yjsquare_in {
	padding:0;
}
.hdck2tc h2.module_title {
	margin:0 0 10px 0;
}
.hdck2tc .k2TagCloudBlock.hdck2tc {
	margin:0!important;
}
.hdck2tc div.k2TagCloudBlock a {
	padding:3px 8px;
	margin:0 10px 10px 0;
}
.hdck2tc div.k2TagCloudBlock a:hover {
	padding:3px 8px;
	margin:0 10px 10px 0;
}
.hdck2tc div.k2TagCloudBlock a:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-3px 0 0 -2px;
}
/*k2 pagination*/
div.k2Pagination {
	margin:15px 0;
}
div.k2Pagination ul li {
	display:inline-block;
}
/***HOVER EFFECT***/
span.yj_effect {
	display:block;
	overflow:hidden;
	position:relative;
}
span.yj_effect img {
	max-width:inherit;
}
.yj_preview,
.yj_more {
	position:absolute;
	display:block;
	overflow:hidden;
	width:30px;
	height:30px;
	z-index:10000;
	top:-30px;
	left:-30px;
}
.yj_more {
	right:-30px;
	left:auto;
	bottom:-30px;
	top:auto;
}
/*If you change the content image size change the size here to*/
.hdck2cm span.yj_effect {
	width:95px;
	height:119px;
	float:left;
	margin:0 20px 0 0;
}
/* pagination */
ul.pagination {
	height:30px!important;
}
ul.pagination li {
	width:30px!important;
	height:30px!important;
}
ul.pagination li a,
ul.pagination li span,
th.pagenav_prev a,
th.pagenav_next a,
div.back_button a,
li.pagenav-prev a,
li.pagenav-next a {
	height:30px!important;
	width:30px!important;
	line-height:29px!important;
	font-weight:500;
	font-size:9px;
}
ul.pagination li.pagination-next a,
th.pagenav_next a,
li.pagenav-next a {
	background-position:-30px top!important;
}
ul.pagination li.pagination-next a:hover,
th.pagenav_next a:hover,
li.pagenav-next a:hover {
	background-position:-90px top!important;
}
ul.pagination li.pagination-prev a,
th.pagenav_prev a,
div.back_button a,
li.pagenav-prev a {
	background-position:-60px top!important;
}
ul.pagination li.pagination-prev a:hover,
th.pagenav_prev a:hover,
div.back_button a:hover,
li.pagenav-prev a:hover {
	background-position:-120px top!important;
}
/* active one*/
ul.pagination li span {
	background-position:-150px top!important;
}
/* hover*/
ul.pagination li a:hover {
	background-position:-150px top!important;
}
/* end pag*/
/* no radius */
.readon,
.inputbox,
.button,
.validate,
input,
#pathway .breadcrumb,
.popbox img,
.popboxv img,
.add-on,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
#midblock .newsitem_tools ul {
	-webkit-border-radius:0px!important;
	-khtml-border-radius:0px!important;
	-moz-border-radius:0px!important;
	border-radius:0px!important;
	text-shadow:none!important;
}
.pagination ul {
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/*rtl*/
.yjsgrtl #smallmenu,
.yjsgrtl .hdclm {
	float:left;
}
.yjsgrtl #header:before,
.yjsgrtl .hdcis .YJSlide_intro {
	right:0;
	left:auto;
}
.yjsgrtl #header:after {
	left:0;
	right:auto;
}
.yjsgrtl .hdclm .poping_links {
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform:matrix(-1, 0, 0, 1, 0, 0);
	position:relative;
	float:left;
	margin:2px 0 0 -2px;
}
.yjsgrtl .hdclm #login_pop #yjpop_remember {
	margin:-2px -20px 0 0;
}
.yjsgrtl .hdcls {
	float:left!important;
	margin:0 0 0 5px;
}
.yjsgrtl .hdcls form,
.yjsgrtl .hdcis .navContainer_inside:after {
	margin:0;
}
.yjsgrtl .is_rm {
	left:5%;
	right:auto;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform:matrix(-1, 0, 0, 1, 0, 0);
}
.yjsgrtl .hdcis .navContainer_inside:before {
	margin:0 -70px 0 0;
}
.yjsgrtl .custom1 .yjsquare_in,
.yjsgrtl #holder3 .hdcym .yjsquare_in {
	padding:0 0 0 15px;
}
.yjsgrtl #holder3 .custom1 .yjsquare_in,
.yjsgrtl #holder3 .custom1 h2.module_title,
.yjsgrtl .hdcym .yjsquare_in {
	padding:0 15px 0 0;
}
.yjsgrtl #holder3 .hdcmt ul#tabs li {
	margin:15px 25px 15px 0;
}
.yjsgrtl #holder3 .hdcym2.yj1 {
	margin:15px 0 15px 15px!important;
}
.yjsgrtl .hdcym h2 {
	margin:20px 15px 20px 0;
}
.yjsgrtl .hdcym .yjme_item div.imageholder {
	float:right!important;
	margin:0 0 0 20px;
}
.yjsgrtl .hdcym .yjme_item p.item_intro {
	padding:0 115px 0 0;
}
.yjsgrtl .item_details .item_category,
.yjsgrtl .item_details .item_cdate,
.yjsgrtl .item_details .item_author,
.yjsgrtl .hdcmt .yjme_item div.item_details,
.yjsgrtl .hdcym2 .yjme_item a.item_readmore {
	float:right;
}
.yjsgrtl .hdcmt .yy_container .linkForward,
.yjsgrtl .hdcmt .yy_container .linkBackward,
.yjsgrtl .hdcym .yy_container .linkForward,
.yjsgrtl .hdcym .yy_container .linkBackward,
.yjsgrtl .hdcym2 .yy_container .linkForward,
.yjsgrtl .hdcym2 .yy_container .linkBackward,
.yjsgrtl .hdcym3 .yy_container .linkForward,
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	right:auto;
	left:5%;
}
.yjsgrtl .hdcmt .yy_container .linkBackward {
	left:2%;
	right:auto;
}
.yjsgrtl .hdcym .yy_container .linkBackward,
.yjsgrtl .hdcym2 .yy_container .linkBackward,
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	left:0;
	right:auto;
}
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	left:8%;
	right:auto;
}
.yjsgrtl .hdcmt ul#tabs li {
	float:right;
	margin:15px 0 15px 25px;
}
.yjsgrtl .hdcym2.yj1 {
	margin:15px 15px 15px 0!important;
}
.yjsgrtl .yj1:after,
.yjsgrtl .yj2:after {
	left:0;
	right:auto;
}
.yjsgrtl .hdcym2 .yjme_item div.imageholder {
	margin:0 0 10px 20px;
	float:right!important;
}
.yjsgrtl .hdcym2 .item_details .item_category:after,
.yjsgrtl .hdcym2 .item_details .item_cdate:after,
.yjsgrtl .hdcym2 .item_details .item_author:after {
	left:15px;
	right:auto;
}
.yjsgrtl .template_list li a {
	background-position:right center;
	padding:0 20px 0 0;
}
.yjsgrtl .template_list li a:hover {
	background-position:right center;
}
.yjsgrtl .hdctm .yj_twitter_cont {
	padding:15px 20px 15px 0;
	background-position:right center;
}
.yjsgrtl .hdccm .yjsquare_in {
	margin:0 0 0 30px;
}
/*k2 rtl*/
.yjsgrtl div.catItemView,
.yjsgrtl div.itemView,
.yjsgrtl div.userBlock,
.yjsgrtl .latestView div.latestItemView {
	margin:0 0 0 20px;
}
.yjsgrtl div.catItemImageBlock,
.yjsgrtl .hdck2com ul li a.lcAvatar img,
.yjsgrtl .hdck2cm span.yj_effect,
.yjsgrtl .tagView div.itemImageBlock,
.yjsgrtl div.userBlock img,
.yjsgrtl .userView div.itemImageBlock {
	float:right;
	margin:0 0 0 20px!important;
}
.yjsgrtl div.catItemHeader span.catItemDateCreated,
.yjsgrtl ul.preSocialLinks li,
.yjsgrtl ul.preSocialLinks {
	float:right;
}
.yjsgrtl .hdck2m,
.yjsgrtl .hdck2cm,
.yjsgrtl .hdck2com,
.yjsgrtl .hdck2tc {
	margin:20px 20px 0 0!important;
}
.yjsgrtl .k2CategoriesListBlock.hdck2m,
.yjsgrtl .k2ItemsBlock.hdck2cm,
.yjsgrtl .k2LatestCommentsBlock.hdck2com {
	margin:0!important;
}
.yjsgrtl .hdck2cm .moduleItemIntrotext {
	padding:5px 115px 5px 0!important;
}
.yjsgrtl div.k2LatestCommentsBlock ul li span.lcComment {
	clear:none;
	padding:5px 80px 5px 0!important;
}
.yjsgrtl .hdck2tc div.k2TagCloudBlock a,
.yjsgrtl .hdck2tc div.k2TagCloudBlock a:hover {
	float:right;
	margin:0 0 10px 10px;
}
.yjsgrtl .hdck2tc div.k2TagCloudBlock a:after,
.yjsgrtl div.itemTagsBlock ul.itemTags li:after {
	margin:-3px -2px 0 0;
}
.yjsgrtl div.itemTagsBlock ul.itemTags li:after {
	margin:-4px -2px 0 0;
}
.yjsgrtl div.itemHeader span.itemDateCreated,
.yjsgrtl div.itemHeader span.itemAuthor {
	float:right;
	margin:0 0 0 10px;
}
.yjsgrtl div.itemToolbar {
	float:left;
}
.yjsgrtl div.itemImageBlock {
	float:right;
	margin:0 0 10px 0;
}
.yjsgrtl div.itemCommentsForm form {
	margin: 0 5px 0 0;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*CENTER TOP IS THE TOP PART OF THE SITE. SEE index.php FOR REFERENCE*/
#centertop,
#centerbottom {
	margin:0 auto;
	clear:both;
}
/* CENTERBOTTOM IS THE BOTTOM PART OF THE SITE SEE index.php FOR REFERENCE */
#centerbottom {
	position:relative;
}
#header {
	position:relative;
	padding:0;
	margin:0 auto;
	z-index:1000;
}
#logo {
	float:left;
	overflow:hidden;
}
/* LOGO HOMEPAGE LINK */
#logo a {
	text-indent:-7500px;
	display:block;
	text-decoration:none;
	width:100%;
}
.btns_atividades{
	margin:0;
	padding:0;
	float:right;
	}
	
.btns_atividades a:hover{
	 color: #FF0000;
	}
/* 
  MAIN BODY LAYOUT WITH SIDE MODULES
  HOLDER DIV CONTAINS LEFT, MAINBODY, RIGHT AND ALL INSETS 
*/
#holder,
#holder2,
#holder3 {
	height:100% !Important;
	height:1%;
	overflow:hidden;
	margin:0 auto;
	padding:5px 0;
}
/* 
	layout1.php , layout2.php, layout3.php reset and layout1.php main floats. 
	layout 1 does not contain insettop and insetbottom
*/
#leftblock,
#midblock,
#rightblock,
#insetblock,
#insetsholder_2t,
#insetsholder_2b,
#insetsholder_3t,
#insetsholder_3b {
	height:100% !Important;
	height:1%;
	overflow:hidden;
	float:left;
}
/* layout2.php*/
#holder2 #midblock {
	float:left;
}
#holder2 #leftblock,
#holder2 #rightblock,
#holder2 #insetblock {
	float:right;
}
#holder2 #insetsholder_2t {
	float:left;
}
#holder2 #insetsholder_2b {
	float:right;
}
/*layout3.php*/
#holder3 #midblock {
	float:right;
}
#holder3 #leftblock,
#holder3 #rightblock,
#holder3 #insetblock {
	float:left;
}
#holder3 #insetsholder_3t {
	float:right;
}
#holder3 #insetsholder_3b {
	float:left;
}
#insetsholder_2t,
#insetsholder_2b {
	padding:0px;
	margin:0px;
}
.inside,
.insidem {
	margin:0;
	padding:0 3px;
	overflow:hidden;
}
.clearm,
.yjsg-clear-all {
	clear:both;
	overflow:hidden;
	display:block;
}
/*END DEFAULT GRID LAYOUT*/

/*BEGING YJSIMPLEGRID 
#yjsg1 				contains-> #top1		- 	#top5
#yjsgheadergrid 	contains-> #header1 	- 	#header3
#yjsg2 				contains-> #adv1 		- 	#adv5
#yjsg3 				contains-> #user1 		- 	#user5
#yjsgbodytop 		contains-> #bodytop1 	- 	#bodytop3
#yjsgbodybottom  	contains-> #boddybottom1- 	#bodybottom3
#yjsg4 				contains-> #user6 		- 	#user10
#yjsg5 				contains-> #user11 		- 	#user15
#yjsg6 				contains-> #user16 		- 	#user20
#yjsg7 				contains-> #user21 		- 	#user25
*/
.yjsg_grid {
	margin:0px auto;
	overflow:hidden;
	height:auto;
	width:100%;
	padding:0;
	clear:both;
}
#yjsgheadergrid {
	float:right;
	clear:none;
}
/* MAIN MODULE CONTAINER CLASS */
.yjsgxhtml {
	float:left;
	clear:right;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* MAIN MODULE HOLDER*/
.yjsquare {
	margin: 0px 0 5px 0px;
	padding:0 6px;
	clear: both;
	display:block;
	height:100% !Important;
	height:1%;
	overflow:hidden;
}
/* MODULE TITLE */
.module_title {
}
/* MODULE TITLE SPAN*/
.module_title span {
}
/* MODULE CONTENT*/
.yjsquare_in {
	padding:5px 0;
}
/* ROUNDED CORNERS*/
.addround {
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #999;
	margin:5px;
}
/* YJPLAIN */
.yjplain {
	padding:5px 10px;
}
/*FOOTER AND FOOTER LINKS
--------------------- */
#footer {
	clear:both;
	overflow:hidden;
	margin:0 auto;
	padding:0px 0;
	position:relative;
}
#youjoomla {
	clear:both;
	padding:5px 10px;
	overflow:hidden;
}
#footmod {
	clear:both;
	padding:0;
	margin:0px;
	overflow:hidden;
}
#cp {
	padding:2px 0px;
	overflow:hidden;
}
.validators,
.yjsgcp {
	display:block;
	clear:both;
}
.yjsglogo {
	position:absolute;
	right:10px;
	display:block;
	top:12px;
	height:48px;
	width:270px;
	margin:0;
	padding:0;
	background: url(./templates/hdchannel/images/yjsglogo.png) no-repeat center center;
}
.yjsglogo span {
	line-height:999px;
}
#joomlacredit {
	padding:3px 0px 3px 0px;
	text-indent:10px;
	margin:0 auto;
}
/*Font resizer and rtl/ltr links*/
a.tdir {
}
a.fs {
}
/*FOOTER MODULE STYLE
--------------------- */
#footmod .yjsquare {
	padding:0;
	margin:0;
}
#footmod li,
#footmod li:hover {
	list-style-type:none;
	list-style-image:none;
	background:none;
}
#footmod ul {
	padding:0;
	margin:0;
}
#footmod ul li {
	display: inline;
	margin:0;
	padding:0 10px 0 0;
}
#footer a.mainlevel {
	background:none;
	display:inline;
	text-indent:0!important;
}
/*PATHWAY*/
#pathway {
	padding:0;
	display:block;
	overflow:hidden;
	position:relative;
}
#pathway .breadcrumb {
	padding: 8px 15px;
	margin:0!important;
	list-style: none;
	background-color: whiteSmoke;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#pathway .breadcrumb li {
	display: inline-block;
	text-shadow: 0 1px 0 white;
}
#pathway .breadcrumb .active {
	color: #999;
}
#pathway .breadcrumb .divider {
	color: #ccc;
}
.icon-yjsg-pathway:before {
	content: "\f054";
}
.icon-yjsg-marker:before {
	content: "\f041";
}
/*LOGIN MODULE
--------------------- */
#login-form .input-prepend {
	margin:10px 0;
}
#login-form .input-prepend input {
	width:80%;
}
#login-form .input-prepend.nbs input {
	padding:5px 3px;
	width:94%;
}
#modlgn_remember_l {
	display:block;
	clear:both;
	margin-bottom:10px;
}
#modlgn_remember {
	border: none!important;
	padding: 0!important;
}
#login-form ul {
	margin-top:10px;
}
/* USER PAGES */
div.userpageswrap {
	width:100%;
	overflow:hidden;
	padding:40px 0;
}
div.userpages {
	margin:0 auto;
	overflow:hidden;
	padding:10px 20px;
	width:35%;
}
div.userpages .inputbox[type="text"],
div.userpages .inputbox[type="password"],
div.userpages .inputbox[type="email"] {
	padding:10px 0;
	text-indent:5px;
	width:100%;
	margin:10px auto;
}
div.userpages h1 {
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0;
}
div.userpageswrap.logout {
	padding:100px 0;
	text-align:center;
}
div.userpageswrap.user div.userpages {
	width:40%;
}
div.userpageswrap.user dt {
	font-weight:bold;
	padding:5px;
	margin:0 0 5px 0;
}
div.userpageswrap.user dd {
	padding:0 0 5px 0;
	font-size:120%;
}
div.userpages div.user-actions {
	padding-left:5px;
}
div#userprofile_wrap dt,
div#userprofile_wrap label {
	font-weight:bold;
}
/* OFFLINE PAGE */
body.yjsg-offline #frame {
	font-size:12px;
	width:500px;
	margin:20px auto;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
}
body.yjsg-offline div.userpages {
	width:auto;
}
div.userpageswrap #header {
	margin:0 auto;
	text-align:center;
}
body.yjsg-offline #frame ul {
	margin:0;
	padding-left:0;
}
body.yjsg-offline #frame ul li {
	text-align:center;
	padding-left:0;
}
@media screen and (max-width: 768px) {
body.yjsg-offline #frame {
	width:80%;
}
}
/* CAPTCHA */
.yjcaptcha .userpages {
	width:45%;
}
table#recaptcha_table {
	border:none!important;
}
/* ERROR PAGE */
body.yjsgerror-page #sitelogo {
	background-color:#121212;
}
body.yjsgerror-page #errorpage {
	margin:20px auto;
	width:500px;
	background:#fff;
	overflow:hidden;
	display:block;
	padding:10px;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
}
body.yjsgerror-page .error_title {
	font-family: Cambria, serif;
	font-weight:bold;
	padding:10px 0;
}
body.yjsgerror-page .error_title h1 {
	font-size:48px;
	line-height:17px;
}
body.yjsgerror-page .error_title h2 {
	font-size:32px;
	line-height:32px;
}
body.yjsgerror-page #errorol {
	width:480px;
	margin:20px auto;
	background:#FFFFCC;
	border:1px solid #FFDA2F;
	padding:10px;
	font-size:14px;
}
body.yjsgerror-page p.errorp {
	padding:5px 10px;
	border-bottom:1px dashed #DFDFDF;
	text-align:center;
}
body.yjsgerror-page p.error_contact {
	padding:5px 10px;
	background:#FFFFCC;
	border:1px dashed #FFDA2F;
	font-weight:bold;
	color:#BF6700;
}
body.yjsgerror-page .error_link {
	text-decoration:underline;
	font-weight:bold;
}
body.yjsgerror-page p.error_msg {
	border:1px dashed #FFDA2F;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
body.yjsgerror-page #centertop {
	width:auto;
	text-align:center;
	font-size:12px;
}
@media screen and (max-width: 980px) {
body.yjsgerror-page #errorpage,
 body.yjsgerror-page #errorol {
	width:80%;
}
}
@media screen and (max-width: 420px) {
body.yjsgerror-page img {
	width:100%;
}
}
/* this class can be used in all 
components as surrounding wrap */
.component {
	padding:10px 5px;
	overflow:hidden;
	display:block;
}
/* table class category */
table.category {
	width:100%;
	margin-bottom:50px;
}
/* web links*/
.category-desc {
	padding:15px 0;
}
/* topmenupoz mod position */
.top_menu_poz {
	margin:0 auto;
}
/* Side panel */
#yjsg_sidepanel {
	display:block;
	position:fixed;
	top:0;
	z-index:10000;
	overflow:hidden;
	height:800px;
}
#yjsg_sidepanel_open {
	height:100px;
	width:30px;
	background:#fff;
	position:absolute;
	border:1px solid #e2e2e2;
	border-right:none;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	line-height:100px;
	font-family: 'FontAwesome';
	overflow:hidden;
	text-indent:10px;
	font-size:20px;
}
#yjsg_sidepanel_open:after {
	content: "\f053";
}
#yjsg_sidepanel_open.SidePanOpen:after {
	content: "\f054";
}
#yjsg_sidepanel_slide {
	display:block;
	overflow:hidden;
	margin-left:30px;
	height:800px;
	background:#fff;
	border-left:1px solid #e2e2e2;
}
#yjsg_sidepanel_slideIn {
	display:block;
	overflow:hidden;
}
/* Top panel */
#yjsg_toppanel {
	position:absolute;
	top:-2000px;
	display:block;
	width:100%;
	z-index:15000;
	overflow:hidden;
	margin-top:-2px;
}
#yjsg_toppanel_slide {
	display:block;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
}
#yjsg_toppanel_open {
	background:#fff;
	display:block;
	margin:0 auto;
	position:relative;
	bottom:1px;
	font-weight:bold;
	text-align:center;
	border:1px solid #e2e2e2;
	border-top:none;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
#yjsg_toppanel_content {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/* Bottom panel */
#yjsg_botpanel {
	bottom:-2000px;
	display:block;
	position:fixed;
	width:100%;
	z-index:15000;
	overflow:hidden;
}
#yjsg_botpanel_slide {
	display:block;
	overflow:hidden;
	background:#fff;
	border-top:1px solid #e2e2e2;
}
#yjsg_botpanel_open {
	background:#fff;
	display:block;
	margin:1px auto 0 auto;
	position:absolute;
	top:0px;
	right:15px;
	font-weight:bold;
	text-align:center;
	border:1px solid #e2e2e2;
	border-bottom:none;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
#yjsg_botpanel_content {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/* Module Articles Category */
.yjsg-article-category ul {
	margin-left:-19px;
}
.yjsg-article-category ul li {
	background-image:none;
}
.yjsg-article-category ul li h6 {
	line-height:inherit;
	margin:0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
}
.yjsg-article-category ul li a {
	position:relative;
	height: 26px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	text-indent:22px;
	padding-top:5px;
}
.yjsg-article-category ul li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	position: absolute;
	top:7px;
	left:-15px;
}
.yjsg-article-category ul li:last-child a {
	border:none;
}
.yjsg-article-category ul li a {
	border-bottom: 1px solid #D4D4D4;
}
.yjsg-article-category ul li a.active,
.yjsg-article-category ul li a:hover {
	background:#f5f5f5;
	color: #121212;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
#topmenu_holder{
	display:block;
	position:relative;
	padding:0px;
	z-index:999;
	margin:0 auto;
}
.top_menu ul.subul_main {
	margin-top:3px;/* 10 this is current max you can go below top level.*/
}
.top_menu {
	width:100%;
	display:block;
	position:relative;
	z-index:1000;
	padding:0px;
	margin:0 auto;
}
.horiznav {
	height:60px;
	float:none;
}
.horiznav ul {
	list-style:none;
	line-height:60px;
	padding-top:0px;
	margin:0;
}
.horiznav a {
	text-transform:uppercase;
	display:block;
	height:60px;
	padding:0px 25px 0px 25px;
	margin:0px 0px 0px 0px;
	font: bold 80%/60px Tahoma;
}
.horiznav ul li {
	float:left;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:0 0px 0 0;

}
.horiznav li li a {
	font-weight:normal;
	padding:0;
	margin:0;
	height:32px;
	line-height:32px;
	text-indent:0px;
}
.horiznav ul ul a {
	text-decoration:none;
	text-transform:uppercase;
	height:auto;
	font-weight:bold;
}
.horiznav li li {
	float:left;
	padding:0;
}
.horiznav li:hover, .horiznav li.sfHover,
 .horiznav li.sfHoverHas{
	left:0;
}
.horiznav ul ul a:hover {
	height:auto;
	line-height:32px;
	padding:0;
	margin:0;
}

.horiznav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	font-weight:normal;
	border-width:0;
	margin:0;
	padding:0;
}
.horiznav li:hover, .horiznav li.sfHover,
 .horiznav li.sfHoverHas {
	position: static;
	z-index:1000;
}
ul.subul_main li.has_module,ul.subul_main li.has_modpoz,
ul.subul_main li.has_module:hover,ul.subul_main li.has_modpoz:hover{
	position:static!important;
}
.horiznav li:hover ul ul, 
.horiznav li:hover ul ul ul,
.horiznav li:hover ul ul ul ul, 
.horiznav li:hover ul ul ul ul ul, 
.horiznav li:hover ul ul ul ul ul ul,
.horiznav li:hover ul ul ul ul ul ul ul,
.horiznav li:hover ul ul ul ul ul ul ul ul,
.horiznav li.sfHover ul ul,
.horiznav li.sfHover ul ul ul, 
.horiznav li.sfHover ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul,
.horiznav li.sfHoverHas ul ul ul, 
.horiznav li.sfHoverHas ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul ul ul{
	left:-999em;
}

.horiznav li:hover ul, 
.horiznav li li:hover ul, 
.horiznav li li li:hover ul, 
.horiznav li li li li:hover ul,
.horiznav li li li li li:hover ul,
.horiznav li li li li li li:hover ul,
.horiznav li li li li li li li:hover ul,
.horiznav li li li li li li li li:hover ul,
.horiznav li.sfHover ul, 
.horiznav li li.sfHover ul, 
.horiznav li li li.sfHover ul,
.horiznav li li li li.sfHover ul,
.horiznav li li li li li.sfHover ul,
.horiznav li li li li li li.sfHover ul,
.horiznav li li li li li li li.sfHover ul,
.horiznav li li li li li li li li.sfHover ul,
.horiznav li.sfHoverHas ul, 
.horiznav li li.sfHoverHas ul, 
.horiznav li li li.sfHoverHas ul,
.horiznav li li li li.sfHoverHas ul,
.horiznav li li li li li.sfHoverHas ul,
.horiznav li li li li li li.sfHoverHas ul,
.horiznav li li li li li li li.sfHoverHas ul,
.horiznav li li li li li li li li.sfHoverHas ul{
	z-index:100;
	left:auto;
}
span.separator{
	display:block;
	line-height:32px;
	padding:0 20px;
	font: bold 80%/32px Tahoma;
	text-transform:uppercase;
}
.YJSG_listContainer ul.subul_main a{
	height:100%;
	float:none;
	display:block;
}
.YJSG_listContainer ul,.YJSG_listContainer ul li{
 width:100%;
 float:right;
}
/* SUBS*/
.top_menu ul.subul_main{
	padding:7px 0px!important;
	display:block;
}
ul.subul_main.group_holder{
	padding-left:0!important;
	padding-right:0!important;
}
.top_menu ul.subul_main ul.subul_main{
	margin-top:-32px;
}
/* EXTRAS*/
/* IMAGE AND DESC*/
span.yjm_has_all{
background-position:3px 5px;
background-repeat:no-repeat;
display:block;
padding:0 0 0 30px;
}
span.yjm_has_all span.yjm_title{
	line-height:20px;
	display:block;
}
/* ul ul style */
ul.subul_main span.yjm_has_all{
	background-position:5px 5px;
	padding:0px 10px 5px 30px;
	overflow:hidden;
	margin-left:8px;
}
ul.subul_main span.yjm_has_all span.yjm_title{
	padding:0 0 0 5px;
}
ul.subul_main.group_holder span.yjm_has_all{
	margin-left:0;
}
/* IMAGE ONLY*/
span.yjm_has_image{
background-position:3px 5px;
background-repeat:no-repeat;
display:block;
padding:0 0 0 30px;
}
span.yjm_has_image span.yjm_title{
	line-height:60px;
}
/* ul ul style */
ul.subul_main span.yjm_has_image{
	background-position:3px 5px;
	padding:0px 10px 0px 30px;
	overflow:hidden;
	margin-left:8px;
}
ul.subul_main.group_holder span.yjm_has_image{
	margin-left:5px;
}
ul.subul_main span.yjm_has_image span.yjm_title{
	line-height:32px;
}
/* ONLY DESCRIPTION HOLDER*/
span.yjm_has_desc span.yjm_title{
line-height:37px;
}
/* ul ul style */
ul.subul_main span.yjm_has_desc{
	margin-left:8px;
	padding:0 10px 5px 5px;
	display:block;
}
ul.subul_main span.yjm_has_desc span.yjm_title{
	padding:0 0 0 5px;
	line-height:20px;
}
/* ONLY TITLE HOLDER*/
span.yjm_has_none span.yjm_title{
line-height:55px;
}
ul.subul_main span.yjm_has_none span.yjm_title{
line-height:32px;
padding:0 0 0 10px;
margin-left:8px;
display:block;
}
ul.subul_main.group_holder span.yjm_has_none span.yjm_title{
	margin-left:0;
}

/* DESCRIPTION*/
span.yjm_desc{
	display:block;
	font-weight:normal;
	font-size:11px;
	line-height:0px;
	text-transform:capitalize;
}
/*ul ul style*/
ul.subul_main span.yjm_desc{
	line-height:17px;
	padding:0 0 0 5px;
}

ul.subul_main span.child span.yjm_has_all span.yjm_title,
ul.subul_main span.child span.yjm_has_all span.yjm_desc{
	padding-right:20px;
}
/********************** ROUND ***************************/


ul.subul_main {
	z-index:2000!important;
	display:block!important;
}
li.bl{z-index:1100;}li.tl{z-index:1200;}li.right{z-index:900;}li.tr,li.br{z-index:900;}
/*TOP LEFT*/
.horiznav li.tl, .horiznav li.tl:hover{
	display:block;
	position:absolute;
	width:20px;
	height:26px;
	line-height:20px;
	padding:0px;
	margin:0px;
	top:-13px;
	left:-10px;
	
}
/* TOP RIGHT AND BOTTOM RIGHT*/
.horiznav li.tr, .horiznav li.br {
	width:100%;
	height:20px;
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
}
.horiznav li.tr, .horiznav li.tr:hover {
	top:-13px;
	left:10px;
}
.horiznav li.br, .horiznav li.br:hover {
	bottom:-13px;
	left:10px;
}
/* BOTTOM LEFT AND RIGHT MIDDLE*/
.horiznav li.bl, .horiznav li.bl:hover, .horiznav li.right, .horiznav li.right:hover {
	height:100%;
	width:20px;
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
}
.horiznav li.bl, .horiznav li.bl:hover {
	left:-10px;
	top:13px;
	right:auto;
}
.horiznav li.right, .horiznav li.right:hover {
	left:auto;
	top:7px;
	right:-10px;
}
/* REMOVE LI BORDERS FROM CORNERS*/
li.tl,li.tr,li.bl,li.br,li.right{
	border:none!important;
}

/* MEGA MENU LAYOUT*/
.horiznav ul.subul_main.group_holder {
	padding:10px 10px!important;
}
.horiznav ul.subul_main.group_holder > li.haschild {
	position:relative!important;
	display:inline-block!important;
	float:left;
	clear:right!important;
}
/* MENU MODULES*/
.yj_menu_module_holder li,
.yj_menu_module_holder li:hover,
.yj_menu_module_holder li,
.yj_menu_module_holder li:hover{
	background:none;
	position:static!important;
}
.yjm_module{
	padding:10px;
}
div.yj_menu_module_holder{
	margin-top:-2px!important;
	width:100%!important;
}

.subul_main li.has_modpoz, .subul_main li.has_module, .subul_main li.haschild div.yj_menu_module_holder, .subul_main li.has_modpoz:hover, .subul_main li.has_module:hover {
	overflow:hidden;
	line-height:17px!important;
}
.subul_main.group_holder div.yj_menu_module_holder {
	padding:0 0px;
}
.subul_main.group_holder div.yjm_module .yjsquare .yjsquare_in {
	padding:5px;
}
.subul_main.group_holder div.yjm_module .yjsquare h4 {
	margin:0 3px 0 3px;
}
/*module type link detials*/
span.yjm_module_details {
	padding:5px 0 0 0px;
	display:block;
}
span.yjm_module_details_img {
	padding:0 0 0 30px;
	background-position:15px 5px;
	background-repeat:no-repeat;
	display:block;
	line-height:60px;
}
div.yj_menu_module_holder span.yjm_module_details span.yjm_title, 
div.yj_menu_module_holder span.yjm_module_details_img span.yjm_title {
	font-weight:bold;
	font-size:15px;
	padding:10px 0 0 10px;
}
span.yjm_module_details span.yjm_title {
	padding:10px 0 0 15px;
}
span.yjm_module_details span.yjm_desc {
	padding:0 10px 0 15px;
	display:block;
}
span.yjm_module_details_img span.yjm_desc {
	padding:0 10px 0 10px;
	display:block;
	margin:-10px 0 0 0;
}
/* Menu Module ul , li , a*/
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul{
	position:static;
	height:auto;
	margin:0!important;
	padding:0;
	display:block;
	overflow:hidden;
	width:auto;
	float:none;
	background:none;
	line-height:17px;
}
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li,
.horiznav ul.subul_main  div.yj_menu_module_holder .yjsquare_in ul li:hover{
	padding:0px;
	margin:0px;
	line-height:17px;
	width:auto;
	clear:both;
	float:none;
}

.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li a,
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li a:hover{
	border:none;
	background:none;
	text-transform:none;
	padding:0px;
	margin:0px;
	line-height:17px;
	width:auto;
	clear:both;
	float:none;
}
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in #form-login{
	padding:0;
	margin:0px 0 0 0;
}
/*GROUP WIDTHS*/
/* 1 column */
.subul_main.group_holder.count1 li.haschild, .subul_main.group_holder .subul_main.group_holder.count1 li.haschild {
	width:100%!important;
}
.subul_main.group_holder.count1 li.has_modpoz, .subul_main.group_holder.count1 li.has_module {
	width:100%!important;
}
/* 2 columns */
.subul_main.group_holder.count2 li.haschild, .subul_main.group_holder .subul_main.group_holder.count2 li.haschild {
	width:50%!important;
}
.subul_main.group_holder.count2 li.has_modpoz, .subul_main.group_holder.count2 li.has_module {
	float:left;
	width:50%!important;
	clear:right!important;
}
/* 3 columns */
.subul_main.group_holder.count3 li.haschild, .subul_main.group_holder .subul_main.group_holder.count3 li.haschild {
	width:33.3%!important;
}
.subul_main.group_holder.count3 li.has_modpoz, .subul_main.group_holder.count3 li.has_module {
	float:left;
	width:33%!important;
	clear:right!important;
}
/* 4 columns */
.subul_main.group_holder.count4 li.haschild, .subul_main.group_holder .subul_main.group_holder.count4 li.haschild {
	width:25%!important;
}
.subul_main.group_holder.count4 li.has_modpoz, .subul_main.group_holder.count4 li.has_module {
	float:left;
	width:25%!important;
	clear:right!important;
}
/* 5 columns */
.subul_main.group_holder.count5 li.haschild, .subul_main.group_holder .subul_main.group_holder.count5 li.haschild {
	width:20%!important;
}
.subul_main.group_holder.count5 li.has_modpoz, .subul_main.group_holder.count5 li.has_module {
	float:left;
	width:20%!important;
	clear:right!important;
}
/* 6 columns */
.subul_main.group_holder.count6 li.haschild, .subul_main.group_holder .subul_main.group_holder.count6 li.haschild {
	width:16.5%!important;
}
.subul_main.group_holder.count6 li.has_modpoz, .subul_main.group_holder.count6 li.has_module {
	float:left;
	width:16.5%!important;
	clear:right!important;
}
/* RESET NEXT*/
.subul_main.group_holder .subul_main.group_holder.count2 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count3 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count4 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count5 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count6 li li.haschild {
	width:100%!important;
	padding:0!important;
}
.subul_main.group_holder li.haschild li, .subul_main.group_holder li.haschild li.haschild, .subul_main.group_holder li.haschild li.has_modpoz, .subul_main.group_holder li.haschild li.has_module, .subul_main.group_holder li.haschild li.haschild li.haschild, .subul_main.group_holder li.haschild li.haschild li.has_modpoz, .subul_main.group_holder li.haschild li.haschild li.has_module {
	width:100%!important;
}
.subul_main.group_holder li.haschild li.haschild {
	padding:0!important;
}
/* Group holder title*/
.group_holder li.haschild a, .group_holder li.haschild li.haschild .group_holder li.haschild a {
	width:100%!important;
	text-transform:capitalize!important;
	font-size:120%!important;
}
.subul_main.group_holder li.haschild span.child a, .subul_main.group_holder li.haschild span.child a:hover, .subul_main.group_holder .subul_main.group_holder li.haschild span.child a, .subul_main.group_holder .subul_main.group_holder li.haschild span.child a:hover {
	background-image:none!important;
}
/* Group holder title hover*/
.group_holder li.haschild a:hover, .group_holder li.haschild li.haschild .group_holder li.haschild a:hover {
	width:100%!important;
}
/*GROUPS LI A*/
.group_holder span.mymarg, .group_holder span.child {
	margin:0 5px 0 5px!important;
	display:block;
	overflow:hidden!important;
}
.subul_main.group_holder li.haschild li a, .subul_main.group_holder li.haschild .subul_main.group_holder li.haschild li a {
	width:100%!important;
	text-transform:uppercase!important;
	font-size:80%!important;
}
/*GROUPS LI A:HOVER*/
.subul_main.group_holder li.haschild li a:hover, .subul_main.group_holder li.haschild .subul_main.group_holder li.haschild li a:hover {
	width:100%!important;
}
/* GROUP*/
.subul_main.group_holder ul.subul_main, .subul_main.group_holder ul.subul_main .subul_main.group_holder ul.subul_main {
	position:static!important;
	width:100%!important;
	display:block!important;
	float:left!important;
	margin:0 0 0 0px!important;
}
/* GROUP UL*/
.subul_main.group_holder ul.subul_main ul.subul_main, .subul_main.group_holder ul.subul_main ul.subul_main ul.subul_main, .subul_main.group_holder ul.subul_main ul.subul_main ul.subul_main ul.subul_main {
	position:absolute!important;
	display:block!important;
}
.subul_main.group_holder ul li.tl, .subul_main.group_holder ul li.tr, .subul_main.group_holder ul li.bl, .subul_main.group_holder ul li.br, .subul_main.group_holder ul li.right, .subul_main.group_holder ul li.tl, .subul_main.group_holder .subul_main.group_holder ul li.tl, .subul_main.group_holder .subul_main.group_holder ul li.tr, .subul_main.group_holder .subul_main.group_holder ul li.bl, .subul_main.group_holder .subul_main.group_holder ul li.br, .subul_main.group_holder .subul_main.group_holder ul li.right, .subul_main.group_holder .subul_main.group_holder ul li.tl {
	display:none!important;
}
.subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder ul ul.subul_main li.br, .subul_main.group_holder ul ul.subul_main li.right, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.br, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.right {
	display:block!important;
}
.subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder ul ul.subul_main li.tr:hover, .subul_main.group_holder ul ul.subul_main li.br li.br, .subul_main.group_holder ul ul.subul_main li.br li.br:hover {
	width:100%!important;
	border:none!important;
}
.subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder ul ul.subul_main li.tl:hover, .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder ul ul.subul_main li.bl:hover, .subul_main.group_holder ul ul.subul_main li.right, .subul_main.group_holder ul ul.subul_main li.right:hover {
	width:20px!important;
	border:none!important;
}
/*SIDE MENUS
--------------------- */
/*LIST MENU*/
#mainlevel ul, .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainlevel {
	padding:0;
	text-align:left;
	margin-left:-19px;/*-4 plus body padding */
	margin-right:-8px;
}

.menu {
	padding:0;
	text-align:left;
	margin-left:-19px;/*-4 plus body padding */
	margin-right:-8px;
	padding-right:5px;
}

#mainlevel li, .menu li, .menu li:hover {
	background-image:none;
	padding-left:15px;
}

#mainlevel li a, .menu li a {
	height: 26px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	text-indent:22px;
	padding-top:5px;
}
/*LEGACY VERTICAL */
a.mainlevel {
	display: block;
	height: 26px;
	line-height: 22px;
	padding-top:5px;
	text-decoration: none;
	text-indent:20px;
}
a.mainlevel img.imgl{
	float:left;
	margin:-2px -10px 0 20px;
}
a.mainlevel img.imgr{
	float:right;
	margin:-2px 0 0 0;
}
a.sublevel {
	display: block;
	padding: 2px 4px 0px 15px;
	text-decoration: none;
	margin:2px 0 0 10px;
}
a.sublevel:hover, a.sublevel:active, a.sublevel:focus {
	text-decoration: underline;
}
/* YJ MEGA HOLDER*/
.YJSG_listContainer ul li{
	float:none;
}
.YJSG_listContainer ul{
	line-height:normal;
	display:block;
	position:relative;
	text-align:left;
}
/* GROUP HOLDER*/
.YJSG_listContainer .group_holder{
	float:left;
}
.YJSG_listContainer a{
	padding:0px;
	height:auto;
}
/* Menu item with image only , no text*/
/* level1*/
span.no_text {
	padding:5px 0 0 0!important;
	display:block;
}
/* all other levels*/
ul.subul_main span.no_text {
	padding:3px 0 3px 10px!important;
	height:26px!important;
}
/* pill menu */
#topmenu_holder.topmodpoz .nav {
	margin-bottom:0!important;
}
/* navbar menu */
#topmenu_holder.topmodpoz_navbar .navbar {
	margin-bottom:0!important;
}
#topmenu_holder.topmodpoz_navbar .navbar-inner {
	padding-left:0px;
	padding-right:0px;
}
/* margins */
#topmenu_holder.topmodpoz,
#topmenu_holder.topmodpoz_navbar,
#topmenu_holder.topmodpoz.navpills {
}
.top_menu_poz_navbar,
.top_menu_poz.navpills {
	margin:0 auto;
}
/* first/last*/
li.lifirst {
}
li.lilast {
}
a.yjanchor.first {
}
a.yjanchor.last,
a.yjanchor.firstlast {
	border-bottom:none!important;
}
a.yjanchor.firstlast {
}
.YJSG_listContainer {
	background:none;
}
/* menu html5 fix */
.yjanchor {
	line-height:normal!important;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/* HOLDING CLASS OF VIEWS. WHEN YOU ADD PAGE SUFFIX IT WILL AFFECT THIS DIV.
   STYLE HOLDING CLASSES ACCORDING TO THIS DIV */
div.yjsg-newsitems {
}
/* MAIN NEWS ITEMS HOLDERS FOR FRONTPAGE, CATEGORY. 
*/
div.yjsg-newsitems .yjsg-blog_f, div.yjsg-newsitems .yjsg-blog_c, div.yjsg-newsitems .yjsg-blog_s {
	padding:0 5px;
}
/* FRONTPAGE NEWS ITEM HOLDER */
.news_item_f {
	margin:0 3px;
	position:relative;
}
/* CATEGORY NEWS ITEM HOLDER */
.news_item_c {
	margin:0 0px;
	position:relative;
}
/* ARTICLE VIEW NEWS ITEM HOLDER */
.news_item_a {
	margin:0px 0px 0 0px!Important;
	padding:0px 5px;
	overflow:hidden;
	position:relative;
}
.news_item_a .pagenav{
	display:block;
	clear:both;
	overflow:hidden;
}
/* ROW SEPARATOR*/
.row-separator {
	clear:both;
	display:block;
	height:3px;
	overflow:hidden;
}
/* ARTICLE TITLE
h1 in article view and h2 in frontpage/featured, category*/
h1.article_title {
	margin-top:0;
}
/* THIS DIV HOLDS NEWS ITEM TEXT ONLY */
.newsitem_text {
	display:block;
	padding:0px 3px 0px 3px;
}
/* newsitem_tools  CONTAINS , CREATED BY , CREATE DATE , PRINT,EMAIL , PDF BUTTONS */
.newsitem_tools {
	display: block;
	width:100%;
	margin:0 0 0 0 !Important;
	clear:both;
	padding:3px 0 10px 0;
	margin:0;
}
/* newsitem_info  CONTAINS , CREATED BY , CREATE DATE */
.newsitem_info {
	width: 70%;
	display: block;
	float:left;
	
}
.newsitem_info span{
	padding-left:3px;
}
/* buttonheading  CONTAINS PRINT,EMAIL , PDF BUTTONS */
.buttonheading {
}
.buttonheading img {
	border:0;
}
.buttonheading .email, .buttonheading .print, .buttonheading .pdf {
	float:right;
	margin:0px 2px 0 0;
	width:16px;
}
.createby {
	padding:0 3px 0 0px;
		float:left;
}
.createdate {
	padding:0 3px 0 0px;
}
.modifydate {
}
/* CATEGORY NAME HOLDER*/
.newsitem_category, .newsitem_parent_category {
	padding:0 3px 0 0px;
	float:left;
}
.newsitem_category a, .newsitem_parent_category a {
	padding:0 3px 0 0px;
}
.newsitem_hits {
	padding:0 0 0 0;
	display:block;
	float:left;
}
.newsitem_published {
	padding:0 10px 0 0;
	display:block;
	float:left;
}
/* end*/

/* MAIN FLOATS */
div.yjsg-newsitems .float-left {
	float: left;
	overflow: hidden;
}
div.yjsg-newsitems .float-right {
	float: right;
	overflow: hidden;
}
div.yjsg-newsitems .width20 {
	width: 20%;
}
div.yjsg-newsitems .width25 {
	width: 25%;
}
div.yjsg-newsitems .width33 {
	width: 33.333%;
}
div.yjsg-newsitems .width50 {
	width: 50%;
}
div.yjsg-newsitems .width100 {
	width: 100%;
}
div.yjsg-newsitems .yjsg-leadingarticles {
	overflow: hidden;
}
.yjsg-morearticles {
	margin: 10px 0px 10px 0px;
	clear:both;
	display:block;
}
div.yjsg-pagination {
	text-align: center;
	clear:both;
}
/* CATEGORY NEWS ITEMS LIST HOLDER*/
.categorylist {
	padding:0 5px;
}
/* CATEGORY DESCRIPTION HOLDER DIV */
.yjsg-categorydesc {
	overflow:hidden;
	padding:5px;
}
.yjsg-categorydesc img{
 float:left;margin:0 10px 0 0;
}
span.article_separator {
	display: block;
	height: 7px;
	clear: both;
}
/* CATEGORIES VIEW */
.categories_view li {
	margin-top:5px;
	overflow:hidden;
	clear:both;
}
.catitem_title {
	clear:both;
}
.article-count {
	font-weight:bold;
	font-style:italic;
	clear:both;
	overflow:auto;
	display:block;
}
/* ARCHIVED VIEW*/
.archived_view {
	padding:10px;
}
div.yjsg-newsitems div.yjsg-pagination p.yjsg-results {
}
/* MULTI ITEMS ROW SPACING */
div.yjsg-newsitems div.multicolumns div.news_item_f, div.yjsg-newsitems div.multicolumns div.news_item_c, div.yjsg-newsitems div.multicolumns div.news_item_s {
	margin: 0px 5px 5px 5px;/* multi row newsitem spacing*/
}
/* FIRST ITEM IN A ROW SPACING */
div.yjsg-newsitems div.multicolumns div.first div.news_item_f, div.yjsg-newsitems div.multicolumns div.first div.news_item_c, div.yjsg-newsitems div.multicolumns div.first div.news_item_s {
	margin-left: 0px;
}
/* LAST ITEM IN A ROW SPACING */
div.yjsg-newsitems div.multicolumns div.last div.news_item_f, div.yjsg-newsitems div.multicolumns div.last div.news_item_c, div.yjsg-newsitems div.multicolumns div.last div.news_item_s {
	margin-right: 0px;
}
div.yjsg-newsitems div.yjsg-morearticles {
	margin: 10px 0px 10px 0px;
}

/*Article print/email buttons bootstrap OFF */
ul.dropdown-menu.buttonheading {
	margin:0;
	padding:0
}
ul.dropdown-menu.buttonheading li {
	display:inline;
	padding:0;
	margin:0px 5px 0 0;
	float:right;
}
/* print and email icons holder*/
.actiongroup li {
	background-image:none;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/

/* helper classes */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.pull-center {
	margin:0 auto;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
/* Boxes */
.yjtbox {
	padding:10px;
	margin:10px 0;
	overflow:hidden;
	position:relative;
}
.yjtbox[class^="icon-"]:before,
.yjtbox[class*=" icon-"]:before {
	font-size:25px;
	float:left;
	clear:none;
	margin:12px 0 0px -30px;
}
.yjtbox[class^="icon-"],
.yjtbox[class*=" icon-"] {
	padding-left:40px;
}
.yjtbox.icon-large {
	padding-left:50px;
}
.yjtbox.icon-large:before {
	font-size:35px;
	float:left;
	clear:none;
	margin:11px 0 0px -40px;
}
.yjtbox.icon-white:before {
	color:#fff;
}
.yjt_close {
	display:block;
	position:absolute;
	cursor:pointer;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	top:5px;
	right:5px;
	width:20px;
	height:20px;
}
.yjt_close:before {
	content: "\f05c";
	font-size:20px;
}
.yjtb_red {
	background:#FFE8E8;
	border-style:solid;
	border-color:#F3ADB3;
	border-width:1px;
	color:#A6656C;
}
.yjtb_red .yjtboxtitle {
	color:#A6656C;
}
.yjtb_green {
	background:#F0FAE1;
	border-style:solid;
	border-color:#C6E29D;
	border-width:1px;
	color:#90B05E;
}
.yjtb_green .yjtboxtitle {
	color:#90B05E;
}
.yjtb_blue {
	background:#c6e8fa;
	border-style:solid;
	border-color:#57acd9;
	border-width:1px;
	color:#186892;
}
.yjtb_blue .yjtboxtitle {
	color:#186892;
}
.yjtb_yellow {
	background:#FFFDEE;
	border-style:solid;
	border-color:#979162;
	border-width:1px;
	color:#979162;
}
.yjtb_yellow .yjtboxtitle {
	color:#979162;
}
.yjtb_gray {
	background:#f7f7f7;
	border-style:solid;
	border-color:#dadada;
	border-width:1px;
}
.yjtb_gray .yjtboxtitle {
	color:#8e8e8e;
}
.yjtb_clear {
	background:none;
	border-style:solid;
	border-color:#ccc;
	border-width:1px;
}
/* Borders */
.yjtbox.dashedb {
	border-style:dashed!Important;
}
.yjtbox.dottedb {
	border-style:dotted!Important;
}
.yjtbox.doubleb {
	border-style:double!Important;
	border-width:medium!Important;
}
.yjtbox.outsetb {
	border-style:outset!Important;
}
.yjtbox.ridgeb {
	border-style:ridge!Important;
}
.yjtbox.bordernone {
	border:none!Important;
	border-style:none!Important;
}
/* Border radius */
.radiusb2 {
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.radiusb3 {
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.radiusb4 {
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.radiusb5 {
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.radiusb6 {
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.radiusb7 {
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.radiusb8 {
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.radiusb9 {
	-webkit-border-radius:9px;
	-khtml-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
}
.radiusb10 {
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
/* Notifications */

.yjtnt {
	padding:10px;
	margin:10px 0;
	overflow:hidden;
	display:block;
	position:relative;
}
/* Alert */
.yjt_alert {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#961311;
	border:1px solid #880606;
	text-shadow:0px 1px 0px #ed6d6b;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #ea605d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjA1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTI2MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea605d), color-stop(100%, #ea2623));
	background: -webkit-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -o-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -ms-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: linear-gradient(to bottom, #ea605d 0%, #ea2623 100%);
}
.yjt_alert.isoldb {
	background: #ea605d;
}
.yjt_alert:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f05e";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_alert .yjtboxtitle {
	font-weight:bold;
	color:#961311;
	text-shadow:0px 1px 0px #ed6d6b;
	zoom:1;
}
/* Warning */
.yjt_warning {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#84742d;
	border:1px solid #84742d;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #fce18f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZTE4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2QyNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fce18f), color-stop(100%, #fcd253));
	background: -webkit-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -o-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -ms-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: linear-gradient(to bottom, #fce18f 0%, #fcd253 100%);
}
.yjt_warning.isoldb {
	background: #fce18f;
}
.yjt_warning:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f071";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_warning .yjtboxtitle {
	font-weight:bold;
	color:#84742d;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Message */
.yjt_message {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#405318;
	border:1px solid #759233;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	  background: #c8e181;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4ZTE4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWNlNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8e181), color-stop(100%, #a5ce5a));
	background: -webkit-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -o-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -ms-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: linear-gradient(to bottom, #c8e181 0%, #a5ce5a 100%);
}
.yjt_message.isoldb {
	background: #c8e181;
}
.yjt_message:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f058";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_message .yjtboxtitle {
	font-weight:bold;
	color:#405318;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Note */
.yjt_note {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#5497ae;
	border:1px solid #5497ae;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #e9f6fd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2VlZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f6fd), color-stop(100%, #d3eefb));
	background: -webkit-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -o-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -ms-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: linear-gradient(to bottom, #e9f6fd 0%, #d3eefb 100%);
}
.yjt_note.isoldb {
	background: #e9f6fd;
}
.yjt_note:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f016";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_note .yjtboxtitle {
	font-weight:bold;
	color:#5497ae;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Notification images */
.nt_warning,
.nt_star,
.nt_plus,
.nt_minus,
.nt_info,
.nt_download,
.nt_note,
.nt_cam,
.nt_barcode,
.nt_calendar {
	padding-left:50px;
}
.nt_warning:before,
.nt_star:before,
.nt_plus:before,
.nt_minus:before,
.nt_info:before,
.nt_note:before,
.nt_download:before,
.nt_cam:before,
.nt_barcode:before,
.nt_calendar:before {
	width:35px;
	height:35px;
	content: "";
	display:block;
	background-image:url(./templates/hdchannel/images/typ/nt_icons.png);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:none;
	margin:10px 0 0px -45px;
}
.nt_star:before {
	background-position:left -35px;
}
.nt_plus:before {
	background-position:left -70px;
}
.nt_minus:before {
	background-position:left -105px;
}
.nt_info:before {
	background-position:left -140px;
}
.nt_note:before {
	background-position:left -175px;
}
.nt_download:before {
	background-position:left -210px;
}
.nt_cam:before {
	background-position:left -245px;
}
.nt_barcode:before {
	background-position:left -280px;
}
.nt_calendar:before {
	background-position:left -315px;
}
img.border {
	padding:5px;
	margin:2px 3px 0 0;
}
.message,
.tips,
.error {
	padding:5px 5px 5px 0px !Important;
	text-indent:25px;
}
.highlight {
	padding:0 5px;
}
/* IMAGES */
/* Polaroid */
.yjt_polaroid {
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding:10px;
	border:1px solid #e2e2e2;
	background:#fff;
	margin:10px 0;
	text-align:center;
}
.yjt_polaroid:after {
	content:attr(title);
	display:block;
	clear:both;
	text-align:center;
	font-size:20px;
	line-height:28px;
	margin-top:15px;
	font-weight:bold;
}
/* Tilt hover */
.yjt_tilt:hover {
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-o-transform:rotate(2deg);
}
/* Polaroid group */
.yjt_polaroid.yjt_group:nth-child(even) {
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-o-transform:rotate(2deg);
}
.yjt_polaroid.yjt_group:nth-child(odd) {
	transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);
	-o-transform:rotate(-2deg);
}
.yjt_polaroid.yjt_group:nth-child(even):hover,
.yjt_polaroid.yjt_group:nth-child(odd):hover {
	transform:rotate(0);
	-ms-transform:rotate(0);
	-moz-transform:rotate(0);
	-webkit-transform:rotate(0);
	-o-transform:rotate(0);
}
/* Fade */
.yjt_fade {
	display:inline-block;
	overflow:hidden;
	margin:5px;
	text-indent:0;
	line-height:0;
	letter-spacing:0;
}
.yjt_fade span {
	overflow:hidden;
	display:block;
	margin:0!important;
	padding:0!important;
}
.yjt_fade img {
	margin:0!important;
	padding:0!important;
}
/* Morph */
.yjt_morph img {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-ms-transition:1s;
}
.yjt_morph:hover img {
	-webkit-box-shadow:0 0 8px #7a7a7a;
	-khtml-box-shadow:0 0 8px #7a7a7a;
	-moz-box-shadow:0 0 8px #7a7a7a;
	box-shadow:0 0 8px #7a7a7a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
/* Zoom need magic for IE9*/
.yjt_zoom {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:300px;
	height:200px;
	padding:0;
	margin:0;
}
.yjt_zoom img {
	width:100%;
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	-webkit-transform-origin: 20% 80%;
	-webkit-transition: -webkit-transform 30s linear;
	-moz-transform-origin: 20% 80%;
	-moz-transition: -moz-transform 30s linear;
}
.yjt_zoom:hover img {
	-webkit-transform: scale(2) rotate(0.1deg);
	-moz-transform: scale(2) rotate(0.1deg);
	-ms-transform: scale(2) rotate(0.1deg);
}
/* IMAGE BORDERS */
.yjt_border {
	display:inline-block;
	line-height:0;
	letter-spacing:0;
	overflow:hidden;
}
.bthin {
	border:1px solid #e2e2e2;
}
.bthick {
	border:5px solid #e2e2e2;
}
.bspace,
.bspacethick {
	border:1px solid #e2e2e2;
	background:#fff;
	padding:5px;
}
.bspacethick {
	border:5px solid #e2e2e2;
}
/* LISTS */
ul.unstyled li,
ol.unstyled li {
	padding-left:0;
	background-position:-1000px 0;
}
ul.unstyled ul li,
ol.unstyled ul li {
	padding-left:15px;
	margin-left:10px;
	background-position:0px 5px;
}
/* Icon list */
.yjt_iconlist li {
	background:none;
	padding-left:0px;
}
.yjt_iconlist li:before {
	margin-right:10px;
}
ul.video li,
ul.check li,
ul.star li {
	padding-bottom:5px;
	padding-left:25px;
	list-style-image:none;
	list-style-type:none;
}
ul.star li {
	background:url(./templates/hdchannel/images/typ/star.png) no-repeat 0 0px;
}
ul.video li {
	background: url(./templates/hdchannel/images/typ/video.png) no-repeat 0px 0px;
}
ul.check li {
	background: url(./templates/hdchannel/images/typ/check.png) no-repeat 0px 0px;
}
/* Disc list */
ul.disc {
	padding-left:15px;
	list-style-type:disc;
}
ul.disc li {
	padding-left:0;
	background-image:none;
}
/* pre and code */
pre,
code {
	padding: 2px 4px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	color: #D14;
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
/* dropcaps */
.dropcap,
.dropcap2,
.dropcap3,
.dropcap4 {
	float:left;
	padding:4px 8px 0px 0;
	display:block;
	font-family:Georgia, Times, serif;
	font-size:50px;
	line-height:40px;
}
.dropcap2 {
	font-weight: bold;
}
.dropcap3,
.dropcap4 {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	text-align:center;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	width:50px;
	height:50px;
	padding:0;
	vertical-align:middle;
	line-height:50px;
	margin:5px 10px 0 0;
}
.dropcap4 {
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	margin:3px 10px 0 0;
}
p.down,
p.clip,
p.pin,
p.sticky {
	padding:20px 20px 10px 40px;
	margin:10px 0;
}
.blocknumber {
	padding:0 0 0 65px;
	display:block;
	position:relative;
	margin:15px 0;
	font-size:120%;
	line-height:23px;
}
.bignumber {
	padding:10px;
	display:block;
	position:absolute;
	top:-8px;
	left:0;
	font-weight:bold;
	font-family:Arial, sans-serif;
	font-size:23px;
	line-height:23px;
	height:23px;
	text-align:center;
	width:25px;
	color:#e7e7e7;
}
.bignumber.bnround {
	min-height:40px;
}
.bnround .bignumber {
	top:0px;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:3px solid #e7e7e7;
}
/* TYPO style
--------------------- */
.caution {
	display: inline-block;
	margin-top:-3px;
	vertical-align: top;
	font-size:10px;
}
img.border {
	border:1px solid #e7e7e7;
	background:#F6F6F6;
}
.special {
	background:#FFC;
	border:1px solid #9E9F63;
}
.error {
	color:#C00;
	background:url(./templates/hdchannel/images/typ/error.gif) no-repeat center left;
}
.message {
	color:#069;
	background:url(./templates/hdchannel/images/typ/info.gif) no-repeat center left;
}
.tips {
	color:#FF5A00;
	background:url(./templates/hdchannel/images/typ/tips.gif) no-repeat center left;
}
.highlight {
	border-bottom:1px dashed #888;
	background:#FEFAE1;
}
div.blockquote blockquote {
	padding:15px 40px 5px 40px !Important;
}
div.blockquote {
	width:auto !Important;
	padding:5px 0px 5px 0px !Important;
	border:1px solid #e7e7e7;
	background:#F6F6F6 url(./templates/hdchannel/images/typ/qlg.gif) no-repeat 0px 2px !Important;
}
div.blockquote blockquote {
	background:url(./templates/hdchannel/images/typ/qrg.gif) no-repeat right bottom;
	border:none!Important;
}
p.sticky,
p.pin,
p.clip,
p.down {
	border-right:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	border-left:5px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	background:#F6F6F6 url(./templates/hdchannel/images/typ/sticky.gif) no-repeat left center;
}
p.pin {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/pin.gif) no-repeat left center;
}
p.clip {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/clip.gif) no-repeat left center;
}
p.down {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/down.gif) no-repeat left center;
}
.lead {
	font-size: 140%!important;
	font-weight: 200;
	line-height: 30px;
}
.muted {
	color: #999999;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover {
	color: #356635;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}
/* blockquotes */
blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}
blockquote p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
blockquote small {
	display: block;
	line-height: 20px;
	color: #999999;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}
blockquote.quoted,
blockquote.brackets {
	border:none;
	padding:0 25px;
	position:relative;
}
blockquote.quoted:before,
blockquote.quoted:after,
blockquote.brackets:before,
blockquote.brackets:after {
	content: "\201C";
	position:absolute;
	top:10px;
	left:0px;
	font-size:40px;
	font-weight:bold;
	font-family: Georgia, serif;
}
blockquote.quoted:after,
blockquote.brackets:after {
	content: "\201D";
	top:auto;
	left:auto;
	right:0;
	bottom:10px;
}
blockquote.brackets:before {
	content: "\007B";
}
blockquote.brackets:after {
	content: "\007D";
	top:10px;
}
.yjsgcenter {
	text-align:center;
}
.clrm {
	width:100%;
	clear:both;
	text-align:center;
	overflow:hidden;
}
p.nonscript {
	background:#FFFFCC;
	font-size:15px;
	color:#121212;
	font-weight:bold;
	padding:20px 0;
	position:absolute;
	top:0;
	margin:0 0 50px 0;
	width:100%;
}
.sticky,
.pin,
.clip,
.down,
.blockquote,
.code {
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
ul.thumbnails,
ul.thumbnails li {
	background:none;
}
/* pretify */
.com {
	color: #93a1a1;
}
.lit {
	color: #195f91;
}
.pun,
.opn,
.clo {
	color: #93a1a1;
}
.fun {
	color: #dc322f;
}
.str,
.atv {
	color: #D14;
}
.kwd,
.prettyprint .tag {
	color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
	color: teal;
}
.pln {
	color: #48484c;
}
.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
/* Specify class=linenums on a pre to get line numbering */
body ol.linenums {
	margin:0 0 0 33px!important;
	color: #AEAEAE;
	list-style:decimal!important;
}
body ol.linenums li {
	padding:0 0 0 12px!important;
	color: #bebec5;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
}
/* Typo Docs
-------------------------------------------------- */
.yjsg-example + .prettyprint {
	margin-top: -20px!important;
	padding-top: 15px!important;
}
.yjsg-example {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	background-color: white;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.addoverflow {
	overflow:hidden;
}
.yjsglargef {
	font-size:120%;
}
.yjsgbacktotop {
	margin:0 0 10px 3px;
	display:block;
}
.yjsg-example:after {
	content: "Example";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: whiteSmoke;
	border: 1px solid #DDD;
	color: #9DA0A4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}
.yjsg-elements {
	text-align:center;
}
.yjsg-split {
	width:45%;
	margin:10px;
	display:block;
	float:left;
}
#newtypo {
	display:none;
	position:relative;
	margin: 0 auto;
	overflow: hidden;
	padding:0 5px;
}
#newtypo a {
	-o-transition:color .3s ease-in-out, background .3s ease-in-out;
	-ms-transition:color .3s ease-in-out, background .3s ease-in-out;
	-moz-transition:color .3s ease-in-out, background .3s ease-in-out;
	-webkit-transition:color .3s ease-in-out, background .3s ease-in-out;
	transition:color .3s ease-in-out, background .3s ease-in-out;
}
#go_left,
#go_right {
	display:block;
	position:relative;
	width:78%;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0;
}
#go_right {
	width:20%;
	float:right;
}
.go_right_in {
	display:block;
	position:relative;
	overflow:hidden;
}
#go_right .affix {
	position: fixed;
	top: 20px;
}
.yjsg-example-sidebar {
	position:fixed;
	display:block;
	width:inherit;
}
.yjsg-example-separator {
	clear:both;
	display:block;
	margin:40px 0;
	border:none;
}
#accordionmenu {
	display:block;
	width:100%;
}
.yjsg-example-sidenav {
	width:100%;
	margin:0!Important;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.yjsg-example-sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.yjsg-example-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.yjsg-example-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.yjsg-example-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
.yjsg-example-sidenav li.st,
.yjsg-example-sidenav li.st a {
	font-size:18px;
	line-height:18px;
	color:#121212;
}
.yjsg-example-sidenav li.st a:hover {
	background:#fff;
	cursor: text;
}
.yjsg-example-sidenav li.st i {
	font-size:18px;
	margin-left:15px;
	color:#121212;
}
.yjsg-example-sidenav > li {
	padding-left:0;
	background-image:none;
}
.yjsg-example-sidenav > li > a:hover {
	background-color: #f5f5f5;
}
tr.error,
.control-group.error {
	text-indent:0px!Important;
	background:none!Important;
}
.the-icons {
	list-style-type: none;
	margin-left: 15px!Important;
}
.the-icons li {
	background:none!Important;
	padding:0 0 15px 0!Important;
}
.dropdown-menu li,
.nav-list li,
.nav-tabs li,
.nav-pills li,
.nav li,
.breadcrumb li,
.pager li {
	background:none;
	padding:0 0 0 0!Important;
}
div.pagination ul li {
	padding:0!Important;
}
#new-icons,
#all-icons,
#examples,
#integration,
#code,
#roadmap {
	padding-top: 40px;
}
#typicons {
	position:relative;
	display:block;
}
#typicons ul li{
	font-size:16px!Important;
}
.yjsg-example-popover .popover {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	margin: 20px;
}
.popover {
	text-align:left;
}
.scrollspy-example {
	height: 200px;
	overflow: auto;
	position: relative;
}
.yjsg-example #myCarousel {
	width:500px;
	margin:0 auto;
}
/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
	display: block;
	font-weight: normal;
	color: #999;
}
.responsive-utilities tbody th {
	font-weight: normal;
}
.responsive-utilities td {
	text-align: center;
}
.responsive-utilities td.is-visible {
	color: #468847;
	background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
	color: #ccc;
	background-color: #f9f9f9 !important;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test {
	margin-top: 5px;
	margin-left: 0;
	list-style: none;
	overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
	background-image:none;
	position: relative;
	float: left;
	width: 25%;
	height: 43px;
	font-weight: bold;
	line-height: 43px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test li + li {
	margin-left: 10px;
}
.responsive-utilities-test span {
	position: absolute;
	top:    -1px;
	left:   -1px;
	right:  -1px;
	bottom: -1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test span {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}
a {
	-o-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
}
/* ie6 ie7 notice*/
#ie6Warning {
	display:none;
	position:absolute;
	width:100%;
	height:180px;
	text-align:center;
	background:#FFC url(./templates/hdchannel/images/typ/noie.png) no-repeat left center;
	font-size:18px;
	left:0px;
	top:-160px;
	z-index:99999
}
#ie6Warning .browsers {
	height:68px;
	width:390px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:center;
	overflow:hidden
}
#ie6Warning #fox,
#ie6Warning #chrome,
#ie6Warning #ie8,
#ie6Warning #opera,
#ie6Warning #safari {
	height:68px;
	width:68px;
	float:left;
	line-height:999px;
	display:block;
	overflow:hidden;
	margin:0 10px 0 0;
	background-image:url(./templates/hdchannel/images/typ/browsers.jpg)
}
#ie6Warning #chrome {
	background-position:272px top
}
#ie6Warning #ie8 {
	background-position:204px top
}
#ie6Warning #safari {
	background-position:136px top
}
#ie6Warning #opera {
	background-position:68px top
}
#ie6Warning h1 {
	font-size:22px;
	font-weight:normal;
	color:#121212;
	padding:0 30px;
	display:block;
	width:800px;
	margin:0 auto;
	text-align:center
}
#ie6Warning h4 {
	font-size:16px;
	font-weight:normal;
	color:#121212
}
#closeIe6Alert {
	display:block;
	position:absolute;
	z-index:99999;
	bottom:10px;
	right:10px;
	width:80px;
	height:28px;
	overflow:hidden;
	background-image:url(./templates/hdchannel/images/typ/hide.jpg);
	line-height:999px;
	text-align:center
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/* mod preview tp=1*/
.mod-preview {
	background:#fff;
	border: 1px solid red;
	padding:2px;
	margin:0 5px;
}
div.mod-preview-info {
	display:none;
}
.mod-preview-wrapper .yjsquare_in {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
/* EDITOR */
.form_view {
	padding:10px;
}
legend {
	padding:3px 5px;
	font-weight:bold;
}
form#adminForm {
}
.edit form#adminForm fieldset {
	padding:20px 15px;
	margin:10px 0 15px 0;
}
.formelm {
	margin:5px 0
}
.formelm label {
	width:13em;
	display:inline-block;
	vertical-align:top;
}
form#adminForm .formelm-area {
	padding:5px 0
}
form#adminForm .formelm-area label {
	vertical-align:top;
	display:inline-block;
	width:7.9em
}
.formelm-buttons {
	text-align:right;
	margin-bottom:10px
}
#editor-xtd-buttons a,
.toggle-editor a {
	background:#eee;
	padding:0 5px;
	height:20px;
	margin:10px 0 0 0;
	line-height:20px;
	border:solid 1px #ddd;
	font-weight:bold;
	text-decoration:none;
}
.toggle-editor {
	float:right;
}
/* mail to*/
#mailtoForm {
	padding:0 5px;
	background:#efefef;
	border:1px solid #ccc;
	margin:10px 20px;
	position:relative;
}
#mailtoForm label {
	width:100px;
}
#mailtoForm input {
	width:95%!important;
	margin:0 auto!important;
}
.mailto-close {
	position:absolute;
	right:-5px;
	top:-10px;
	background:none;
}
.mailto-close a {
	background:url(./templates/hdchannel/images/system/closebox.gif) no-repeat !important;
	min-width:22px;
	display:block;
	min-height:22px;
	overflow:visible;
}
.mailto-close a span {
	position:absolute;
	left:-3000px;
	top:-3000px;
	display:inline;
}
.warning ul {
	padding-left:0;
}
/* default system 
--------------------- */
/* Tooltips */
.tip {
	float: left;
	background: #000;
	border:none;
	padding: 5px;
	max-width: 200px;
	text-align:left;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.tip-title {
	padding: 0;
	margin: 0;
	font-size:12px;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align:left;
	background:none;
	color:#fff;
}
.tip-text {
	font-size:11px;
	margin: 0;
	text-align:left;
	color:#fff;
}
/* OpenID icon style */
input.system-openid {
	background: url(http://openid.net/login-bg.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}
/* Unpublished */
.system-unpublished {
	background: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
	background-image:none;
}
#system-message dd ul {
	background-color:#FDFDFD;
	color: #c02;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
/* System Standard Messages */
#system-message dt.message {
	display: none;
}
#system-message dd.message {
}
#system-message dd.message ul li {
	background-image:none;
}
/* System Error Messages */
#system-message dt.error {
	display: none;
}
#system-message dd.error ul {
	color: #c00;
	background-color: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#system-message dd.error ul li {
	background-image:none;
}
/* System Notice Messages */
#system-message dt.notice {
	display: none;
}
#system-message dd.notice ul {
	color: #c00;
	background: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#system-message dd.notice ul li {
	background-image:none;
}
/* Debug */
#system-debug {
	color: #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	text-align:left;
}
#system-debug div {
	font-size: 11px;
}
/* Form validation */
.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}
/* Editor */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,
.button2-right {
	float: left;
	margin-left: 5px;
}
/* intro image holder*/
div.img-introtext-left {
	float:left;
	margin:10px 10px 0 0;
}
div.img-introtext-right {
	float:right;
	margin:10px 0 0 10px;
}
div.img-introtext-none {
	clear:both;
	margin:0;
}
/* full image holder*/
div.img-fulltext-left {
	float:left;
	margin:10px 10px 0 0;
}
div.img-fulltext-right {
	float:right;
	margin:10px 0 0 10px;
}
div.img-fulltext-none {
	clear:both;
	margin:0;
}
#system-message-container #system-message {
	margin:10px;
}
#system-message-container .alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #B94A48;
	background-color: #F2DEDE;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #EED3D7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#system-message-container .close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity=20);
	color:#000;
}
/* smart search */
fieldset.word {
	overflow:hidden;
}
#finder-filter-window {
	overflow:hidden!important;
}
#finder-filter-window ul li {
	background:none;
	padding-left:0;
	margin:10px 0;
}
#finder-filter-select-list li {
	background:none;
	padding-left:0;
	display:block;
	clear:both;
	overflow:hidden;
}
#finder-filter-select-list li label {
	width:180px;
	float:left;
	display:block;
}
#finder-filter-select-list li select {
	float:left;
	display:block;
	clear:right;
}
#finder-filter-select-dates select,
#finder-filter-select-dates input {
	margin:10px 0;
}
#finder-filter-select-dates img {
	margin:0px 0 -3px 10px;
	float:none;
}
/* smart search module */
#mod-finder-advanced ul {
	margin:10px 0 0 0;
	padding:0;
}
#mod-finder-advanced ul li {
	background:none;
	padding:0;
}
#mod-finder-advanced label {
	width:180px;
	display:inline-block;
}
#mod-finder-advanced select {
	padding:2px 0 2px 10px;
	text-indent:-2px;
}
.newsitem_tools .buttonheading li a span{
	display:none;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/***HEADER***/
body {
/*	margin:30px 0!important;ALTERADO*/
	background:#090909 url(./templates/hdchannel/images/PA-bg.png) repeat;
}
#header {
	position:relative;
}
#header:before {
	/*border-style:solid;*/
	border-width:10px;
	content: " ";
	position:absolute;
	left:0;
	top:0;
}
#header:after {
/*	border-style:solid;*/
	border-width:30px;
	content: " ";
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
.yjsg_grid {
	padding:15px 0;
}
#yjsgheadergrid,
#yjsgbodytop,
#yjsgbodybottom {
	padding:0;
}
.yjsg6_out,
.yjsg7_out {
	margin:0 auto;
}
#yjsg6 {
	padding:0 10px;
	width:auto!important;
}
#yjsg7 {
	padding:15px 10px;
	width:auto!important;
}
.yjsg6_bottom {
	height:5px;
}
.module_title,
.article_title {
	font-size:150%;
}
#yjsgheadergrid {
	height:110px;
	overflow:hidden;
}
ul.subul_main.dropline.level1.dlevel1 {
	height:51px!important;
}
#pathway .breadcrumb {
	padding-left:0;
	background:none;
}
a.readon,
a.readon span {
	height:28px;
	line-height:28px;
}
#centerfooter {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/***SMALL MENU***/
#smallmenu_holder {
	display:block;
	overflow:hidden;
	margin:0 auto;
	height:25px;
	background:#fff;
}
#smallmenu {
	display:block;
	overflow:hidden;
	float:right;
	height:25px;
}
#smallmenu ul.menu {
	margin:0;
	display:block;
	overflow:hidden;
}
#smallmenu ul li {
	float:left;
	padding:0;
	margin:0;
}
#smallmenu ul li a {
	background:none;
	padding:0;
	margin:0 auto;
	float:left;
	height:25px;
	line-height:25px;
	font-size:90%;
	text-transform:uppercase;
}
/***CENTERBOTTOM***/
.centerbottom_in {
	padding:0 15px;
}
/***POP LOGIN***/
.hdclm {
	float:right;
	margin:0!important;
}
.hdclm .yjsquare_in {
	padding:0;
}
.hdclm .poping_links {
	display:table;
	float:right;
	height:56px;
	width:56px;
	padding:0;
	margin:0 -3px 0 0px;
	z-index:15;
}
.hdclm #openLogin {
	background:none;
	display:block;
	border:none;
	margin:0;
	width:30px;
	padding:0;
	float:right;
	text-indent:-99999px;
}
.hdclm #login_pop {
	width:790px;
	height:270px;
	padding:20px;
	border:none;
}
/***Login form***/
.hdclm #form-login {
	float:left;
	clear:none;
	width:35%;
	padding:0 20px 0 0;
}
.hdclm #login_pop .inputbox {
	margin:10px 0;
	padding:0 5px;
	height:25px;
	border:none;
	font-size:80%;
}
.hdclm #login_pop label[for=yjpop_remember] {
	margin:0;
	float:left;
}
.hdclm #login_pop #yjpop_remember {
	margin:-2px 0 0 5px;
	position:absolute;
	clear:both;
}
.hdclm .yjpop_linkholder {
	display:block;
	clear:both;
}
.hdclm #login_pop .yjpop_user,
.hdclm #login_pop .yjpop_pass {
	display:inline-table;
	clear:both;
	margin:10px 5px 10px 0;
	font-size:100%;
}
/***Register form***/
.hdclm #josForm {
	float:left;
	clear:none;
	width:59.8%;
	padding:0 0 0 20px;
}
.hdclm .popyjreg label {
	float:left;
	clear:both;
	margin:0!important;
}
.hdclm .popyjreg .inputbox {
	float:left;
	clear:both;
	margin:5px 0!important;
	padding:0 5px;
	width:90%!important;
	border:none;
	font-size:80%;
}
.hdclm .popyjreg .leftpart,
.hdclm .popyjreg .rightpart {
	float:left;
	clear:none;
	width:50%;
}
.hdclm #closeLogin {
	margin:10px;
}
/***Logut button***/
.hdclm #login-form {
	margin:0;
	position:relative;
	z-index:100000;
	display:table;
	float:right;
	height:56px;
	width:56px;
	padding:0;
	margin:2px 2px 0 0;
	z-index:15;
}
.hdclm #logins .button {
	background:none;
	display:block;
	border:none;
	margin:0;
	width:28px;
	hegiht:28px;
	padding:0;
	float:right;
	text-indent:-99999px;
	cursor:pointer;
}
/***LIVE SEARCH***/
.hdcls form {
	margin:0;
	padding:0;
	position:relative;
}
.hdcls .yj_inputbox {
	border:none;
	height:25px;
	line-height:25px;
	font-size:90%;
}
.hdcls .button {
	position:absolute;
	right:15px;
	top:10px;
	display:block;
	height:13px;
	width:13px;
	border:none;
	text-indent:-99999px;
	cursor:pointer;
}
/*results*/
.LiveSearchHeader {
	background:none;
}
.LiveSearchResults {
	border:none;
	padding:8px;
}
.LiveSearchResults a {
	font-size:90%;
}
.LiveSearchResults .LiveSearchExpandDetails,
.LiveSearchResults .LiveSearchExpandDetails a:hover,
.LiveSearchResults .LiveSearchExpandDetails a.hovered {
	width:15px;
	height:15px;
	padding:0;
	right:5px;
	top:12px;
}
/*back and next button*/
.LiveSearchResults a.next,
.LiveSearchResults a.back {
	margin:5px 0 0 0;
	text-transform:capitalize;
}
/***MENU***/
ul.subul_main.level1 li span a,
ul.subul_main.level1 li a,
ul.subul_main.level2 li span a,
ul.subul_main.level3 li span a,
ul.subul_main.level4 li span a,
ul.subul_main.level5 li span a {
	padding:7px 0!important;
}
/*--Module in menu---*/
.yj_menu_module_holder h2.module_title {
	border-bottom:none;
}
/***IMAGE SLIDER***/
.hdcis {
	margin:0;
	padding:0;
}
.hdcis .yjsquare_in {
	padding:0;
}
.hdcis .YJSlide_intro {
	background:none;
	top:50%;
	display:table;
	font-weight:normal;
	left:0;
	width:53%;
	height:40%;
	z-index:5000;
	overflow:hidden;
}
.hdcis .YJSlide_intro_in {
	margin:0px;
	padding:0px;
	position:absolute;
}
.hdcis h4 {
	margin:0;
	padding:5px 25px;
	font-size:260%;
	display:table;
}
.hdcis .is_introholder {
	display:block;
	overflow:hidden;
	padding:25px;
	position:relative;
}
.hdcis .is_introholder p {
	line-height:20px;
	font-size:160%;
	padding:0;
	margin:0;
	clear:none;
	display:inline-table;
	overflow:hidden;
	width:88%;
}
/*Template readmore*/
.is_rm {
	display:inline-table;
	overflow:hidden;
	height:25px;
	width:25px;
	text-indent:-99999px;
	clear:none;
	position:absolute;
	right:20px;
	top:18px;
}
/*bottom nav*/
.hdcis .navContainer {
	margin:0;
	position:absolute;
	bottom:0px;
	z-index:1000;
}
.hdcis .navContainer_inside {
	display:table;
	margin:0 auto;
}
.hdcis .navContainer_inside:before {
	border-style:solid;
	border-width:35px;
	content: " ";
	position:absolute;
	margin:0 0 0 -70px;
}
.hdcis .navContainer_inside:after {
	border-style:solid;
	border-width:35px;
	content: " ";
	position:absolute;
	margin:0;
}
.hdcis .navContainer .bnav {
	width:11px;
	height:11px;
	padding:0;
	margin:11px 3px;
	border:none;
	text-indent:-9999px;
}
.isnav_shadow {
	height:11px;
	width:104px;
}
/***CUSTOM MODULE***/
.custom1 .yjsquare_in {
	padding:0 15px 0 0;
}
.custom1 h2.module_title {
	margin:15px 0 0 0;
	font-size:160%;
	text-transform:uppercase;
}
.custom1 h2.module_title span {
	text-transform:uppercase;
}
.custom1 p {
	padding:10px 0
}
/*Template readmore*/
.template_readmore {
	display:table;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-size:115%;
	margin:10px 0;
}
.template_readmore2 {
	display:table;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-size:115%;
	margin:10px 0;
}
/***YJ MULTITABS***/
.hdcmt {
	margin:0!important;
}
.hdcmt .yjsquare_in {
	padding:0;
}
.hdcmt #tabs_holder {
	border:none;
	background:none;
}
.hdcmt #tabs_container {
	background:none;
}
.hdcmt .tab_content,
.hdcmt .tab_content_in {
	overflow:visible!important;
}
.hdcmt #tabs_container .tab_content_in {
	padding:0;
}
.hdcmt ul#tabs {
	height:60px!important;
}
.hdcmt ul#tabs li {
	height:30px;
	line-height:30px;
	padding:0;
	font-size:130%!important;
	margin:15px 10px 15px 0;
	background:none;
	position:relative;
}
.hdcmt ul#tabs li:after {
	border-style:solid;
	border-width:1px;
	content:"";
	height:10px;
	position:absolute;
	top:10px;
	right:-15px;
}
.hdcmt ul#tabs li.last:after {
	display:none;
}
/***York inside multitabs***/
div.yjsquare.hdcmt,
div.yjsquare.hdcym,
div.yjsquare.hdcym3 {
	margin:0;
	padding:0;
}
.hdcmt .yy_slider .yy_slideitems {
	padding-bottom:0;
}
.hdcmt .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/*navigation*/
.hdcmt .yy_container .linkForward,
.hdcmt .yy_container .linkBackward,
.hdcym .yy_container .linkForward,
.hdcym .yy_container .linkBackward,
.hdcym2 .yy_container .linkForward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	position:absolute;
	right:2%;
	left:auto;
	top:-37px;
	width:13px;
	height:13px;
}
.hdcym2 .yy_container .linkForward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	display:none;
}
.hdcmt .yy_container .linkBackward {
	right:5%;
}
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	bottom:-25px;
	top:auto;
	z-index:10000;
}
.hdcym .yy_container .linkBackward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkBackward {
	right:8%;
}
.hdcym3 .yy_container .linkBackward {
	right:4%;
}
.hdcmt .yy_container .linkForward:hover,
.hdcmt .yy_container .linkBackward:hover,
.hdcym .yy_container .linkForward:hover,
.hdcym .yy_container .linkBackward:hover,
.hdcym2 .yy_container .linkForward:hover,
.hdcym2 .yy_container .linkBackward:hover,
.hdcym3 .yy_container .linkForward:hover,
.hdcym3 .yy_container .linkBackward:hover {
	background-position:left top;
}
/*bottom navigation*/
.hdcmt .yy_bottom_nav_holder,
.hdcym .yy_bottom_nav_holder,
.hdcym2 .yy_bottom_nav_holder {
	position:absolute;
	top:-38px;
	right:7%;
	margin:0 10px;
}
.hdcym .yy_bottom_nav_holder {
	right:13%;
}
.hdcym2 .yy_bottom_nav_holder {
	right:0;
}
.hdcym2 .yy_bottom_nav_holder,
.hdcym3 .yy_bottom_nav_holder {
	top:auto;
	bottom:0;
	position:relative;
}
.hdcmt div.yy_ul_left,
.hdcym div.yy_ul_left,
.hdcym2 div.yy_ul_left,
.hdcym3 div.yy_ul_left {
	background:none;
}
.hdcmt ul.yy_bottom_navigation,
.hdcym ul.yy_bottom_navigation,
.hdcym2 ul.yy_bottom_navigation,
.hdcym3 ul.yy_bottom_navigation {
	padding:0!important;
	background:none;
}
.hdcmt ul.yy_bottom_navigation li,
.hdcym ul.yy_bottom_navigation li,
.hdcym2 ul.yy_bottom_navigation li,
.hdcym3 ul.yy_bottom_navigation li {
	width:11px;
	height:11px;
	margin:0 5px!important;
}
.hdcmt ul.yy_bottom_navigation li a,
.hdcym ul.yy_bottom_navigation li a,
.hdcym2 ul.yy_bottom_navigation li a,
.hdcym3 ul.yy_bottom_navigation li a {
	height:11px;
	width:11px;
}
.hdcmt ul.yy_bottom_navigation li a:hover,
.hdcmt ul.yy_bottom_navigation li a.active,
.hdcym ul.yy_bottom_navigation li a:hover,
.hdcym ul.yy_bottom_navigation li a.active,
.hdcym2 ul.yy_bottom_navigation li a:hover,
.hdcym2 ul.yy_bottom_navigation li a.active,
.hdcym3 ul.yy_bottom_navigation li a:hover,
.hdcym3 ul.yy_bottom_navigation li a.active {
	background-position:left top;
}
/***Engine inside youyork***/
.hdcmt .yjme_item {
	width:33%;
	float:left;
	clear:none;
}
.hdcmt .yjme_item_in {
	border:none;
	padding:0;
	margin:7px 15px;
}
.hdcmt .yjme_item div.imageholder {
	border:none;
	background:none;
	padding:0;
	margin:0 auto;
}
.hdcmt .yjme_item a.item_title {
	margin:10px 0 0 0;
	font-size:140%;
}
.hdcmt .yjme_item p.item_intro {
	line-height:22px;
	clear:both;
}
.hdcmt .yjme_item div.item_details {
	margin:0;
}
.hdcmt .item_details .item_category,
.hdcmt .item_details .item_cdate,
.hdcmt .item_details .item_author {
	font-size:100%;
}
.hdcmt .yjme_item a.item_readmore {
	padding:0;
	border:none;
	width:auto;
	display:table;
	font-size:100%;
	float:left;
}
.hdcmt .yjme_item a.item_readmore span {
	padding:0;
}
/***YORK MODULE RIGHT***/
#rightblock .inside,
#leftblock .inside,
#insetblock .inside {
	padding:0 1px;
}
.hdcym {
	margin:0!important;
}
.hdcym .yjsquare_in {
	overflow:visible;
	padding:0px 0 0 15px;
}
.hdcym h2.module_title {
	margin:20px 0 20px 15px;
}
.hdcym #yy_container,
.hdcym .yy_container_out {
	background:none;
	overflow:visible!important;
}
.hdcym .yy_slider .yy_slideitems,
.hdcym .yy_slider .yy_slideitems_in {
	background:none;
	padding:0;
	margin:0;
}
/***Engine inside youyork right***/
.hdcym .yjme_item_in {
	margin:0;
	padding:0;
}
.hdcym .yjme_item_in {
	padding:20px 0;
}
.hdcym .yjme_item div.imageholder {
	margin:0 20px 0 0;
	padding:0;
	border:none;
}
.hdcym .yjme_item a.item_title {
	margin:0;
	clear:none;
	font-size:130%;
}
.hdcym .yjme_item div.item_details {
	float:none;
	margin:0;
}
.hdcym .yjme_item p.item_intro {
	padding:0 0 0 115px;
	line-height:22px;
}
/***YORK MODULE RIGHT 2***/
.hdcym2.yj1 {
	margin:15px 0 15px 15px!important;
}
.hdcym2 .yjsquare_in {
	overflow:visible;
}
.hdcym2 .yy_container_out,
.hdcym2 #yy_container_right {
	background:none!important;
}
.hdcym2 .yy_slider .yy_slideitems,
.hdcym2 .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/***Engine inside youyork right2***/
.hdcym2 .yjme_item_in {
	margin:0;
	padding:0;
}
.hdcym2 .yjme_item div.imageholder {
	border:none;
	padding:0;
	margin:0 20px 10px 0;
}
.hdcym2 .yjme_item a.item_title {
	clear:none;
	font-size:130%;
	margin:0 0 5px 0;
}
.hdcym2 .yjme_item p.item_intro {
	line-height:22px;
	padding:5px 0;
}
.hdcym2 .yjme_item div.item_details {
	float:none;
	padding:10px 0;
	font-size:100%;
}
.hdcym2 .yjme_item div.item_details a {
	font-size:110%;
}
.hdcym2 .item_details .item_category,
.hdcym2 .item_details .item_cdate,
.hdcym2 .item_details .item_author {
	position:relative;
	width:33%;
}
.hdcym2 .item_details .item_category:after,
.hdcym2 .item_details .item_cdate:after,
.hdcym2 .item_details .item_author:after {
	border-style:solid;
	border-width:1px;
	content:"";
	height:10px;
	position:absolute;
	top:3px;
	right:15px;
}
.hdcym2 .item_details .item_author:after {
	display:none;
}
.hdcym2 .yjme_item a.item_readmore {
	padding:0 10px;
	margin:15px 0;
	border:none;
	width:auto;
	height:28px;
	line-height:28px;
	display:table;
	font-size:115%;
	float:left;
}
.hdcym2 .yjme_item a.item_readmore span {
	padding:0;
	height:28px;
	line-height:28px;
}
/***CUSTOM 2***/
.custom2 h2.module_title {
	text-align:center;
	font-size:160%;
	text-transform:uppercase;
}
.custom2 h2.module_title span {
	text-transform:uppercase;
}
.custom2 .yjsquare_in {
	padding:0;
	margin:15px 0;
}
.custom2 p {
	text-align:center;
	line-height:22px;
}
/***YOUYORK MODULE AT THE BOTTOM***/
.hdcym3 .yjsquare_in {
	padding:20px 0 0 0;
}
.hdcym3 .yy_container_out,
.hdcym3 #yy_container_bottom {
	background:none!important;
}
.hdcym3 .yy_slider .yy_slideitems,
.hdcym3 .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/***Engine inside youyork bottom***/
.hdcym3 .yjme_item {
	width:20%;
	float:left;
	clear:none;
}
.hdcym3 .yjme_item_in {
	border:none;
	padding:0;
	margin:0 15px;
}
.hdcym3 .yjme_item div.imageholder {
	border:none;
	background:none;
	padding:0;
}
.hdcym3 .yjme_item a.item_title {
	margin:10px 0 5px 0;
	font-size:130%;
}
.hdcym3 .yjme_item p.item_intro {
	line-height:22px;
	clear:both;
}
.hdcym3 .yjme_item div.item_details {
	margin:0;
	height:auto;
}
.hdcym3 .item_details .item_category,
.hdcym3 .item_details .item_cdate,
.hdcym3 .item_details .item_author {
	font-size:100%;
}
.hdcym3 .yjme_item a.item_readmore {
	padding:0;
	border:none;
	width:auto;
	display:table;
	font-size:100%;
	float:left;
}
.hdcym3 .yjme_item a.item_readmore span {
	padding:0;
}
/***SUBSCRIBE***/
.hdcsm {
	margin:0!important;
}
.hdcsm .yjsquare_in {
	padding:10px 0;
}
.hdcsm p {
	padding:0;
	margin:0 10px 0 0;
	float:left;
	line-height:31px;
	text-transform:uppercase;
	font-size:110%;
	height:31px
}
.hdcsm form {
	display:table;
	margin:0;
	height:32px;
	float:left;
	clear:none;
}
.hdcsm .inputbox_email {
	padding:0;
	height:20px;
	width:230px;
	margin:2px 0;
	line-height:20px;
	padding:3px 5px;
	border:none;
	font-size:80%;
}
.hdcsm .subscribe_button {
	border:none;
	text-transform:capitalize;
	font-size:115%;
	height:26px;
	padding:0 10px 2px 10px;
	margin:3px 0 2px 10px;
}
/***SOCIALS***/
.hdcsim {
	margin:0!important;
}
.hdcsim .yjsquare_in {
	padding:0;
	overflow:visible;
}
.socials {
	display:block;
	overflow:hidden;
	float:right;
}
.socials a {
	display:block;
	overflow:hidden;
	height:52px;
	width:60px;
	float:left;
	text-indent:-9999px;
}
/***PARTNERS***/
.hdcpm h2.module_title,
.hdcpm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdcpm .yjsquare_in {
	padding:10px 0;
}
/*Template list*/
.template_list li {
	background:none;
	padding:5px 0;
	font-size:100%;
}
.template_list li a {
	display:block;
	overflow:hidden;
	height:20px;
	line-height:20px;
	padding:0 0 0 20px;
}
/***TWITTS***/
.hdctm h2.module_title,
.hdctm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdctm .yj_twitter_cont {
	padding:15px 0 15px 20px;
	margin-right:20px;
}
/***CONTACT US***/
.hdccm h2.module_title,
.hdccm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdccm .yjsquare_in {
	padding:10px 0;
	margin:0 30px 0 0;
}
.hdccm .template_readmore {
	margin:20px 0;
}
/***ABOUT US***/
.hdcam h2.module_title,
.hdcam h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdcam .yjsquare_in {
	padding:10px 0;
}
/***MODULE STYLES***/
/*YJ1*/
.yj1,
.yj2 {
	position:relative;
	margin:10px!important;
}
.yj1 h2.module_title,
.yj2 h2.module_title {
	padding:10px;
	margin:0;
}
.yj1:after,
.yj2:after {
/*	border-style:solid; ALTERADO*/
	border-width:10px;
	content: " ";
	position:absolute;
	margin:0;
	top:0;
	right:0;
}
/***ADITIONAL***/
#holder,
#holder2,
#holder3 {
	padding-bottom:0;
}
.insidem {
	padding:0;
}
#yjsg2,
#yjsg3,
#yjsg4,
#yjsg5,
#pathway {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
}
#pathway {
	padding:10px 0;
}
.userpages ul {
	margin:10px 0!important;
}
.userpages ul li {
	margin:5px 0;
}
.yjsg-pagination {
	margin:10px auto!important;
}
div.userpageswrap.login,
div.userpageswrap.remind,
div.userpageswrap.reset,
div.userpageswrap.confirm,
div.userpageswrap.offline,
div.userpageswrap.register,
div.userpageswrap.logout,
div.userpageswrap.user {
	background:none;
}
div.login-fields {
	margin:10px 0;
}
#users-profile-core,
#users-profile-custom {
	padding:0px 20px;
}
#users-profile-core dl,
#users-profile-custom dl {
	overflow:hidden;
}
#users-profile-core dl dt,
#users-profile-custom dl dt {
	font-size:120%;
	margin:0;
	font-weight:normal;
	padding:8px 5px;
}
#users-profile-core dl dd,
#users-profile-custom dl dd {
	margin:0;
	font-size:100%;
	padding:8px 5px;
}
#limit.inputbox,
#ordering.inputbox,
#month.inputbox,
#year.inputbox,
#limit.inputbox {
	padding:5px 5px 5px 0;
}
.remind .input,
.register .input,
.reset .input {
	padding:5px 0!important;
}
#youjoomla {
	padding:5px 15px 5px 15px!important;
	background-color:#eeeeee!important;
}
.yjsglogo {
	right:0;
}
.button,
.validate {
	font-size:110%!important;
	padding:3px 8px!important;
}
/***K2***/
/***Category view***/
#k2Container.itemListView {
	padding:0;
}
div.subCategory {
	background:none;
	margin:40px 15px;
	padding:0;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
	border:none;
}
div.subCategory p {
	line-height:22px;
}
a.subCategoryMore {
	margin:15px 0;
	font-size:110%;
}
/***Category item view***/
div.itemListCategory {
	background:none;
	margin:15px;
}
div.itemListCategory img {
	border:none;
	margin:0 20px 0 0;
}
div.itemListCategory h2 {
	margin:0 0 20px 0;
}
div.itemListCategory p {
	line-height:22px;
}
div.catItemView {
	margin:0 20px 0 0;
	padding:20px 0!important;
}
div.catItemBody {
	margin:10px 0;
}
div.catItemHeader {
	overflow:hidden;
}
div.catItemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
span.catItemImage a {
	border:none;
}
div.catItemHeader h3.catItemTitle {
	font-size:150%;
	margin:0 0 5px 0;
}
div.catItemHeader span.catItemAuthor {
	float:right;
	font-size:100%;
}
div.catItemHeader span.catItemDateCreated {
	float:left;
	font-size:100%;
}
div.catItemRatingBlock {
	float:none;
	line-height:25px;
	font-size:100%;
	overflow:hidden;
}
div.catItemIntroText {
	line-height:22px;
}
span.catItemDateModified {
	border-top:none;
	margin:0;
	padding:10px 0;
	text-align:left;
	font-size:90%;
}
div.catItemHitsBlock,
div.catItemCategory,
div.catItemTagsBlock {
	padding:10px 0;
	border:none;
}
div.catItemCategory span,
div.catItemTagsBlock span {
	font-weight:normal;
}
div.catItemTagsBlock ul.catItemTags li {
	border:none;
	padding:5px 8px!important;
}
div.catItemTagsBlock ul.catItemTags li:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-4px 0 0 -2px;
}
div.catItemReadMore {
	display:table;
	font-size:110%;
}
/***Item view***/
div.itemView {
	padding:10px 0!important;
	margin:0 20px 0 0;
}
div.itemHeader {
	padding:10px 0;
	overflow:hidden;
}
div.itemHeader h2.itemTitle {
	padding:0;
	display:table;
	margin:10px 0;
}
div.itemHeader span.itemDateCreated {
	font-size:100%;
	padding:0;
	float:left;
	margin:0 10px 0 0;
}
div.itemHeader span.itemAuthor {
	padding:0;
	clear:none;
	margin:0 10px 0 0;
	font-size:100%;
	float:left;
}
div.itemToolbar {
	float:right;
	margin:0;
	padding:0;
	border:none;
}
div.itemBody {
	padding:20px 0 0 0;
}
div.itemImageBlock {
	padding:0!important;
	border:none;
	margin:0 auto;
	float:none;
}
span.itemImage a {
	border:none;
}
div.itemFullText {
	padding:10px 0!important;
	line-height:22px;
}
div.itemRatingBlock {
	line-height:25px;
}
div.itemContentFooter,
div.itemRatingBlock,
div.pre25SocialLinks,
div.itemCategory,
div.itemTagsBlock {
	margin:0;
	padding:10px 0;
	border:none!important;
}
span.preSocialsTitle,
div.itemCategory span,
div.itemTagsBlock span {
	font-weight:normal!important;
}
div.itemTagsBlock ul.itemTags li {
	border:none;
	padding:5px 8px!important;
}
div.itemTagsBlock ul.itemTags li:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-4px 0 0 -2px;
}
/*Author*/
div.itemAuthorBlock {
	padding:0;
	margin:20px 0;
	border:none;
}
div.itemAuthorBlock img.itemAuthorAvatar {
	padding:0;
	margin:0 20px 0 0;
	border:none;
}
div.itemAuthorBlock div.itemAuthorDetails {
	padding:0;
}
h3.itemAuthorName {
	margin:0;
}
div.itemAuthorLatest,
div.itemRelated {
	padding:10px 0;
}
div.itemAuthorLatest h3,
div.itemRelated h3 {
	font-size:160%;
}
div.itemAuthorLatest ul,
div.itemRelated ul {
	margin:0;
}
div.itemAuthorLatest ul li,
div.itemRelated ul li {
	padding:10px 0;
	border:none;
}
div.itemNavigation {
	border:none;
	padding:0;
}
div.itemComments ul.itemCommentsList li {
	margin:0;
	border:none;
}
h3.itemCommentsCounter {
	font-size:160%;
}
div.itemComments ul.itemCommentsList li img {
	background:none;
	border:none;
	padding:0;
	margin:0 20px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
	display:table;
	font-size:120%;
	text-transform: capitalize;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	font-size:100%;
	margin:0 10px 0 0;
	padding:0;
	border:none;
}
div.itemComments ul.itemCommentsList li p {
	padding:0 0 0 80px;
	line-height:22px;
}
div.itemCommentsPagination {
	margin:10px 0;
}
div.itemComments {
	border:none;
	padding:0;
	margin:20px 0 0 0;
}
div.itemCommentsForm h3 {
	font-size:160%;
}
div.itemCommentsForm p.itemCommentsFormNotes,
#comment-form label {
	font-size:90%;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border:none;
}
form#comment-form .inputbox {
	background:none;
	border:none!important;
	font-size:90%;
}
div.itemCommentsForm form input#submitCommentButton {
	border:none!important;
	font-size:110%!important;
	margin:15px 0!important;
	padding:0 10px!important;
	height:28px!important;
}
/***Tag view***/
#k2Container.tagView {
	padding:0!important;
}
.tagView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.tagView div.itemBody {
	margin:10px 0;
	padding:0;
}
.tagView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.tagView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.tagView div.itemHeader h2.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
}
.tagView div.itemIntroText {
	line-height:22px;
}
.tagView .itemReadMore {
	display:table;
	font-size:110%;
}
.tagView .k2Pagination {
	margin:25px 0;
}
/***User View***/
#k2Container.userView {
	padding:0!important;
}
div.userBlock {
	background:none;
	border:none;
	padding:20px 0;
	margin:0 20px 0 0;
}
div.userBlock img {
	padding:0;
	background:none;
	border:none;
	margin:0 20px 0 0;
}
div.userBlock h2 {
	margin:0 0 5px 0;
	border:none;
	font-size:140%;
	line-height:16px;
}
div.userBlock p {
	padding:10px 0;
	line-height:22px;
}
.userView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.userView div.itemBody {
	margin:10px 0;
	padding:0;
}
.userView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.userView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.userView h3.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
	line-height:16px;
}
.userView div.itemIntroText {
	line-height:22px;
}
.userView div.itemLinks {
	margin:0!important;
}
.userView .itemCommentsLink {
	padding:10px 0;
}
.userView .itemReadMore {
	display:table;
	margin:5px 0;
	font-size:110%;
}
/***Latest item view***/
.latestView div.latestItemView {
	padding:20px 0;
	margin:0 20px 0 0;
}
.latestView .latestItemList {
	padding:0;
}
.latestView div.catItemHeader h2.catItemTitle {
	font-size:150%;
	margin:0 0 5px 0;
	line-height:16px;
}
/***Generic item view***/
.genericView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.genericView div.itemBody {
	margin:10px 0;
	padding:0;
}
.genericView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.genericView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.genericView div.itemHeader h2.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
}
.genericView div.itemIntroText {
	line-height:22px;
}
.genericView .itemReadMore {
	display:table;
	font-size:110%;
}
/***K2 MENU***/
.hdck2m {
	margin:20px 0 0 20px!important;
}
.hdck2m .yjsquare_in {
	padding:0;
}
.hdck2m h2.module_title {
	margin:0 0 10px 0;
}
.k2CategoriesListBlock.hdck2m {
	margin:0!important;
}
/* LINK BG IMAGE */
.k2CategoriesListBlock ul li a:hover {
	background-position:left top;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
	background-position:left top;
}
/***K2 CONTENT***/
.hdck2cm {
	margin:20px 0 0 20px!important;
}
.hdck2cm .yjsquare_in {
	padding:0;
}
.hdck2cm h2.module_title {
	margin:0 0 10px 0;
}
.k2ItemsBlock.hdck2cm {
	margin:0!important;
}
.hdck2cm ul li {
	padding:15px 0;
	border:none!important;
}
.hdck2cm .moduleItemImage {
	margin:0 20px 0 0;
}
.hdck2cm a.moduleItemImage img {
	border:none!important;
	margin:0!important;
}
.hdck2cm a.moduleItemTitle {
	font-size:160%;
	display:table;
	margin:0 0 5px 0!important;
}
.hdck2cm span.moduleItemDateCreated {
	font-size:100%;
}
.hdck2cm .moduleItemIntrotext {
	line-height:22px!important;
	padding:5px 0 5px 115px!important
}
/***K2 COMMENTS***/
.hdck2com {
	margin:20px 0 0 20px!important;
}
.hdck2com .yjsquare_in {
	padding:0;
}
.hdck2com h2.module_title {
	margin:0 0 10px 0;
}
.k2LatestCommentsBlock.hdck2com {
	margin:0!important;
}
.hdck2com ul li {
	padding:15px 0;
	border:none!important;
}
.hdck2com ul li a.lcAvatar img {
	padding:0;
	margin:0 20px 0 0;
	border:none;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	font-size:140%;
	display:table;
	text-transform:capitalize;
	margin:0 0 5px 0;
}
/***K2 TAGS***/
.hdck2tc {
	margin:20px 0 0 20px!important;
}
.hdck2tc .yjsquare_in {
	padding:0;
}
.hdck2tc h2.module_title {
	margin:0 0 10px 0;
}
.hdck2tc .k2TagCloudBlock.hdck2tc {
	margin:0!important;
}
.hdck2tc div.k2TagCloudBlock a {
	padding:3px 8px;
	margin:0 10px 10px 0;
}
.hdck2tc div.k2TagCloudBlock a:hover {
	padding:3px 8px;
	margin:0 10px 10px 0;
}
.hdck2tc div.k2TagCloudBlock a:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-3px 0 0 -2px;
}
/*k2 pagination*/
div.k2Pagination {
	margin:15px 0;
}
div.k2Pagination ul li {
	display:inline-block;
}
/***HOVER EFFECT***/
span.yj_effect {
	display:block;
	overflow:hidden;
	position:relative;
}
span.yj_effect img {
	max-width:inherit;
}
.yj_preview,
.yj_more {
	position:absolute;
	display:block;
	overflow:hidden;
	width:30px;
	height:30px;
	z-index:10000;
	top:-30px;
	left:-30px;
}
.yj_more {
	right:-30px;
	left:auto;
	bottom:-30px;
	top:auto;
}
/*If you change the content image size change the size here to*/
.hdck2cm span.yj_effect {
	width:95px;
	height:119px;
	float:left;
	margin:0 20px 0 0;
}
/* pagination */
ul.pagination {
	height:30px!important;
}
ul.pagination li {
	width:30px!important;
	height:30px!important;
}
ul.pagination li a,
ul.pagination li span,
th.pagenav_prev a,
th.pagenav_next a,
div.back_button a,
li.pagenav-prev a,
li.pagenav-next a {
	height:30px!important;
	width:30px!important;
	line-height:29px!important;
	font-weight:500;
	font-size:9px;
}
ul.pagination li.pagination-next a,
th.pagenav_next a,
li.pagenav-next a {
	background-position:-30px top!important;
}
ul.pagination li.pagination-next a:hover,
th.pagenav_next a:hover,
li.pagenav-next a:hover {
	background-position:-90px top!important;
}
ul.pagination li.pagination-prev a,
th.pagenav_prev a,
div.back_button a,
li.pagenav-prev a {
	background-position:-60px top!important;
}
ul.pagination li.pagination-prev a:hover,
th.pagenav_prev a:hover,
div.back_button a:hover,
li.pagenav-prev a:hover {
	background-position:-120px top!important;
}
/* active one*/
ul.pagination li span {
	background-position:-150px top!important;
}
/* hover*/
ul.pagination li a:hover {
	background-position:-150px top!important;
}
/* end pag*/
/* no radius */
.readon,
.inputbox,
.button,
.validate,
input,
#pathway .breadcrumb,
.popbox img,
.popboxv img,
.add-on,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
#midblock .newsitem_tools ul {
	-webkit-border-radius:0px!important;
	-khtml-border-radius:0px!important;
	-moz-border-radius:0px!important;
	border-radius:0px!important;
	text-shadow:none!important;
}
.pagination ul {
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/*rtl*/
.yjsgrtl #smallmenu,
.yjsgrtl .hdclm {
	float:left;
}
.yjsgrtl #header:before,
.yjsgrtl .hdcis .YJSlide_intro {
	right:0;
	left:auto;
}
.yjsgrtl #header:after {
	left:0;
	right:auto;
}
.yjsgrtl .hdclm .poping_links {
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform:matrix(-1, 0, 0, 1, 0, 0);
	position:relative;
	float:left;
	margin:2px 0 0 -2px;
}
.yjsgrtl .hdclm #login_pop #yjpop_remember {
	margin:-2px -20px 0 0;
}
.yjsgrtl .hdcls {
	float:left!important;
	margin:0 0 0 5px;
}
.yjsgrtl .hdcls form,
.yjsgrtl .hdcis .navContainer_inside:after {
	margin:0;
}
.yjsgrtl .is_rm {
	left:5%;
	right:auto;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform:matrix(-1, 0, 0, 1, 0, 0);
}
.yjsgrtl .hdcis .navContainer_inside:before {
	margin:0 -70px 0 0;
}
.yjsgrtl .custom1 .yjsquare_in,
.yjsgrtl #holder3 .hdcym .yjsquare_in {
	padding:0 0 0 15px;
}
.yjsgrtl #holder3 .custom1 .yjsquare_in,
.yjsgrtl #holder3 .custom1 h2.module_title,
.yjsgrtl .hdcym .yjsquare_in {
	padding:0 15px 0 0;
}
.yjsgrtl #holder3 .hdcmt ul#tabs li {
	margin:15px 25px 15px 0;
}
.yjsgrtl #holder3 .hdcym2.yj1 {
	margin:15px 0 15px 15px!important;
}
.yjsgrtl .hdcym h2 {
	margin:20px 15px 20px 0;
}
.yjsgrtl .hdcym .yjme_item div.imageholder {
	float:right!important;
	margin:0 0 0 20px;
}
.yjsgrtl .hdcym .yjme_item p.item_intro {
	padding:0 115px 0 0;
}
.yjsgrtl .item_details .item_category,
.yjsgrtl .item_details .item_cdate,
.yjsgrtl .item_details .item_author,
.yjsgrtl .hdcmt .yjme_item div.item_details,
.yjsgrtl .hdcym2 .yjme_item a.item_readmore {
	float:right;
}
.yjsgrtl .hdcmt .yy_container .linkForward,
.yjsgrtl .hdcmt .yy_container .linkBackward,
.yjsgrtl .hdcym .yy_container .linkForward,
.yjsgrtl .hdcym .yy_container .linkBackward,
.yjsgrtl .hdcym2 .yy_container .linkForward,
.yjsgrtl .hdcym2 .yy_container .linkBackward,
.yjsgrtl .hdcym3 .yy_container .linkForward,
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	right:auto;
	left:5%;
}
.yjsgrtl .hdcmt .yy_container .linkBackward {
	left:2%;
	right:auto;
}
.yjsgrtl .hdcym .yy_container .linkBackward,
.yjsgrtl .hdcym2 .yy_container .linkBackward,
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	left:0;
	right:auto;
}
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	left:8%;
	right:auto;
}
.yjsgrtl .hdcmt ul#tabs li {
	float:right;
	margin:15px 0 15px 25px;
}
.yjsgrtl .hdcym2.yj1 {
	margin:15px 15px 15px 0!important;
}
.yjsgrtl .yj1:after,
.yjsgrtl .yj2:after {
	left:0;
	right:auto;
}
.yjsgrtl .hdcym2 .yjme_item div.imageholder {
	margin:0 0 10px 20px;
	float:right!important;
}
.yjsgrtl .hdcym2 .item_details .item_category:after,
.yjsgrtl .hdcym2 .item_details .item_cdate:after,
.yjsgrtl .hdcym2 .item_details .item_author:after {
	left:15px;
	right:auto;
}
.yjsgrtl .template_list li a {
	background-position:right center;
	padding:0 20px 0 0;
}
.yjsgrtl .template_list li a:hover {
	background-position:right center;
}
.yjsgrtl .hdctm .yj_twitter_cont {
	padding:15px 20px 15px 0;
	background-position:right center;
}
.yjsgrtl .hdccm .yjsquare_in {
	margin:0 0 0 30px;
}
/*k2 rtl*/
.yjsgrtl div.catItemView,
.yjsgrtl div.itemView,
.yjsgrtl div.userBlock,
.yjsgrtl .latestView div.latestItemView {
	margin:0 0 0 20px;
}
.yjsgrtl div.catItemImageBlock,
.yjsgrtl .hdck2com ul li a.lcAvatar img,
.yjsgrtl .hdck2cm span.yj_effect,
.yjsgrtl .tagView div.itemImageBlock,
.yjsgrtl div.userBlock img,
.yjsgrtl .userView div.itemImageBlock {
	float:right;
	margin:0 0 0 20px!important;
}
.yjsgrtl div.catItemHeader span.catItemDateCreated,
.yjsgrtl ul.preSocialLinks li,
.yjsgrtl ul.preSocialLinks {
	float:right;
}
.yjsgrtl .hdck2m,
.yjsgrtl .hdck2cm,
.yjsgrtl .hdck2com,
.yjsgrtl .hdck2tc {
	margin:20px 20px 0 0!important;
}
.yjsgrtl .k2CategoriesListBlock.hdck2m,
.yjsgrtl .k2ItemsBlock.hdck2cm,
.yjsgrtl .k2LatestCommentsBlock.hdck2com {
	margin:0!important;
}
.yjsgrtl .hdck2cm .moduleItemIntrotext {
	padding:5px 115px 5px 0!important;
}
.yjsgrtl div.k2LatestCommentsBlock ul li span.lcComment {
	clear:none;
	padding:5px 80px 5px 0!important;
}
.yjsgrtl .hdck2tc div.k2TagCloudBlock a,
.yjsgrtl .hdck2tc div.k2TagCloudBlock a:hover {
	float:right;
	margin:0 0 10px 10px;
}
.yjsgrtl .hdck2tc div.k2TagCloudBlock a:after,
.yjsgrtl div.itemTagsBlock ul.itemTags li:after {
	margin:-3px -2px 0 0;
}
.yjsgrtl div.itemTagsBlock ul.itemTags li:after {
	margin:-4px -2px 0 0;
}
.yjsgrtl div.itemHeader span.itemDateCreated,
.yjsgrtl div.itemHeader span.itemAuthor {
	float:right;
	margin:0 0 0 10px;
}
.yjsgrtl div.itemToolbar {
	float:left;
}
.yjsgrtl div.itemImageBlock {
	float:right;
	margin:0 0 10px 0;
}
.yjsgrtl div.itemCommentsForm form {
	margin: 0 5px 0 0;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*CENTER TOP IS THE TOP PART OF THE SITE. SEE index.php FOR REFERENCE*/
#centertop,
#centerbottom {
	margin:0 auto;
	clear:both;
}
/* CENTERBOTTOM IS THE BOTTOM PART OF THE SITE SEE index.php FOR REFERENCE */
#centerbottom {
	position:relative;
}
#header {
	position:relative;
	padding:0;
	margin:0 auto;
	z-index:1000;
}
#logo {
	float:left;
	overflow:hidden;
}
/* LOGO HOMEPAGE LINK */
#logo a {
	text-indent:-7500px;
	display:block;
	text-decoration:none;
	width:100%;
}
.btns_atividades{
	margin:0;
	padding:0;
	float:right;
	}
	
.btns_atividades a:hover{
	 color: #FF0000;
	}
/* 
  MAIN BODY LAYOUT WITH SIDE MODULES
  HOLDER DIV CONTAINS LEFT, MAINBODY, RIGHT AND ALL INSETS 
*/
#holder,
#holder2,
#holder3 {
	height:100% !Important;
	height:1%;
	overflow:hidden;
	margin:0 auto;
	padding:5px 0;
}
/* 
	layout1.php , layout2.php, layout3.php reset and layout1.php main floats. 
	layout 1 does not contain insettop and insetbottom
*/
#leftblock,
#midblock,
#rightblock,
#insetblock,
#insetsholder_2t,
#insetsholder_2b,
#insetsholder_3t,
#insetsholder_3b {
	height:100% !Important;
	height:1%;
	overflow:hidden;
	float:left;
}
/* layout2.php*/
#holder2 #midblock {
	float:left;
}
#holder2 #leftblock,
#holder2 #rightblock,
#holder2 #insetblock {
	float:right;
}
#holder2 #insetsholder_2t {
	float:left;
}
#holder2 #insetsholder_2b {
	float:right;
}
/*layout3.php*/
#holder3 #midblock {
	float:right;
}
#holder3 #leftblock,
#holder3 #rightblock,
#holder3 #insetblock {
	float:left;
}
#holder3 #insetsholder_3t {
	float:right;
}
#holder3 #insetsholder_3b {
	float:left;
}
#insetsholder_2t,
#insetsholder_2b {
	padding:0px;
	margin:0px;
}
.inside,
.insidem {
	margin:0;
	padding:0 3px;
	overflow:hidden;
}
.clearm,
.yjsg-clear-all {
	clear:both;
	overflow:hidden;
	display:block;
}
/*END DEFAULT GRID LAYOUT*/

/*BEGING YJSIMPLEGRID 
#yjsg1 				contains-> #top1		- 	#top5
#yjsgheadergrid 	contains-> #header1 	- 	#header3
#yjsg2 				contains-> #adv1 		- 	#adv5
#yjsg3 				contains-> #user1 		- 	#user5
#yjsgbodytop 		contains-> #bodytop1 	- 	#bodytop3
#yjsgbodybottom  	contains-> #boddybottom1- 	#bodybottom3
#yjsg4 				contains-> #user6 		- 	#user10
#yjsg5 				contains-> #user11 		- 	#user15
#yjsg6 				contains-> #user16 		- 	#user20
#yjsg7 				contains-> #user21 		- 	#user25
*/
.yjsg_grid {
	margin:0px auto;
	overflow:hidden;
	height:auto;
	width:100%;
	padding:0;
	clear:both;
}
#yjsgheadergrid {
	float:right;
	clear:none;
}
/* MAIN MODULE CONTAINER CLASS */
.yjsgxhtml {
	float:left;
	clear:right;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* MAIN MODULE HOLDER*/
.yjsquare {
	margin: 0px 0 5px 0px;
	padding:0 6px;
	clear: both;
	display:block;
	height:100% !Important;
	height:1%;
	overflow:hidden;
}
/* MODULE TITLE */
.module_title {
}
/* MODULE TITLE SPAN*/
.module_title span {
}
/* MODULE CONTENT*/
.yjsquare_in {
	padding:5px 0;
}
/* ROUNDED CORNERS*/
.addround {
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #999;
	margin:5px;
}
/* YJPLAIN */
.yjplain {
	padding:5px 10px;
}
/*FOOTER AND FOOTER LINKS
--------------------- */
#footer {
	clear:both;
	overflow:hidden;
	margin:0 auto;
	padding:0px 0;
	position:relative;
}
#youjoomla {
	clear:both;
	padding:5px 10px;
	overflow:hidden;
}
#footmod {
	clear:both;
	padding:0;
	margin:0px;
	overflow:hidden;
}
#cp {
	padding:2px 0px;
	overflow:hidden;
}
.validators,
.yjsgcp {
	display:block;
	clear:both;
}
.yjsglogo {
	position:absolute;
	right:10px;
	display:block;
	top:12px;
	height:48px;
	width:270px;
	margin:0;
	padding:0;
	background: url(./templates/hdchannel/images/yjsglogo.png) no-repeat center center;
}
.yjsglogo span {
	line-height:999px;
}
#joomlacredit {
	padding:3px 0px 3px 0px;
	text-indent:10px;
	margin:0 auto;
}
/*Font resizer and rtl/ltr links*/
a.tdir {
}
a.fs {
}
/*FOOTER MODULE STYLE
--------------------- */
#footmod .yjsquare {
	padding:0;
	margin:0;
}
#footmod li,
#footmod li:hover {
	list-style-type:none;
	list-style-image:none;
	background:none;
}
#footmod ul {
	padding:0;
	margin:0;
}
#footmod ul li {
	display: inline;
	margin:0;
	padding:0 10px 0 0;
}
#footer a.mainlevel {
	background:none;
	display:inline;
	text-indent:0!important;
}
/*PATHWAY*/
#pathway {
	padding:0;
	display:block;
	overflow:hidden;
	position:relative;
}
#pathway .breadcrumb {
	padding: 8px 15px;
	margin:0!important;
	list-style: none;
	background-color: whiteSmoke;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#pathway .breadcrumb li {
	display: inline-block;
	text-shadow: 0 1px 0 white;
}
#pathway .breadcrumb .active {
	color: #999;
}
#pathway .breadcrumb .divider {
	color: #ccc;
}
.icon-yjsg-pathway:before {
	content: "\f054";
}
.icon-yjsg-marker:before {
	content: "\f041";
}
/*LOGIN MODULE
--------------------- */
#login-form .input-prepend {
	margin:10px 0;
}
#login-form .input-prepend input {
	width:80%;
}
#login-form .input-prepend.nbs input {
	padding:5px 3px;
	width:94%;
}
#modlgn_remember_l {
	display:block;
	clear:both;
	margin-bottom:10px;
}
#modlgn_remember {
	border: none!important;
	padding: 0!important;
}
#login-form ul {
	margin-top:10px;
}
/* USER PAGES */
div.userpageswrap {
	width:100%;
	overflow:hidden;
	padding:40px 0;
}
div.userpages {
	margin:0 auto;
	overflow:hidden;
	padding:10px 20px;
	width:35%;
}
div.userpages .inputbox[type="text"],
div.userpages .inputbox[type="password"],
div.userpages .inputbox[type="email"] {
	padding:10px 0;
	text-indent:5px;
	width:100%;
	margin:10px auto;
}
div.userpages h1 {
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0;
}
div.userpageswrap.logout {
	padding:100px 0;
	text-align:center;
}
div.userpageswrap.user div.userpages {
	width:40%;
}
div.userpageswrap.user dt {
	font-weight:bold;
	padding:5px;
	margin:0 0 5px 0;
}
div.userpageswrap.user dd {
	padding:0 0 5px 0;
	font-size:120%;
}
div.userpages div.user-actions {
	padding-left:5px;
}
div#userprofile_wrap dt,
div#userprofile_wrap label {
	font-weight:bold;
}
/* OFFLINE PAGE */
body.yjsg-offline #frame {
	font-size:12px;
	width:500px;
	margin:20px auto;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
}
body.yjsg-offline div.userpages {
	width:auto;
}
div.userpageswrap #header {
	margin:0 auto;
	text-align:center;
}
body.yjsg-offline #frame ul {
	margin:0;
	padding-left:0;
}
body.yjsg-offline #frame ul li {
	text-align:center;
	padding-left:0;
}
@media screen and (max-width: 768px) {
body.yjsg-offline #frame {
	width:80%;
}
}
/* CAPTCHA */
.yjcaptcha .userpages {
	width:45%;
}
table#recaptcha_table {
	border:none!important;
}
/* ERROR PAGE */
body.yjsgerror-page #sitelogo {
	background-color:#121212;
}
body.yjsgerror-page #errorpage {
	margin:20px auto;
	width:500px;
	background:#fff;
	overflow:hidden;
	display:block;
	padding:10px;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
}
body.yjsgerror-page .error_title {
	font-family: Cambria, serif;
	font-weight:bold;
	padding:10px 0;
}
body.yjsgerror-page .error_title h1 {
	font-size:48px;
	line-height:17px;
}
body.yjsgerror-page .error_title h2 {
	font-size:32px;
	line-height:32px;
}
body.yjsgerror-page #errorol {
	width:480px;
	margin:20px auto;
	background:#FFFFCC;
	border:1px solid #FFDA2F;
	padding:10px;
	font-size:14px;
}
body.yjsgerror-page p.errorp {
	padding:5px 10px;
	border-bottom:1px dashed #DFDFDF;
	text-align:center;
}
body.yjsgerror-page p.error_contact {
	padding:5px 10px;
	background:#FFFFCC;
	border:1px dashed #FFDA2F;
	font-weight:bold;
	color:#BF6700;
}
body.yjsgerror-page .error_link {
	text-decoration:underline;
	font-weight:bold;
}
body.yjsgerror-page p.error_msg {
	border:1px dashed #FFDA2F;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
body.yjsgerror-page #centertop {
	width:auto;
	text-align:center;
	font-size:12px;
}
@media screen and (max-width: 980px) {
body.yjsgerror-page #errorpage,
 body.yjsgerror-page #errorol {
	width:80%;
}
}
@media screen and (max-width: 420px) {
body.yjsgerror-page img {
	width:100%;
}
}
/* this class can be used in all 
components as surrounding wrap */
.component {
	padding:10px 5px;
	overflow:hidden;
	display:block;
}
/* table class category */
table.category {
	width:100%;
	margin-bottom:50px;
}
/* web links*/
.category-desc {
	padding:15px 0;
}
/* topmenupoz mod position */
.top_menu_poz {
	margin:0 auto;
}
/* Side panel */
#yjsg_sidepanel {
	display:block;
	position:fixed;
	top:0;
	z-index:10000;
	overflow:hidden;
	height:800px;
}
#yjsg_sidepanel_open {
	height:100px;
	width:30px;
	background:#fff;
	position:absolute;
	border:1px solid #e2e2e2;
	border-right:none;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	line-height:100px;
	font-family: 'FontAwesome';
	overflow:hidden;
	text-indent:10px;
	font-size:20px;
}
#yjsg_sidepanel_open:after {
	content: "\f053";
}
#yjsg_sidepanel_open.SidePanOpen:after {
	content: "\f054";
}
#yjsg_sidepanel_slide {
	display:block;
	overflow:hidden;
	margin-left:30px;
	height:800px;
	background:#fff;
	border-left:1px solid #e2e2e2;
}
#yjsg_sidepanel_slideIn {
	display:block;
	overflow:hidden;
}
/* Top panel */
#yjsg_toppanel {
	position:absolute;
	top:-2000px;
	display:block;
	width:100%;
	z-index:15000;
	overflow:hidden;
	margin-top:-2px;
}
#yjsg_toppanel_slide {
	display:block;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
}
#yjsg_toppanel_open {
	background:#fff;
	display:block;
	margin:0 auto;
	position:relative;
	bottom:1px;
	font-weight:bold;
	text-align:center;
	border:1px solid #e2e2e2;
	border-top:none;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
#yjsg_toppanel_content {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/* Bottom panel */
#yjsg_botpanel {
	bottom:-2000px;
	display:block;
	position:fixed;
	width:100%;
	z-index:15000;
	overflow:hidden;
}
#yjsg_botpanel_slide {
	display:block;
	overflow:hidden;
	background:#fff;
	border-top:1px solid #e2e2e2;
}
#yjsg_botpanel_open {
	background:#fff;
	display:block;
	margin:1px auto 0 auto;
	position:absolute;
	top:0px;
	right:15px;
	font-weight:bold;
	text-align:center;
	border:1px solid #e2e2e2;
	border-bottom:none;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
#yjsg_botpanel_content {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/* Module Articles Category */
.yjsg-article-category ul {
	margin-left:-19px;
}
.yjsg-article-category ul li {
	background-image:none;
}
.yjsg-article-category ul li h6 {
	line-height:inherit;
	margin:0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
}
.yjsg-article-category ul li a {
	position:relative;
	height: 26px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	text-indent:22px;
	padding-top:5px;
}
.yjsg-article-category ul li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	position: absolute;
	top:7px;
	left:-15px;
}
.yjsg-article-category ul li:last-child a {
	border:none;
}
.yjsg-article-category ul li a {
	border-bottom: 1px solid #D4D4D4;
}
.yjsg-article-category ul li a.active,
.yjsg-article-category ul li a:hover {
	background:#f5f5f5;
	color: #121212;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
#topmenu_holder{
	display:block;
	position:relative;
	padding:0px;
	z-index:999;
	margin:0 auto;
}
.top_menu ul.subul_main {
	margin-top:3px;/* 10 this is current max you can go below top level.*/
}
.top_menu {
	width:100%;
	display:block;
	position:relative;
	z-index:1000;
	padding:0px;
	margin:0 auto;
}
.horiznav {
	height:60px;
	float:none;
}
.horiznav ul {
	list-style:none;
	line-height:60px;
	padding-top:0px;
	margin:0;
}
.horiznav a {
	text-transform:uppercase;
	display:block;
	height:60px;
	padding:0px 25px 0px 25px;
	margin:0px 0px 0px 0px;
	font: bold 80%/60px Tahoma;
}
.horiznav ul li {
	float:left;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:0 0px 0 0;

}
.horiznav li li a {
	font-weight:normal;
	padding:0;
	margin:0;
	height:32px;
	line-height:32px;
	text-indent:0px;
}
.horiznav ul ul a {
	text-decoration:none;
	text-transform:uppercase;
	height:auto;
	font-weight:bold;
}
.horiznav li li {
	float:left;
	padding:0;
}
.horiznav li:hover, .horiznav li.sfHover,
 .horiznav li.sfHoverHas{
	left:0;
}
.horiznav ul ul a:hover {
	height:auto;
	line-height:32px;
	padding:0;
	margin:0;
}

.horiznav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	font-weight:normal;
	border-width:0;
	margin:0;
	padding:0;
}
.horiznav li:hover, .horiznav li.sfHover,
 .horiznav li.sfHoverHas {
	position: static;
	z-index:1000;
}
ul.subul_main li.has_module,ul.subul_main li.has_modpoz,
ul.subul_main li.has_module:hover,ul.subul_main li.has_modpoz:hover{
	position:static!important;
}
.horiznav li:hover ul ul, 
.horiznav li:hover ul ul ul,
.horiznav li:hover ul ul ul ul, 
.horiznav li:hover ul ul ul ul ul, 
.horiznav li:hover ul ul ul ul ul ul,
.horiznav li:hover ul ul ul ul ul ul ul,
.horiznav li:hover ul ul ul ul ul ul ul ul,
.horiznav li.sfHover ul ul,
.horiznav li.sfHover ul ul ul, 
.horiznav li.sfHover ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul ul,
.horiznav li.sfHover ul ul ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul,
.horiznav li.sfHoverHas ul ul ul, 
.horiznav li.sfHoverHas ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul ul,
.horiznav li.sfHoverHas ul ul ul ul ul ul ul ul{
	left:-999em;
}

.horiznav li:hover ul, 
.horiznav li li:hover ul, 
.horiznav li li li:hover ul, 
.horiznav li li li li:hover ul,
.horiznav li li li li li:hover ul,
.horiznav li li li li li li:hover ul,
.horiznav li li li li li li li:hover ul,
.horiznav li li li li li li li li:hover ul,
.horiznav li.sfHover ul, 
.horiznav li li.sfHover ul, 
.horiznav li li li.sfHover ul,
.horiznav li li li li.sfHover ul,
.horiznav li li li li li.sfHover ul,
.horiznav li li li li li li.sfHover ul,
.horiznav li li li li li li li.sfHover ul,
.horiznav li li li li li li li li.sfHover ul,
.horiznav li.sfHoverHas ul, 
.horiznav li li.sfHoverHas ul, 
.horiznav li li li.sfHoverHas ul,
.horiznav li li li li.sfHoverHas ul,
.horiznav li li li li li.sfHoverHas ul,
.horiznav li li li li li li.sfHoverHas ul,
.horiznav li li li li li li li.sfHoverHas ul,
.horiznav li li li li li li li li.sfHoverHas ul{
	z-index:100;
	left:auto;
}
span.separator{
	display:block;
	line-height:32px;
	padding:0 20px;
	font: bold 80%/32px Tahoma;
	text-transform:uppercase;
}
.YJSG_listContainer ul.subul_main a{
	height:100%;
	float:none;
	display:block;
}
.YJSG_listContainer ul,.YJSG_listContainer ul li{
 width:100%;
 float:right;
}
/* SUBS*/
.top_menu ul.subul_main{
	padding:7px 0px!important;
	display:block;
}
ul.subul_main.group_holder{
	padding-left:0!important;
	padding-right:0!important;
}
.top_menu ul.subul_main ul.subul_main{
	margin-top:-32px;
}
/* EXTRAS*/
/* IMAGE AND DESC*/
span.yjm_has_all{
background-position:3px 5px;
background-repeat:no-repeat;
display:block;
padding:0 0 0 30px;
}
span.yjm_has_all span.yjm_title{
	line-height:20px;
	display:block;
}
/* ul ul style */
ul.subul_main span.yjm_has_all{
	background-position:5px 5px;
	padding:0px 10px 5px 30px;
	overflow:hidden;
	margin-left:8px;
}
ul.subul_main span.yjm_has_all span.yjm_title{
	padding:0 0 0 5px;
}
ul.subul_main.group_holder span.yjm_has_all{
	margin-left:0;
}
/* IMAGE ONLY*/
span.yjm_has_image{
background-position:3px 5px;
background-repeat:no-repeat;
display:block;
padding:0 0 0 30px;
}
span.yjm_has_image span.yjm_title{
	line-height:60px;
}
/* ul ul style */
ul.subul_main span.yjm_has_image{
	background-position:3px 5px;
	padding:0px 10px 0px 30px;
	overflow:hidden;
	margin-left:8px;
}
ul.subul_main.group_holder span.yjm_has_image{
	margin-left:5px;
}
ul.subul_main span.yjm_has_image span.yjm_title{
	line-height:32px;
}
/* ONLY DESCRIPTION HOLDER*/
span.yjm_has_desc span.yjm_title{
line-height:37px;
}
/* ul ul style */
ul.subul_main span.yjm_has_desc{
	margin-left:8px;
	padding:0 10px 5px 5px;
	display:block;
}
ul.subul_main span.yjm_has_desc span.yjm_title{
	padding:0 0 0 5px;
	line-height:20px;
}
/* ONLY TITLE HOLDER*/
span.yjm_has_none span.yjm_title{
line-height:55px;
}
ul.subul_main span.yjm_has_none span.yjm_title{
line-height:32px;
padding:0 0 0 10px;
margin-left:8px;
display:block;
}
ul.subul_main.group_holder span.yjm_has_none span.yjm_title{
	margin-left:0;
}

/* DESCRIPTION*/
span.yjm_desc{
	display:block;
	font-weight:normal;
	font-size:11px;
	line-height:0px;
	text-transform:capitalize;
}
/*ul ul style*/
ul.subul_main span.yjm_desc{
	line-height:17px;
	padding:0 0 0 5px;
}

ul.subul_main span.child span.yjm_has_all span.yjm_title,
ul.subul_main span.child span.yjm_has_all span.yjm_desc{
	padding-right:20px;
}
/********************** ROUND ***************************/


ul.subul_main {
	z-index:2000!important;
	display:block!important;
}
li.bl{z-index:1100;}li.tl{z-index:1200;}li.right{z-index:900;}li.tr,li.br{z-index:900;}
/*TOP LEFT*/
.horiznav li.tl, .horiznav li.tl:hover{
	display:block;
	position:absolute;
	width:20px;
	height:26px;
	line-height:20px;
	padding:0px;
	margin:0px;
	top:-13px;
	left:-10px;
	
}
/* TOP RIGHT AND BOTTOM RIGHT*/
.horiznav li.tr, .horiznav li.br {
	width:100%;
	height:20px;
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
}
.horiznav li.tr, .horiznav li.tr:hover {
	top:-13px;
	left:10px;
}
.horiznav li.br, .horiznav li.br:hover {
	bottom:-13px;
	left:10px;
}
/* BOTTOM LEFT AND RIGHT MIDDLE*/
.horiznav li.bl, .horiznav li.bl:hover, .horiznav li.right, .horiznav li.right:hover {
	height:100%;
	width:20px;
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
}
.horiznav li.bl, .horiznav li.bl:hover {
	left:-10px;
	top:13px;
	right:auto;
}
.horiznav li.right, .horiznav li.right:hover {
	left:auto;
	top:7px;
	right:-10px;
}
/* REMOVE LI BORDERS FROM CORNERS*/
li.tl,li.tr,li.bl,li.br,li.right{
	border:none!important;
}

/* MEGA MENU LAYOUT*/
.horiznav ul.subul_main.group_holder {
	padding:10px 10px!important;
}
.horiznav ul.subul_main.group_holder > li.haschild {
	position:relative!important;
	display:inline-block!important;
	float:left;
	clear:right!important;
}
/* MENU MODULES*/
.yj_menu_module_holder li,
.yj_menu_module_holder li:hover,
.yj_menu_module_holder li,
.yj_menu_module_holder li:hover{
	background:none;
	position:static!important;
}
.yjm_module{
	padding:10px;
}
div.yj_menu_module_holder{
	margin-top:-2px!important;
	width:100%!important;
}

.subul_main li.has_modpoz, .subul_main li.has_module, .subul_main li.haschild div.yj_menu_module_holder, .subul_main li.has_modpoz:hover, .subul_main li.has_module:hover {
	overflow:hidden;
	line-height:17px!important;
}
.subul_main.group_holder div.yj_menu_module_holder {
	padding:0 0px;
}
.subul_main.group_holder div.yjm_module .yjsquare .yjsquare_in {
	padding:5px;
}
.subul_main.group_holder div.yjm_module .yjsquare h4 {
	margin:0 3px 0 3px;
}
/*module type link detials*/
span.yjm_module_details {
	padding:5px 0 0 0px;
	display:block;
}
span.yjm_module_details_img {
	padding:0 0 0 30px;
	background-position:15px 5px;
	background-repeat:no-repeat;
	display:block;
	line-height:60px;
}
div.yj_menu_module_holder span.yjm_module_details span.yjm_title, 
div.yj_menu_module_holder span.yjm_module_details_img span.yjm_title {
	font-weight:bold;
	font-size:15px;
	padding:10px 0 0 10px;
}
span.yjm_module_details span.yjm_title {
	padding:10px 0 0 15px;
}
span.yjm_module_details span.yjm_desc {
	padding:0 10px 0 15px;
	display:block;
}
span.yjm_module_details_img span.yjm_desc {
	padding:0 10px 0 10px;
	display:block;
	margin:-10px 0 0 0;
}
/* Menu Module ul , li , a*/
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul{
	position:static;
	height:auto;
	margin:0!important;
	padding:0;
	display:block;
	overflow:hidden;
	width:auto;
	float:none;
	background:none;
	line-height:17px;
}
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li,
.horiznav ul.subul_main  div.yj_menu_module_holder .yjsquare_in ul li:hover{
	padding:0px;
	margin:0px;
	line-height:17px;
	width:auto;
	clear:both;
	float:none;
}

.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li a,
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in ul li a:hover{
	border:none;
	background:none;
	text-transform:none;
	padding:0px;
	margin:0px;
	line-height:17px;
	width:auto;
	clear:both;
	float:none;
}
.horiznav ul.subul_main div.yj_menu_module_holder .yjsquare_in #form-login{
	padding:0;
	margin:0px 0 0 0;
}
/*GROUP WIDTHS*/
/* 1 column */
.subul_main.group_holder.count1 li.haschild, .subul_main.group_holder .subul_main.group_holder.count1 li.haschild {
	width:100%!important;
}
.subul_main.group_holder.count1 li.has_modpoz, .subul_main.group_holder.count1 li.has_module {
	width:100%!important;
}
/* 2 columns */
.subul_main.group_holder.count2 li.haschild, .subul_main.group_holder .subul_main.group_holder.count2 li.haschild {
	width:50%!important;
}
.subul_main.group_holder.count2 li.has_modpoz, .subul_main.group_holder.count2 li.has_module {
	float:left;
	width:50%!important;
	clear:right!important;
}
/* 3 columns */
.subul_main.group_holder.count3 li.haschild, .subul_main.group_holder .subul_main.group_holder.count3 li.haschild {
	width:33.3%!important;
}
.subul_main.group_holder.count3 li.has_modpoz, .subul_main.group_holder.count3 li.has_module {
	float:left;
	width:33%!important;
	clear:right!important;
}
/* 4 columns */
.subul_main.group_holder.count4 li.haschild, .subul_main.group_holder .subul_main.group_holder.count4 li.haschild {
	width:25%!important;
}
.subul_main.group_holder.count4 li.has_modpoz, .subul_main.group_holder.count4 li.has_module {
	float:left;
	width:25%!important;
	clear:right!important;
}
/* 5 columns */
.subul_main.group_holder.count5 li.haschild, .subul_main.group_holder .subul_main.group_holder.count5 li.haschild {
	width:20%!important;
}
.subul_main.group_holder.count5 li.has_modpoz, .subul_main.group_holder.count5 li.has_module {
	float:left;
	width:20%!important;
	clear:right!important;
}
/* 6 columns */
.subul_main.group_holder.count6 li.haschild, .subul_main.group_holder .subul_main.group_holder.count6 li.haschild {
	width:16.5%!important;
}
.subul_main.group_holder.count6 li.has_modpoz, .subul_main.group_holder.count6 li.has_module {
	float:left;
	width:16.5%!important;
	clear:right!important;
}
/* RESET NEXT*/
.subul_main.group_holder .subul_main.group_holder.count2 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count3 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count4 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count5 li li.haschild, .subul_main.group_holder .subul_main.group_holder.count6 li li.haschild {
	width:100%!important;
	padding:0!important;
}
.subul_main.group_holder li.haschild li, .subul_main.group_holder li.haschild li.haschild, .subul_main.group_holder li.haschild li.has_modpoz, .subul_main.group_holder li.haschild li.has_module, .subul_main.group_holder li.haschild li.haschild li.haschild, .subul_main.group_holder li.haschild li.haschild li.has_modpoz, .subul_main.group_holder li.haschild li.haschild li.has_module {
	width:100%!important;
}
.subul_main.group_holder li.haschild li.haschild {
	padding:0!important;
}
/* Group holder title*/
.group_holder li.haschild a, .group_holder li.haschild li.haschild .group_holder li.haschild a {
	width:100%!important;
	text-transform:capitalize!important;
	font-size:120%!important;
}
.subul_main.group_holder li.haschild span.child a, .subul_main.group_holder li.haschild span.child a:hover, .subul_main.group_holder .subul_main.group_holder li.haschild span.child a, .subul_main.group_holder .subul_main.group_holder li.haschild span.child a:hover {
	background-image:none!important;
}
/* Group holder title hover*/
.group_holder li.haschild a:hover, .group_holder li.haschild li.haschild .group_holder li.haschild a:hover {
	width:100%!important;
}
/*GROUPS LI A*/
.group_holder span.mymarg, .group_holder span.child {
	margin:0 5px 0 5px!important;
	display:block;
	overflow:hidden!important;
}
.subul_main.group_holder li.haschild li a, .subul_main.group_holder li.haschild .subul_main.group_holder li.haschild li a {
	width:100%!important;
	text-transform:uppercase!important;
	font-size:80%!important;
}
/*GROUPS LI A:HOVER*/
.subul_main.group_holder li.haschild li a:hover, .subul_main.group_holder li.haschild .subul_main.group_holder li.haschild li a:hover {
	width:100%!important;
}
/* GROUP*/
.subul_main.group_holder ul.subul_main, .subul_main.group_holder ul.subul_main .subul_main.group_holder ul.subul_main {
	position:static!important;
	width:100%!important;
	display:block!important;
	float:left!important;
	margin:0 0 0 0px!important;
}
/* GROUP UL*/
.subul_main.group_holder ul.subul_main ul.subul_main, .subul_main.group_holder ul.subul_main ul.subul_main ul.subul_main, .subul_main.group_holder ul.subul_main ul.subul_main ul.subul_main ul.subul_main {
	position:absolute!important;
	display:block!important;
}
.subul_main.group_holder ul li.tl, .subul_main.group_holder ul li.tr, .subul_main.group_holder ul li.bl, .subul_main.group_holder ul li.br, .subul_main.group_holder ul li.right, .subul_main.group_holder ul li.tl, .subul_main.group_holder .subul_main.group_holder ul li.tl, .subul_main.group_holder .subul_main.group_holder ul li.tr, .subul_main.group_holder .subul_main.group_holder ul li.bl, .subul_main.group_holder .subul_main.group_holder ul li.br, .subul_main.group_holder .subul_main.group_holder ul li.right, .subul_main.group_holder .subul_main.group_holder ul li.tl {
	display:none!important;
}
.subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder ul ul.subul_main li.br, .subul_main.group_holder ul ul.subul_main li.right, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.br, .subul_main.group_holder .subul_main.group_holder ul ul.subul_main li.right {
	display:block!important;
}
.subul_main.group_holder ul ul.subul_main li.tr, .subul_main.group_holder ul ul.subul_main li.tr:hover, .subul_main.group_holder ul ul.subul_main li.br li.br, .subul_main.group_holder ul ul.subul_main li.br li.br:hover {
	width:100%!important;
	border:none!important;
}
.subul_main.group_holder ul ul.subul_main li.tl, .subul_main.group_holder ul ul.subul_main li.tl:hover, .subul_main.group_holder ul ul.subul_main li.bl, .subul_main.group_holder ul ul.subul_main li.bl:hover, .subul_main.group_holder ul ul.subul_main li.right, .subul_main.group_holder ul ul.subul_main li.right:hover {
	width:20px!important;
	border:none!important;
}
/*SIDE MENUS
--------------------- */
/*LIST MENU*/
#mainlevel ul, .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainlevel {
	padding:0;
	text-align:left;
	margin-left:-19px;/*-4 plus body padding */
	margin-right:-8px;
}

.menu {
	padding:0;
	text-align:left;
	margin-left:-19px;/*-4 plus body padding */
	margin-right:-8px;
	padding-right:5px;
}

#mainlevel li, .menu li, .menu li:hover {
	background-image:none;
	padding-left:15px;
}

#mainlevel li a, .menu li a {
	height: 26px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	text-indent:22px;
	padding-top:5px;
}
/*LEGACY VERTICAL */
a.mainlevel {
	display: block;
	height: 26px;
	line-height: 22px;
	padding-top:5px;
	text-decoration: none;
	text-indent:20px;
}
a.mainlevel img.imgl{
	float:left;
	margin:-2px -10px 0 20px;
}
a.mainlevel img.imgr{
	float:right;
	margin:-2px 0 0 0;
}
a.sublevel {
	display: block;
	padding: 2px 4px 0px 15px;
	text-decoration: none;
	margin:2px 0 0 10px;
}
a.sublevel:hover, a.sublevel:active, a.sublevel:focus {
	text-decoration: underline;
}
/* YJ MEGA HOLDER*/
.YJSG_listContainer ul li{
	float:none;
}
.YJSG_listContainer ul{
	line-height:normal;
	display:block;
	position:relative;
	text-align:left;
}
/* GROUP HOLDER*/
.YJSG_listContainer .group_holder{
	float:left;
}
.YJSG_listContainer a{
	padding:0px;
	height:auto;
}
/* Menu item with image only , no text*/
/* level1*/
span.no_text {
	padding:5px 0 0 0!important;
	display:block;
}
/* all other levels*/
ul.subul_main span.no_text {
	padding:3px 0 3px 10px!important;
	height:26px!important;
}
/* pill menu */
#topmenu_holder.topmodpoz .nav {
	margin-bottom:0!important;
}
/* navbar menu */
#topmenu_holder.topmodpoz_navbar .navbar {
	margin-bottom:0!important;
}
#topmenu_holder.topmodpoz_navbar .navbar-inner {
	padding-left:0px;
	padding-right:0px;
}
/* margins */
#topmenu_holder.topmodpoz,
#topmenu_holder.topmodpoz_navbar,
#topmenu_holder.topmodpoz.navpills {
}
.top_menu_poz_navbar,
.top_menu_poz.navpills {
	margin:0 auto;
}
/* first/last*/
li.lifirst {
}
li.lilast {
}
a.yjanchor.first {
}
a.yjanchor.last,
a.yjanchor.firstlast {
	border-bottom:none!important;
}
a.yjanchor.firstlast {
}
.YJSG_listContainer {
	background:none;
}
/* menu html5 fix */
.yjanchor {
	line-height:normal!important;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/* HOLDING CLASS OF VIEWS. WHEN YOU ADD PAGE SUFFIX IT WILL AFFECT THIS DIV.
   STYLE HOLDING CLASSES ACCORDING TO THIS DIV */
div.yjsg-newsitems {
}
/* MAIN NEWS ITEMS HOLDERS FOR FRONTPAGE, CATEGORY. 
*/
div.yjsg-newsitems .yjsg-blog_f, div.yjsg-newsitems .yjsg-blog_c, div.yjsg-newsitems .yjsg-blog_s {
	padding:0 5px;
}
/* FRONTPAGE NEWS ITEM HOLDER */
.news_item_f {
	margin:0 3px;
	position:relative;
}
/* CATEGORY NEWS ITEM HOLDER */
.news_item_c {
	margin:0 0px;
	position:relative;
}
/* ARTICLE VIEW NEWS ITEM HOLDER */
.news_item_a {
	margin:0px 0px 0 0px!Important;
	padding:0px 5px;
	overflow:hidden;
	position:relative;
}
.news_item_a .pagenav{
	display:block;
	clear:both;
	overflow:hidden;
}
/* ROW SEPARATOR*/
.row-separator {
	clear:both;
	display:block;
	height:3px;
	overflow:hidden;
}
/* ARTICLE TITLE
h1 in article view and h2 in frontpage/featured, category*/
h1.article_title {
	margin-top:0;
}
/* THIS DIV HOLDS NEWS ITEM TEXT ONLY */
.newsitem_text {
	display:block;
	padding:0px 3px 0px 3px;
}
/* newsitem_tools  CONTAINS , CREATED BY , CREATE DATE , PRINT,EMAIL , PDF BUTTONS */
.newsitem_tools {
	display: block;
	width:100%;
	margin:0 0 0 0 !Important;
	clear:both;
	padding:3px 0 10px 0;
	margin:0;
}
/* newsitem_info  CONTAINS , CREATED BY , CREATE DATE */
.newsitem_info {
	width: 70%;
	display: block;
	float:left;
	
}
.newsitem_info span{
	padding-left:3px;
}
/* buttonheading  CONTAINS PRINT,EMAIL , PDF BUTTONS */
.buttonheading {
}
.buttonheading img {
	border:0;
}
.buttonheading .email, .buttonheading .print, .buttonheading .pdf {
	float:right;
	margin:0px 2px 0 0;
	width:16px;
}
.createby {
	padding:0 3px 0 0px;
		float:left;
}
.createdate {
	padding:0 3px 0 0px;
}
.modifydate {
}
/* CATEGORY NAME HOLDER*/
.newsitem_category, .newsitem_parent_category {
	padding:0 3px 0 0px;
	float:left;
}
.newsitem_category a, .newsitem_parent_category a {
	padding:0 3px 0 0px;
}
.newsitem_hits {
	padding:0 0 0 0;
	display:block;
	float:left;
}
.newsitem_published {
	padding:0 10px 0 0;
	display:block;
	float:left;
}
/* end*/

/* MAIN FLOATS */
div.yjsg-newsitems .float-left {
	float: left;
	overflow: hidden;
}
div.yjsg-newsitems .float-right {
	float: right;
	overflow: hidden;
}
div.yjsg-newsitems .width20 {
	width: 20%;
}
div.yjsg-newsitems .width25 {
	width: 25%;
}
div.yjsg-newsitems .width33 {
	width: 33.333%;
}
div.yjsg-newsitems .width50 {
	width: 50%;
}
div.yjsg-newsitems .width100 {
	width: 100%;
}
div.yjsg-newsitems .yjsg-leadingarticles {
	overflow: hidden;
}
.yjsg-morearticles {
	margin: 10px 0px 10px 0px;
	clear:both;
	display:block;
}
div.yjsg-pagination {
	text-align: center;
	clear:both;
}
/* CATEGORY NEWS ITEMS LIST HOLDER*/
.categorylist {
	padding:0 5px;
}
/* CATEGORY DESCRIPTION HOLDER DIV */
.yjsg-categorydesc {
	overflow:hidden;
	padding:5px;
}
.yjsg-categorydesc img{
 float:left;margin:0 10px 0 0;
}
span.article_separator {
	display: block;
	height: 7px;
	clear: both;
}
/* CATEGORIES VIEW */
.categories_view li {
	margin-top:5px;
	overflow:hidden;
	clear:both;
}
.catitem_title {
	clear:both;
}
.article-count {
	font-weight:bold;
	font-style:italic;
	clear:both;
	overflow:auto;
	display:block;
}
/* ARCHIVED VIEW*/
.archived_view {
	padding:10px;
}
div.yjsg-newsitems div.yjsg-pagination p.yjsg-results {
}
/* MULTI ITEMS ROW SPACING */
div.yjsg-newsitems div.multicolumns div.news_item_f, div.yjsg-newsitems div.multicolumns div.news_item_c, div.yjsg-newsitems div.multicolumns div.news_item_s {
	margin: 0px 5px 5px 5px;/* multi row newsitem spacing*/
}
/* FIRST ITEM IN A ROW SPACING */
div.yjsg-newsitems div.multicolumns div.first div.news_item_f, div.yjsg-newsitems div.multicolumns div.first div.news_item_c, div.yjsg-newsitems div.multicolumns div.first div.news_item_s {
	margin-left: 0px;
}
/* LAST ITEM IN A ROW SPACING */
div.yjsg-newsitems div.multicolumns div.last div.news_item_f, div.yjsg-newsitems div.multicolumns div.last div.news_item_c, div.yjsg-newsitems div.multicolumns div.last div.news_item_s {
	margin-right: 0px;
}
div.yjsg-newsitems div.yjsg-morearticles {
	margin: 10px 0px 10px 0px;
}

/*Article print/email buttons bootstrap OFF */
ul.dropdown-menu.buttonheading {
	margin:0;
	padding:0
}
ul.dropdown-menu.buttonheading li {
	display:inline;
	padding:0;
	margin:0px 5px 0 0;
	float:right;
}
/* print and email icons holder*/
.actiongroup li {
	background-image:none;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/

/* helper classes */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.pull-center {
	margin:0 auto;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
/* Boxes */
.yjtbox {
	padding:10px;
	margin:10px 0;
	overflow:hidden;
	position:relative;
}
.yjtbox[class^="icon-"]:before,
.yjtbox[class*=" icon-"]:before {
	font-size:25px;
	float:left;
	clear:none;
	margin:12px 0 0px -30px;
}
.yjtbox[class^="icon-"],
.yjtbox[class*=" icon-"] {
	padding-left:40px;
}
.yjtbox.icon-large {
	padding-left:50px;
}
.yjtbox.icon-large:before {
	font-size:35px;
	float:left;
	clear:none;
	margin:11px 0 0px -40px;
}
.yjtbox.icon-white:before {
	color:#fff;
}
.yjt_close {
	display:block;
	position:absolute;
	cursor:pointer;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	top:5px;
	right:5px;
	width:20px;
	height:20px;
}
.yjt_close:before {
	content: "\f05c";
	font-size:20px;
}
.yjtb_red {
	background:#FFE8E8;
	border-style:solid;
	border-color:#F3ADB3;
	border-width:1px;
	color:#A6656C;
}
.yjtb_red .yjtboxtitle {
	color:#A6656C;
}
.yjtb_green {
	background:#F0FAE1;
	border-style:solid;
	border-color:#C6E29D;
	border-width:1px;
	color:#90B05E;
}
.yjtb_green .yjtboxtitle {
	color:#90B05E;
}
.yjtb_blue {
	background:#c6e8fa;
	border-style:solid;
	border-color:#57acd9;
	border-width:1px;
	color:#186892;
}
.yjtb_blue .yjtboxtitle {
	color:#186892;
}
.yjtb_yellow {
	background:#FFFDEE;
	border-style:solid;
	border-color:#979162;
	border-width:1px;
	color:#979162;
}
.yjtb_yellow .yjtboxtitle {
	color:#979162;
}
.yjtb_gray {
	background:#f7f7f7;
	border-style:solid;
	border-color:#dadada;
	border-width:1px;
}
.yjtb_gray .yjtboxtitle {
	color:#8e8e8e;
}
.yjtb_clear {
	background:none;
	border-style:solid;
	border-color:#ccc;
	border-width:1px;
}
/* Borders */
.yjtbox.dashedb {
	border-style:dashed!Important;
}
.yjtbox.dottedb {
	border-style:dotted!Important;
}
.yjtbox.doubleb {
	border-style:double!Important;
	border-width:medium!Important;
}
.yjtbox.outsetb {
	border-style:outset!Important;
}
.yjtbox.ridgeb {
	border-style:ridge!Important;
}
.yjtbox.bordernone {
	border:none!Important;
	border-style:none!Important;
}
/* Border radius */
.radiusb2 {
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.radiusb3 {
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.radiusb4 {
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.radiusb5 {
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.radiusb6 {
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.radiusb7 {
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.radiusb8 {
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.radiusb9 {
	-webkit-border-radius:9px;
	-khtml-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
}
.radiusb10 {
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
/* Notifications */

.yjtnt {
	padding:10px;
	margin:10px 0;
	overflow:hidden;
	display:block;
	position:relative;
}
/* Alert */
.yjt_alert {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#961311;
	border:1px solid #880606;
	text-shadow:0px 1px 0px #ed6d6b;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #ea605d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjA1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTI2MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea605d), color-stop(100%, #ea2623));
	background: -webkit-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -o-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: -ms-linear-gradient(top, #ea605d 0%, #ea2623 100%);
	background: linear-gradient(to bottom, #ea605d 0%, #ea2623 100%);
}
.yjt_alert.isoldb {
	background: #ea605d;
}
.yjt_alert:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f05e";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_alert .yjtboxtitle {
	font-weight:bold;
	color:#961311;
	text-shadow:0px 1px 0px #ed6d6b;
	zoom:1;
}
/* Warning */
.yjt_warning {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#84742d;
	border:1px solid #84742d;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #fce18f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZTE4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2QyNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fce18f), color-stop(100%, #fcd253));
	background: -webkit-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -o-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: -ms-linear-gradient(top, #fce18f 0%, #fcd253 100%);
	background: linear-gradient(to bottom, #fce18f 0%, #fcd253 100%);
}
.yjt_warning.isoldb {
	background: #fce18f;
}
.yjt_warning:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f071";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_warning .yjtboxtitle {
	font-weight:bold;
	color:#84742d;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Message */
.yjt_message {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#405318;
	border:1px solid #759233;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	  background: #c8e181;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4ZTE4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWNlNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8e181), color-stop(100%, #a5ce5a));
	background: -webkit-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -o-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: -ms-linear-gradient(top, #c8e181 0%, #a5ce5a 100%);
	background: linear-gradient(to bottom, #c8e181 0%, #a5ce5a 100%);
}
.yjt_message.isoldb {
	background: #c8e181;
}
.yjt_message:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f058";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_message .yjtboxtitle {
	font-weight:bold;
	color:#405318;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Note */
.yjt_note {
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#5497ae;
	border:1px solid #5497ae;
	text-shadow:0px 1px 0px #fef4c5;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	box-shadow:0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-border-radius:4px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background */
	background: #e9f6fd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2VlZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f6fd), color-stop(100%, #d3eefb));
	background: -webkit-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -o-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: -ms-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
	background: linear-gradient(to bottom, #e9f6fd 0%, #d3eefb 100%);
}
.yjt_note.isoldb {
	background: #e9f6fd;
}
.yjt_note:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f016";
	font-size:35px;
	float:left;
	clear:none;
	margin:20px 0 0px -40px;
}
.yjt_note .yjtboxtitle {
	font-weight:bold;
	color:#5497ae;
	text-shadow:0px 1px 0px #fef4c5;
	zoom:1;
}
/* Notification images */
.nt_warning,
.nt_star,
.nt_plus,
.nt_minus,
.nt_info,
.nt_download,
.nt_note,
.nt_cam,
.nt_barcode,
.nt_calendar {
	padding-left:50px;
}
.nt_warning:before,
.nt_star:before,
.nt_plus:before,
.nt_minus:before,
.nt_info:before,
.nt_note:before,
.nt_download:before,
.nt_cam:before,
.nt_barcode:before,
.nt_calendar:before {
	width:35px;
	height:35px;
	content: "";
	display:block;
	background-image:url(./templates/hdchannel/images/typ/nt_icons.png);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:none;
	margin:10px 0 0px -45px;
}
.nt_star:before {
	background-position:left -35px;
}
.nt_plus:before {
	background-position:left -70px;
}
.nt_minus:before {
	background-position:left -105px;
}
.nt_info:before {
	background-position:left -140px;
}
.nt_note:before {
	background-position:left -175px;
}
.nt_download:before {
	background-position:left -210px;
}
.nt_cam:before {
	background-position:left -245px;
}
.nt_barcode:before {
	background-position:left -280px;
}
.nt_calendar:before {
	background-position:left -315px;
}
img.border {
	padding:5px;
	margin:2px 3px 0 0;
}
.message,
.tips,
.error {
	padding:5px 5px 5px 0px !Important;
	text-indent:25px;
}
.highlight {
	padding:0 5px;
}
/* IMAGES */
/* Polaroid */
.yjt_polaroid {
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding:10px;
	border:1px solid #e2e2e2;
	background:#fff;
	margin:10px 0;
	text-align:center;
}
.yjt_polaroid:after {
	content:attr(title);
	display:block;
	clear:both;
	text-align:center;
	font-size:20px;
	line-height:28px;
	margin-top:15px;
	font-weight:bold;
}
/* Tilt hover */
.yjt_tilt:hover {
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-o-transform:rotate(2deg);
}
/* Polaroid group */
.yjt_polaroid.yjt_group:nth-child(even) {
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-o-transform:rotate(2deg);
}
.yjt_polaroid.yjt_group:nth-child(odd) {
	transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);
	-o-transform:rotate(-2deg);
}
.yjt_polaroid.yjt_group:nth-child(even):hover,
.yjt_polaroid.yjt_group:nth-child(odd):hover {
	transform:rotate(0);
	-ms-transform:rotate(0);
	-moz-transform:rotate(0);
	-webkit-transform:rotate(0);
	-o-transform:rotate(0);
}
/* Fade */
.yjt_fade {
	display:inline-block;
	overflow:hidden;
	margin:5px;
	text-indent:0;
	line-height:0;
	letter-spacing:0;
}
.yjt_fade span {
	overflow:hidden;
	display:block;
	margin:0!important;
	padding:0!important;
}
.yjt_fade img {
	margin:0!important;
	padding:0!important;
}
/* Morph */
.yjt_morph img {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-ms-transition:1s;
}
.yjt_morph:hover img {
	-webkit-box-shadow:0 0 8px #7a7a7a;
	-khtml-box-shadow:0 0 8px #7a7a7a;
	-moz-box-shadow:0 0 8px #7a7a7a;
	box-shadow:0 0 8px #7a7a7a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
/* Zoom need magic for IE9*/
.yjt_zoom {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:300px;
	height:200px;
	padding:0;
	margin:0;
}
.yjt_zoom img {
	width:100%;
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	-webkit-transform-origin: 20% 80%;
	-webkit-transition: -webkit-transform 30s linear;
	-moz-transform-origin: 20% 80%;
	-moz-transition: -moz-transform 30s linear;
}
.yjt_zoom:hover img {
	-webkit-transform: scale(2) rotate(0.1deg);
	-moz-transform: scale(2) rotate(0.1deg);
	-ms-transform: scale(2) rotate(0.1deg);
}
/* IMAGE BORDERS */
.yjt_border {
	display:inline-block;
	line-height:0;
	letter-spacing:0;
	overflow:hidden;
}
.bthin {
	border:1px solid #e2e2e2;
}
.bthick {
	border:5px solid #e2e2e2;
}
.bspace,
.bspacethick {
	border:1px solid #e2e2e2;
	background:#fff;
	padding:5px;
}
.bspacethick {
	border:5px solid #e2e2e2;
}
/* LISTS */
ul.unstyled li,
ol.unstyled li {
	padding-left:0;
	background-position:-1000px 0;
}
ul.unstyled ul li,
ol.unstyled ul li {
	padding-left:15px;
	margin-left:10px;
	background-position:0px 5px;
}
/* Icon list */
.yjt_iconlist li {
	background:none;
	padding-left:0px;
}
.yjt_iconlist li:before {
	margin-right:10px;
}
ul.video li,
ul.check li,
ul.star li {
	padding-bottom:5px;
	padding-left:25px;
	list-style-image:none;
	list-style-type:none;
}
ul.star li {
	background:url(./templates/hdchannel/images/typ/star.png) no-repeat 0 0px;
}
ul.video li {
	background: url(./templates/hdchannel/images/typ/video.png) no-repeat 0px 0px;
}
ul.check li {
	background: url(./templates/hdchannel/images/typ/check.png) no-repeat 0px 0px;
}
/* Disc list */
ul.disc {
	padding-left:15px;
	list-style-type:disc;
}
ul.disc li {
	padding-left:0;
	background-image:none;
}
/* pre and code */
pre,
code {
	padding: 2px 4px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	color: #D14;
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
/* dropcaps */
.dropcap,
.dropcap2,
.dropcap3,
.dropcap4 {
	float:left;
	padding:4px 8px 0px 0;
	display:block;
	font-family:Georgia, Times, serif;
	font-size:50px;
	line-height:40px;
}
.dropcap2 {
	font-weight: bold;
}
.dropcap3,
.dropcap4 {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	text-align:center;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	width:50px;
	height:50px;
	padding:0;
	vertical-align:middle;
	line-height:50px;
	margin:5px 10px 0 0;
}
.dropcap4 {
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	margin:3px 10px 0 0;
}
p.down,
p.clip,
p.pin,
p.sticky {
	padding:20px 20px 10px 40px;
	margin:10px 0;
}
.blocknumber {
	padding:0 0 0 65px;
	display:block;
	position:relative;
	margin:15px 0;
	font-size:120%;
	line-height:23px;
}
.bignumber {
	padding:10px;
	display:block;
	position:absolute;
	top:-8px;
	left:0;
	font-weight:bold;
	font-family:Arial, sans-serif;
	font-size:23px;
	line-height:23px;
	height:23px;
	text-align:center;
	width:25px;
	color:#e7e7e7;
}
.bignumber.bnround {
	min-height:40px;
}
.bnround .bignumber {
	top:0px;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:3px solid #e7e7e7;
}
/* TYPO style
--------------------- */
.caution {
	display: inline-block;
	margin-top:-3px;
	vertical-align: top;
	font-size:10px;
}
img.border {
	border:1px solid #e7e7e7;
	background:#F6F6F6;
}
.special {
	background:#FFC;
	border:1px solid #9E9F63;
}
.error {
	color:#C00;
	background:url(./templates/hdchannel/images/typ/error.gif) no-repeat center left;
}
.message {
	color:#069;
	background:url(./templates/hdchannel/images/typ/info.gif) no-repeat center left;
}
.tips {
	color:#FF5A00;
	background:url(./templates/hdchannel/images/typ/tips.gif) no-repeat center left;
}
.highlight {
	border-bottom:1px dashed #888;
	background:#FEFAE1;
}
div.blockquote blockquote {
	padding:15px 40px 5px 40px !Important;
}
div.blockquote {
	width:auto !Important;
	padding:5px 0px 5px 0px !Important;
	border:1px solid #e7e7e7;
	background:#F6F6F6 url(./templates/hdchannel/images/typ/qlg.gif) no-repeat 0px 2px !Important;
}
div.blockquote blockquote {
	background:url(./templates/hdchannel/images/typ/qrg.gif) no-repeat right bottom;
	border:none!Important;
}
p.sticky,
p.pin,
p.clip,
p.down {
	border-right:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	border-left:5px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	background:#F6F6F6 url(./templates/hdchannel/images/typ/sticky.gif) no-repeat left center;
}
p.pin {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/pin.gif) no-repeat left center;
}
p.clip {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/clip.gif) no-repeat left center;
}
p.down {
	background:#F6F6F6 url(./templates/hdchannel/images/typ/down.gif) no-repeat left center;
}
.lead {
	font-size: 140%!important;
	font-weight: 200;
	line-height: 30px;
}
.muted {
	color: #999999;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover {
	color: #356635;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}
/* blockquotes */
blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}
blockquote p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
blockquote small {
	display: block;
	line-height: 20px;
	color: #999999;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}
blockquote.quoted,
blockquote.brackets {
	border:none;
	padding:0 25px;
	position:relative;
}
blockquote.quoted:before,
blockquote.quoted:after,
blockquote.brackets:before,
blockquote.brackets:after {
	content: "\201C";
	position:absolute;
	top:10px;
	left:0px;
	font-size:40px;
	font-weight:bold;
	font-family: Georgia, serif;
}
blockquote.quoted:after,
blockquote.brackets:after {
	content: "\201D";
	top:auto;
	left:auto;
	right:0;
	bottom:10px;
}
blockquote.brackets:before {
	content: "\007B";
}
blockquote.brackets:after {
	content: "\007D";
	top:10px;
}
.yjsgcenter {
	text-align:center;
}
.clrm {
	width:100%;
	clear:both;
	text-align:center;
	overflow:hidden;
}
p.nonscript {
	background:#FFFFCC;
	font-size:15px;
	color:#121212;
	font-weight:bold;
	padding:20px 0;
	position:absolute;
	top:0;
	margin:0 0 50px 0;
	width:100%;
}
.sticky,
.pin,
.clip,
.down,
.blockquote,
.code {
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
ul.thumbnails,
ul.thumbnails li {
	background:none;
}
/* pretify */
.com {
	color: #93a1a1;
}
.lit {
	color: #195f91;
}
.pun,
.opn,
.clo {
	color: #93a1a1;
}
.fun {
	color: #dc322f;
}
.str,
.atv {
	color: #D14;
}
.kwd,
.prettyprint .tag {
	color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
	color: teal;
}
.pln {
	color: #48484c;
}
.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
/* Specify class=linenums on a pre to get line numbering */
body ol.linenums {
	margin:0 0 0 33px!important;
	color: #AEAEAE;
	list-style:decimal!important;
}
body ol.linenums li {
	padding:0 0 0 12px!important;
	color: #bebec5;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
}
/* Typo Docs
-------------------------------------------------- */
.yjsg-example + .prettyprint {
	margin-top: -20px!important;
	padding-top: 15px!important;
}
.yjsg-example {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	background-color: white;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.addoverflow {
	overflow:hidden;
}
.yjsglargef {
	font-size:120%;
}
.yjsgbacktotop {
	margin:0 0 10px 3px;
	display:block;
}
.yjsg-example:after {
	content: "Example";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: whiteSmoke;
	border: 1px solid #DDD;
	color: #9DA0A4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}
.yjsg-elements {
	text-align:center;
}
.yjsg-split {
	width:45%;
	margin:10px;
	display:block;
	float:left;
}
#newtypo {
	display:none;
	position:relative;
	margin: 0 auto;
	overflow: hidden;
	padding:0 5px;
}
#newtypo a {
	-o-transition:color .3s ease-in-out, background .3s ease-in-out;
	-ms-transition:color .3s ease-in-out, background .3s ease-in-out;
	-moz-transition:color .3s ease-in-out, background .3s ease-in-out;
	-webkit-transition:color .3s ease-in-out, background .3s ease-in-out;
	transition:color .3s ease-in-out, background .3s ease-in-out;
}
#go_left,
#go_right {
	display:block;
	position:relative;
	width:78%;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0;
}
#go_right {
	width:20%;
	float:right;
}
.go_right_in {
	display:block;
	position:relative;
	overflow:hidden;
}
#go_right .affix {
	position: fixed;
	top: 20px;
}
.yjsg-example-sidebar {
	position:fixed;
	display:block;
	width:inherit;
}
.yjsg-example-separator {
	clear:both;
	display:block;
	margin:40px 0;
	border:none;
}
#accordionmenu {
	display:block;
	width:100%;
}
.yjsg-example-sidenav {
	width:100%;
	margin:0!Important;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.yjsg-example-sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.yjsg-example-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.yjsg-example-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.yjsg-example-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
.yjsg-example-sidenav li.st,
.yjsg-example-sidenav li.st a {
	font-size:18px;
	line-height:18px;
	color:#121212;
}
.yjsg-example-sidenav li.st a:hover {
	background:#fff;
	cursor: text;
}
.yjsg-example-sidenav li.st i {
	font-size:18px;
	margin-left:15px;
	color:#121212;
}
.yjsg-example-sidenav > li {
	padding-left:0;
	background-image:none;
}
.yjsg-example-sidenav > li > a:hover {
	background-color: #f5f5f5;
}
tr.error,
.control-group.error {
	text-indent:0px!Important;
	background:none!Important;
}
.the-icons {
	list-style-type: none;
	margin-left: 15px!Important;
}
.the-icons li {
	background:none!Important;
	padding:0 0 15px 0!Important;
}
.dropdown-menu li,
.nav-list li,
.nav-tabs li,
.nav-pills li,
.nav li,
.breadcrumb li,
.pager li {
	background:none;
	padding:0 0 0 0!Important;
}
div.pagination ul li {
	padding:0!Important;
}
#new-icons,
#all-icons,
#examples,
#integration,
#code,
#roadmap {
	padding-top: 40px;
}
#typicons {
	position:relative;
	display:block;
}
#typicons ul li{
	font-size:16px!Important;
}
.yjsg-example-popover .popover {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	margin: 20px;
}
.popover {
	text-align:left;
}
.scrollspy-example {
	height: 200px;
	overflow: auto;
	position: relative;
}
.yjsg-example #myCarousel {
	width:500px;
	margin:0 auto;
}
/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
	display: block;
	font-weight: normal;
	color: #999;
}
.responsive-utilities tbody th {
	font-weight: normal;
}
.responsive-utilities td {
	text-align: center;
}
.responsive-utilities td.is-visible {
	color: #468847;
	background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
	color: #ccc;
	background-color: #f9f9f9 !important;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test {
	margin-top: 5px;
	margin-left: 0;
	list-style: none;
	overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
	background-image:none;
	position: relative;
	float: left;
	width: 25%;
	height: 43px;
	font-weight: bold;
	line-height: 43px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test li + li {
	margin-left: 10px;
}
.responsive-utilities-test span {
	position: absolute;
	top:    -1px;
	left:   -1px;
	right:  -1px;
	bottom: -1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test span {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}
a {
	-o-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
}
/* ie6 ie7 notice*/
#ie6Warning {
	display:none;
	position:absolute;
	width:100%;
	height:180px;
	text-align:center;
	background:#FFC url(./templates/hdchannel/images/typ/noie.png) no-repeat left center;
	font-size:18px;
	left:0px;
	top:-160px;
	z-index:99999
}
#ie6Warning .browsers {
	height:68px;
	width:390px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:center;
	overflow:hidden
}
#ie6Warning #fox,
#ie6Warning #chrome,
#ie6Warning #ie8,
#ie6Warning #opera,
#ie6Warning #safari {
	height:68px;
	width:68px;
	float:left;
	line-height:999px;
	display:block;
	overflow:hidden;
	margin:0 10px 0 0;
	background-image:url(./templates/hdchannel/images/typ/browsers.jpg)
}
#ie6Warning #chrome {
	background-position:272px top
}
#ie6Warning #ie8 {
	background-position:204px top
}
#ie6Warning #safari {
	background-position:136px top
}
#ie6Warning #opera {
	background-position:68px top
}
#ie6Warning h1 {
	font-size:22px;
	font-weight:normal;
	color:#121212;
	padding:0 30px;
	display:block;
	width:800px;
	margin:0 auto;
	text-align:center
}
#ie6Warning h4 {
	font-size:16px;
	font-weight:normal;
	color:#121212
}
#closeIe6Alert {
	display:block;
	position:absolute;
	z-index:99999;
	bottom:10px;
	right:10px;
	width:80px;
	height:28px;
	overflow:hidden;
	background-image:url(./templates/hdchannel/images/typ/hide.jpg);
	line-height:999px;
	text-align:center
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/* mod preview tp=1*/
.mod-preview {
	background:#fff;
	border: 1px solid red;
	padding:2px;
	margin:0 5px;
}
div.mod-preview-info {
	display:none;
}
.mod-preview-wrapper .yjsquare_in {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
/* EDITOR */
.form_view {
	padding:10px;
}
legend {
	padding:3px 5px;
	font-weight:bold;
}
form#adminForm {
}
.edit form#adminForm fieldset {
	padding:20px 15px;
	margin:10px 0 15px 0;
}
.formelm {
	margin:5px 0
}
.formelm label {
	width:13em;
	display:inline-block;
	vertical-align:top;
}
form#adminForm .formelm-area {
	padding:5px 0
}
form#adminForm .formelm-area label {
	vertical-align:top;
	display:inline-block;
	width:7.9em
}
.formelm-buttons {
	text-align:right;
	margin-bottom:10px
}
#editor-xtd-buttons a,
.toggle-editor a {
	background:#eee;
	padding:0 5px;
	height:20px;
	margin:10px 0 0 0;
	line-height:20px;
	border:solid 1px #ddd;
	font-weight:bold;
	text-decoration:none;
}
.toggle-editor {
	float:right;
}
/* mail to*/
#mailtoForm {
	padding:0 5px;
	background:#efefef;
	border:1px solid #ccc;
	margin:10px 20px;
	position:relative;
}
#mailtoForm label {
	width:100px;
}
#mailtoForm input {
	width:95%!important;
	margin:0 auto!important;
}
.mailto-close {
	position:absolute;
	right:-5px;
	top:-10px;
	background:none;
}
.mailto-close a {
	background:url(./templates/hdchannel/images/system/closebox.gif) no-repeat !important;
	min-width:22px;
	display:block;
	min-height:22px;
	overflow:visible;
}
.mailto-close a span {
	position:absolute;
	left:-3000px;
	top:-3000px;
	display:inline;
}
.warning ul {
	padding-left:0;
}
/* default system 
--------------------- */
/* Tooltips */
.tip {
	float: left;
	background: #000;
	border:none;
	padding: 5px;
	max-width: 200px;
	text-align:left;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.tip-title {
	padding: 0;
	margin: 0;
	font-size:12px;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align:left;
	background:none;
	color:#fff;
}
.tip-text {
	font-size:11px;
	margin: 0;
	text-align:left;
	color:#fff;
}
/* OpenID icon style */
input.system-openid {
	background: url(http://openid.net/login-bg.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}
/* Unpublished */
.system-unpublished {
	background: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
	background-image:none;
}
#system-message dd ul {
	background-color:#FDFDFD;
	color: #c02;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
/* System Standard Messages */
#system-message dt.message {
	display: none;
}
#system-message dd.message {
}
#system-message dd.message ul li {
	background-image:none;
}
/* System Error Messages */
#system-message dt.error {
	display: none;
}
#system-message dd.error ul {
	color: #c00;
	background-color: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#system-message dd.error ul li {
	background-image:none;
}
/* System Notice Messages */
#system-message dt.notice {
	display: none;
}
#system-message dd.notice ul {
	color: #c00;
	background: #FDFDFD;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#system-message dd.notice ul li {
	background-image:none;
}
/* Debug */
#system-debug {
	color: #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	text-align:left;
}
#system-debug div {
	font-size: 11px;
}
/* Form validation */
.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}
/* Editor */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,
.button2-right {
	float: left;
	margin-left: 5px;
}
/* intro image holder*/
div.img-introtext-left {
	float:left;
	margin:10px 10px 0 0;
}
div.img-introtext-right {
	float:right;
	margin:10px 0 0 10px;
}
div.img-introtext-none {
	clear:both;
	margin:0;
}
/* full image holder*/
div.img-fulltext-left {
	float:left;
	margin:10px 10px 0 0;
}
div.img-fulltext-right {
	float:right;
	margin:10px 0 0 10px;
}
div.img-fulltext-none {
	clear:both;
	margin:0;
}
#system-message-container #system-message {
	margin:10px;
}
#system-message-container .alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #B94A48;
	background-color: #F2DEDE;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #EED3D7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#system-message-container .close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity=20);
	color:#000;
}
/* smart search */
fieldset.word {
	overflow:hidden;
}
#finder-filter-window {
	overflow:hidden!important;
}
#finder-filter-window ul li {
	background:none;
	padding-left:0;
	margin:10px 0;
}
#finder-filter-select-list li {
	background:none;
	padding-left:0;
	display:block;
	clear:both;
	overflow:hidden;
}
#finder-filter-select-list li label {
	width:180px;
	float:left;
	display:block;
}
#finder-filter-select-list li select {
	float:left;
	display:block;
	clear:right;
}
#finder-filter-select-dates select,
#finder-filter-select-dates input {
	margin:10px 0;
}
#finder-filter-select-dates img {
	margin:0px 0 -3px 10px;
	float:none;
}
/* smart search module */
#mod-finder-advanced ul {
	margin:10px 0 0 0;
	padding:0;
}
#mod-finder-advanced ul li {
	background:none;
	padding:0;
}
#mod-finder-advanced label {
	width:180px;
	display:inline-block;
}
#mod-finder-advanced select {
	padding:2px 0 2px 10px;
	text-indent:-2px;
}
.newsitem_tools .buttonheading li a span{
	display:none;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/***HEADER***/
body {
/*	margin:30px 0!important;ALTERADO*/
	background:#090909 url(./templates/hdchannel/images/PA-bg.png) repeat;
}
#header {
	position:relative;
}
#header:before {
	/*border-style:solid;*/
	border-width:10px;
	content: " ";
	position:absolute;
	left:0;
	top:0;
}
#header:after {
/*	border-style:solid;*/
	border-width:30px;
	content: " ";
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
.yjsg_grid {
	padding:15px 0;
}
#yjsgheadergrid,
#yjsgbodytop,
#yjsgbodybottom {
	padding:0;
}
.yjsg6_out,
.yjsg7_out {
	margin:0 auto;
}
#yjsg6 {
	padding:0 10px;
	width:auto!important;
}
#yjsg7 {
	padding:15px 10px;
	width:auto!important;
}
.yjsg6_bottom {
	height:5px;
}
.module_title,
.article_title {
	font-size:150%;
}
#yjsgheadergrid {
	height:110px;
	overflow:hidden;
}
ul.subul_main.dropline.level1.dlevel1 {
	height:51px!important;
}
#pathway .breadcrumb {
	padding-left:0;
	background:none;
}
a.readon,
a.readon span {
	height:28px;
	line-height:28px;
}
#centerfooter {
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/***SMALL MENU***/
#smallmenu_holder {
	display:block;
	overflow:hidden;
	margin:0 auto;
	height:25px;
	background:#fff;
}
#smallmenu {
	display:block;
	overflow:hidden;
	float:right;
	height:25px;
}
#smallmenu ul.menu {
	margin:0;
	display:block;
	overflow:hidden;
}
#smallmenu ul li {
	float:left;
	padding:0;
	margin:0;
}
#smallmenu ul li a {
	background:none;
	padding:0;
	margin:0 auto;
	float:left;
	height:25px;
	line-height:25px;
	font-size:90%;
	text-transform:uppercase;
}
/***CENTERBOTTOM***/
.centerbottom_in {
	padding:0 15px;
}
/***POP LOGIN***/
.hdclm {
	float:right;
	margin:0!important;
}
.hdclm .yjsquare_in {
	padding:0;
}
.hdclm .poping_links {
	display:table;
	float:right;
	height:56px;
	width:56px;
	padding:0;
	margin:0 -3px 0 0px;
	z-index:15;
}
.hdclm #openLogin {
	background:none;
	display:block;
	border:none;
	margin:0;
	width:30px;
	padding:0;
	float:right;
	text-indent:-99999px;
}
.hdclm #login_pop {
	width:790px;
	height:270px;
	padding:20px;
	border:none;
}
/***Login form***/
.hdclm #form-login {
	float:left;
	clear:none;
	width:35%;
	padding:0 20px 0 0;
}
.hdclm #login_pop .inputbox {
	margin:10px 0;
	padding:0 5px;
	height:25px;
	border:none;
	font-size:80%;
}
.hdclm #login_pop label[for=yjpop_remember] {
	margin:0;
	float:left;
}
.hdclm #login_pop #yjpop_remember {
	margin:-2px 0 0 5px;
	position:absolute;
	clear:both;
}
.hdclm .yjpop_linkholder {
	display:block;
	clear:both;
}
.hdclm #login_pop .yjpop_user,
.hdclm #login_pop .yjpop_pass {
	display:inline-table;
	clear:both;
	margin:10px 5px 10px 0;
	font-size:100%;
}
/***Register form***/
.hdclm #josForm {
	float:left;
	clear:none;
	width:59.8%;
	padding:0 0 0 20px;
}
.hdclm .popyjreg label {
	float:left;
	clear:both;
	margin:0!important;
}
.hdclm .popyjreg .inputbox {
	float:left;
	clear:both;
	margin:5px 0!important;
	padding:0 5px;
	width:90%!important;
	border:none;
	font-size:80%;
}
.hdclm .popyjreg .leftpart,
.hdclm .popyjreg .rightpart {
	float:left;
	clear:none;
	width:50%;
}
.hdclm #closeLogin {
	margin:10px;
}
/***Logut button***/
.hdclm #login-form {
	margin:0;
	position:relative;
	z-index:100000;
	display:table;
	float:right;
	height:56px;
	width:56px;
	padding:0;
	margin:2px 2px 0 0;
	z-index:15;
}
.hdclm #logins .button {
	background:none;
	display:block;
	border:none;
	margin:0;
	width:28px;
	hegiht:28px;
	padding:0;
	float:right;
	text-indent:-99999px;
	cursor:pointer;
}
/***LIVE SEARCH***/
.hdcls form {
	margin:0;
	padding:0;
	position:relative;
}
.hdcls .yj_inputbox {
	border:none;
	height:25px;
	line-height:25px;
	font-size:90%;
}
.hdcls .button {
	position:absolute;
	right:15px;
	top:10px;
	display:block;
	height:13px;
	width:13px;
	border:none;
	text-indent:-99999px;
	cursor:pointer;
}
/*results*/
.LiveSearchHeader {
	background:none;
}
.LiveSearchResults {
	border:none;
	padding:8px;
}
.LiveSearchResults a {
	font-size:90%;
}
.LiveSearchResults .LiveSearchExpandDetails,
.LiveSearchResults .LiveSearchExpandDetails a:hover,
.LiveSearchResults .LiveSearchExpandDetails a.hovered {
	width:15px;
	height:15px;
	padding:0;
	right:5px;
	top:12px;
}
/*back and next button*/
.LiveSearchResults a.next,
.LiveSearchResults a.back {
	margin:5px 0 0 0;
	text-transform:capitalize;
}
/***MENU***/
ul.subul_main.level1 li span a,
ul.subul_main.level1 li a,
ul.subul_main.level2 li span a,
ul.subul_main.level3 li span a,
ul.subul_main.level4 li span a,
ul.subul_main.level5 li span a {
	padding:7px 0!important;
}
/*--Module in menu---*/
.yj_menu_module_holder h2.module_title {
	border-bottom:none;
}
/***IMAGE SLIDER***/
.hdcis {
	margin:0;
	padding:0;
}
.hdcis .yjsquare_in {
	padding:0;
}
.hdcis .YJSlide_intro {
	background:none;
	top:50%;
	display:table;
	font-weight:normal;
	left:0;
	width:53%;
	height:40%;
	z-index:5000;
	overflow:hidden;
}
.hdcis .YJSlide_intro_in {
	margin:0px;
	padding:0px;
	position:absolute;
}
.hdcis h4 {
	margin:0;
	padding:5px 25px;
	font-size:260%;
	display:table;
}
.hdcis .is_introholder {
	display:block;
	overflow:hidden;
	padding:25px;
	position:relative;
}
.hdcis .is_introholder p {
	line-height:20px;
	font-size:160%;
	padding:0;
	margin:0;
	clear:none;
	display:inline-table;
	overflow:hidden;
	width:88%;
}
/*Template readmore*/
.is_rm {
	display:inline-table;
	overflow:hidden;
	height:25px;
	width:25px;
	text-indent:-99999px;
	clear:none;
	position:absolute;
	right:20px;
	top:18px;
}
/*bottom nav*/
.hdcis .navContainer {
	margin:0;
	position:absolute;
	bottom:0px;
	z-index:1000;
}
.hdcis .navContainer_inside {
	display:table;
	margin:0 auto;
}
.hdcis .navContainer_inside:before {
	border-style:solid;
	border-width:35px;
	content: " ";
	position:absolute;
	margin:0 0 0 -70px;
}
.hdcis .navContainer_inside:after {
	border-style:solid;
	border-width:35px;
	content: " ";
	position:absolute;
	margin:0;
}
.hdcis .navContainer .bnav {
	width:11px;
	height:11px;
	padding:0;
	margin:11px 3px;
	border:none;
	text-indent:-9999px;
}
.isnav_shadow {
	height:11px;
	width:104px;
}
/***CUSTOM MODULE***/
.custom1 .yjsquare_in {
	padding:0 15px 0 0;
}
.custom1 h2.module_title {
	margin:15px 0 0 0;
	font-size:160%;
	text-transform:uppercase;
}
.custom1 h2.module_title span {
	text-transform:uppercase;
}
.custom1 p {
	padding:10px 0
}
/*Template readmore*/
.template_readmore {
	display:table;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-size:115%;
	margin:10px 0;
}
.template_readmore2 {
	display:table;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-size:115%;
	margin:10px 0;
}
/***YJ MULTITABS***/
.hdcmt {
	margin:0!important;
}
.hdcmt .yjsquare_in {
	padding:0;
}
.hdcmt #tabs_holder {
	border:none;
	background:none;
}
.hdcmt #tabs_container {
	background:none;
}
.hdcmt .tab_content,
.hdcmt .tab_content_in {
	overflow:visible!important;
}
.hdcmt #tabs_container .tab_content_in {
	padding:0;
}
.hdcmt ul#tabs {
	height:60px!important;
}
.hdcmt ul#tabs li {
	height:30px;
	line-height:30px;
	padding:0;
	font-size:130%!important;
	margin:15px 10px 15px 0;
	background:none;
	position:relative;
}
.hdcmt ul#tabs li:after {
	border-style:solid;
	border-width:1px;
	content:"";
	height:10px;
	position:absolute;
	top:10px;
	right:-15px;
}
.hdcmt ul#tabs li.last:after {
	display:none;
}
/***York inside multitabs***/
div.yjsquare.hdcmt,
div.yjsquare.hdcym,
div.yjsquare.hdcym3 {
	margin:0;
	padding:0;
}
.hdcmt .yy_slider .yy_slideitems {
	padding-bottom:0;
}
.hdcmt .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/*navigation*/
.hdcmt .yy_container .linkForward,
.hdcmt .yy_container .linkBackward,
.hdcym .yy_container .linkForward,
.hdcym .yy_container .linkBackward,
.hdcym2 .yy_container .linkForward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	position:absolute;
	right:2%;
	left:auto;
	top:-37px;
	width:13px;
	height:13px;
}
.hdcym2 .yy_container .linkForward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	display:none;
}
.hdcmt .yy_container .linkBackward {
	right:5%;
}
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	bottom:-25px;
	top:auto;
	z-index:10000;
}
.hdcym .yy_container .linkBackward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkBackward {
	right:8%;
}
.hdcym3 .yy_container .linkBackward {
	right:4%;
}
.hdcmt .yy_container .linkForward:hover,
.hdcmt .yy_container .linkBackward:hover,
.hdcym .yy_container .linkForward:hover,
.hdcym .yy_container .linkBackward:hover,
.hdcym2 .yy_container .linkForward:hover,
.hdcym2 .yy_container .linkBackward:hover,
.hdcym3 .yy_container .linkForward:hover,
.hdcym3 .yy_container .linkBackward:hover {
	background-position:left top;
}
/*bottom navigation*/
.hdcmt .yy_bottom_nav_holder,
.hdcym .yy_bottom_nav_holder,
.hdcym2 .yy_bottom_nav_holder {
	position:absolute;
	top:-38px;
	right:7%;
	margin:0 10px;
}
.hdcym .yy_bottom_nav_holder {
	right:13%;
}
.hdcym2 .yy_bottom_nav_holder {
	right:0;
}
.hdcym2 .yy_bottom_nav_holder,
.hdcym3 .yy_bottom_nav_holder {
	top:auto;
	bottom:0;
	position:relative;
}
.hdcmt div.yy_ul_left,
.hdcym div.yy_ul_left,
.hdcym2 div.yy_ul_left,
.hdcym3 div.yy_ul_left {
	background:none;
}
.hdcmt ul.yy_bottom_navigation,
.hdcym ul.yy_bottom_navigation,
.hdcym2 ul.yy_bottom_navigation,
.hdcym3 ul.yy_bottom_navigation {
	padding:0!important;
	background:none;
}
.hdcmt ul.yy_bottom_navigation li,
.hdcym ul.yy_bottom_navigation li,
.hdcym2 ul.yy_bottom_navigation li,
.hdcym3 ul.yy_bottom_navigation li {
	width:11px;
	height:11px;
	margin:0 5px!important;
}
.hdcmt ul.yy_bottom_navigation li a,
.hdcym ul.yy_bottom_navigation li a,
.hdcym2 ul.yy_bottom_navigation li a,
.hdcym3 ul.yy_bottom_navigation li a {
	height:11px;
	width:11px;
}
.hdcmt ul.yy_bottom_navigation li a:hover,
.hdcmt ul.yy_bottom_navigation li a.active,
.hdcym ul.yy_bottom_navigation li a:hover,
.hdcym ul.yy_bottom_navigation li a.active,
.hdcym2 ul.yy_bottom_navigation li a:hover,
.hdcym2 ul.yy_bottom_navigation li a.active,
.hdcym3 ul.yy_bottom_navigation li a:hover,
.hdcym3 ul.yy_bottom_navigation li a.active {
	background-position:left top;
}
/***Engine inside youyork***/
.hdcmt .yjme_item {
	width:33%;
	float:left;
	clear:none;
}
.hdcmt .yjme_item_in {
	border:none;
	padding:0;
	margin:7px 15px;
}
.hdcmt .yjme_item div.imageholder {
	border:none;
	background:none;
	padding:0;
	margin:0 auto;
}
.hdcmt .yjme_item a.item_title {
	margin:10px 0 0 0;
	font-size:140%;
}
.hdcmt .yjme_item p.item_intro {
	line-height:22px;
	clear:both;
}
.hdcmt .yjme_item div.item_details {
	margin:0;
}
.hdcmt .item_details .item_category,
.hdcmt .item_details .item_cdate,
.hdcmt .item_details .item_author {
	font-size:100%;
}
.hdcmt .yjme_item a.item_readmore {
	padding:0;
	border:none;
	width:auto;
	display:table;
	font-size:100%;
	float:left;
}
.hdcmt .yjme_item a.item_readmore span {
	padding:0;
}
/***YORK MODULE RIGHT***/
#rightblock .inside,
#leftblock .inside,
#insetblock .inside {
	padding:0 1px;
}
.hdcym {
	margin:0!important;
}
.hdcym .yjsquare_in {
	overflow:visible;
	padding:0px 0 0 15px;
}
.hdcym h2.module_title {
	margin:20px 0 20px 15px;
}
.hdcym #yy_container,
.hdcym .yy_container_out {
	background:none;
	overflow:visible!important;
}
.hdcym .yy_slider .yy_slideitems,
.hdcym .yy_slider .yy_slideitems_in {
	background:none;
	padding:0;
	margin:0;
}
/***Engine inside youyork right***/
.hdcym .yjme_item_in {
	margin:0;
	padding:0;
}
.hdcym .yjme_item_in {
	padding:20px 0;
}
.hdcym .yjme_item div.imageholder {
	margin:0 20px 0 0;
	padding:0;
	border:none;
}
.hdcym .yjme_item a.item_title {
	margin:0;
	clear:none;
	font-size:130%;
}
.hdcym .yjme_item div.item_details {
	float:none;
	margin:0;
}
.hdcym .yjme_item p.item_intro {
	padding:0 0 0 115px;
	line-height:22px;
}
/***YORK MODULE RIGHT 2***/
.hdcym2.yj1 {
	margin:15px 0 15px 15px!important;
}
.hdcym2 .yjsquare_in {
	overflow:visible;
}
.hdcym2 .yy_container_out,
.hdcym2 #yy_container_right {
	background:none!important;
}
.hdcym2 .yy_slider .yy_slideitems,
.hdcym2 .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/***Engine inside youyork right2***/
.hdcym2 .yjme_item_in {
	margin:0;
	padding:0;
}
.hdcym2 .yjme_item div.imageholder {
	border:none;
	padding:0;
	margin:0 20px 10px 0;
}
.hdcym2 .yjme_item a.item_title {
	clear:none;
	font-size:130%;
	margin:0 0 5px 0;
}
.hdcym2 .yjme_item p.item_intro {
	line-height:22px;
	padding:5px 0;
}
.hdcym2 .yjme_item div.item_details {
	float:none;
	padding:10px 0;
	font-size:100%;
}
.hdcym2 .yjme_item div.item_details a {
	font-size:110%;
}
.hdcym2 .item_details .item_category,
.hdcym2 .item_details .item_cdate,
.hdcym2 .item_details .item_author {
	position:relative;
	width:33%;
}
.hdcym2 .item_details .item_category:after,
.hdcym2 .item_details .item_cdate:after,
.hdcym2 .item_details .item_author:after {
	border-style:solid;
	border-width:1px;
	content:"";
	height:10px;
	position:absolute;
	top:3px;
	right:15px;
}
.hdcym2 .item_details .item_author:after {
	display:none;
}
.hdcym2 .yjme_item a.item_readmore {
	padding:0 10px;
	margin:15px 0;
	border:none;
	width:auto;
	height:28px;
	line-height:28px;
	display:table;
	font-size:115%;
	float:left;
}
.hdcym2 .yjme_item a.item_readmore span {
	padding:0;
	height:28px;
	line-height:28px;
}
/***CUSTOM 2***/
.custom2 h2.module_title {
	text-align:center;
	font-size:160%;
	text-transform:uppercase;
}
.custom2 h2.module_title span {
	text-transform:uppercase;
}
.custom2 .yjsquare_in {
	padding:0;
	margin:15px 0;
}
.custom2 p {
	text-align:center;
	line-height:22px;
}
/***YOUYORK MODULE AT THE BOTTOM***/
.hdcym3 .yjsquare_in {
	padding:20px 0 0 0;
}
.hdcym3 .yy_container_out,
.hdcym3 #yy_container_bottom {
	background:none!important;
}
.hdcym3 .yy_slider .yy_slideitems,
.hdcym3 .yy_slider .yy_slideitems_in {
	padding:0;
	background:none;
	margin:0;
}
/***Engine inside youyork bottom***/
.hdcym3 .yjme_item {
	width:20%;
	float:left;
	clear:none;
}
.hdcym3 .yjme_item_in {
	border:none;
	padding:0;
	margin:0 15px;
}
.hdcym3 .yjme_item div.imageholder {
	border:none;
	background:none;
	padding:0;
}
.hdcym3 .yjme_item a.item_title {
	margin:10px 0 5px 0;
	font-size:130%;
}
.hdcym3 .yjme_item p.item_intro {
	line-height:22px;
	clear:both;
}
.hdcym3 .yjme_item div.item_details {
	margin:0;
	height:auto;
}
.hdcym3 .item_details .item_category,
.hdcym3 .item_details .item_cdate,
.hdcym3 .item_details .item_author {
	font-size:100%;
}
.hdcym3 .yjme_item a.item_readmore {
	padding:0;
	border:none;
	width:auto;
	display:table;
	font-size:100%;
	float:left;
}
.hdcym3 .yjme_item a.item_readmore span {
	padding:0;
}
/***SUBSCRIBE***/
.hdcsm {
	margin:0!important;
}
.hdcsm .yjsquare_in {
	padding:10px 0;
}
.hdcsm p {
	padding:0;
	margin:0 10px 0 0;
	float:left;
	line-height:31px;
	text-transform:uppercase;
	font-size:110%;
	height:31px
}
.hdcsm form {
	display:table;
	margin:0;
	height:32px;
	float:left;
	clear:none;
}
.hdcsm .inputbox_email {
	padding:0;
	height:20px;
	width:230px;
	margin:2px 0;
	line-height:20px;
	padding:3px 5px;
	border:none;
	font-size:80%;
}
.hdcsm .subscribe_button {
	border:none;
	text-transform:capitalize;
	font-size:115%;
	height:26px;
	padding:0 10px 2px 10px;
	margin:3px 0 2px 10px;
}
/***SOCIALS***/
.hdcsim {
	margin:0!important;
}
.hdcsim .yjsquare_in {
	padding:0;
	overflow:visible;
}
.socials {
	display:block;
	overflow:hidden;
	float:right;
}
.socials a {
	display:block;
	overflow:hidden;
	height:52px;
	width:60px;
	float:left;
	text-indent:-9999px;
}
/***PARTNERS***/
.hdcpm h2.module_title,
.hdcpm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdcpm .yjsquare_in {
	padding:10px 0;
}
/*Template list*/
.template_list li {
	background:none;
	padding:5px 0;
	font-size:100%;
}
.template_list li a {
	display:block;
	overflow:hidden;
	height:20px;
	line-height:20px;
	padding:0 0 0 20px;
}
/***TWITTS***/
.hdctm h2.module_title,
.hdctm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdctm .yj_twitter_cont {
	padding:15px 0 15px 20px;
	margin-right:20px;
}
/***CONTACT US***/
.hdccm h2.module_title,
.hdccm h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdccm .yjsquare_in {
	padding:10px 0;
	margin:0 30px 0 0;
}
.hdccm .template_readmore {
	margin:20px 0;
}
/***ABOUT US***/
.hdcam h2.module_title,
.hdcam h2.module_title span {
	margin:0;
	text-transform:uppercase;
}
.hdcam .yjsquare_in {
	padding:10px 0;
}
/***MODULE STYLES***/
/*YJ1*/
.yj1,
.yj2 {
	position:relative;
	margin:10px!important;
}
.yj1 h2.module_title,
.yj2 h2.module_title {
	padding:10px;
	margin:0;
}
.yj1:after,
.yj2:after {
/*	border-style:solid; ALTERADO*/
	border-width:10px;
	content: " ";
	position:absolute;
	margin:0;
	top:0;
	right:0;
}
/***ADITIONAL***/
#holder,
#holder2,
#holder3 {
	padding-bottom:0;
}
.insidem {
	padding:0;
}
#yjsg2,
#yjsg3,
#yjsg4,
#yjsg5,
#pathway {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
}
#pathway {
	padding:10px 0;
}
.userpages ul {
	margin:10px 0!important;
}
.userpages ul li {
	margin:5px 0;
}
.yjsg-pagination {
	margin:10px auto!important;
}
div.userpageswrap.login,
div.userpageswrap.remind,
div.userpageswrap.reset,
div.userpageswrap.confirm,
div.userpageswrap.offline,
div.userpageswrap.register,
div.userpageswrap.logout,
div.userpageswrap.user {
	background:none;
}
div.login-fields {
	margin:10px 0;
}
#users-profile-core,
#users-profile-custom {
	padding:0px 20px;
}
#users-profile-core dl,
#users-profile-custom dl {
	overflow:hidden;
}
#users-profile-core dl dt,
#users-profile-custom dl dt {
	font-size:120%;
	margin:0;
	font-weight:normal;
	padding:8px 5px;
}
#users-profile-core dl dd,
#users-profile-custom dl dd {
	margin:0;
	font-size:100%;
	padding:8px 5px;
}
#limit.inputbox,
#ordering.inputbox,
#month.inputbox,
#year.inputbox,
#limit.inputbox {
	padding:5px 5px 5px 0;
}
.remind .input,
.register .input,
.reset .input {
	padding:5px 0!important;
}
#youjoomla {
	padding:5px 15px 5px 15px!important;
	background-color:#eeeeee!important;
}
.yjsglogo {
	right:0;
}
.button,
.validate {
	font-size:110%!important;
	padding:3px 8px!important;
}
/***K2***/
/***Category view***/
#k2Container.itemListView {
	padding:0;
}
div.subCategory {
	background:none;
	margin:40px 15px;
	padding:0;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
	border:none;
}
div.subCategory p {
	line-height:22px;
}
a.subCategoryMore {
	margin:15px 0;
	font-size:110%;
}
/***Category item view***/
div.itemListCategory {
	background:none;
	margin:15px;
}
div.itemListCategory img {
	border:none;
	margin:0 20px 0 0;
}
div.itemListCategory h2 {
	margin:0 0 20px 0;
}
div.itemListCategory p {
	line-height:22px;
}
div.catItemView {
	margin:0 20px 0 0;
	padding:20px 0!important;
}
div.catItemBody {
	margin:10px 0;
}
div.catItemHeader {
	overflow:hidden;
}
div.catItemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
span.catItemImage a {
	border:none;
}
div.catItemHeader h3.catItemTitle {
	font-size:150%;
	margin:0 0 5px 0;
}
div.catItemHeader span.catItemAuthor {
	float:right;
	font-size:100%;
}
div.catItemHeader span.catItemDateCreated {
	float:left;
	font-size:100%;
}
div.catItemRatingBlock {
	float:none;
	line-height:25px;
	font-size:100%;
	overflow:hidden;
}
div.catItemIntroText {
	line-height:22px;
}
span.catItemDateModified {
	border-top:none;
	margin:0;
	padding:10px 0;
	text-align:left;
	font-size:90%;
}
div.catItemHitsBlock,
div.catItemCategory,
div.catItemTagsBlock {
	padding:10px 0;
	border:none;
}
div.catItemCategory span,
div.catItemTagsBlock span {
	font-weight:normal;
}
div.catItemTagsBlock ul.catItemTags li {
	border:none;
	padding:5px 8px!important;
}
div.catItemTagsBlock ul.catItemTags li:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-4px 0 0 -2px;
}
div.catItemReadMore {
	display:table;
	font-size:110%;
}
/***Item view***/
div.itemView {
	padding:10px 0!important;
	margin:0 20px 0 0;
}
div.itemHeader {
	padding:10px 0;
	overflow:hidden;
}
div.itemHeader h2.itemTitle {
	padding:0;
	display:table;
	margin:10px 0;
}
div.itemHeader span.itemDateCreated {
	font-size:100%;
	padding:0;
	float:left;
	margin:0 10px 0 0;
}
div.itemHeader span.itemAuthor {
	padding:0;
	clear:none;
	margin:0 10px 0 0;
	font-size:100%;
	float:left;
}
div.itemToolbar {
	float:right;
	margin:0;
	padding:0;
	border:none;
}
div.itemBody {
	padding:20px 0 0 0;
}
div.itemImageBlock {
	padding:0!important;
	border:none;
	margin:0 auto;
	float:none;
}
span.itemImage a {
	border:none;
}
div.itemFullText {
	padding:10px 0!important;
	line-height:22px;
}
div.itemRatingBlock {
	line-height:25px;
}
div.itemContentFooter,
div.itemRatingBlock,
div.pre25SocialLinks,
div.itemCategory,
div.itemTagsBlock {
	margin:0;
	padding:10px 0;
	border:none!important;
}
span.preSocialsTitle,
div.itemCategory span,
div.itemTagsBlock span {
	font-weight:normal!important;
}
div.itemTagsBlock ul.itemTags li {
	border:none;
	padding:5px 8px!important;
}
div.itemTagsBlock ul.itemTags li:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-4px 0 0 -2px;
}
/*Author*/
div.itemAuthorBlock {
	padding:0;
	margin:20px 0;
	border:none;
}
div.itemAuthorBlock img.itemAuthorAvatar {
	padding:0;
	margin:0 20px 0 0;
	border:none;
}
div.itemAuthorBlock div.itemAuthorDetails {
	padding:0;
}
h3.itemAuthorName {
	margin:0;
}
div.itemAuthorLatest,
div.itemRelated {
	padding:10px 0;
}
div.itemAuthorLatest h3,
div.itemRelated h3 {
	font-size:160%;
}
div.itemAuthorLatest ul,
div.itemRelated ul {
	margin:0;
}
div.itemAuthorLatest ul li,
div.itemRelated ul li {
	padding:10px 0;
	border:none;
}
div.itemNavigation {
	border:none;
	padding:0;
}
div.itemComments ul.itemCommentsList li {
	margin:0;
	border:none;
}
h3.itemCommentsCounter {
	font-size:160%;
}
div.itemComments ul.itemCommentsList li img {
	background:none;
	border:none;
	padding:0;
	margin:0 20px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
	display:table;
	font-size:120%;
	text-transform: capitalize;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	font-size:100%;
	margin:0 10px 0 0;
	padding:0;
	border:none;
}
div.itemComments ul.itemCommentsList li p {
	padding:0 0 0 80px;
	line-height:22px;
}
div.itemCommentsPagination {
	margin:10px 0;
}
div.itemComments {
	border:none;
	padding:0;
	margin:20px 0 0 0;
}
div.itemCommentsForm h3 {
	font-size:160%;
}
div.itemCommentsForm p.itemCommentsFormNotes,
#comment-form label {
	font-size:90%;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border:none;
}
form#comment-form .inputbox {
	background:none;
	border:none!important;
	font-size:90%;
}
div.itemCommentsForm form input#submitCommentButton {
	border:none!important;
	font-size:110%!important;
	margin:15px 0!important;
	padding:0 10px!important;
	height:28px!important;
}
/***Tag view***/
#k2Container.tagView {
	padding:0!important;
}
.tagView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.tagView div.itemBody {
	margin:10px 0;
	padding:0;
}
.tagView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.tagView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.tagView div.itemHeader h2.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
}
.tagView div.itemIntroText {
	line-height:22px;
}
.tagView .itemReadMore {
	display:table;
	font-size:110%;
}
.tagView .k2Pagination {
	margin:25px 0;
}
/***User View***/
#k2Container.userView {
	padding:0!important;
}
div.userBlock {
	background:none;
	border:none;
	padding:20px 0;
	margin:0 20px 0 0;
}
div.userBlock img {
	padding:0;
	background:none;
	border:none;
	margin:0 20px 0 0;
}
div.userBlock h2 {
	margin:0 0 5px 0;
	border:none;
	font-size:140%;
	line-height:16px;
}
div.userBlock p {
	padding:10px 0;
	line-height:22px;
}
.userView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.userView div.itemBody {
	margin:10px 0;
	padding:0;
}
.userView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.userView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.userView h3.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
	line-height:16px;
}
.userView div.itemIntroText {
	line-height:22px;
}
.userView div.itemLinks {
	margin:0!important;
}
.userView .itemCommentsLink {
	padding:10px 0;
}
.userView .itemReadMore {
	display:table;
	margin:5px 0;
	font-size:110%;
}
/***Latest item view***/
.latestView div.latestItemView {
	padding:20px 0;
	margin:0 20px 0 0;
}
.latestView .latestItemList {
	padding:0;
}
.latestView div.catItemHeader h2.catItemTitle {
	font-size:150%;
	margin:0 0 5px 0;
	line-height:16px;
}
/***Generic item view***/
.genericView div.itemView {
	border:none;
	margin:0 20px 0 0;
	padding:20px 0!important;
}
.genericView div.itemBody {
	margin:10px 0;
	padding:0;
}
.genericView div.itemImageBlock {
	float:left;
	margin:0 20px 0 0;
	padding:0!important;
	border:none;
}
.genericView div.itemHeader {
	box-shadow:none;
	padding:0;
}
.genericView div.itemHeader h2.itemTitle {
	font-size:150%!important;
	margin:0 0 5px 0;
}
.genericView div.itemIntroText {
	line-height:22px;
}
.genericView .itemReadMore {
	display:table;
	font-size:110%;
}
/***K2 MENU***/
.hdck2m {
	margin:20px 0 0 20px!important;
}
.hdck2m .yjsquare_in {
	padding:0;
}
.hdck2m h2.module_title {
	margin:0 0 10px 0;
}
.k2CategoriesListBlock.hdck2m {
	margin:0!important;
}
/* LINK BG IMAGE */
.k2CategoriesListBlock ul li a:hover {
	background-position:left top;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
	background-position:left top;
}
/***K2 CONTENT***/
.hdck2cm {
	margin:20px 0 0 20px!important;
}
.hdck2cm .yjsquare_in {
	padding:0;
}
.hdck2cm h2.module_title {
	margin:0 0 10px 0;
}
.k2ItemsBlock.hdck2cm {
	margin:0!important;
}
.hdck2cm ul li {
	padding:15px 0;
	border:none!important;
}
.hdck2cm .moduleItemImage {
	margin:0 20px 0 0;
}
.hdck2cm a.moduleItemImage img {
	border:none!important;
	margin:0!important;
}
.hdck2cm a.moduleItemTitle {
	font-size:160%;
	display:table;
	margin:0 0 5px 0!important;
}
.hdck2cm span.moduleItemDateCreated {
	font-size:100%;
}
.hdck2cm .moduleItemIntrotext {
	line-height:22px!important;
	padding:5px 0 5px 115px!important
}
/***K2 COMMENTS***/
.hdck2com {
	margin:20px 0 0 20px!important;
}
.hdck2com .yjsquare_in {
	padding:0;
}
.hdck2com h2.module_title {
	margin:0 0 10px 0;
}
.k2LatestCommentsBlock.hdck2com {
	margin:0!important;
}
.hdck2com ul li {
	padding:15px 0;
	border:none!important;
}
.hdck2com ul li a.lcAvatar img {
	padding:0;
	margin:0 20px 0 0;
	border:none;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	font-size:140%;
	display:table;
	text-transform:capitalize;
	margin:0 0 5px 0;
}
/***K2 TAGS***/
.hdck2tc {
	margin:20px 0 0 20px!important;
}
.hdck2tc .yjsquare_in {
	padding:0;
}
.hdck2tc h2.module_title {
	margin:0 0 10px 0;
}
.hdck2tc .k2TagCloudBlock.hdck2tc {
	margin:0!important;
}
.hdck2tc div.k2TagCloudBlock a {
	padding:3px 8px;
	margin:0 10px 10px 0;
}
.hdck2tc div.k2TagCloudBlock a:hover {
	padding:3px 8px;
	margin:0 10px 10px 0;
}
.hdck2tc div.k2TagCloudBlock a:after {
	border-style:solid;
	border-width:5px;
	content: " ";
	position:absolute;
	margin:-3px 0 0 -2px;
}
/*k2 pagination*/
div.k2Pagination {
	margin:15px 0;
}
div.k2Pagination ul li {
	display:inline-block;
}
/***HOVER EFFECT***/
span.yj_effect {
	display:block;
	overflow:hidden;
	position:relative;
}
span.yj_effect img {
	max-width:inherit;
}
.yj_preview,
.yj_more {
	position:absolute;
	display:block;
	overflow:hidden;
	width:30px;
	height:30px;
	z-index:10000;
	top:-30px;
	left:-30px;
}
.yj_more {
	right:-30px;
	left:auto;
	bottom:-30px;
	top:auto;
}
/*If you change the content image size change the size here to*/
.hdck2cm span.yj_effect {
	width:95px;
	height:119px;
	float:left;
	margin:0 20px 0 0;
}
/* pagination */
ul.pagination {
	height:30px!important;
}
ul.pagination li {
	width:30px!important;
	height:30px!important;
}
ul.pagination li a,
ul.pagination li span,
th.pagenav_prev a,
th.pagenav_next a,
div.back_button a,
li.pagenav-prev a,
li.pagenav-next a {
	height:30px!important;
	width:30px!important;
	line-height:29px!important;
	font-weight:500;
	font-size:9px;
}
ul.pagination li.pagination-next a,
th.pagenav_next a,
li.pagenav-next a {
	background-position:-30px top!important;
}
ul.pagination li.pagination-next a:hover,
th.pagenav_next a:hover,
li.pagenav-next a:hover {
	background-position:-90px top!important;
}
ul.pagination li.pagination-prev a,
th.pagenav_prev a,
div.back_button a,
li.pagenav-prev a {
	background-position:-60px top!important;
}
ul.pagination li.pagination-prev a:hover,
th.pagenav_prev a:hover,
div.back_button a:hover,
li.pagenav-prev a:hover {
	background-position:-120px top!important;
}
/* active one*/
ul.pagination li span {
	background-position:-150px top!important;
}
/* hover*/
ul.pagination li a:hover {
	background-position:-150px top!important;
}
/* end pag*/
/* no radius */
.readon,
.inputbox,
.button,
.validate,
input,
#pathway .breadcrumb,
.popbox img,
.popboxv img,
.add-on,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
#midblock .newsitem_tools ul {
	-webkit-border-radius:0px!important;
	-khtml-border-radius:0px!important;
	-moz-border-radius:0px!important;
	border-radius:0px!important;
	text-shadow:none!important;
}
.pagination ul {
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/*rtl*/
.yjsgrtl #smallmenu,
.yjsgrtl .hdclm {
	float:left;
}
.yjsgrtl #header:before,
.yjsgrtl .hdcis .YJSlide_intro {
	right:0;
	left:auto;
}
.yjsgrtl #header:after {
	left:0;
	right:auto;
}
.yjsgrtl .hdclm .poping_links {
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform:matrix(-1, 0, 0, 1, 0, 0);
	position:relative;
	float:left;
	margin:2px 0 0 -2px;
}
.yjsgrtl .hdclm #login_pop #yjpop_remember {
	margin:-2px -20px 0 0;
}
.yjsgrtl .hdcls {
	float:left!important;
	margin:0 0 0 5px;
}
.yjsgrtl .hdcls form,
.yjsgrtl .hdcis .navContainer_inside:after {
	margin:0;
}
.yjsgrtl .is_rm {
	left:5%;
	right:auto;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform:matrix(-1, 0, 0, 1, 0, 0);
}
.yjsgrtl .hdcis .navContainer_inside:before {
	margin:0 -70px 0 0;
}
.yjsgrtl .custom1 .yjsquare_in,
.yjsgrtl #holder3 .hdcym .yjsquare_in {
	padding:0 0 0 15px;
}
.yjsgrtl #holder3 .custom1 .yjsquare_in,
.yjsgrtl #holder3 .custom1 h2.module_title,
.yjsgrtl .hdcym .yjsquare_in {
	padding:0 15px 0 0;
}
.yjsgrtl #holder3 .hdcmt ul#tabs li {
	margin:15px 25px 15px 0;
}
.yjsgrtl #holder3 .hdcym2.yj1 {
	margin:15px 0 15px 15px!important;
}
.yjsgrtl .hdcym h2 {
	margin:20px 15px 20px 0;
}
.yjsgrtl .hdcym .yjme_item div.imageholder {
	float:right!important;
	margin:0 0 0 20px;
}
.yjsgrtl .hdcym .yjme_item p.item_intro {
	padding:0 115px 0 0;
}
.yjsgrtl .item_details .item_category,
.yjsgrtl .item_details .item_cdate,
.yjsgrtl .item_details .item_author,
.yjsgrtl .hdcmt .yjme_item div.item_details,
.yjsgrtl .hdcym2 .yjme_item a.item_readmore {
	float:right;
}
.yjsgrtl .hdcmt .yy_container .linkForward,
.yjsgrtl .hdcmt .yy_container .linkBackward,
.yjsgrtl .hdcym .yy_container .linkForward,
.yjsgrtl .hdcym .yy_container .linkBackward,
.yjsgrtl .hdcym2 .yy_container .linkForward,
.yjsgrtl .hdcym2 .yy_container .linkBackward,
.yjsgrtl .hdcym3 .yy_container .linkForward,
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	right:auto;
	left:5%;
}
.yjsgrtl .hdcmt .yy_container .linkBackward {
	left:2%;
	right:auto;
}
.yjsgrtl .hdcym .yy_container .linkBackward,
.yjsgrtl .hdcym2 .yy_container .linkBackward,
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	left:0;
	right:auto;
}
.yjsgrtl .hdcym3 .yy_container .linkBackward {
	left:8%;
	right:auto;
}
.yjsgrtl .hdcmt ul#tabs li {
	float:right;
	margin:15px 0 15px 25px;
}
.yjsgrtl .hdcym2.yj1 {
	margin:15px 15px 15px 0!important;
}
.yjsgrtl .yj1:after,
.yjsgrtl .yj2:after {
	left:0;
	right:auto;
}
.yjsgrtl .hdcym2 .yjme_item div.imageholder {
	margin:0 0 10px 20px;
	float:right!important;
}
.yjsgrtl .hdcym2 .item_details .item_category:after,
.yjsgrtl .hdcym2 .item_details .item_cdate:after,
.yjsgrtl .hdcym2 .item_details .item_author:after {
	left:15px;
	right:auto;
}
.yjsgrtl .template_list li a {
	background-position:right center;
	padding:0 20px 0 0;
}
.yjsgrtl .template_list li a:hover {
	background-position:right center;
}
.yjsgrtl .hdctm .yj_twitter_cont {
	padding:15px 20px 15px 0;
	background-position:right center;
}
.yjsgrtl .hdccm .yjsquare_in {
	margin:0 0 0 30px;
}
/*k2 rtl*/
.yjsgrtl div.catItemView,
.yjsgrtl div.itemView,
.yjsgrtl div.userBlock,
.yjsgrtl .latestView div.latestItemView {
	margin:0 0 0 20px;
}
.yjsgrtl div.catItemImageBlock,
.yjsgrtl .hdck2com ul li a.lcAvatar img,
.yjsgrtl .hdck2cm span.yj_effect,
.yjsgrtl .tagView div.itemImageBlock,
.yjsgrtl div.userBlock img,
.yjsgrtl .userView div.itemImageBlock {
	float:right;
	margin:0 0 0 20px!important;
}
.yjsgrtl div.catItemHeader span.catItemDateCreated,
.yjsgrtl ul.preSocialLinks li,
.yjsgrtl ul.preSocialLinks {
	float:right;
}
.yjsgrtl .hdck2m,
.yjsgrtl .hdck2cm,
.yjsgrtl .hdck2com,
.yjsgrtl .hdck2tc {
	margin:20px 20px 0 0!important;
}
.yjsgrtl .k2CategoriesListBlock.hdck2m,
.yjsgrtl .k2ItemsBlock.hdck2cm,
.yjsgrtl .k2LatestCommentsBlock.hdck2com {
	margin:0!important;
}
.yjsgrtl .hdck2cm .moduleItemIntrotext {
	padding:5px 115px 5px 0!important;
}
.yjsgrtl div.k2LatestCommentsBlock ul li span.lcComment {
	clear:none;
	padding:5px 80px 5px 0!important;
}
.yjsgrtl .hdck2tc div.k2TagCloudBlock a,
.yjsgrtl .hdck2tc div.k2TagCloudBlock a:hover {
	float:right;
	margin:0 0 10px 10px;
}
.yjsgrtl .hdck2tc div.k2TagCloudBlock a:after,
.yjsgrtl div.itemTagsBlock ul.itemTags li:after {
	margin:-3px -2px 0 0;
}
.yjsgrtl div.itemTagsBlock ul.itemTags li:after {
	margin:-4px -2px 0 0;
}
.yjsgrtl div.itemHeader span.itemDateCreated,
.yjsgrtl div.itemHeader span.itemAuthor {
	float:right;
	margin:0 0 0 10px;
}
.yjsgrtl div.itemToolbar {
	float:left;
}
.yjsgrtl div.itemImageBlock {
	float:right;
	margin:0 0 10px 0;
}
.yjsgrtl div.itemCommentsForm form {
	margin: 0 5px 0 0;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # greenistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*BODY ID'S USED FOR CSS FONT STYLES AND BASE SITE BODY STYLING */
/*html {
   margin: 0;
   padding: 0;
   background: #090909 url(./templates/hdchannel/images/PA-bg.png) repeat;
}*/
body#stylef1,
body#stylef2,
body#stylef3,
body#stylef4,
body#stylef5,
body#stylef6,
body#stylef7,
body#stylef8,
body#stylef9,
body#stylef10,
body#stylef11,
body#stylef12,
body#stylef13,
body#stylef14,
body#stylef15,
body#stylef16 {
	background:#000 url(./templates/hdchannel/images/imagem_fundo.jpg) no-repeat top center;
	color:#929292;
}
#yjsg2,
#yjsg3,
#yjsg4,
#yjsg5,
#pathway {
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-khtml-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-moz-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
}
#yjsg6 {
	background:#171717;
}
#yjsg7 {
	background:#090909;
}
.yjsg6_bottom {
	background:#3d3d3d;
}
#logo {
	background:url(./templates/hdchannel/images/green/logo.png) no-repeat 0px 0px;
}
#yjsgheadergrid {
	color:#fff;
}
#pathway .yjsg_breadcrumbs a.pathway {
	background: url(./templates/hdchannel/images/arrow.png) no-repeat right center;
}
#footer {
	color:#91965a;
}
/* SITE LINKS */
a {
	color:#121212;
}
/* SITE HOVERS */
a:focus,
a:hover {
	color:#91965a;
}
#footmod a,
#footmod a:visited
#cp a,
#cp a:visited,
#joomlacgreenit a,
#joomlacgreenit a:visited,
#pathway a,
#pathway a:visited {
	color:#91965a;
}
#footmod a:hover,
#footmod a:focus,
#cp a:focus,
#cp a:hover,
#joomlacgreenit a:focus,
#joomlacgreenit a:hover,
#pathway a:focus,
#pathway a:hover {
	color:#91965a;
}
/* SITE HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#91965a;
}
.small,
.createdate,
.modifydate,
.createby {
	text-transform: uppercase;
	color:#474747;
	font-size:10px;
}
/* SITE TITLE, NEWS ITEM TITLE, MORE ARTICLES */
.pagetitle,
.article_title {
	color:#121212;
}
.yjsg-morearticles h3 {
	border:none;
}
/* ARTICLE TABLE OF CONTENTS */
fieldset,
#article-index ul {
	border:1px solid #dcdcdc;
}
#article-index ul li {
	border-bottom:1px solid #dcdcdc;
}
#article-index ul li:last-child {
	border:none;
}
/* FIELDSET IN MODULES */
.yjsquare_in fieldset {
	border:none;
}
/* INPUTBOXES */
.inputbox {
	background:#FFFFFF;
	border:1px solid #dbdbdb;
}
.inputbox:hover,
.inputbox:focus {
	background:#FFFFFF;
	border:1px solid #cdcdcd;
}
/*BUTTONS
--------------------- */
.button,
.button:hover,
.button:focus,
.validate {
	background:#91965a;
	border:none;
	color:#fff;
	-webkit-box-shadow:none!important;
	-khtml-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	text-shadow:none;
}
/*readon*/
a.readon,
a.readon:hover,
a.readon:focus {
	background:#91965a;
	border:none;
	color:#fff;
	-webkit-box-shadow:none!important;
	-khtml-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	text-shadow:none;
}
a.readon:hover {
	background:#121212;
	color:#fff;
}
/*SQUARE MODULES STYLE
--------------------- */
.yjsquare h2.module_title {
	color:#121212;
}
/* SPAN COLOR SHOWS FIRST */
.yjsquare h2.module_title span {
	color:#121212;
}
/*  SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND */
#yjsgheadergrid .yjsquare h2.module_title,
#yjsg6 .yjsquare h2.module_title,
#yjsg7 .yjsquare h2.module_title {
	color:#fff;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR*/
#yjsgheadergrid .yjsquare h2.module_title span,
#yjsg6 .yjsquare h2.module_title span,
#yjsg7 .yjsquare h2.module_title span {
	color:#fff;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
.horiznav {
	background: url(./templates/hdchannel/images/green/topmenu/horiz_bg.png) repeat-x 0 bottom;
}
/* MENU OVERRIDES */
.YJSG_listContainer {
	background:none;
}
/* NORMAL SUBTITLE */
.horiznav ul li a span.yjm_desc {
	color:#515151;
}
/*ACTIVE AND HOVER SUBTITLE*/
.horiznav ul li.active a span.yjm_desc,
.horiznav ul li a:hover span.yjm_desc,
.horiznav ul li.sfHover a span.yjm_desc {
	color:#fff;
}
/* NORMAL TOP LINKS */
.horiznav ul li {
	background: url(./templates/hdchannel/images/green/topmenu/normal_l.png) no-repeat left center;
}
.horiznav ul li a,
.horiznav ul li a:visited {
	color: #fff;
	background: url(./templates/hdchannel/images/green/topmenu/normal_r.png) no-repeat right center;
}
/* NORMAL TOP LINKS WITH CHILD ELEMENT */
.horiznav ul li.haschild {
	background: url(./templates/hdchannel/images/green/topmenu/normal_l_haschild.png) no-repeat left center;
}
/* TOP LINKS HOVER */
.horiznav ul li:hover,
.horiznav ul li.sfHover {
	background: url(./templates/hdchannel/images/green/topmenu/hover_l.png) no-repeat left center;
}
.horiznav ul li a:hover,
.horiznav ul li:hover a,
.horiznav ul li.sfHover a,
.horiznav ul li.sfHoverHas a {
	color: #fff;
	background: url(./templates/hdchannel/images/green/topmenu/hover_r.png) no-repeat right center;
}
/* TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav ul li.haschild:hover {
	background: url(./templates/hdchannel/images/green/topmenu/hover_l_haschild.png) no-repeat left center;
}
.horiznav ul li.haschild a:hover {
	color: #fff;
}
/* ACTIVE TOP LINKS  */
.horiznav li#current,
.horiznav li.active {
	background: url(./templates/hdchannel/images/green/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a,
.horiznav li.active a,
.horiznav li.active a:visited,
.horiznav li.active.sfHover a:visited,
.horiznav li.active.sfHoverHas a:visited {
	color: #fff;
	background: url(./templates/hdchannel/images/green/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS WITH CHILD ELEMENT */
.horiznav li#current.haschild,
.horiznav li.haschild,
.horiznav ul li.haschild.active,
.horiznav ul li.sfHoverHas {
	background: url(./templates/hdchannel/images/green/topmenu/active_l_haschild.png) no-repeat left center;
}
/* ACTIVE TOP LINKS HOVER */
.horiznav li#current:hover,
.horiznav li#current.sfHover,
.horiznav li.active:hover,
.horiznav li.active.sfHover {
	background: url(./templates/hdchannel/images/green/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a:hover,
.horiznav li#current.sfHover a:hover,
.horiznav li.active a:hover {
	color: #fff;
	background: url(./templates/hdchannel/images/green/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav li#current.haschild:hover,
.horiznav li#current.haschild.sfHoverHas,
.horiznav li#current.active.sfHover {
	background: url(./templates/hdchannel/images/green/topmenu/active_l_haschild.png) no-repeat left center;
}
/* MAIN SUB UL AND MODULE BG */
ul.subul_main.group_holder,
.subul_main li.has_modpoz div.yj_menu_module_holder,
.subul_main li.has_module div.yj_menu_module_holder,
.subul_main li.haschild div.yj_menu_module_holder,
.horiznav ul ul.subul_main.dropline {
	background:#090909;
}
/* end dropline extra */
.horiznav ul ul.subul_main.dropline ul a,
.horiznav ul ul.subul_main.dropline ul a:hover,
ul.subul_main.dropline div.yj_menu_module_holder {
	border-bottom: 1px solid #353535!important;
}
/* MAIN SUB ITEM*/
.top_menu ul.subul_main li a {
	background:#090909;
	border-bottom: 1px solid #353535;
	color: #fff;
}
.top_menu ul.subul_main li a:visited {
	color: #fff;
	background:#090909;
}
/*MAIN SUB ITEM HOVER*/
.top_menu ul.subul_main li a:hover {
	background:#91965a;
	color: #fff;
}
.top_menu ul.subul_main li,
.top_menu ul.subul_main li.active,
.top_menu ul.subul_main li.active:visited,
.top_menu ul.subul_main li.active:hover,
.top_menu ul.subul_main li:hover,
.top_menu ul.subul_main li:visited,
.top_menu ul.subul_main li#current,
.top_menu ul.subul_main li#current:hover {
	border:none;
	background:none;
}
/*MAIN SUB ACTIVE UL A ITEMS*/
.top_menu li#current ul.subul_main li a,
.top_menu li.active ul.subul_main li a {
	background:#090909;
	color: #fff;
}
/*MAIN SUB ACTIVE UL ITEMS A HOVER*/
.top_menu li#current ul.subul_main li a:hover,
.top_menu li.active ul.subul_main li a:hover,
.top_menu li#current.sfHover ul.subul_main li a:hover,
.top_menu li.active.sfHover ul.subul_main li a:hover {
	background:#91965a;
	color:#fff;
}
/*MAIN SUB UL ACTIVE LI A ITEM*/
.top_menu ul.subul_main li#current a,
.top_menu ul.subul_main li.haschild.active span.subparent a {
	background:#91965a;
	color:#fff;
}
/*MAIN SUB UL ACTIVE LI A ITEM HOVER*/
.top_menu ul.subul_main li#current a:hover,
.top_menu ul.subul_main li#current.sfHover,
.top_menu ul.subul_main li.haschild.active span.subparent a:hover {
	background:#91965a;
	color:#fff;
}
/*SUB LEVEL PARENT ITEM ARROWS*/
ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a {
	background-image:url(./templates/hdchannel/images/green/topmenu/arrow_right.png)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover {
	background-image:url(./templates/hdchannel/images/green/topmenu/arrow_down.png)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
/* IE6 SPECIFIC */
.horiznav li li.sfHover ul,
.horiznav li li.sfHoverHas ul,
.top_menu ul.subul_main.isie {
	background:#292929;
}
/********************** CORNERS FOR MENU UL'S ***************************/
/*TOP LEFT*/
.horiznav li.tl,
.horiznav li.tl:hover {
	background:transparent url(./templates/hdchannel/images/green/topmenu/corners/tl.png)!important;
}
/* TOP RIGHT*/
.horiznav li.tr,
.horiznav li.tr:hover {
	background:transparent url(./templates/hdchannel/images/green/topmenu/corners/tr.png) no-repeat right top!important;
}
/* BOTTOM RIGHT*/
.horiznav li.br,
.horiznav li.br:hover {
	background:transparent url(./templates/hdchannel/images/green/topmenu/corners/br.png) no-repeat right bottom!important;
}
/* BOTTOM LEFT*/
.horiznav li.bl,
.horiznav li.bl:hover {
	background:transparent url(./templates/hdchannel/images/green/topmenu/corners/bl.png) no-repeat left bottom!important;
}
/* RIGHT MIDDLE */
.horiznav li.right,
.horiznav li.right:hover {
	background:transparent url(./templates/hdchannel/images/green/topmenu/corners/right.png) no-repeat right bottom!important;
}
/********************** YJSG MEGA MENU STYLE ***************************/
/* Group holder title*/
.top_menu .horiznav .group_holder li.haschild a,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a {
	color: #fff;
	border:none;
	background:none;
}
.top_menu .horiznav .group_holder li.haschild a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a:hover {
	color: #91965a;
	background:090909;
}
/* Group holder items title*/
.top_menu .horiznav .group_holder li.haschild li a,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a {
	color: #fff;
	border-bottom: 1px solid #353535;
	background:#090909;
}
.top_menu .horiznav .group_holder li.haschild li a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a:hover {
	color: #fff;
	background:#91965a;
}
span.separator {
	background:#090909;
	border-bottom: 1px solid #353535;
	color: #fff;
}
/*Menu module links*/
div.yj_menu_module_holder .yjsquare_in a:link,
div.yj_menu_module_holder .yjsquare_in a:visited {
	color:#3c3c3c!important;
}
div.yj_menu_module_holder .yjsquare_in a:focus,
div.yj_menu_module_holder .yjsquare_in a:hover {
	color:#fff!important;
}
/*SIDE MENU MODULE
--------------------- */
/* MENU NORMAL LINKS COLOR */
#mainlevel li a,
.menu li a,
a.mainlevel {
	background: url(./templates/hdchannel/images/green/mainlevel.png) no-repeat left top;/* LINKS BG IMAGE */
	color:#91965a;
}
/* HOVER AND ACTIVE LINKS BG IMAGE */
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
a.mainlevel:hover,
a.mainlevel#active_menu,
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
.menu li a:hover,
.menu li.active a {
	background: url(./templates/hdchannel/images/green/mainlevel.png) no-repeat left bottom;
}
/* SUB LEVELS LI IMAGE */
a.sublevel {
	background: url(./templates/hdchannel/images/green/bodyli.png) no-repeat 5px 9px;
}
a.sublevel:hover {
	text-decoration:underline;
}
/*HOVER AND ACTIVE LINK COLOR */
#footmod a.mainlevel:hover,
#footmod a.mainlevel:active,
#footmod a.mainlevel:focus,
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
a.mainlevel#active_menu,
a.sublevel,
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus,
#active_menu,
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
li.active a,
li.parent a,
.menu li a:hover {
	color:#121212;
}
/* MENU LI A AND MENU SUB LEVELS LINK COLOR */
li.active ul li a,
a.sublevel#active_menu {
	color:#121212;
}
/* MENU LI A HOVER AND ACTIVE LINK COLOR AND BG */
li.active ul li a:hover,
li.active ul li.active a {
	color:#91965a;
	background: url(./templates/hdchannel/images/green/mainlevel.png) no-repeat left top;
}
/* SITES LI IMAGE */
ul li {
	background: url(./templates/hdchannel/images/green/bodyli.png) no-repeat 0px 6px;
}
/*USER PAGES STYLES */
div.userpages {
	background:none;
	border:none;
	text-shadow:none;
}
div.userpageswrap.offline div.userpages {
	border:none;
	background:#fff;
}
/***SMALL MENU***/
#smallmenu ul li a {
	color:#121212;
}
#smallmenu ul li a:hover {
	color:#91965a;
}
/***HEADER***/
#header {
/*	background:#91965a;*/
}
#header:before {
	border-color:#eeeeee transparent transparent #eeeeee;
}
#header:after {
	border-color:#eeeeee #eeeeee transparent transparent;
}
/***CENTERBOTTOM***/
#centerbottom {
	background:#f9f9f9;
	-webkit-box-shadow:0px -10px 5px 0px #d0d0d0;
	box-shadow:0px -10px 5px 0px #d0d0d0
}
/***POP LOGIN***/
.hdclm .poping_links {
	background:url(./templates/hdchannel/images/green/userlogin.png) no-repeat right top;
}
.hdclm #login_pop {
	background:#121212;
	color:#fff;
}
/***Login form***/
.hdclm #login_pop .inputbox {
	color:#726f6f;
	background:#242424;
	-webkit-box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;
	box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;
}
.hdclm #login_pop .yjpop_user,
.hdclm #login_pop .yjpop_pass {
	color:#fff;
}
.hdclm #login_pop .yjpop_user:hover,
.hdclm #login_pop .yjpop_pass:hover {
	color:#91965a;
}
/***Register form***/
.hdclm #josForm {
	border-left:1px solid #313131;
}
.hdclm .popyjreg .inputbox {
	color:#726f6f;
	background:#242424;
	-webkit-box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;
	box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;
}
.hdclm #closeLogin {
	background:#fff;
	color:#121212;
}
/***Logut button***/
.hdclm #login-form {
	background:url(./templates/hdchannel/images/green/userlogout.png) no-repeat right top;
}
/***LIVE SEARCH***/
.hdcls .yj_inputbox {
	color:#fff;
	background:#787c4b;
	-webkit-box-shadow:inset 1px 1px 0px 0px #60633c, 1px 1px 0px 0px #a6ac68;
	box-shadow:inset 1px 1px 0px 0px #60633c, 1px 1px 0px 0px #a6ac68;
}
.hdcls .button {
	background:url(./templates/hdchannel/images/lupe.png) no-repeat center top;
}
.hdcls .button:hover {
	background:url(./templates/hdchannel/images/lupe.png) no-repeat center bottom;
}
/*results*/
.LiveSearchResults {
	background:#91965a;
	color:#fff;
}
.LiveSearchResults .LiveSearchResult,
.LiveSearchResults .LiveSearchResultHover {
	background:#91965a;
	border-bottom:1px solid #a6ac68;
	color:#fff;
}
.LiveSearchResults a {
	color:#fff!important;
}
.LiveSearchResults .LiveSearchResultHover a {
	color:#121212!important;
}
.LiveSearchResults .LiveSearchExpandDetails,
.LiveSearchResults .LiveSearchExpandDetails a:hover,
.LiveSearchResults .LiveSearchExpandDetails a.hovegreen {
	background:url(./templates/hdchannel/images/info.png) no-repeat left center;
}
.LiveSearchResults .LiveSearchResultHover .LiveSearchExpandDetails {
	background:url(./templates/hdchannel/images/info.png) no-repeat -15px center;
}
.LiveSearchContainer .noResults {
	color:#fff;
}
/*back and next button*/
.LiveSearchResults a.next,
.LiveSearchResults a.back {
	background:#787c4b;
	color:#fff!important;
	-webkit-box-shadow:inset 1px 1px 0px 0px #60633c, 1px 1px 0px 0px #a6ac68;
	box-shadow:inset 1px 1px 0px 0px #60633c, 1px 1px 0px 0px #a6ac68;
}
.LiveSearchResults a.next:hover,
.LiveSearchResults a.back:hover {
	background:#787c4b;
	color:#121212!important;
}
/***MENU***/
/*Active and hover subtitle*/
.horiznav ul li.active ul li a span.yjm_desc {
	color:#515151;
}
.horiznav ul li.active ul li#current a span.yjm_desc,
.horiznav ul li.active ul li a:hover span.yjm_desc {
	color:#fff;
}
.horiznav ul li.active ul li:hover span a:hover,
.horiznav ul li.active ul li:hover a:hover,
.horiznav ul li.active ul li.active ul li.active ul li span a:hover {
	color:#fff!important;
}
/*--Module in menu---*/
.yj_menu_module_holder {
	color:#515151;
}
.yj_menu_module_holder h2.module_title,
.yj_menu_module_holder h2.module_title span {
	color:#fff!important;
}
/*Dropline*/
ul.subul_main.dropline.level1 li a {
	-webkit-box-shadow:inset -1px 0px 0px 0px #353535;
	box-shadow:inset -1px 0px 0px 0px #353535;
}
.top_menu ul.subul_main.level1 li.active a span.yjm_desc {
	color:#fff;
}
.top_menu ul.subul_main.level1 li.active a {
	background-image:url(./templates/hdchannel/images/green/topmenu/arrow_down.png)no-repeat!important;
}
/***IMAGE SLIDER***/
.hdcis .YJSlide_intro {
	color:#efefef;
}
.hdcis h4 {
	color:#fff!important;
	background:#91965a;
}
.hdcis .is_introholder {
	background:url(./templates/hdchannel/images/is_decbg.png) repeat;
}
.is_rm {
	background:url(./templates/hdchannel/images/green/is_rm.png) no-repeat left top;
}
.is_rm:hover {
	background:url(./templates/hdchannel/images/green/is_rm.png) no-repeat left bottom;
}
/*bottom nav*/
.hdcis .navContainer_inside {
	background:#f9f9f9;
}
.hdcis .navContainer_inside:before {
	border-color:transparent #f9f9f9 #f9f9f9 transparent;
}
.hdcis .navContainer_inside:after {
	border-color:transparent transparent #f9f9f9 #f9f9f9;
}
.hdcis .bnav:link,
.hdcis .bnav:visited {
	background:url(./templates/hdchannel/images/green/point_navigation.png) no-repeat left -11px;
}
.hdcis .bnav:hover {
	background:url(./templates/hdchannel/images/green/point_navigation.png) no-repeat left top;
}
.hdcis .bnav.active {
	background:url(./templates/hdchannel/images/green/point_navigation.png) no-repeat left top;
}
.isnav_shadow {
	background:url(./templates/hdchannel/images/is_shadow.png) no-repeat center top;
}
/***CUSTOM MODULE***/
/*Template readmore*/
.template_readmore {
	background:#91965a;
	color:#fff;
}
.template_readmore:hover {
	color:#fff;
	background:#121212;
}
.template_readmore2 {
	background:#91965a;
	color:#fff;
}
.template_readmore2:hover {
	color:#121212;
	background:#91965a;
}
/***YJ MULTITABS***/
.hdcmt ul#tabs li {
	color:#121212;
}
.hdcmt ul#tabs li:after {
	border-color:transparent #000000 transparent transparent;
}
.hdcmt ul#tabs li:hover,
.hdcmt ul#tabs li.selected {
	background:#91965a;
	color:#fff;
}
/***York inside multitabs***/
.hdcmt .yy_container_out,
.hdcmt #yy_container_intheaters,
.hdcmt #yy_container_comingsoon,
.hdcmt #yy_container_bestof2012 {
	background:#f9f9f9!important;
}
/*navigation*/
.hdcmt .yy_container .linkForward,
.hdcmt .yy_container .linkBackward,
.hdcym .yy_container .linkForward,
.hdcym .yy_container .linkBackward,
.hdcym2 .yy_container .linkForward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkForward,
.hdcym3 .yy_container .linkBackward {
	background:url(./templates/hdchannel/images/green/york_arrow_right.png) no-repeat left bottom;
}
.hdcmt .yy_container .linkBackward {
	background:url(./templates/hdchannel/images/green/york_arrow_left.png) no-repeat left bottom;
}
.hdcym .yy_container .linkBackward,
.hdcym2 .yy_container .linkBackward,
.hdcym3 .yy_container .linkBackward {
	background:url(./templates/hdchannel/images/green/york_arrow_left.png) no-repeat left bottom;
}
.hdcym2 .yy_container .linkBackward {
	background:url(./templates/hdchannel/images/green/york_arrow_left2.png) no-repeat left bottom;
}
.hdcym2 .yy_container .linkForward {
	background:url(./templates/hdchannel/images/green/york_arrow_right2.png) no-repeat left bottom;
}
/*bottom navigation*/
.hdcmt ul.yy_bottom_navigation li a,
.hdcym ul.yy_bottom_navigation li a,
.hdcym2 ul.yy_bottom_navigation li a,
.hdcym3 ul.yy_bottom_navigation li a {
	background:url(./templates/hdchannel/images/green/point_navigation.png) no-repeat left bottom;
}
.hdcym2 ul.yy_bottom_navigation li a {
	background:url(./templates/hdchannel/images/green/point_navigation2.png) no-repeat left bottom;
}
/***Engine inside youyork***/
.hdcmt .yjme_item a.item_title {
	color:#91965a;
}
.hdcmt .yjme_item a.item_title:hover {
	color:#121212;
}
.hdcmt .yjme_item div.item_details {
	color:#474747;
}
/***YORK MODULE RIGHT***/
.hdcym .yjsquare_in {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #fff;
	background: rgb(238,238,238)!important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(25%, rgba(249,249,249,1)))!important;
	background: -webkit-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -o-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -ms-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f9f9f9', GradientType=1 )!important;
}
/***Engine inside youyork right***/
.hdcym .yjme_item_in {
	border-bottom:1px solid #dbdbdb;
}
.hdcym .yjme_item a.item_title {
	color:#91965a;
}
.hdcym .yjme_item a.item_title:hover {
	color:#121212;
}
.hdcym .yjme_item div.item_details {
	color:#474747;
}
/***YORK MODULE RIGHT 2***/
/***Engine inside youyork right2***/
.hdcym2 .yjme_item a.item_title {
	color:#fff;
}
.hdcym2 .yjme_item a.item_title:hover {
	color:#91965a;
}
.hdcym2 .yjme_item p.item_intro {
	color:#808080;
}
.hdcym2 .yjme_item div.item_details {
	color:#606060;
	border-bottom:1px solid #313131;
	border-top:1px solid #313131;
}
.hdcym2 .yjme_item div.item_details a {
	color:#606060;
}
.hdcym2 .yjme_item div.item_details a:hover {
	color:#91965a;
}
.hdcym2 .item_details .item_category:after,
.hdcym2 .item_details .item_cdate:after,
.hdcym2 .item_details .item_author:after {
	border-color:transparent #313131 transparent transparent;
}
.hdcym2 .yjme_item a.item_readmore {
	color:#fff;
	background:#91965a;
}
.hdcym2 .yjme_item a.item_readmore:hover {
	color:#121212;
}
/***CUSTOM 2***/
.custom2 {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
/***Engine inside youyork bottom***/
.hdcym3 .yjme_item a.item_title {
	color:#91965a;
}
.hdcym3 .yjme_item a.item_title:hover {
	color:#121212;
}
.hdcym3 .yjme_item div.item_details {
	color:#474747;
}
/***FOOTER MODULES***/
/***SUBSCRIBE***/
.hdcsm p {
	color:#efefef;
}
.hdcsm .inputbox_email {
	color:#726f6f;
	background:#242424;
	-webkit-box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;
	box-shadow:inset 1px 1px 0px 0px #0e0e0e, 1px 1px 0px 0px #393939;
}
.hdcsm .subscribe_button {
	background:#91965a;
	color:#fff;
}
/***SOCIALS***/
.socials a {
	border-left:1px solid #3d3d3d;
}
.yj_facebook {
	background:url(./templates/hdchannel/images/yjfacebook.png) no-repeat left top;
}
.yj_youtube {
	background:url(./templates/hdchannel/images/yjyoutube.png) no-repeat left top;
}
.yj_youtube {
	background:url(./templates/hdchannel/images/yjyoutube.png) no-repeat left top;
}
.yj_twitter {
	background:url(./templates/hdchannel/images/yjtwitter.png) no-repeat left top;
}
.yj_skype {
	background:url(./templates/hdchannel/images/yjskype.png) no-repeat left top;
}
.yj_linkedin {
	background:url(./templates/hdchannel/images/yjlinkedin.png) no-repeat left top;
}
.yj_flickr {
	background:url(./templates/hdchannel/images/yjflickr.png) no-repeat left top;
}
.yj_googleplus {
	background:url(./templates/hdchannel/images/yjgoogleplus.png) no-repeat left top;
	border-right:1px solid #3d3d3d;
}
/***PARTNERS***/
/*Template list*/
.template_list li a {
	color:#868686;
	background:url(./templates/hdchannel/images/green/template_list_normal.png) no-repeat left center;
}
.template_list li a:hover {
	color:#91965a;
	background:url(./templates/hdchannel/images/green/template_list_hover.png) no-repeat left center;
}
/***TWEETS***/
.hdctm .yj_twitter_cont {
	border-bottom:1px solid #2d2d2d;
	background:url(./templates/hdchannel/images/green/template_list_normal.png) no-repeat left center;
}
.hdctm a {
	color:#868686!important;
}
.hdctm a:hover {
	color:#91965a!important;
}
/***CONTACT US***/
.hdccm .template_readmore:hover {
	background:#91965a;
	color:#121212;
}
/***MODULE STYLES***/
/*YJ1,YJ2*/
.yj1,
.yj2 {
	background:#090909;
}
.yj2 {
	color:#fff;
	background:#91965a;
}
.yj1 h2.module_title,
.yj2 h2.module_title {
	color:#fff!important;
	border-bottom:1px solid #313131;
}
.yj2 h2.module_title {
	border-bottom:1px solid #a6ac68;
}
.yj1 h2.module_title span,
.yj2 h2.module_title span {
	color:#fff!important;
}
.yj1:after,
.yj2:after {
	border-color:#f9f9f9 #f9f9f9 transparent transparent;
}
/***ADITIONAL***/
.hdcmt ul#tabs,
.hdcmt #yy_container_intheaters,
.hdcmt #yy_container_comingsoon,
.hdcmt #yy_container_bestof2012 {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	background: rgb(249,249,249)!important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(74%, rgba(249,249,249,1)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
	background: -o-linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
	background: -ms-linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
	background: linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=1 );
}
#holder #insetblock,
#holder #rightblock,
#holder2 #insetblock,
#holder2 #rightblock,
#holder2 #leftblock,
#holder2 #insetsholder_2t,
#holder2 #insetsholder_2b {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #dbdbdb, inset 2px 0px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #dbdbdb, inset 2px 0px 0px 0px #fff;
	background: rgb(238,238,238)!important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(25%, rgba(249,249,249,1)))!important;
	background: -webkit-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -o-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -ms-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f9f9f9', GradientType=1 )!important;
}
#holder #leftblock,
#holder3 #insetblock,
#holder3 #rightblock,
#holder3 #leftblock,
#holder3 #insetsholder_3t,
#holder3 #insetsholder_3b,
#holder3 .hdcym .yjsquare_in{
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset -1px 0px 0px 0px #dbdbdb, inset -2px 0px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset -1px 0px 0px 0px #dbdbdb, inset -2px 0px 0px 0px #fff;
	background: rgb(238,238,238)!important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(25%, rgba(249,249,249,1)))!important;
	background: -webkit-linear-gradient(45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -o-linear-gradient(45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -ms-linear-gradient(45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: linear-gradient(-135deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f9f9f9', GradientType=1 )!important;
}
#holder3 .hdcym .yjsquare_in{
	padding:0 15px 0 0;
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
}
#holder3 .hdcmt ul#tabs li {
    margin:15px 0 15px 25px;
}
#holder3 .hdcym2.yj1 {
    margin:15px 15px 15px 0!important;
}
span.dropcap,
span.bignumber {
	color:#91965a;
}
/***K2***/
/***Category item view***/
div.itemListCategory h2 {
	color:#121212;
}
div.catItemView {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
div.catItemHeader h3.catItemTitle a {
	color:#91965a;
}
div.catItemHeader h3.catItemTitle a:hover {
	color:#121212;
}
div.catItemHeader span.catItemDateCreated {
	color:#474747;
}
span.catItemDateModified {
	color:#929292;
}
div.catItemHitsBlock,
div.catItemCategory,
div.catItemTagsBlock {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
}
div.catItemCategory span,
div.catItemTagsBlock span {
	color:#929292;
}
div.catItemTagsBlock ul.catItemTags li {
	background:#91965a;
}
div.catItemTagsBlock ul.catItemTags li a,
div.catItemTagsBlock ul.catItemTags li a:hover {
	color:#fff;
}
div.catItemTagsBlock ul.catItemTags li:after {
	border-color:#F9F9F9 #F9F9F9 transparent transparent;
}
div.catItemTagsBlock ul.catItemTags li:hover {
	background:#121212;
}
/***Item view***/
div.itemHeader {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
div.itemHeader h2.itemTitle {
	color:#91965a;
	line-height: 35px;
}
div.itemHeader span.itemDateCreated {
	color:#474747;
}
div.itemContentFooter,
div.itemRatingBlock,
div.pre25SocialLinks,
div.itemCategory,
div.itemTagsBlock {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
span.preSocialsTitle,
div.itemCategory span,
div.itemTagsBlock span {
	color:#929292;
}
div.itemTagsBlock ul.itemTags li {
	background:#91965a;
}
div.itemTagsBlock ul.itemTags li:after {
	border-color:#F9F9F9 #F9F9F9 transparent transparent;
}
div.itemTagsBlock ul.itemTags li:hover {
	background:#121212;
}
div.itemTagsBlock ul.itemTags li a {
	color:#fff;
}
div.itemTagsBlock ul.itemTags li a:hover {
	color:#fff;
}
/*Author*/
div.itemAuthorLatest h3,
div.itemRelated h3 {
	color:#91965a;
}
div.itemAuthorLatest ul li,
div.itemRelated ul li {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
div.itemComments ul.itemCommentsList li {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
h3.itemCommentsCounter {
	color:#91965a;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
	color:#121212;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	color:#868686;
}
div.itemCommentsForm h3 {
	color:#91965a;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
}
form#comment-form .inputbox {
	color:#b7b7b7;
	box-shadow:1px 1px 0px 0px #dbdbdb, 2px 2px 0px 0px #fff, inset 1px 1px 0px 0px #dbdbdb, inset 2px 2px 0px 0px #fff;
	-webkit-box-shadow:1px 1px 0px 0px #dbdbdb, 2px 2px 0px 0px #fff, inset 1px 1px 0px 0px #dbdbdb, inset 2px 2px 0px 0px #fff;
}
div.itemCommentsForm form input#submitCommentButton {
	background:#91965a!important;
	color:#fff;
}
/***Tag view***/
.tagView div.itemView {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
.tagView div.itemHeader h2.itemTitle a {
	color:#91965a;
}
.tagView div.itemHeader h2.itemTitle a:hover {
	color:#121212;
}
.tagView div.itemIntroText {
	color:#929292;
}
/***User View***/
div.userBlock,
.userView div.itemView,
.userView .itemCommentsLink {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
div.userBlock h2,
.userView h3.itemTitle a:hover {
	color:#121212;
}
.userView h3.itemTitle a {
	color:#91965a;
}
.userView div.itemIntroText {
	color:#929292;
}
/***Latest item view and Generic item view***/
.latestView div.latestItemView,
.genericView div.itemView {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
.latestView div.catItemHeader h2.catItemTitle a,
.genericView div.itemHeader h2.itemTitle a {
	color:#91965a;
}
.latestView div.catItemHeader h2.catItemTitle a:hover,
.genericView div.itemHeader h2.itemTitle a:hover {
	color:#121212;
}
.genericView div.itemIntroText {
	color:#929292;
}
/***K2 MENU***/
.k2CategoriesListBlock ul li a {
	color:#121212;
	background:url(./templates/hdchannel/images/green/mainlevel.png) no-repeat left bottom;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a,
.k2CategoriesListBlock ul li a:hover {
	color:#91965a!important;
	background-position:left top;
}
div.k2CategoriesListBlock ul li.activeCategory a:hover {
	color:#91965a!important;
	background-position:left top;
}
/***K2 CONTENT***/
.hdck2cm ul li {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
.hdck2cm a.moduleItemTitle {
	color:#91965a;
}
.hdck2cm a.moduleItemTitle:hover {
	color:#121212;
}
.hdck2cm span.moduleItemDateCreated {
	color:#474747;
}
/***K2 COMMENTS***/
.hdck2com ul li {
	box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
	-webkit-box-shadow:0px 1px 0px 0px #dbdbdb, 0px 2px 0px 0px #fff;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	color:#121212;
}
div.k2LatestCommentsBlock ul li a span.lcComment {
	color:#929292;
}
div.k2LatestCommentsBlock ul li a span.lcComment:hover {
	color:#91965a;
}
/***K2 TAGS***/
.hdck2tc div.k2TagCloudBlock a {
	background:#91965a;
	color:#fff;
}
.hdck2tc div.k2TagCloudBlock a:hover {
	background:#121212;
	color:#fff;
}
.hdck2tc div.k2TagCloudBlock a:after {
	border-color:#F9F9F9 #F9F9F9 transparent transparent;
}
/***HOVER EFFECT***/
.yj_preview,
.yj_more {
	background:#91965a url(./templates/hdchannel/images/yj_preview.png) no-repeat center center;
}
.yj_more {
	background:#91965a url(./templates/hdchannel/images/yj_more.png) no-repeat center center;
}
.yj_preview:hover,
.yj_more:hover {
	background-color:#121212;
}
/* pagination */
ul.pagination li a,
ul.pagination li span,
th.pagenav_prev a,
th.pagenav_next a,
div.back_button a,
li.pagenav-next a,
li.pagenav-prev a {
	background-image: url(./templates/hdchannel/images/green/pagination.png);
}
/* active one*/
ul.pagination li span {
	color:#fff;
}
/* hover*/
ul.pagination li a:hover {
	color:#fff;
}
div.nojb.news_item_a .pagination ul li {
	border:1px solid #dcdcdc;
}
/*SECTION TABLE */
table.category {
	border: 1px solid #DDD;
	border-collapse: separate;
	border-bottom:none;
}
table.category td {
	border-bottom: 1px solid #DDD;
}
th.sectiontableheader {
	border-bottom: 1px solid #DDD;
	background:#fff;
}
tr.sectiontableentry1 td {
	background-color: #fafafa;
}
tr.sectiontableentry2 td {
	background-color: #fff;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #f7f7f7;
}
#mmenu_holder {
	background:#090909;
	border-bottom:5px solid #353535;
}
span#yjmm_selectid {
	color:#fff;
}
/*rtl*/
.yjsgrtl #header:before {
	border-color:#eeeeee #eeeeee transparent transparent;
}
.yjsgrtl #header:after {
	border-color:#eeeeee transparent transparent #eeeeee;
}
.yjsgrtl .hdcis .navContainer_inside:before {
	border-color:transparent transparent #f9f9f9 #f9f9f9;
}
.yjsgrtl .hdcis .navContainer_inside:after {
	border-color:transparent #f9f9f9 #f9f9f9 transparent;
}
.yjsgrtl .hdcmt ul#tabs,
.yjsgrtl .hdcmt #yy_container_intheaters,
.yjsgrtl .hdcmt #yy_container_comingsoon,
.yjsgrtl .hdcmt #yy_container_bestof2012,
.yjsgrtl #holder #leftblock,
.yjsgrtl #holder3 #insetblock,
.yjsgrtl #holder3 #rightblock,
.yjsgrtl #holder3 #leftblock,
.yjsgrtl #holder3 #insetsholder_3t,
.yjsgrtl #holder3 #insetsholder_3b,
.yjsgrtl #holder3 .hdcym .yjsquare_in {
	background: rgb(238,238,238)!important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(25%, rgba(249,249,249,1)))!important;
	background: -webkit-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -o-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: -ms-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
	background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 25%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f9f9f9', GradientType=1 )!important;
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff;
}
.yjsgrtl #holder2 #insetblock,
.yjsgrtl #holder2 #rightblock,
.yjsgrtl #holder2 #leftblock,
.yjsgrtl #holder2 #insetsholder_2t,
.yjsgrtl #holder2 #insetsholder_2b,
.yjsgrtl .hdcym .yjsquare_in,
.yjsgrtl #holder #insetblock,
.yjsgrtl #holder #rightblock,
.yjsgrtl #holder3 #midblock,
.yjsgrtl #holder3 .hdcmt ul#tabs,
.yjsgrtl #holder3 .hdcmt #yy_container_intheaters,
.yjsgrtl #holder3 .hdcmt #yy_container_comingsoon,
.yjsgrtl #holder3 .hdcmt #yy_container_bestof2012 {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset -1px 0px 0px 0px #dbdbdb, inset -2px 0px 0px 0px #fff!important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset -1px 0px 0px 0px #dbdbdb, inset -2px 0px 0px 0px #fff!important;
	background: rgb(249,249,249)!important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(74%, rgba(249,249,249,1)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
	background: -o-linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
	background: -ms-linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
	background: linear-gradient(45deg, rgba(249,249,249,1) 74%, rgba(238,238,238,1) 100%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=1 );
}
.yjsgrtl #holder #leftblock,
.yjsgrtl #holder3 #insetblock,
.yjsgrtl #holder3 #rightblock,
.yjsgrtl #holder3 #leftblock,
.yjsgrtl #holder3 #insetsholder_3t,
.yjsgrtl #holder3 #insetsholder_3b {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #dbdbdb, inset 2px 0px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff, inset 1px 0px 0px 0px #dbdbdb, inset 2px 0px 0px 0px #fff;
}
.yjsgrtl #holder3 #midblock,
.yjsgrtl #holder3 .hdcmt ul#tabs,
.yjsgrtl #holder3 .hdcmt #yy_container_intheaters,
.yjsgrtl #holder3 .hdcmt #yy_container_comingsoon,
.yjsgrtl #holder3 .hdcmt #yy_container_bestof2012 {
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff!important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff!important;
}
.yjsgrtl .hdcym .yjsquare_in {
	padding:0px 15px 0 0;
	box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff!important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb, inset 0px 2px 0px 0px #fff!important;
}
.yjsgrtl .yj1:after,
.yjsgrtl .yj2:after {
	border-color:#f9f9f9 transparent transparent #f9f9f9;
}
/*k2 rtl*/
.yjsgrtl .hdck2tc div.k2TagCloudBlock a:after,
.yjsgrtl div.itemTagsBlock ul.itemTags li:after {
	border-color:#F9F9F9 transparent transparent #F9F9F9;
}
.yjsgrtl div.itemTagsBlock ul.itemTags li:after {
	border-color:#F9F9F9 transparent transparent #F9F9F9;
}/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*select menu */
#mmenu_holder {
	display:none;
	width:100%;
	background:#000;
	padding:0;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	position:relative;
	height:38px;
}
select#mmenu {
	margin:0 auto;
	cursor:pointer;
	display:block;
	width:100%;
	overflow: hidden;
	height:35px;
	padding:5px 0;
}
span#yjmm_selectid {
	position:absolute;
	display:block;
	left:0;
	width:99%;
	height:35px;
	padding:0;
	margin:0;
	line-height:35px;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	overflow: hidden;
	cursor:pointer;
	background:url(./templates/hdchannel/images/navicon.png) no-repeat right 4px;
}
select.yjstyled {
	position: relative;
	opacity: 0;
	z-index: 5;
}
@media screen and (max-width: 1500px) {
	body,
	html {
	/*overflow-x: hidden;*/
	}
	#topmenu_holder.dropped {
		width:auto!important;
		float: none!important;
		clear:both!important;
		margin:0 auto!important;
	}
}
 @media only screen and (min-width: 1040px) and (max-width: 1199px) {
	body,
	p,
	img,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		transition:all .3s linear;
		-o-transition:all .3s linear;
		-moz-transition:all .3s linear;
		-webkit-transition:all .3s linear;
	}
	#header,
	#header_in,
	#centertop,
	#centerbottom,
	#yjsg1,
	#yjsg2,
	#yjsg3,
	#yjsg4,
	#yjsg5,
	#yjsg6,
	#yjsg7,
	#footer,
	#joomlacredit,
	.yjsgsitew{
		width:1000px!important;
	}
	.top_menu,
	.top_menu_poz_navbar,
	.top_menu_poz.navpills {
		width:1000px!important;
	}
}
 @media only screen and (min-width: 981px) and (max-width: 1039px) {
	#header,
	#header_in,
	#centertop,
	#centerbottom,
	#yjsg1,
	#yjsg2,
	#yjsg3,
	#yjsg4,
	#yjsg5,
	#yjsg6,
	#yjsg7,
	#footer,
	#joomlacredit,
	.yjsgsitew {
		width:980px!important;
	}
	.top_menu,
	.top_menu_poz_navbar,
	.top_menu_poz.navpills {
		width:980px!important;
	}
}
 @media screen and (max-width: 980px) {
	.top_menu_poz_navbar {
		width:100%!important;
	}
	.topmodpoz_navbar #mmenu_holder {
		display:none!important;
	}
	.top_menu,
	.top_menu_poz {
		visibility:hidden!important;
		height:0!important;
		overflow:hidden!important;
	}
	.top_menu.showmenu,
	.top_menu_poz.showmenu {
		visibility:visible!important;
		height:auto!important;
		overflow:visible!important;
	}
	#logo {
		visibility:hidden;
	}
	#logo.lfloat {
		margin:0 auto!important;
		float:none!important;
		visibility:visible!important;
	}
	/*	body,
		 html {
			overflow-x: hidden;
		}*/
		#header {
		overflow:hidden;
	}
	#header.dropped {
		overflow:hidden;
		height: auto!important;
	}
	#centertop,
	#header_in,
	#centerbottom,
	#yjsgheadergrid,
	#yjsg1,
	#yjsg2,
	#yjsg3,
	#yjsg4,
	#yjsg5,
	#yjsg6,
	#yjsg7,
	#midblock,
	#rightblock,
	#leftblock,
	#insetblock,
	#insetsholder_2t,
	#insetsholder_2b,
	#insetsholder_3t,
	#insetsholder_3b,
	#footer,
	#footmod,
	#joomlacredit,
	.validators,
	.yjsgcp,
	.yjsglogo,
	.yjsgsitew{
		width:auto!important;
		float: none!important;
		clear:both!important;
	}
	/* mods*/
	.yjsgxhtml {
		width:50%!important;
	}
	/* 3rd mod in group of 4*/
	.yjsgclearrow{
		clear:left!important;
	}
	.yjsgxhtml.last_mod,
	.yjsgxhtml.only_mod {
		width:100%!important;
	}
	embed,
	object {
		width: 100%!important;
		height: auto!important;
	}
	img {
		max-width: 100%!important;
	}
	.yjsglogo {
		position:static!important;
		display:block!important;
	}
	div.yjsg-newsitems .float-left {
		width:50%!important;
	}
	div.yjsg-newsitems .float-left.width100,
	 .last.float-left.width33,
	 .last.float-left.width20 {
		width:100%!important;
	}
	div.subCategory {
		height: auto!important;
	}
}
 @media screen and (max-width: 768px) {
	body {
		padding-right:0!important;
		padding-left:0!important;
	}
	.yjsg-split,
	.yjsg-split-in {
		width:100%!important;
		float:none;
		clear:both;
		margin-left:0;
		margin-right:0;
		padding-left:0!important;
		padding-right:0!important;
	}
	.yjsg-split  .navContainer {
		width: 98%!important;
	}
	.subCategoryContainer,
	.itemImageBlock,
	.itemContainer,
	.catItemImageBlock,
	div.subCategory a.subCategoryImage img,
	div.subCategory a.subCategoryImage {
		width:auto!important;
		float: none!important;
		clear:both!important;
	}
	.itemToolbar ul li {
		padding:0 5px 0 0!important;
	}
	#go_right,
	#go_left {
		width:100%;
		clear:both;
		position:static!important;
	}
	#go_right .affix,
	.yjsg-example-sidebar {
		position:static!important;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size:80%!important;
	}
	h1 {
		font-size: 2em;
		line-height: 1.7em!important;
	}
	h2 {
		font-size: 1.8em;
		line-height: 1.7em!important;
	}
	h3 {
		font-size: 1.5em;
		line-height: 1.7em!important;
	}
	h4 {
		font-size: 1.3em;
		line-height: 1.7em!important;
	}
	h5 {
		font-size: 1.2em;
		line-height: 1.7em!important;
	}
	h6 {
		font-size: 1.1em;
		line-height: 1.7em!important;
	}
	h1 small {
		font-size: 20px;
	}
	h2 small {
		font-size: 15px;
	}
	h3 small {
		font-size: 12px;
	}
	h4 small {
		font-size: 12px;
	}
	.userpages,
	#userpages {
		width:auto!important;
		float: none!important;
		clear:both!important;
	}
}
@media screen and (max-width: 480px) {
	div.yjsg-newsitems .float-left,
	.yjsgxhtml {
		width:auto!important;
		float: none!important;
		clear:both!important;
	}
	textarea,
	 .inputbox {
		width: 90%!important;
		height: auto!important;
	}
	.itemToolbar,
	.itemToolbar ul,
	.itemToolbar ul li {
		display:block!important;
		clear:both!important;
		float:none!important;
		padding:0!important;
		text-align:left!important;
		border:none!important;
	}
	.yjsg-example #myCarousel {
		width:100%;
		margin:0 auto;
	}
}
@media screen and (max-width: 320px) {
	.contact.component textarea,
	.contact.component input {
		width:95%!important;
	}
	#recaptcha_area {
		width:95%!important;
	}
	#recaptcha_area {
		width:95%!important;
	}
	#recaptcha_image {
		width:100% !important;
		height:auto !important
	}
	#recaptcha_area input {
		width:180px!important;
	}
	#recaptcha_logo {
		display:none!important;
	}
}
@media screen and (max-width: 240px) {
	.navContainer {
		width: 95%!important;
	}
}


/* Navbar from Bootstrap v2.2.2  */
@media (max-width: 979px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}
	.navbar-fixed-top {
		margin-bottom: 20px;
	}
	.navbar-fixed-bottom {
		margin-top: 20px;
	}
	.navbar-fixed-top .navbar-inner,
	 .navbar-fixed-bottom .navbar-inner {
		padding: 5px;
	}
	.navbar .container {
		width: auto;
		padding: 0;
	}
	.navbar .brand {
		padding-right: 10px;
		padding-left: 10px;
		margin: 0 0 0 -5px;
	}
	.nav-collapse {
		clear: both;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 10px;
	}
	.nav-collapse .nav > li {
		float: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #777777;
		text-shadow: none;
	}
	.nav-collapse .nav > li > a,
	 .nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #777777;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > li > a:hover,
	 .nav-collapse .dropdown-menu a:hover {
		background-color: #f2f2f2;
	}
	.navbar-inverse .nav-collapse .nav > li > a,
	 .navbar-inverse .nav-collapse .dropdown-menu a {
		color: #999999;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover,
	 .navbar-inverse .nav-collapse .dropdown-menu a:hover {
		background-color: #111111;
	}
	.nav-collapse.in .btn-group {
		padding: 0;
		margin-top: 5px;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		display: none;
		float: none;
		max-width: none;
		padding: 0;
		margin: 0 15px;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .open > .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu:before,
	 .nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .nav > li > .dropdown-menu:before,
	 .nav-collapse .nav > li > .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .navbar-form,
	 .nav-collapse .navbar-search {
		float: none;
		padding: 10px 15px;
		margin: 10px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-inverse .nav-collapse .navbar-form,
	 .navbar-inverse .nav-collapse .navbar-search {
		border-top-color: #111111;
		border-bottom-color: #111111;
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	}
	.nav-collapse,
	 .nav-collapse.collapse {
		height: 0;
		overflow: hidden;
	}
	.navbar .btn-navbar {
		display: block;
	}
	.navbar-static .navbar-inner {
		padding-right: 10px;
		padding-left: 10px;
	}
	.nav-collapse.in.collapse {
		padding-top:20px!important;
		height:auto!important;
	}
}
@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}
 /*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
@media only screen and (min-width: 1040px) and (max-width: 1199px) {
#header,
#header_in,
#centertop,
#centerbottom,
#centerfooter{
	 width:1000px!important;
 }
 #yjsg1,
 #yjsg2,
 #yjsg3,
 #yjsg4,
 #yjsg5,
 #yjsg6,
 #yjsg7,
 #footer,
 #joomlacredit,
 .yjsgsitew {
	width:auto!important;
}

}
@media only screen and (min-width: 981px) and (max-width: 1039px) {
#header,
#header_in,
#centertop,
#centerbottom,
#centerfooter{
	 width:980px!important;
 }
 .top_menu,
.top_menu_poz_navbar,
.top_menu_poz.navpills {
	width:auto!important;
}
}
@media screen and (max-width: 980px) {
	div#mmenu_holder{
		text-align:left;
		text-indent:15px;
	}
	#default_video{
		width:100%!important;
	}
.yjsquare.forceright275{
	margin:0px auto 0 auto!important;
	float:none!important;
}
.btns_atividades{
	margin:0;
	padding:0;
	text-align:center;
	float:none;
	}
}
@media screen and (max-width: 980px) {
	div#midblock{
		background:none!important;
	}
#smallmenu_holder{
	width:100%!important;
}
#smallmenu {
    float:none!important;
}
#header{
	margin-bottom:0!important;
}
#header:after {
	display:none;
}
.hdclm{
	float:left!important;
	position:absolute;
	top:-4px;
	left:-10px;
}
.hdclm .poping_links{
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform:matrix(-1, 0, 0, 1, 0, 0);
	position:relative;
}
.hdclm #login_pop{
	width:96%!important;
	left:0!important;
}
.hdcls{
	float:none!important;
}
.hdcls form{
	margin:0 auto;
}
.hdcym,.hdcym2{
	float:left!important;
	clear:none!important;
	width:50%!important;
	margin:0!important;
}
.hdcym2.yj1{
	margin:0!important;
}
#user16,#user17{
	width:100%!important;	
}
.hdcsm .yjsquare_in {
    margin:0 auto!important;
    width:600px!important;
}
.hdcsim .yjsquare_in{
    border-top: 1px solid #3D3D3D;
}
.socials{
	float:none!important;
	margin:0 auto!important;
	width:450px;
}
}
@media screen and (max-width:  840px) {
.hdclm #login_pop{
	top:5%!important;
	width:40%!important;
	height:670px!important;
	left:25%!important;
}
.hdclm #form-login {
    padding:0!important;
    width:100%!important;
}
.hdclm #josForm{
	width:100%!important;;
	padding:20px 0 0 0!important;
	border-top:1px solid #313131!important;
	border-left:none!important;
}
.hdclm .popyjreg .leftpart,
.hdclm .popyjreg .rightpart{
	width:100%!important;
}
}
@media screen and (max-width:  585px) {
.hdcsm .yjsquare_in {
    width:300px!important;
}
.hdcsm .yjsquare_in {
    margin:0 auto!important;
    width:100%!important;
}
.hdcsm .subscribe_button{
	float:left;
	margin:5px 0!important;
}
.hdcsm form{
	float:none!important;
	margin:5px 0!important;
}
.socials{
	width:100%;
}
}
@media screen and (max-width:  495px) {
.hdclm #login_pop{
	top:10%!important;
	width:92%!important;
	height:680px!important;
	left:0!important;
}
.hdclm #form-login {
    width:92%!important;
}
.hdclm #login_pop .inputbox{
	height:25px!important;	
}
}
@media screen and (max-width:  475px) {
.hdcsim .yjsquare_in{
    border-top:none;
}
.socials a{
	border:1px solid #3D3D3D;
	margin:5px;
}
.hdclm #login_pop #yjpop_remember {
	left:22%!important;
}
}
@media screen and (max-width:  715px) {
.hdcym,.hdcym2{
	width:100%!important;
}
#insetblock, #rightblock, 
#leftblock,.hdcym .yjsquare_in{
	box-shadow:inset 0px 1px 0px 0px #dbdbdb,inset 0px 2px 0px 0px #fff!important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dbdbdb,inset 0px 2px 0px 0px #fff!important;
}
}
@media screen and (max-width:  340px) {
.hdcls .button{
	top:-26px!important;
	right:-42%!important;
}
}
/*Image slider*/
@media screen and (max-width: 980px) {
.hdcis .YJSlide_intro{
	left:0!important;
	right:auto!important;
	top:0!important;
	width:50%!important;
	height:100%!important;
}
}
@media screen and (max-width:925px) {
.hdcis .YJIS_outer{
	height:300px!important;
}
}
@media screen and (max-width:800px) {
.hdcis .YJIS_outer{
	height:250px!important;
}
}
@media screen and (max-width:675px) {
.hdcis .YJIS_outer{
	height:200px!important;
}
}
@media screen and (max-width:545px) {
.hdcis .YJSlide_intro{
	width:100%!important;
	height:150px!important;
}
.hdcis .YJIS_outer{
	height:150px!important;
}
.hdcis h4{
	width:100%;
	opacity:0.8;
}
}
@media screen and (max-width:400px) {
.hdcis,.hdcis .yjsquare_in,.hdcis .YJIS_outer{
	height:250px!important;
}
.hdcis img{
	width:500px!important;
	height:250px!important;
}
}
/*York module*/
@media screen and (max-width: 980px) {
#yy_container,#yy_container_intheaters,
#yy_container_comingsoon,#yy_container_bestof2012,
#yy_container_bottom,.yy_container_out,
.yy_slider .yy_slideitems, 
.yy_slider .yy_slideitems_in,
#yy_slider_bottom{
	width:100%!important;
}
}
@media screen and (max-width: 980px) {
#yy_container_bottom,
#yy_slider_bottom{
	height:250px!important;
}
#yy_container_right,
#yy_slider_right{
	height:350px!important;
}
}
@media screen and (max-width: 940px) {
#yy_container_bottom,
#yy_slider_bottom{
	height:500px!important;
}
}
@media screen and (max-width:  715px) {
#yy_container_right,
#yy_slider_right{
	height:250px!important;
}
}
@media screen and (max-width: 690px) {
#yy_container_bottom,
#yy_slider_bottom{
	height:750px!important;
}
}
@media screen and (max-width: 435px) {
#yy_container_bottom,
#yy_slider_bottom{
	height:1150px!important;
}
}
@media screen and (max-width: 685px) {
#yy_container_intheaters,#yy_container_comingsoon,
#yy_container_bestof2012,
.yy_slider .yy_slideitems, 
.yy_slider .yy_slideitems_in{
	height:800px!important;
}
#yy_slider_intheaters,
#yy_slider_comingsoon,
#yy_slider_bestof2012{
	height:800px!important;
	width:100%!important;
}
}
@media screen and (max-width: 475px) {
#yy_container_intheaters,#yy_container_comingsoon,
#yy_container_bestof2012,
.yy_slider .yy_slideitems, 
.yy_slider .yy_slideitems_in{
	height:1600px!important;
}
#yy_slider_intheaters,
#yy_slider_comingsoon,
#yy_slider_bestof2012{
	height:1600px!important;
}
.hdcmt .yy_container .linkBackward{
	right:7%!important;
}
}
@media screen and (max-width: 320px) {
.hdcmt .yy_container .linkBackward{
	right:10%!important;
}
}
/*Engine1 in york*/
@media screen and (max-width: 685px) {
.hdcmt .yjme_item{
	width:30%!important;
}
.hdcmt .yjme_item a.item_title{
	text-align:center;
}
.hdcmt .item_details{
	width:100%!important;
}
.hdcmt .item_details .item_category, 
.hdcmt .item_details .item_cdate, 
.hdcmt .item_details .item_author{
	display:table!important;
	float:none!important;
	margin:0 auto!important;
}
}
@media screen and (max-width: 475px) {
.hdcmt .yjme_item{
	width:30%!important;
}
}
@media screen and (max-width: 375px) {
.centerbottom_in{
	padding:0 5px!important;
}
.hdcym2.yj1{
	margin-left:0!important;
}
.hdcym2 .yjme_item p.item_intro,
.hdcym .yjme_item p.item_intro{
	padding:0 10px 0 0!important;
}
}
/*Engine2 */
@media screen and (max-width: 940px) {
.hdcym3 .yjme_item{
	margin:15px 0;
	width:33%!important;
}
.hdcym3 .yjme_item a.item_title,
.hdcym3 .yjme_item p.item_intro{
	text-align:center;
}
.hdcym3 .item_details{
	width:100%!important;
}
.hdcym3 .yjme_item div.imageholder{
	margin:0 auto!important;
}
}
@media screen and (max-width: 690px) {
.hdcym3 .yjme_item{
	margin:15px 0;
	width:50%!important;
}
}
@media screen and (max-width: 435px) {
.hdcym3 .yjme_item{
	width:100%!important;
}
}
@media screen and (max-width: 980px) {
#user21,#user22{
	width:50%!important;
}
#user23,#user24{
	width:100%!important;
}
.hdccm h4,.hdccm p,.hdcam h4,.hdcam p{
	text-align:center;
}
.hdccm a.template_readmore{
	display:table!important;
	margin:20px auto!important;
}
.hdccm .yjsquare_in{
	margin:0!important;
}
}
@media screen and (max-width: 480px) {
#user21,#user22{
	width:100%!important;
}
.hdcpm h4,.hdctm h4{
	text-align:center!important;
}
.hdcpm ul{
	width:135px!important;
	margin:0 auto!important;
}
}
@media screen and (max-width: 1500px) {
	body,
	html {
	overflow-x: hidden;
	}
}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 22, 2013 */
@font-face {
    font-family: 'playregular';
    src: url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.eot');
    src: url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.woff') format('woff'),
         url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.ttf') format('truetype'),
         url('./templates/hdchannel/css/fontfacekits/Play/play-regular-webfont.svg#playregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'playbold';
    src: url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.eot');
    src: url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.woff') format('woff'),
         url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.ttf') format('truetype'),
         url('./templates/hdchannel/css/fontfacekits/Play/play-bold-webfont.svg#playbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***Menu***/
.horiznav a,ul.subul_main a,
.top_menu .horiznav .group_holder li.haschild a{
    font-family:'playregular';
	font-size:120%;
	font-weight:normal!important;
	text-transform:uppercase;
}
ul.subul_main a,.top_menu .horiznav .group_holder li.haschild a{
	font-size:100%;
}
/***Play Regular***/
div.title h1,div.title h2,div.componentheading, h1,h2,h3,h4,h5,h6,.yjround h4,.yjsquare h4,#smallmenu ul li a,
.hdcls .yj_inputbox,.LiveSearchResults a,.LiveSearchResults a.next,.LiveSearchResults a.back,.template_readmore,
.hdcmt ul#tabs li,.hdcmt .yjme_item a.item_title,.item_details .item_category,.item_details .item_cdate, 
.item_details .item_author,.hdcmt .yjme_item a.item_readmore,.hdcym .yjme_item a.item_title,.hdcym2 .yjme_item a.item_title,
.hdcym2 .yjme_item a.item_readmore,.hdcym3 .yjme_item a.item_title,.hdcym3 .yjme_item a.item_readmore,.hdcsm p,
.hdcsm .subscribe_button,a.subCategoryMore,div.itemListCategory h2,div.catItemHeader span.catItemDateCreated,
div.catItemHeader span.catItemAuthor,div.catItemRatingBlock,div.catItemReadMore,span.catItemDateModified,
div.catItemTagsBlock ul.catItemTags li a,.hdck2m a,.hdck2cm a.moduleItemTitle,div.k2LatestCommentsBlock ul li span.lcUsername,
.hdck2tc div.k2TagCloudBlock a,div.itemHeader span.itemDateCreated,div.itemHeader span.itemAuthor,div.itemToolbar,div.itemContentFooter,
div.itemRatingBlock,div.pre25SocialLinks,div.itemCategory,div.itemTagsBlock,.tagView .itemReadMore,.userView .itemReadMore,
.genericView .itemReadMore,#pathway,.button,.validate,.readon,.hdclm .poping_links,.hdclm label,.hdclm #login_pop a,
div.itemComments ul.itemCommentsList li span.commentAuthorName,div.itemComments ul.itemCommentsList li span.commentDate,
span#yjmm_selectid,.template_readmore2{
    font-family: 'playregular'!important;
	font-weight:normal!important;
}












/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
