/******************************************
***          YT Framework: CSS          ***
*******************************************/

/*----------------------------------------------------------------------
    Overider Bootstrap 
----------------------------------------------------------------------*/
body{margin: 0;padding: 0;}
body a:hover{color: #ff8400;text-decoration: none;}

/*Removing The Dotted Outline*/
:-moz-any-link:focus { outline: none; }
*:focus { outline: none; }
*::-moz-focus-inner { border: none;}
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: #fbfcf9; /* Old browsers */
	
}
button,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="reset"],
input[type="button"],
input[type="submit"],input { outline: none; }
input[type="radio"],
input[type="checkbox"] { outline: none; }

.page-header{margin: 0 0 3px;padding: 0;border: none;}
.page-header > h2 {line-height: 120%; margin-bottom:15px; }
input.search-query{border-radius: 5px;padding: 3px 10px;font-size:91.7%;}
.only label{clear: both;}
ul ul{list-style: disc;}
.btn,button{
	background: #73b702;border-radius: 0;color: #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	text-shadow: none;
	padding: 4px 14px 3px;
	/*text-shadow: 1px 1px 1px #007fa9;*/
	border-radius: 3px;
	border: 1px solid #00a2d7;
	background: rgb(0,151,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,151,201,1) 0%, rgba(18,196,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,151,201,1)), color-stop(100%,rgba(18,196,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097c9', endColorstr='#12c4ff',GradientType=0 ); /* IE6-9 */
}
.btn:hover,button:hover,
.btn-group.open .btn.dropdown-toggle{
	color: #fff;
	border: 1px solid #d87000;
	background: #ff8400; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8400 0%, #ff921d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#ff921d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8400 0%,#ff921d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8400 0%,#ff921d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8400 0%,#ff921d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8400 0%,#ff921d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff921d',GradientType=0 ); /* IE6-9 */

	
}
.btn:focus,button:focus{box-shadow:  0 0 5px rgba(0, 0, 0, 0.2) inset,1px 1px 1px rgba(0, 0, 0, 0.3);}
.alert-info{ background-color: #DDDDDD;border-color: #CCCCCC;}
legend{border-bottom-color: #ddd;overflow: hidden;float: left;}
strong{display: inline-block;}
/*----------------------------------------------------------------------
	Base Joomla 
----------------------------------------------------------------------*/

/* Basic elements */
::selection {background: #08A2D5;color: #fff;}
::-moz-selection {background: #08A2D5;color: #fff;}
::-webkit-selection {background: #08A2D5;color: #fff;}
.block:after,
.block:before{content: "";display: table;width:100%;}
.block:after{clear: both;}

/* tables */
table,table td {border-collapse: collapse;padding: 5px;}
table.weblinks,table.category {margin: 10px 0 20px 0px;width: 100%;}
table.weblinks th,table.category th {font-size: 15px;font-weight: normal;border: 1px solid #444;}
table.weblinks th:first-child,table.category th:first-child {border-left: none;}

table th {background: #333;font: normal 18px/24px;padding: 6px 10px;color: #fff;}
table th a {color: #fff !important;}
table td,.cat-list-row0 td,.cat-list-row1 td {border-bottom: 1px solid #ddd;
	
}

table tr:hover td ,
table.table-striped tbody tr:hover td{background: #fffde1;}
table tr td:first-child {border-left: none;}
td.num {vertical-align: top;text-align: left;}
td.hits {vertical-align: middle;text-align: center;font-weight: bold;}
td p {margin: 0;line-height: 1.7em;}
table.category th a img {padding: 2px 10px;}

/* List */
ul.menu {list-style: none;margin: 0;padding: 0;}
ul.menu ul {list-style: none;}
ul.menu li {margin-bottom: 8px;}
ul.menu li a,
ul.menu li .item,
ul.menu li .separator {display: block;font-size: 1.1em; white-space: nowrap;}
ul.menu li a:before,
ul.menu li .item:before,
ul.menu li .separator:before {content: "\2022";font-family: FontAwesome;margin-right: 10px;display: inline;vertical-align: middle;font-size: 1.6em;font-weight: normal;}
ul.menu li.active.current > a:before,
ul.menu li.active.current > .item:before,
ul.menu li.active.current > .separator:before,
ul.menu li#current.active > a:before,
ul.menu li#current.active > .item:before,
ul.menu li#current.active > .separator:before {
  content: "\f054";
  font-size: 1em;
  margin-right: 11px;
}
ul.menu ul.small {
  font-size: 14px;
}

/* button */
.readon{
	background: -moz-linear-gradient(center top , #38A0E1 0%, #1C7EBA 100%) repeat scroll 0 0 transparent;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
     color: #FFFFFF;
     text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
     border: 1px solid;
	 border-color: #155D89;
     border-radius: 4px 4px 4px 4px;
     display: inline-block;
     font-size: 1em;
     line-height: 1.7em;
     padding: 4px 10px;
}
.readon:hover{color:#fff;}

/* System Tools  */
.keep-header{position:fixed;top:0px;z-index:999;}
.sidebar-fixed{width:100%;position:fixed;}
#top{display: none;}
.backtotop {
    background-color: #03b8f1;
    border-radius: 45px;
    bottom: 20px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    width: 45px;
    z-index: 40;
    display: block;
    text-align: center;
	transition:        all 0.7s ease-in-out 0s;
    -moz-transition:    all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -o-transition:      all 0.7s ease-in-out 0s;
}
.backtotop > i:before{font-size: 24px;margin-top: 10px;color: #fff;}
.backtotop.hidden-top {bottom: -100px;}
.backtotop:hover{background-color:rgba(0, 0, 0, 0.6);}


/* Tooltip voor de editor button */
div.tooltip{background: none;border: none;}
div.tip-wrap{z-index: 999;}
.tip.badge-info{background-color: #3A87AD;padding: 2px 6px;border: none;box-shadow: 0;display: inline-block;position: relative;top:-2px;}
.tip {max-width: 350px;padding: 8px;border: 1px solid #ddd;background: #fff;box-shadow: 1px 1px 1px #ccc;}
.tip-title {background: #333;font-size: 14px;color: #fff;line-height: 20px;padding: 5px 15px;font-weight: bold;}
.tip-text {color: #555;font-size: 12px;padding: 5px 0;}

/* System messages */
#system-message{margin: 0;}
#system-message > .message > ul{margin: 0;}
#system-message dt {    display: none }
#system-message > .error > ul{margin: 0 0 10px;}
#system-message > .notice > ul{margin: 0;}

/* System Editor */
.button2-left a.modal{position: static;background: transparent;border: none; box-shadow: none; margin: 0;position: static;width: auto;}
.formelm-buttons{margin-bottom: 10px;}

/*----------------------------------------------------------------------
	Layout Templates
----------------------------------------------------------------------*/

/* ---  Block: Header    --- */
#yt_header{top: 0;}
#yt_header .container{
	background: #252525; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,61,61,1) 0%, rgba(13,13,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,61,61,1)), color-stop(100%,rgba(13,13,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(13,13,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(13,13,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(13,13,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,61,61,1) 0%,rgba(13,13,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#0d0d0d',GradientType=0 ); /* IE6-9 */*/

}
#search{width: 25%;}
#yt_logoposition{
	/*min-height: 49px;*/
	background: rgb(22,192,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(22,192,247,1) 0%, rgba(3,151,200,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,192,247,1)), color-stop(100%,rgba(3,151,200,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(22,192,247,1) 0%,rgba(3,151,200,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(22,192,247,1) 0%,rgba(3,151,200,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(22,192,247,1) 0%,rgba(3,151,200,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(22,192,247,1) 0%,rgba(3,151,200,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16c0f7', endColorstr='#0397c8',GradientType=0 ); /* IE6-9 */
}
#yt_logoposition > h1{
	margin: 0;
	position: relative;
	text-align: center;vertical-align: middle;
}

#yt_logoposition > h1 > a{padding: 5px 0;display: inline-block;}

.mod-finder-searchform{margin: 0;}
.mod-finder-searchform div.finder{margin: 10px;text-align: right;}
.mod-finder-searchform div.finder input.search-query{
	border: none;
	border-radius: 3px 0 0 3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */


}
.mod-finder-searchform div.finder input.search-query:focus{padding-right:  35px ;}
.mod-finder-searchform div.finder .btn{
	border: none;border-radius: 0 3px 3px 0;padding: 3px 14px 3px;
	border-left: 1px solid #0798c9;box-shadow: inset 1px 0 0 #49d0fd;
	background: rgb(0,151,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,151,201,1) 0%, rgba(18,196,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,151,201,1)), color-stop(100%,rgba(18,196,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097c9', endColorstr='#12c4ff',GradientType=0 ); /* IE6-9 */

}
.mod-finder-searchform div.finder .btn .icon-search:before{font-size: 14px;}
.mod-finder-searchform div.finder .btn:hover{
	border-left: 1px solid #e37702;box-shadow: inset 1px 0 0 rgba(255,255,255,0.5);
	background: #fd9729; /* Old browsers */
	background: -moz-linear-gradient(top,  #fd9729 0%, #ff8500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9729), color-stop(100%,#ff8500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd9729 0%,#ff8500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd9729 0%,#ff8500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd9729 0%,#ff8500 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd9729 0%,#ff8500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9729', endColorstr='#ff8500',GradientType=0 ); /* IE6-9 */

}
#finder-search .btn-primary{clear: both;display: inline-block;vertical-align: top;}
/* ---  Block: yt_menuwrap  --- */

#yt_menuwrap{}

/* ---  Block: yt_Slideshow  --- */
#yt_slideshow{
	background-color: #323232;
	background-image: linear-gradient(to bottom, #212121, #4C4C4C);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	box-shadow: 0 -1px 0 #000000 inset;
}
/* ---  Block: Breadcrumb  --- */
.breadcrumb{padding: 5px 0 0;margin: 0;background: none;}
.breadcrumb .active{color: #696969;}
.breadcrumb .divider{color: #696969;}

/* ---  Block: Left  --- */
#content_left{position: relative;}
#left:after{
	content: "";
	position: absolute;left: 0;top: 0;z-index: 2;
	width:100%;height: 3px;background: #00b7f3;border-top: 1px solid #49d2ff;
}
#content #content_left .content-left-in{background: #f5f5f5;color: #a2a2a2;}
#content_left .btn-sidebar {display: none;}
.nopos-left #footer,
.layout-main #footer{width:100%;float: none;}

/* ---  Block: Right  --- */

/* ---  Block: Content  --- */
#content_main{}
	div.content-main-inner{
		padding: 15px 15px 0;position: relative;background: #fff;
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	}
	div.component-inner{}
	.nopos-left + yt_footer .yt-main-in2{ width:100%;}
#contenttop,#contentbottom{width:100%;}
#contenttop:after,#contentbottom:after{clear: both;display: table;content: "";}
#content .row-fluid{background: #fff;}
/* ---  Block: Footer  --- */
#yt_footer .yt-main-in1{background: #fff;}
#yt_footer .yt-main-in2{ width: 76.925%;overflow: hidden;float: right;background: #fff;}
.layout-main #yt_footer .yt-main-in2,
.nopos-left  #yt_footer  .yt-main-in2{width:100%;}

#bottom1{position: relative;margin-bottom: 15px;direction: ltr;}
#bottom1 .foomenu:after{
	content: "";
	position: absolute;left: 15px;top:41%;z-index: 1;
	width:97%;height: 1px;
	border-top: 3px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
#bottom1 ul.menu {
	position: relative;background: #aeaeae;
	display: table;margin: 0 auto;z-index: 8;
	border: 1px solid #aeaeae;
	box-shadow: inset 0 -1px 0 #cdcdcd,inset 0 1px 0 #cdcdcd;
}
#bottom1 ul.menu:before{
	content: "";display: inline-block;
	border-width:17px 20px 17px 0;
	border-style: solid;
	left: -20px;position: absolute;top:-1px;z-index: 2;
	border-color: transparent #AEAEAE transparent transparent ;
}

#bottom1 ul.menu:after{
	content: "";display: inline-block;
	border-width:17px 0 17px 20px;
	border-style: solid;
	
	right: -20px;position: absolute;top:-1px;z-index: 2;
	border-color: transparent transparent transparent #AEAEAE  ;
}
#bottom1 ul.menu li{display: inline-block;margin: 5px 0;}
#bottom1 ul.menu li:after{
	content: "";margin: 0 10px;
	height: 7px;width:7px;display: inline-block;vertical-align: middle;
	background: url(../images/sprite.png) no-repeat -200px -50px;
}
#bottom1 ul.menu li:last-child:after{background: none;width: auto;height: auto;display: none;}
#bottom1 ul.menu li a,
#bottom1 ul.menu li .item,
#bottom1 ul.menu li .separator{
	display: inline-block;color: #fff;font-weight: normal;
}
#bottom1 ul.menu li a:before,
#bottom1 ul.menu li .item:before,
#bottom1 ul.menu li .separator:before{content: "";margin: 0;padding: 0;}
#yt_copyrightposition{text-align: center;margin-bottom: 15px;}
#bottom1 ul.menu li a:hover,
#bottom1 ul.menu li .item:hover,
#bottom1 ul.menu li .separator:hover{
	color: #0d9fcf;
}
/* ---  Block: Module Table  --- */
div.module{position: relative;margin-bottom: 15px;z-index: 3;}
div.module.nospace{margin-bottom: 0;}

.page-header h2 {font-size: 145%;}
.module-title {font-size: 130%;/*color: #9a9a9a;*/line-height: 100%;margin: 0;padding: 0 0 10px 0;}
/*div.module div.module-content > *:first-child {margin-bottom: 0;}*/
#content_left div.module,
#content_left div.module_menu{margin: 0;padding: 20px 12px 0;}
#content_left div.module_menu .module-content,
#top4 div.module_menu .module-content{margin: 0 -12px;}
#top4 div.module,
#top4 div.module_menu{padding: 12px 12px 0;margin: 0;}
#content_left div.module_menu,
#top4 div.module_menu{border-bottom: none;padding-top: 0;}

#top4{background: #242424;min-height: 454px;}
#top4 div.module.mod-social {
    background: none repeat scroll 0 0 #343434;
    border-bottom: 1px solid #171717;
    padding: 12px 0;
}
	
/*----------------------------------------------------------------------
	Component content
----------------------------------------------------------------------*/
/* Categories list */

/*div.categories-list > div:nth-child(odd){margin: 0 !important ;}*/
div.categories-view.item1{margin: 0;clear: both;}
h2.item-title{margin: 10px 0 10px;line-height: 140%;font-size: 180%;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);}
div.article-info,div.item-headinfo{margin-bottom: 10px;overflow: hidden;font-size: 91.7%;}
dl.article-info{margin: 0;}
dl.article-info dd{display: inline-block;margin: 0 10px 0 0;}

/*-- Intro Image Float --*/
div.img-intro-none,
div.img-intro-left{
	margin-right: 0;padding: 0;position: relative;
	float: none;border: none;margin-bottom: 10px;
}
div.img-intro-left,
div.img-fulltext-left{float: left;margin: 0 15px 10px 0;}
div.item-image:after{
	content: "";
	position: absolute;width:100%;height: 100%;
	left: 0;top:0;z-index: 2;
	box-shadow: inset 0 0 0 7px rgba(0,0,0,0.2);
}
div.img-fulltext-none{margin-bottom: 15px;}
div.article-text{clear: both;}
div.article-text:after{content: "";display: block;clear: both;}
div.article-text .content-wrapper{}
div.article-text .content-wrapper p{margin: 0;}
div.article-text .modal{position: static;margin: 0;border: none;border-radius: 0;}
div.items-row,
div.items-leading{overflow: hidden;width:100%;margin-bottom: 20px;}

	/* More Colums*/
	div.blog div.items-leading  div.span12:first-child{margin-bottom: 20px;}
	div.blog div.span12{border-bottom: 1px dashed #CCCCCC;padding: 0 0 10px;}
	div.blog div.span12 div.img-intro-left{width:240px;height: 162px;}
	
	div.blog div.span6 div.img-intro-left,
	div.blog div.span4 div.img-intro-left,
	div.blog div.span3 div.img-intro-left{float: none;margin: 0 0 10px 0;}
	div.blog div.span4 dl.article-info dd.category-name{display: none;}
	
ul.actions{ padding: 0;margin: 0;float: right;list-style: none; }
	ul.actions li {float: right;margin: 0 0 0 15px;}
	ul.actions li > a {display: block; }
.ico-date{
	width:14px;height: 12px;display: inline-block;margin-right: 5px;
	background: url(../images/sprite.png) no-repeat -50px 0;
}
div.blog .readmore{display: inline-block;}
	div.small-text{display:block;}
	div.small-text > P{display: inline;}
	a.readmore{display: inline-block;}
	a.readmore .more{width:9px;height: 9px;margin: 0 5px;background: url(../images/sprite.png) no-repeat -100px 0;display: inline-block;}
	
/* --- Featured Category --- */
div.blog-featured{}
	div.blog-featured .intro,
	div.blog-featured .items-leading .item {margin-bottom: 20px;}
	div.blog-featured .item-image{width:240px;}
	.item-image{position: relative;margin-right: 15px;margin-bottom: 10px;background:url(../images/system/loading.gif) no-repeat center center;text-align:center;}
	div.article-text .item-headinfo+p{display: inline;}
	.item-image img{width: 240px;min-height: 165px;}
	/* More Colums*/
	div.blog-featured div.span4 .item-image,
	div.blog-featured div.span6 .item-image{float: none;margin: 0 0 10px 0;}
	
	/* Hover Item*/
	div.article-text:hover a{ color: #FF8400;}
	div.article-text:hover div.item-image:after{ box-shadow:0 0 9px 10px rgba(0, 0, 0, 0.3) inset;}
	
/* --- Single Article --- */
div.img_caption{
	padding: 5px;margin-bottom: 1em;
	position: relative;border: 1px solid #ddd;background: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
p.img_caption{
	padding: 5px;margin: 0;z-index: 50;
	background: rgba(0,0,0,0.4);color: #ddd;
	position: absolute;left: 5px;right: 5px;bottom: 5px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
div.related-items-title{text-transform: uppercase;}
ul.related-items{list-style: disc;margin: 0 0 0 13px;}
ul.related-items li.related-item > a{}

/* --- Category List --- */
.table thead th{background: #343434;color: #fff;}
th a {color: #FFFFFF;}

ul.actions li{list-style: none;}
div.display-limit{margin: 0 0 10px ;display: block;}
div.display-limit .inputbox{width: auto;}

#archive-items > div{border-bottom: 1px solid #ddd;margin-bottom: 10px;padding-bottom: 10px;overflow: hidden;}
#archive-items .intro p{margin: 0;}
#archive-items .intro img{float: right;margin: 0 10px;}
/* --- Pagination --- */
.pagination{height: auto;text-align: center;}
.pagination ul{border-radius: 0;box-shadow: none;display: table;margin: 0 auto 10px;list-style: none;}
.pagination ul li{ margin: 0 2px;font-size: 110%;font-weight: bold;display: inline-block;vertical-align: middle;}
.pagination ul > li.pagination-start > span.pagenav,
.pagination ul > li.pagination-prev> span.pagenav,
.pagination ul > li.pagination-next > span.pagenav,
.pagination ul > li.pagination-end > span.pagenav,
.pagination ul > li > a, 
.pagination ul > li > span{
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #d9e2e7;
	background: #FCFCFC;
	box-shadow: 0 0 0 1px #fff inset;
}
.pagination ul > li > a{}
.pagination ul > li > span.pagenav{color: #73B700;border: 1px solid #73B700;}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span{border-radius: 0;}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span{border-radius: 0;}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span{border: 1px solid #ff8500;}
.pager a, .pager span{padding: 3px 10px;border-radius: 0;}

/*----------------------------------------------------------------------
	Page Joomla 
----------------------------------------------------------------------*/

/* --- Weblinks --- */
div.categories-list{}
	div.categories-list ul{position: relative;margin: 0;padding-left: 15px;}
	div.categories-list ul li{list-style: none;font-weight: bold;}
	div.categories-list ul ul > li{list-style: none;position: relative;margin: 0;padding: 10px 0 0 8px;overflow: hidden;}
	div.categories-list ul ul > li:after{ border-left: 1px solid #CCCCCC;content: "";height: 30px;width: 1px;left: 0px;position: absolute;top: 0;}
	div.categories-list ul ul > li:before{content: "";border-bottom: 1px solid #CCCCCC;width:7px;height: 1px;position: absolute;left: 0px;top: 28px;}
	div.categories-list ul ul > li span.item-title{padding: 3px 8px;}

/* --- Smart Seach --- */	
#search-form{background: #ECF0E8;border: 1px solid #ddd;padding: 20px;box-shadow: 0 0 0 1px #f4f4f4 inset;}
	#finder-search{margin: 0;}
	#advanced-search{padding: 0;}
	#search-results ul{margin: 0;}
	#search-results ul li{list-style: none;}
	#search-results ul li .result-title {padding: 5px 10px;margin-bottom: 10px;border-bottom: 1px solid #ccc;background: #ECF0E8;font-size: 100%;}
	#search-results ul li small{font-size: 100%;font-style: italic;color: #999;}
	#search-results span.highlight{background: #73B700;padding: 0 5px;margin: 0 3px;font-weight: normal;color: #fff;box-shadow: none;}
	#search-results .search-pagination{margin-top:2em;}
	#search-query-explained{font-weight: bold;}
	#search-query-explained .term{background: #73B700;padding: 2px 5px;margin: 0 3px;color: #fff;}
	.phrases-box input{float: left;margin-right: 5px;}

/* --- Registration Form --- */
div.registration{}
	div.registration legend{font-size:100%;text-transform: none;}
	div.form-actions{background: none;border: none;}
	.form-horizontal .control-label{text-align: left;padding: 0;margin-bottom: 5px;}
	.form-horizontal .control-label label{font-weight: bold;font-size: 100%;}
	.form-horizontal .controls{margin: 0;}
	.form-horizontal .controls input{width:250px;}
	.form-horizontal .form-actions{padding: 0;}
	
/* --- Login Form --- */
div.login{}
	div.page-header > h1{margin: 0 0 15px;line-height: 30px;color: #0CABE0;font-size: 150%;font-weight: normal;border-bottom: 1px solid #ddd;}
	div.page-header > h1:after{content: "";border-bottom: 1px solid #fff;clear: both;display: block;}
	div.login .form-horizontal{margin: 0;}
	div.login .login-description{}
	div.login .well{background: none;border: none;border-radius: 0;box-shadow: none;padding: 10px 0 0;margin: 0;}
	ul.nav-tabs{padding-left: 20px;margin-left: -8px;}
	ul.nav-tabs.nav-stacked li{margin-bottom: 3px;}
	ul.nav-tabs.nav-stacked li > a{background: none;border: none;border-radius: 0;padding: 3px 0;}

/* --- Contact Form --- */
#contact-form{}
	#contact-form input, 
	#contact-form input:focus,
	#contact-form textarea, 
	#contact-form textarea:focus {
		width: 85%;margin: 0 0 10px;
	}
	#contact-form textarea, 
	#contact-form textarea:focus{width: 85%;height: 100px;}
	#contact-form dd{margin: 0;}
	#contact-form div.contact-line{margin-bottom: 15px;}
	#contact-form div.contact-line *{display: inline-block;width:auto;margin: 0;}
	#contact-form div.contact-line input{margin: 0 10px;}
	
div.panel-form{margin-left: 30px;width:290px;}
div.panel-form > h3{line-height: 100%; font-size: 183.3%;}
div.contact-miscinfo{margin-bottom: 20px;border-bottom: 1px dashed #c5c5c5;clear: both;}
div.contact-miscinfo:after{content: "";display: block;border-bottom: 1px dashed #f8f8f8;}
div.contact-contactinfo p,
p.contact-position{overflow: hidden;line-height: 25px;}
div.contact i{
	width:26px;
	height: 26px;
	display: inline-block;line-height: 26px;float: left;
	background: #16bff6;color: #fff;
	text-align: center;
	border-radius: 26px;
	margin-right: 10px;
	vertical-align: middle;
}
div.contact .jicons-text{font-weight: bold;display: inline-block;}

/* --- Newsfeeds --- */
.newsfeed > ol {    list-style: none }
.newsfeed > ol > li { border-top: 1px solid #DDDDDD;padding: 24px 0 0;}
.newsfeed > ol > li > a {    font-size: 150%; }
.newsfeed ol{margin: 0;}
.newsfeed .feed-item-description {overflow: hidden;margin-top: 10px;}
.newsfeed .feed-item-description > img:first-child{border: 1px solid #ccc;padding: 5px;background: #fff;margin: 0 0 10px 15px;}

/* --- Page breaks --- */
div.article-index {
    background:#eee;
    float: right;
    margin: 0 0 30px 30px;
    padding: 0 20px 6px;
    width: 160px;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset, 0 0 3px rgba(0, 0, 0, 0.1);
}
div.article-index h3{margin-top: 15px;line-height: 100%;text-shadow: 1px 1px 1px #fff;}
div.article-index ul.nav-tabs{list-style: none;margin: 0;padding: 0;}
div.article-index ul.nav-tabs li:first-child {border-top: medium none;margin-top: 10px;}
div.article-index ul.nav-tabs li { border-top: 1px solid #ddd;line-height: 3;text-transform: capitalize;margin: 0;}
div.article-index ul.nav-tabs li a{display: block;color: #666;padding: 0 5px;line-height: 3;}
div.article-index ul.nav-tabs li a.active{background: #f8f8f8;color: #16bff6;}
div.article-index ul.nav-tabs li:hover{background: #f8f8f8;}
div.article-index ul.nav-tabs li:hover a{color: #16bff6;}
 .pagenavcounter {font-weight: 600;margin-bottom: 10px;}
 
/*----------------------------------------------------------------------
	Override Module Html 
----------------------------------------------------------------------*/
/* ---  Menu nav --- */
#left ul.nav{}
#left ul.nav li{padding: 8px 0;margin: 0;border-bottom: 1px solid #181818;border-top: 1px solid #454545;background: #2f2f2f;position: relative;}
#left ul.nav li:before{content: "";z-index: 10;position: absolute;left: 0;top:0;width:5px;height: 100%;background: #636363;}
#left ul.nav li a:before,
#left ul.nav li .item:before,
#left ul.nav li .separator:before{content: "";padding: 0;margin: 0;}
#left ul.nav li a,
#left ul.nav li .separator{font-size: 133.3%;margin: 0 15px;color: #aeaeae;background: none;}

/* Hover */
#left ul.nav li:hover,
#left ul.nav li.active{
	background: #313131; /* Old browsers */
	background: -moz-linear-gradient(top,  #313131 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #313131 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #313131 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #313131 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #313131 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
#left ul.nav li:hover:before,
#left ul.nav li.active:before{background: #ff8400;}
#left ul.nav li:hover a,
#left ul.nav li.active a{color: #16bff6;}
#left ul.nav > li > a:hover{background: none;}

/* ---  Slideshow  --- */
.promo-desc{
	color: #BBBBBB;
     text-shadow: 0 2px 3px #000000;
}
.promo {
    margin: 10px;
    padding: 15px;
    position: relative;
}
.promo h1 {text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.9);}
.promo h1 {
    font-size: 3.9em;
    line-height: 1.2em;
    position: relative;
}
.promo h1 b {
    color: #E7ECF0;
    mask: url("../images/mask.svg#light");
}
.promo p {
    font-size: 1.5em;
    line-height: 1.7em;
}
.promo p b {
    color: #FFFFFF;
}
/*----------------------------------------------------------------------
	Module Variations
----------------------------------------------------------------------*/
.suffix{text-shadow: 1px 1px 0px #fff;}
#left  .suffix{color: #fff;text-shadow: 1px 1px 0px #333;}

table.variations{width: 100%;background: #FCFCFC;}
table.variations tr td{border: 1px solid #ddd;}
table.variations tr td.bold{background: none repeat scroll 0 0 #F0F0F0;font-weight: bold;}
/*.layout-variation #yt_component,
.layout-variation #bottom1{margin: 0;}*/

/*  Style Icons  */
h3.module-title > .icon{
	width:39px;height: 35px;
	display: inline-block;vertical-align: middle;
	background: url(../images/sprite.png) no-repeat 0 0;
}
h3.module-title > .icon:after{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	margin: 5px 0 0 8px;
	font-size: 20px;
	color: #F5F5F5;
}
div.module[class^="icon-"]:before,
div.module[class*=" icon-"]:before{content: "";display: none;}

div.icon-login .icon:after    { content: "\f007";}
div.icon-envelope .icon:after { content: "\f0e0";font-size: 17px; margin-top: 7px;margin-left: 10px;}
div.icon-lock .icon:after     { content: "\f023";font-size: 20px; margin-left: 10px;}
div.icon-time .icon:after     { content: "\f017";font-size: 23px;margin-left: 7px; }
div.icon-twitter .icon:after  { content: "\f099"; font-size: 18px;margin-left: 7px; }
div.icon-facebook .icon:after { content: "\f09a"; font-size: 22px;margin: 5px 0 0 10px; }
div.icon-comments .icon:after { content: "\f086"; margin-left: 6px;}
div.icon-tag .icon:after      { content: "\f02b"; margin-left: 6px;font-size: 22px;}

/* Style Badge */
div.style-badge{}
	div.module[class^="badge-"] h3.module-title,
	div.module[class*="badge-"] h3.module-title{}
	div.module[class^="badge-"] h3 span.badge,
	div.module[class*="badge-"] h3 span.badge{width:45px;height:45px;vertical-align: middle;padding: 0;display: inline-block;margin: 0 5px;background: url("../images/sprite.png") no-repeat 0 -99px ;border-radius: 0;box-shadow: none}
	
	div.badge-best h3.module-title span.badge {background-position: -150px 0;}
	div.badge-new  h3.module-title span.badge {background-position: -200px 0;}
	div.badge-cool h3.module-title span.badge {background-position: -250px 0;}
	div.badge-top  h3.module-title span.badge {background-position: -300px 0;}
	
/* Style Title*/
div.style-title1 h3.module-title{color: #16bff6;}
div.style-title2 h3.module-title{color: #ff8400;}

/*----------------------------------------------------------------------
	Override Module Default Joomla
----------------------------------------------------------------------*/
/* ---  Module Login Form  --- */
#login-form .input-prepend.input-append .add-on:first-child,
#login-form .input-prepend.input-append .btn:first-child{
	margin-left: 0;padding: 4px 8px;
	background: #ababab;
	border: none;
	color: #efefef;
	font-size: 16px;
	text-align: center;
	width: 20px;
}

ul.dropdown-menu .tip{padding: 0;background: none;border: none;box-shadow: none;max-width: none;}
div.input-prepend a.modal{position: static;margin: 0;width:auto;}
.input-append .add-on, .input-append .btn{margin-left: 0;}
.input-prepend.input-append .add-on .icon-lock:before{font-size: 17px;}
#login-form .input-append{display: block;}
#login-form .input-small{
	width:200px;font-size: 12px;
	border: none;border-radius: 0 3px 3px 0;
}
#login-form .input-prepend.input-append:hover .add-on{background: #d96e00;}
#login-form .input-prepend.input-append:hover .add-on .icon-lock:before {color: #fff;}
#login-form .btn{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-size: 16px;padding: 6px 5px 6px 10px;font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 1px solid #27caff;
}
#login-form .btn .arrow-left{
	width:18px;height: 18px;display: inline-block;vertical-align: middle;
	background: url(../images/sprite.png) no-repeat -150px -50px;
	margin-left: 5px;
}
#login-form .btn:hover{border: 1px solid #ffad54 ;}
#login-form .btn:hover .arrow-left{background: url(../images/sprite.png) no-repeat -150px -99px;}

#login-form ul.unstyled li{
	background: url(../images/dot.png) no-repeat 0px 7px;
	padding-left: 15px;
}
#login-form ul.unstyled li a{color: #a2a2a2;}
#login-form ul.unstyled li a:hover{color: #ff8400;}
#form-login-submit{margin-top: 5px;text-align: right;}
#form-login-remember label{margin-top: 1px;}
div.login-greeting,
div.logout-button{display: inline-block;}

/* ----  Tag Cloud Module ---*/
div.k2TagCloudBlock a{
	background: #ffffff;
	font-size: 11px;color: #57636a;
	margin: 0 7px 7px 0;padding: 2px 15px 4px 23px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3) inset;
	border-radius: 12px;position: relative;
}
div.k2TagCloudBlock a:before{
	content: "";
	width:5px;height: 5px;display: block;z-index: 0;
	position: absolute;left: 10px;top:10px;
	background: #242424;
	border-radius: 5px;
}
div.k2TagCloudBlock a:hover{background: #ff8400;padding: 2px 15px 4px 23px;}
div.k2TagCloudBlock a:hover:before{background: #fff;box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);}
div.k2TagCloudBlock a:focus{box-shadow: 0 0 0 rgba(0, 0, 0, 0.3) inset;margin-top: 2px;padding: 1px 15px 3px 23px;}
div.k2TagCloudBlock a > span{
	width:auto;height: 16px;
	padding: 0 5px;
	font-size: 10px;line-height: 15px;
	border-radius: 16px;
	position: absolute;right: 0;top:0;z-index: 15;
	text-align: center;
	opacity: 0;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
	
}
div.k2TagCloudBlock a:hover > span{
	top:-8px;background: #0cb5ed;color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5),inset 0 0 3px  rgba(0,0,0,0.3);
	/* IE 8 */
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ----  HTML Social Networking---*/
#content_left div.mod-social{background: #343434;padding: 12px 0;border-bottom: none;border-bottom: 1px solid #171717;}
	h3.social-title{
		font-size: 125%;font-weight: normal;
		text-align: center;position: relative;
		line-height: 100%;margin-top: 5px;
	}
	h3.social-title:before{
		content: "";
		position: absolute;left: 0;top:50%;
		height: 0;width:100%;z-index: 5;margin-top: -2px;
		border-bottom: 1px solid #474747;
		border-top: 1px solid #272727;
	}
	h3.social-title > span{
		position: relative;z-index: 12;
		display: inline-block;
		background: #343434;
		top:-2px;
	}
	h3.social-title > span:after,
	h3.social-title > span:before{
		content: "\2022";color: #585858;
		font-size: 32px;
		display: inline-block;vertical-align: middle;
	}
	h3.social-title > span:after{padding-left: 4px;}
	h3.social-title > span:before{padding-right: 4px;}

ul.social{margin: 15px 0 5px;text-align: center;}
	ul.social li{display: inline-block;margin: 0 3px;}
	ul.social li a{
		width:30px;height: 30px;text-align: center;
		color: #343434;display:inline-block;
		position: relative;z-index: 2;
	}
	ul.social li a:before {
		font-family: 'Socialico';
		content: attr(data-icon);
		speak: none;
		font-size: 26px;line-height: 32px;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		}
	ul.social li span {
	    border-radius: 32px 32px 32px 32px;
	    content: "";
	    height: 30px;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 30px;
	    z-index: -1;
	    background: #9a9a9a;
	}
	ul.social li a:hover{color: #fff;}
	ul.social li a:hover span{
		background-color: #11B5EA;
		-moz-animation:bubble 0.5s;
		-webkit-animation:bubble 0.5s;
		-o-animation:bubble 0.5s;
		-ms-animation:bubble 0.5s;
		animation:bubble 0.5s;
		-moz-transform:scale(1);
		-webkit-transform:scale(1);
		-o-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
	}

div.sj-map{width:520px;}
.layout-main div.sj-map{width:800px;}
.layout-main iframe{width:100%;}
div.sj-map h3.module-title{margin-bottom: 15px;}
div.sj-map .module-content{padding: 10px;background: #e8e8e8;}
div.sj-contact h3.module-title{font-size: 133.3%;font-weight: normal;}


.sj-k2-responsive-content a.item-title{float: left; width: 100%; padding: 5px;}
.sj-k2-responsive-content .item-caption{margin-top: 8px;}
.sj-k2-responsive-content .responsive-content-box-inner{margin-top: 5px; margin-bottom: 10px;}

/*----------------------------------------------------------------------
	Override Module Smartaddons
----------------------------------------------------------------------*/

/*Module mod_sj_k2_responsive*/
.icon-date{width:14px;height: 12px;display: inline-block;margin-right: 5px;background:url(../images/sprite.png) no-repeat -50px 0 ;}

/*----------------------------------------------------------------------
	K2 Component
----------------------------------------------------------------------*/

/*All categories*/
div.itemListCategoriesBlock{}
	div.subCategoryContainer div.subCategory{background: none;padding: 0;margin: 0 7px 15px;border: none;}
	div.subCategoryContainerLast div.subCategory{margin-right: 0;}
	div.subCategory h2{margin: 0;}
	div.subCategory h2 .number{width:14px;padding: 3px 5px;border-radius: 16px;background: #ff8500;display: inline-block;line-height: 100%;text-align: center;color: #fff;font-size: 14px;}
	div.itemListSubCategories h3{font-size: 183.3%;margin: 0 0 20px;border-bottom: 1px solid #ddd;}
	div.subCategory a.subCategoryImage,
	div.subCategory a.subCategoryImage:hover{text-align: left;}

/* K2 Category*/
div.itemList{}
	div.catItemView,
	div.catItemImageBlock,
	div.catItemBody{padding: 0;margin: 0;}
	div.catItemImageBlock{margin-bottom: 10px;}
	div.catItemBody{position: relative;}
	span.catItemImage img,
	span.latestItemImage img{padding: 0;border: none;}
	div.catItemIsFeatured{width:52px;height: 52px;position: absolute;right: 0;top: 0;z-index: 6;}
	div.catItemHeader h3.catItemTitle{padding: 0;margin-bottom: 5px;font-size: 125%;font-family: "arial";font-weight: bold;}
	div.catItemHeader h3.catItemTitle > a{color: #686868;}
	span.catItemImage{margin: 0;text-align: inherit;position: relative;}
	span.catItemImage:after{
		content: "";width:100%;height: 100%;
		position: absolute;left: 0;top:0;z-index: 5;
		box-shadow: 0 0 0 8px rgba(255,255,255,0.3) inset;
	}
	div.catItemTool{overflow: hidden;}
		div.catItemHeader div.catItemTool > *{display: inline-block;font-size: 11px;margin-right: 5px;}
		div.catItemCategory{border: none;padding: 0;}
		div.catItemCategory span{font-weight: normal;color: #a8a8a8;padding: 0;}
	div.catItemNav{
		position: relative;
		height: 25px;
		width: 100%;
		opacity: 1;
		border-radius: 0 0 3px 3px;
		border-bottom: 1px solid #dddddd;
		box-sizing: border-box; -moz-box-sizing: border-box;
		background: #e9e9e9; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	}
		div.catItemHitsBlock{border: none;padding: 0;}
		div.catItemNav > *{display: inline-block;font-size: 11px;margin: 0 -3px 0 0;padding:3px 10px 1px;border-right: 1px solid #d3d3d3;vertical-align: middle;}
		div.catItemNav > *:first-child{border-left: none;}
		div.catItemNav > * i{margin-right: 5px;}
		div.catItemCommentsLink a{color: #999999;}
	div.catItemIntroText > p:first-child{display: inline;}
	div.subCategory a.subCategoryImage img,
	div.subCategory a.subCategoryImage:hover img{margin: 0;}
	
	/*Hover Item*/
	div.catItemHeader h3.catItemTitle > a:hover{color: #ff8400;}
	div.catItemView:hover div.catItemHeader h3.catItemTitle > a{color: #e87c00;}
	div.catItemView:hover div.catItemNav > *{color: #fff;}
	div.catItemView:hover div.catItemNav > * a{color: #fff;}
	div.catItemView:hover a{color: #ff8400;}
	div.catItemView:hover span.catItemImage:after{box-shadow: 0 0 0 8px rgba(232, 124, 0, 0.3) inset;}
	
/* K2 User Page */
div.userView{}
	div.userBlock{background: #ddd;border-top: 1px solid #ccc;border-bottom: 1px solid #fff;border-radius: 3px;}
		div.userBlock h2{line-height: 100%;margin-bottom: 5px;}
		div.userBlock div.userAdditionalInfo{margin: 0;padding: 0;}
	span.userURL{}
	span.userItemImage img,span.tagItemImage img{border: none;padding: 0;}
	span.userItemImage,span.tagItemImage{margin: 0;position: relative;}
	span.userItemImage:after{
		content: "";width:100%;height: 100%;
		position: absolute;left: 0;top:0;z-index: 5;
		box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2) inset;
	}
	div.userItemImageBlock{margin-right: 15px;margin-bottom: 10px;}
	div.userItemView{display: block;border-bottom: 1px dashed #CCCCCC;padding: 0 0 10px;margin-bottom: 20px;}
	div.userItemViewUnpublished{padding: 10px;background: #fff;}
	div.userItemView:after{content: "";clear: both;display: block;}
	div.userItemHeader h3.userItemTitle{font-size: 125%;padding: 0 0 5px;line-height: 100%;font-weight: bold;font-family: arial; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);}
	div.userItemTool{overflow: hidden;}
		div.userItemTool > * {display: inline-block;margin-right: 5px;border: none;font-size: 11px;padding: 0;}
		div.userItemTool > * i{margin-right: 3px;}
		div.userItemCategory{border: none;padding: 0;}
		div.userItemCategory span{font-weight: normal;padding: 0;color: inherit;display: inline-block;}
	div.userItemIntroText > p{display: inline;}
	div.userItemBody{padding: 0;}
	div.userItemIntroText{margin-bottom: 0;padding: 0;}
	/*Hover item*/
	div.userItemView:hover a{color: #FF8400;}
	div.userItemView:hover span.userItemImage:after{ box-shadow: 0 0 9px 10px rgba(0, 0, 0, 0.3) inset;}
	
/* K2 Latest Items Page*/
div.latestItemList {padding: 0;}
	div.latestItemsContainer{float: none;}
	div.latestItemView {margin-bottom: 25px;}
	div.latestItemList .latestItemView.item1{margin: 0;clear: both;}
	div.latestItemImageBlock{float: none;margin-bottom: 10px;}
	div.latestItemHeader .latestItemTitle{font-size: 125%;line-height: 100%;margin-bottom: 5px;}
	div.latestItemIntroText{padding: 0;}
	div.latestItemBody{padding: 0;}
	div.latestItemIntroText > p:first-child{display: inline;}
	span.latestItemImage{margin: 0;position: relative;}
	span.latestItemImage:after{
		content: "";width:100%;height: 100%;
		position: absolute;left: 0;top:0;z-index: 5;
		box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2) inset;
	}
	div.latestItemCategory span{display: inline-block;color: inherit;}
	/*Hover Item*/
	div.latestItemView:hover a{color: #ff8500;}
	div.latestItemView:hover span.latestItemImage:after{box-shadow:0 0 9px 10px rgba(0, 0, 0, 0.3) inset;}
	
	/*Latest items (1 column)*/
	div.latestItemList .latestItemView{}
	div.latestItemList > div.latestItemView:first-child{border-top: none;padding-top: 0;}
	div.latestItemView.span12{margin: 0;padding: 15px 0;border-bottom: 1px dashed #ccc;border-top: 1px dashed #fff;}
	div.latestItemView.span12 div.latestItemImageBlock{float: left;margin: 0 15px 0 0;}
	
/* K2 Item page*/
#k2Container.itemView{border: none;}
    div.itemHeader{width:100%;margin-bottom: 20px;}
	div.itemHeader h2.itemTitle{padding:0;margin:0 0 5px;font-size:200%;font-weight: bold;}
	div.itemHeader h2.itemTitle > span{display: inline-block;}
	div.itemHeader h2.itemTitle > span sup{background: #FF7100;color: #fff;padding: 3px 5px;line-height: 16px;}
		
		div.itemHeader ul.itemToolbar{ margin: 0 ;list-style: none;font-size: 89%;float: left;}
		div.itemHeader ul > li{display: inline-block;padding: 0;margin-right: 10px;vertical-align: middle;}
		div.itemHeader ul > li.k2item-fontsize{background: none;}
		div.itemHeader span.k2item-print,
		div.itemHeader span.k2item-email{float: left;}
		div.itemHeader span.k2item-print > a,
		div.itemHeader span.k2item-email > a{
			display: block;
			margin: 0 3px;
			height: 18px;width:17px;
			overflow: hidden;text-indent: 100%;white-space: nowrap;
			background: url(../images/sprite.png) no-repeat 0 0;
		}
		div.itemHeader span.k2item-print > a {background-position: -50px -50px;}
		div.itemHeader span.k2item-email > a {background-position: 0 -44px;}
		div.itemHeader span.k2item-print > a:hover {background-position: -50px -100px;}
		div.itemHeader span.k2item-email > a:hover {background-position: 0 -95px;}
		div.itemHeader span.itemAuthor{display: inline-block;}
		
		div.itemHeader span.itemDateCreated{font-size: 12px;}
		div.itemHeader ul > li.k2item-fontsize:after{content: "";}
		    span.itemImage > a{box-shadow: none;}
		    span.itemImage img{padding: 0;border: none;}
		    div.itemImageBlock{padding: 0;margin: 0 20px 8px 0;float: left;position: relative;display: inline-block;}
		div.itemToolbar-r{float: right;}
			.k2item-fontsize{float: left;margin-right: 15px;}
		div.toolbar{overflow: hidden;color: #999;border-bottom: 1px dashed #c3c3c3;padding-bottom: 7px;}
		
div.itemTool{
	border-radius: 0 0 3px 3px;
	border: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: none;
	box-sizing: border-box; -moz-box-sizing: border-box;
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
	div.itemTool{}
	div.itemTool > *{display: inline-block;font-size: 11px;margin: 0 -3px 0 0;padding:3px 10px 1px;border-right: 1px solid #d3d3d3;border-left: 1px solid #fff;vertical-align: middle;}
	div.itemTool > *:first-child{border-left: none;}
	div.itemTool > * i{margin-right: 5px;}
	div.itemTool a{color: #999999;}
	div.itemTool .itemImageCredits{border: none;float: none;}
	
#fontDecrease,
#fontIncrease{display:inline-block;}
	.itemTextResizerTitle{padding:0 3px 0 0;font-size: 12px;}
	#fontIncrease span,
	#fontDecrease span{
		display:none;
	}
	#fontIncrease img,
	#fontDecrease img{
		background:url(../images/icons/font.png) no-repeat 0 0;
		height:16px;
		width:16px;
		display: inline-block;
		vertical-align:middle;
	}
	#fontDecrease img{background-position: right 0;}
	#fontIncrease:hover img{background-position: 0 -21px;}
	#fontDecrease:hover img{background-position: right -21px;}
div.itemBody{padding: 0;}
div.itemCommentsForm form input#submitCommentButton{
	padding: 7px 15px;font-size: 110%;
	background: #73b702;border-radius: 0;color: #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 1px 1px 1px rgba(0, 0, 0, 0.3);
	text-shadow: none;
	/*text-shadow: 1px 1px 1px #007fa9;*/
	border-radius: 3px;
	border: 1px solid #00a2d7;
	background: rgb(0,151,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,151,201,1) 0%, rgba(18,196,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,151,201,1)), color-stop(100%,rgba(18,196,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,151,201,1) 0%,rgba(18,196,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097c9', endColorstr='#12c4ff',GradientType=0 ); /* IE6-9 */
}
div.itemCommentsForm form input#submitCommentButton:hover{
	color: #fff;
	border: 1px solid #d87000;
	background: #ff8400; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8400 0%, #ff921d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#ff921d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8400 0%,#ff921d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8400 0%,#ff921d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8400 0%,#ff921d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8400 0%,#ff921d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff921d',GradientType=0 ); /* IE6-9 */
}
div.itemCommentsForm form input#submitCommentButton:focus{box-shadow:  0 0 5px rgba(0, 0, 0, 0.2) inset;}

div.itemTagsBlock ul.itemTags li{background:none;border-bottom: none;}
div.itemIntroText{font-size:100%;line-height:180%;}
div.itemIntroText p{margin:0;}
div.itemFullText {margin-bottom: 1em;}

div.itemBlockTable{
	width:100%;font-size: 12px;
	border: 1px solid #ddd;
	background: #fbfbfb;
	margin-bottom: 1em;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
div.itemBlockTable > div{float: left;vertical-align: top;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
div.itemBlockTable > div.col-left{width:50%;}
div.itemBlockTable > div.col-right{width:50%;border-left: 1px solid #ddd;}
	ul.list-blank{margin: 0;list-style: none;}
	ul.list-blank > li{border-top: 1px solid #ddd;padding: 10px;background: none;}
	ul.list-blank > li:first-child{border-top: none;}
	ul.itemRatingList li{border-bottom: none;}
	
div.itemCategory span{font-weight: normal;color: #999;display: inline-block;}
div.itemRatingBlock span{color: #666666;}

div.itemAttachmentsBlock{border: none;padding: 0;}
div.itemAttachmentsBlock span{font-weight: normal;display: inline-block;}
div.itemAttachmentsBlock ul.itemAttachments li{border: none;}

span.itemHits{float: none;}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a{display: inline-block;}
div.itemComments ul.itemCommentsList li.authorResponse{background: none;}
div.itemComments ul.itemCommentsList li.odd{}
div.itemAuthorBlock{border: none;padding: 10px;margin: 0;background: none;}
div.itemAuthorBlock img.itemAuthorAvatar{}

div.itemComments{border: none;padding: 0;background: none;}
	div.itemComments ul.itemCommentsList{margin: 0;}
	div.itemComments ul.itemCommentsList li span.commentDate,
	div.itemComments ul.itemCommentsList li span.commentAuthorName{font-size: 88%;font-weight: normal;display: inline-block;color: #999;}
	div.itemComments ul.itemCommentsList li span.commentDate{line-height: 15px;}
	div.itemComments ul.itemCommentsList li p{margin:0 0 10px;}
	div.itemComments ul.itemCommentsList li span.commentToolbar{display: inline-block;clear: none;}
	div.itemComments ul.itemCommentsList li span.commentLink a,
	div.itemComments ul.itemCommentsList li span.commentToolbar a{
		background: none;
		border:  none;
		border-radius: 0;
		box-shadow: none;
		color: #999999;
		margin: 0;
		padding: 0;
		position: static;
		text-decoration: none;
		}
	div.itemComments ul.itemCommentsList li span.commentLink a:hover,
	div.itemComments ul.itemCommentsList li span.commentToolbar a:hover{color: #CF4E33;}
	
.even,.odd{background:none;border:none;}
.box-3{width:33%;float:left;}
	div.itemCommentsForm form input.inputbox{width:60%;font-size: 12px;font-family: "arial";text-transform: capitalize;}
	div.itemAuthorLatest{float:left;width:49%;}
	div.itemRelated{width:49%;float:right;}
	div.itemAuthorLatest h3,
	div.itemRelated h3{
	    font-size: 130%;
	    margin: 0 ;
	}
	div.itemAuthorLatest ul,
	div.itemRelated ul{list-style: disc;font-size: 96%;}
	div.itemAuthorLatest ul > li,
	div.itemRelated ul > li{}
	div.itemAuthorLatest ul > li:hover,div.itemRelated ul >  li:hover{background-position: 0 -44px;}
	
div.itemNavigation{
	overflow:hidden;
	padding:5px 10px;
	background: #eee;
	border: none;
	box-shadow: 0 1px 0 #ddd inset, 0 1px 0 #ddd;
}
	div.itemNavigation span.itemNavigationTitle{color: #666;}
	div.itemNavigation a.itemPrevious{font-size: 100%;}
	div.itemNavigation a.itemNext{font-size: 100%;}
	
div.itemCategory,
div.itemTagsBlock{border:none;padding: 0;}
	div.itemRatingBlock{padding:0 ;}
	ul.itemTags li a{display:inline-block;}
	div.itemRatingForm{line-height: normal;}
	div.itemRatingLog{line-height: 16px;}
	div.itemContentFooter{border:none;margin:0;}
div.itemToolbar{
	border-bottom-style:solid;
	border-top-style:solid;
	margin:25px 0 10px;
}
div.itemToolbar ul{}
div.itemToolbar ul li{border:none;}
div.itemLinks{
	margin:5px 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #DDDDDD;
}
div.itemSocialSharing{margin:0 ;padding: 0;}
div.itemTwitterButton {float: left;margin: 2px 15px 0 0;width:120px;}
div.itemGooglePlusOneButton{float:left;margin:0 0 0 15px;width:120px;}
div.itemFacebookButton{width:auto;margin: 0;}
.itemCommentsCounter,div.itemCommentsForm p.itemCommentsFormNotes{margin:0 0 10px;border:none;font-size: 88%;}
h3.itemAuthorName{margin:0 0 5px 0;font-size: 110%;line-height: 100%;text-transform: uppercase;}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl{
	border:none;clear: both;
	margin:10px 0 0 ;
	padding:0 ;display: block;
	font-weight: normal;
}
h3.itemCommentsCounter,
.itemCommentsForm h3{font-size:130%;}
	div.itemComments ul.itemCommentsList li{background: none;border-bottom: 1px solid #ddd;margin-bottom: 10px;padding: 0;}
	div.itemComments ul.itemCommentsList li:last-child{border: none;}
	div.itemCommentsForm form{font-weight: bold;font-size: 88%;}
	div.itemCommentsForm form textarea.inputbox{height:120px;width:90%;font-size: 12px;font-family: arial;}
	div.itemBackToTop{margin:10px 0 0;overflow: hidden;}
	div.itemBackToTop > a{
		text-transform: capitalize;display: block;
		padding: 4px 0;text-decoration: none;
		font-size: 13px;
		float: right;
	}


div.itemComments ul.itemCommentsList li img{margin:0 10px 10px 0;border: 1px solid #ddd;display: block;background: #fff;}
div.itemCommentsForm{padding-top: 1em;}
div.itemCommentsPagination{margin: 0;}
span.itemImageCaption{
    float: none;width:100%;
    color: #ccc;font-size: 12px;
    position: absolute;bottom: 0;
    padding: 6px 10px; text-align: center;
    background: rgba(0,0,0,0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
span.itemImage{margin: 0;text-align: left;position: relative;background: #222;}
span.itemImage .modal{position: static;width:auto;border: none;margin: 0;border-radius: 0;}
span.itemImage .zoom{
	position: absolute;overflow: visible;
	left: 50%;top: 0%;z-index: 59;background: transparent;
	margin-top: -16px;
}
span.itemImage .zoom+ img{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
span.itemImage .zoom > i:before{font-size: 36px;}

/*Images Hover */
span.itemImage:hover .zoom{top: 50%;opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
span.itemImage:hover .zoom + img{opacity: 0.8;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating{background-image: url(../images/system/star.png);display: inline-block;cursor: pointer;}

.itemRatingForm{margin: 0;}
ul.itemRatingList li{padding: 3px 9px;display: inline-block;}
.itemRatingList{width:93px;height: 16px;}
.itemRatingList a, .itemRatingList .itemCurrentRating{height: 16px;line-height: 16px;}

div.itemVideoBlock{clear: both;background: #EEEEEE;padding: 10px;color: #666666; border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
div.itemVideoBlock > h3{line-height: 100%;font-size: 130%;}
div.itemVideoBlock span.itemVideoCaption{color: #666666;}
div.itemVideoBlock div.itemVideoEmbedded{}
div.itemVideoBlock div.itemVideoEmbedded iframe{}

div.itemImageGallery{clear: both;}
ul.sigProSleek li.sigProThumb a.sigProLink{border-color: #eee;}
ul.sigProSleek li.sigProThumb a.sigProLink:hover{border-color: #ccc;}
ul.sigProSleek li.sigProThumb a.sigProLink,
ul.sigProSleek li.sigProThumb a.sigProLink:hover{background: #fff;}
ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg{background-position: 0 0 ;}
ul.sigProSleek li.sigProThumb{margin: 0 11px 11px 0;}
div.itemImageGallery ul.sigProSleek{margin: 0 !important;padding: 0 !important;}
div.itemImageGallery > h3{font-size: 130%;font-weight: bold !important;line-height: 100%;margin: 2em 0 10px !important;}

/*Report k2*/
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea{border: 1px solid #B1B1B1;}
div.k2ReportCommentFormContainer blockquote{border: none;}

div.itemImageGallery > h3{ font-size: 130%;font-weight: normal;margin: 0;}
ul.sigProClassic li.sigProThumb{margin: 5px 10px;}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper{background: #fff;}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper{margin: 0 0 0 -10px;}

/*Fancybox k2*/
body.contentpane{font-size: 12px;font-family: arial,sans-serif;color: #686868;}
body.contentpane #k2Container {padding: 15px;}
body.contentpane #k2Container div.itemBlockTable > div.col-left{min-height: 152px;}
body.contentpane #k2Container div.itemGooglePlusOneButton{width:60px;}
body.contentpane div.itemImageBlock{display: table;margin: 0 auto;}
body.contentpane .item-page{padding: 0 20px;}
/*----------------------------------------------------------------------
	Override Module K2
----------------------------------------------------------------------*/
/* --- K2 user --- */
div.k2UsersBlock > ul{margin: 0;list-style: none;}
	.k2Avatar img{margin: 0 10px 4px 0;padding: 3px;background: #343434;border: none;}
	div.k2UsersBlock ul li a.ubUserName{font-weight: bold;color: #fff;}
	div.k2UsersBlock ul li h3{font-size: 110%;line-height: 100%;margin: 10px 0 5px;}
	div.k2UsersBlock ul li div.ubUserDescription{margin-bottom: 10px;}
	div.k2UsersBlock ul li ul.ubUserItems{margin-bottom: 10px;}
	
/* --- K2 Content --- */
div.k2ItemsBlock ul{margin: 0;list-style: none;}
div.k2ItemsBlock ul li{background: none;padding: 0; border-bottom: 1px dashed #0E0E0E;}
div.k2ItemsBlock ul li:after{content: "";border-bottom: 1px dashed #343434;display: block;}
div.k2ItemsBlock ul li.lastItem,
div.k2ItemsBlock ul li.lastItem:after{border: none;}   
    div.k2ItemsBlock ul li div.moduleItemIntrotext{line-height: 18px;padding: 0 0 10px;overflow: hidden;}
     div.k2ItemsBlock ul li:first-child div.moduleItemIntrotext{padding-top: 0;}
    div.k2ItemsBlock ul li div.moduleItemIntrotext > p{margin: 0;}
    div.k2ItemsBlock a.moduleItemImage{float: left;margin: 0 12px 0 0;max-width: 80px;}
    div.k2ItemsBlock ul li a.moduleItemTitle { font-weight: bold;margin: 5px 0 3px;display: block;}
    div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img{float: none;margin: 0;border: 3px solid #343434;}
    div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage:hover img{border-color: #ff8400;}
    div.k2ItemsBlock ul li div.moduleItemVideo{overflow: hidden;}
    div.k2ItemsBlock ul li div.moduleItemVideo iframe{width: 100%;height: auto;}
    
    

/* --- K2 Comments --- */
div.k2LatestCommentsBlock {}
	div.k2LatestCommentsBlock ul{list-style: none;margin: 0;}
	div.k2LatestCommentsBlock ul li{padding:  0px;margin-bottom: 10px;background: none;}
	div.k2LatestCommentsBlock ul li a.k2Avatar{float: left;margin-right: 8px;}
	div.k2LatestCommentsBlock ul li div.comment-info{overflow: hidden;margin-top:3px;color: #999;font-size: 11px;}
	div.k2LatestCommentsBlock ul li span.lcUsername > a{font-weight: bold;text-transform: capitalize;}
	div.k2LatestCommentsBlock ul li span.lcUsername{display: block;font-size: 13px;}
	div.k2LatestCommentsBlock ul li a.lcAvatar img{padding: 0;margin: 0;border: none;background: none;}
	div.k2LatestCommentsBlock .comment-block{position: relative;z-index: 2;padding: 5px;margin-bottom: 6px;background: #343434;border-bottom: 1px solid #4d4d4d;border-top: 1px solid #222222;}
	div.k2LatestCommentsBlock .comment-block:after{content: "";display: table;clear: both;}
	div.k2LatestCommentsBlock .comment-block:before{
		content: "";
		position: absolute;left: 0;bottom: 0;
		border-width: 24px 24px 0;
		border-color: transparent transparent transparent #444444 ;
		border-style: solid;
		direction: ltr;
		z-index: 10;
	}
	/*Hover Item*/
	div.k2LatestCommentsBlock .comment-block:hover a{color: #FF8400;}
	div.k2LatestCommentsBlock .comment-block:hover:before{border-color: transparent transparent transparent #FF8400;}
	
/*----------------------------------------------------------------------
	Fixed Opera
----------------------------------------------------------------------*/
@media (min-resolution: .001dpcm) {
    _:-o-prefocus, #yt_footer .yt-main-in2{
       width: 76.995%;
    };
}
/*----------------------------------------------------------------------
	Fixed Chrome
----------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	h3.social-title:before{margin-top: -3px;}
}

.form-search label{
	display:none;
}
#searchForm .phrases-box{
	clear:both;
}