/**
 * @package   Loyale Joomla! 3 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2014 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/


/* Article Layout and elements
-----------------------------------------------------------------------------------*/

/* Article header
-----------------------------------------------------------------------------------*/
.st-article header {
	display: block;
	width: 100%;
	float: none;
	margin-bottom: 26px;
	padding-bottom: 13px;
	border-bottom: 1px solid #eeeeee;
}

.st-article header .item-title {
	width: 100%;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.st-article header .item-title.splitted {
	width: 89.95555%;
	padding-left: 20px;
}

.st-article header h2 {
	margin-bottom: 13px;
}

.item-title .st-featured {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 18px;
	color: #CF1919;
	font-weight: normal;
	padding: 2px;
}

.st-article header .time-box {
	display: block;
	float: left;
	width: 10%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.st-article header .time-wrapper {
	display: block;
	float: none;
	overflow: hidden;
	color: #ffffff;
	width: 70px;
	height: 90px;
	float: left;
	margin: 9px 0;
	text-align: center;
	text-transform: lowercase;
}

.st-article header .time-wrapper .day {
	display: block;
	font-size: 30px;
	margin-top: 17px;
	padding-bottom: 5px;
}

.st-article header .time-wrapper .month {
	display: block;
	font-size: 12px;
}

/* Tooblar Icons - print,email,edit
-----------------------------------------------------------------------------------*/
.st.btn-group a.btn {
	padding: 20px 15px;
	line-height: 0;
	margin: 0 0 0 10px;
	background: transparent;
	border-left: 1px solid #eeeeee;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.st.btn-group.open {
	background-color: transparent;
}
.span6 .st.btn-group a.btn {
	padding: 15px;
}

.span4 .st.btn-group a.btn,
.span3 .st.btn-group a.btn,
.span2 .st.btn-group a.btn {
	padding: 10px;
}

.st.btn-group a.btn:hover,
.st.btn-group a.btn:active,
.st.btn-group a.btn:focus {
	background-color: #f7f7f7;
}

.st.btn-group a span.icon-bar {
	display: block;
	width: 12px;
	height: 2px;
	background: #333333;
	margin: 2px 0;
}

.st.btn-group a span.icon-bar:first-child {
	margin-top: 0px;
}

.st.btn-group a span.caret {
	margin-top: 4px;
	border-top: 4px solid #262626;
}

.st.btn-group.open a span.caret {
	margin-top: 0px;
	border-bottom: 4px solid #262626;
	border-top: 4px solid transparent;
}

/* Article meta informations
-----------------------------------------------------------------------------------*/
.article-info {
	list-style-type: none;
	margin: 0 0 13px;
	padding: 0;
	float: none;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.article-info li {
	text-align: left;
	color: #aeaeae;
	font-size: 12px;
	float: left;
	font-style: italic;
	margin: 0;
	display: inline-block;
	position: relative;
}

.article-info li:after {
	content: "/";
	color: #cecece;
	margin-right: 10px;
	padding-left: 10px;
}

.article-info li:last-child:after {
	display: none;
}

.article-info li > span[class*="icon-"]{
	color: #cecece;
}

/* Intro/full article image
-----------------------------------------------------------------------------------*/
/* image container */
.item-image {
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 26px;
	max-width: 100%;
	position: relative;
}

.item-image img  {
	max-width: 100%;
}

.item-image.pull-left {
	margin-right: 20px;
}

.item-image.pull-right {
	margin-left: 20px;
}

/* caption */
.item-image .img-caption-text {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 9px 20px;
	margin: 0;
	color: #ffffff;
	z-index: 11;
	background-color: #1d1d1d;
}

/* image wrap */
.item-image-wrap {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.item-image-wrap a {
	width: 100%;
	height: 100%;
}

.item-image-wrap img {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
}

.item-image-wrap a:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}

.item-image-wrap .item-image-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 26px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
			transition: all .4s ease;
}

.item-image-wrap a:hover .item-image-backdrop {
	visibility: visible;
	opacity: 0.5;
	filter: alpha(opacity=40);
}

.item-image-wrap .item-image-backdrop:after {
	content: "";
	z-index: 12;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #ffffff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
}

/* images with caption inside article content
-----------------------------------------------------------------------------------*/
figure.pull-left {
	float: left;
	margin-left: 0;
	margin-right: 30px;
	max-width: 100%;
}

figure.pull-right {
	float: right;
	margin-right: 0;
	margin-left: 30px;
	max-width: 100%;
}

figure > figcaption {
	font-size: 12px;
	font-style: italic;
	padding: 6px 0;
	color: #404040;
	line-height: 26px;
	text-align: center;
}

/* tags on article view
-----------------------------------------------------------------------------------*/
.tags {
	float: none;
	display: block;
	overflow: hidden;
	margin: 26px 0;
}

.tags span.icon-tags-2 {
	float: left;
	line-height: 34px;
	height: 34px;
	padding-right: 15px;
	margin: 3px 5px 3px 0px;
	border-right: 1px solid #e5e5e5;
}

.tags span a.label {
	float: left;
	font-size: 0.8em;
	color: #666;
	line-height: 24px;
	text-transform: none;
	text-shadow: none;
	display: block;
	margin: 3px 5px 3px 0px;
	padding: 4px 15px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 0;
			border-radius: 0;
}

.tags span a:hover {
	background-color: #333333;
	border: 1px solid #333333;
	color: #fff;
}

/* Article navigation (prev/next)
-----------------------------------------------------------------------------------*/
.itemNavigation {
	display: block;
	width: 100%;
	clear: both;
	border-top: 1px solid #eeeeee;
	margin: 26px 0 0 0;
	padding: 26px 0 13px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.itemNavigation:after {
	content:"";
	display: table;
	clear: both;
}

.itemNavigation ul {
	float: right;
	display: block;
	list-style-type: none;
	margin: 0;
}

.itemNavigation ul > li {
	display: block;
	float: left;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 54px;
	margin-left: 1px;
}

.itemNavigation ul li a {
	display: block;
	color: #444444;
	font-size: 11px;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #e5e5e5;
}

.itemNavigation ul li a.itemNext {
	float: left;
}

.itemNavigation ul li a.itemPrev {
	float: right;
}

.itemNavigation ul li a:hover {
	color: #ffffff;
	background-color: #262626;
	border: 1px solid #262626;
}

.itemNavigation ul li a.itemNext:hover {
	padding-left: 10px;
}

.itemNavigation ul li a.itemPrev:hover {
	padding-right: 10px;
}

.itemNavigation ul li.disabled {
	color: #999999;
	border: 1px solid #ffffff;
	font-size: 11px;
}

/* hover tooltips */
.itemNavigation ul li a span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	margin-top: -45px;
	line-height: 20px;
	background-color: #262626;
	color: #ffffff;
	font-size: 12px;
	padding: 9px 20px;
	z-index: 999;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	white-space: nowrap;
	-webkit-transform: translateX(-15px);
	   -moz-transform: translateX(-15px);
		 -o-transform: translateX(-15px);
			transform: translateX(-15px);
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
			transition-duration: .3s;
}

.itemNavigation ul li a > span:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: -8px;
	margin-right: 13px;
	width: 0;
	height: 0;
	border-bottom: 4px solid transparent;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #262626;
}

.itemNavigation ul li a:hover > span {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
		 -o-transform: translateX(0px);
			transform: translateX(0px);
}

 /* Category Layouts
-----------------------------------------------------------------------------------*/
/* Margin in columns layout */
.items-leading > *,
.items-row  {
	margin-bottom: 78px;
}

/* Title size in columns */
.span6 .item-title h2 {
	font-size: 26px;
	line-height: 36px;
}

.span4 .item-title h2,
.span3 .item-title h2,
.span2 .item-title h2 {
	font-size: 24px;
	line-height: 30px;
}

/* Date size in columns */
.span6 .st-article header .item-title.splitted {
	width: 79%;
	padding-left: 20px;
}

.span6 .st-article header .time-box { width: 20%; }

.span2 .st-article header .item-title.splitted,
.span3 .st-article header .item-title.splitted,
.span4 .st-article header .item-title.splitted {
	width: 100%;
	padding-left: 0;
}

.span2 .st-article header .time-box,
.span3 .st-article header .time-box,
.span4 .st-article header .time-box {
	width: auto;
	display: block;
}

.span2 .st-article header .time-wrapper,
.span3 .st-article header .time-wrapper,
.span4 .st-article header .time-wrapper {
	margin-bottom: 26px;
}

.blog .cat-children h3.page-header {
	padding: 6px 0;
	margin: 0;
	font-size: 16px;
}

/* More items - links */
.items-more .nav-tabs.nav-stacked li a {
	padding: 3px 0;
	border: 0;
}

.items-more .nav-tabs.nav-stacked li a:hover {
	background: #f8f8f8;
}

 /* Pagination
-----------------------------------------------------------------------------------*/
.blog .pagination {
	margin-top: 0;
}

.pagination .counter {
	font-size: 11px;
	margin-bottom: 12px;
	float: none;
	text-align: center;
}

.pagination-list {
	padding: 24px 0;
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

ul.pagination-list li:first-child {
	margin-left: 30px;
}

.pagination ul > li > a {
	margin-left: 1px;
	background-color: #ffffff;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #f2f2f2;
	float: none;
	margin: 0;
	position: relative;
	padding: 15px;
}

.pagination ul > li.disabled {
	font-size: 14px;
}

.pagination ul > li.disabled a {
	border: 0;
	background-color: #ffffff;
}

.pagination ul > li.disabled a:hover {
	background-color: #ffffff;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f2f2f2;
	color: #444444;
}

 /* Search
-----------------------------------------------------------------------------------*/
.search-pages-counter {
	font-size: 11px;
}

.filter-search.alert.alert-info {
	background-color: #f5f5f5;
	border: 1px solid #f0f0f0;
	background-image: none;
	padding: 20px;
}

.search-results .result-title {
	margin-top: 24px;
}

/* Search component */
.search dt.result-title {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding-top: 15px;
}

.search #searchForm .phrases-box label,
.search #searchForm .only label {
	float: left;
	padding: 0 25px 0 0;
	margin: 0 0 0 25px;
}

.search #searchForm .ordering-box {
	display: block;
	width: 100%;
	float: none;
	margin: 48px 0 24px 0;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
}

/* smart search */
#search-results ul.search-results {
	list-style-type: none;
}

#search-results ul.search-results li {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 12px;
}

#finder-search .advanced-search-tip {
	padding: 24px;
}

#finder-search .advanced-search-tip p {
	margin-bottom: 3px;
}

#finder-search .advanced-search-tip p:first-child {
	margin-bottom: 36px;
}

#finder-search .advanced-search-tip p:last-child {
	margin-top: 36px;
}

#finder-search .advanced-search-tip p span.term {
	background-color: #0293c9;
	color: #ffffff;
	padding: 2px 5px;
	margin: 0 2px;
}

/* smart search module */
#mod-finder-searchform label.finder {
	display: none;
}

#mod-finder-searchform.form-search input {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	margin: 0;
	font-size: 11px;
	color: #999999;
	border: 0;
	min-width: 170px;
	box-shadow: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
}

#mod-finder-searchform button {
	width: 36px;
	height: 36px;
	background-color: transparent;
	position: relative;
	margin-left: -36px;
}


#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
	color: #303030;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
}

/* search module */
.search form.form-inline {
	position: relative;
}

#mod-search-searchword.inputbox {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	margin: 0;
	font-size: 11px;
	color: #999999;
	border: 0;
	width: 170px;
	box-shadow: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
}

#mod-search-searchword.inputbox:hover,
#mod-search-searchword.inputbox:focus {
	color: #303030;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
}

.search form.form-inline input.button {
	width: 14px;
	height: 14px;
	background-color: transparent;
	position: relative;
	margin-left: -26px;
	margin-top: 12px;
	text-indent: -9999px;
}

 /* Contact Component
-----------------------------------------------------------------------------------*/
/* Base elements */
.contact .thumbnail {
	margin-bottom: 26px;
	border: 1px solid #eeeeee;
}

.contact .contact-address {
	margin: 26px 0;
}

.contact .dl-horizontal dt,
.contact .dl-horizontal dd {
	text-align: left;
	margin: 0;
	width: auto;
	float: none;

}
.contact-miscinfo {
	margin: 13px 0 26px 0;
}

/* Contact Form */
.contact-form textarea,
.contact-form.contact-fields,
.contact-form .uneditable-input {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	width: 100%;
	max-width: 100%;
	height: 44px;
	line-height: 44px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contact-form input[type="checkbox"]{
	margin: 12px 8px 0 0;
}

.contact-form textarea {
	width: 100%;
	max-height: 205px;
}

.contact-form legend {
	font-size: 11px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	color: #808080;
	border: 0;
	margin: 0;
}

.contact-form label {
	margin: 26px 0 0;
}

.contact-form .send-copy label {
	font-weight: normal;
	font-size: 11px;
	color: #999;
	margin: 8px 0 0;
}

/* Breadcrumbs module
-----------------------------------------------------------------------------------*/
.breadcrumb  {
	margin: 0;
	padding: 12px 10px;
	background: transparent;
}

.breadcrumb li {
	font-size: 11px;
	text-shadow: none;
}

.breadcrumb li span {
	color: #808080;
}

.breadcrumb li span.path.divider {
	color: #aeaeae;
	margin-right: 5px;
}

.breadcrumb li span.divider {
	margin: 0 5px;
}

.breadcrumb li.you-are-here {
	padding-right: 15px;
}

 /* User
-----------------------------------------------------------------------------------*/
/* Login Module */
form#login-form  {
	margin: 0 0 12px 0;
}

#login-form .login-greeting {
	margin-bottom: 12px;
}

#login-form .input-prepend {
	margin-bottom: 24px;
}

#login-form ul.unstyled {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#login-form ul.unstyled li {
	font-size: 11px;
	padding-right: 10px;
	font-weight: 400;
	text-align: left;
	float: left;
}

#login-form ul.unstyled li a {
	color: #808080;
}

#login-form ul.unstyled li a:hover {
	color: #000;
}

#login-form ul.unstyled li a span.icon-arrow-right {
	display: none;
}

#login-form .controls label {
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	color: #aaa;
	margin: 0;
}

#login-form #form-login-remember {
	margin-bottom: 6px;
}

#login-form #form-login-remember label {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: 400;
	color: #858585;
}

#login-form  input[type="text"],
#login-form  input[type="password"] {
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	color: #aeaeae;
	border: 0;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

#login-form  input[type="text"]:focus,
#login-form  input[type="password"]:focus {
	color: #333333;
	background: transparent;
	border-bottom: 1px solid #333;
	-webkit-box-shadow: none;
			box-shadow: none;
} 

#login-form .user-register-btn {
	display: block;
	padding: 8px 15px;
}

#login-form .add-on {
	background-color: transparent;
	border: 0;
	padding: 8px;
	opacity: 0.2;
}

#login-form #form-login-submit button {
	margin-right: 10px;
}

 /* Categories List Module
-----------------------------------------------------------------------------------*/
ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 {
	margin: 0;
	text-transform: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 24px;
	
}

ul.categories-module > li {
	border-bottom: 1px solid #f4f4f4;
	position: relative;
}

ul.categories-module > li a {
	display: block;
	padding: 6px;
}

ul.categories-module > li.active a {
	color: #222;
}

ul.categories-module > li.active a,
ul.categories-module > li a:hover {
	background-color: #fafafa; 
	padding-left: 10px;

}

ul.categories-module > li ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

ul.categories-module > li ul li a {
	border: 0;
	font-size: 11px;
}

 /* Archive Module
-----------------------------------------------------------------------------------*/
ul.archive-module li  {
	line-height: 30px;
	display: block;
}

ul.archive-module li a {
	display: block;
	padding: 0 5px;
}

ul.archive-module li a:hover,
ul.archive-module li.active a {
	color: #333;
	padding-left: 10px;
	background: #f4f4f4;
}

 /* Tags Module 
-----------------------------------------------------------------------------------*/
.tagspopular,
.tagspopular ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

.tagspopular ul li {
	float: left;
	display: inline-block;
	padding-right: 6px;
	margin: 3px 0;
	position: relative;
}

.tagspopular ul li a {
	display: block;
	padding: 4px 15px;
	border: 1px solid #eeeeee;
	color: #666;
	font-size: 0.8em;
}

.tagspopular ul li a:hover {
	background-color: #333333;
	border: 1px solid #333333;
	color: #fff;
}

.tagspopular ul li span {
	position: absolute;
	top: 7px;
	right: 0px;
}

 /* Alerts
-----------------------------------------------------------------------------------*/
.alert {
	padding: 20px;
	margin-bottom: 24px;
	font-size: 14px;
	text-shadow: none;
	background-color: #9cc902;
	border: 0;
}

.alert p {
	margin: 0;
}

.alert,
.alert h4 {
	color: #ffffff;
}

.alert-warning,
.alert-danger,
.alert-error {
	background-color: #e10000;
	border-color: #e10000;
	color: #ffffff;
}

.alert-info,
.alert-notice {
	background-color: #0293c9;
}

.alert-success,
.alert-message {
}

.alert .close {
	right: 2px;
	top: 1px;
	font-size: 28px;
}

/* required fileds */
label .red,
label.required.invalid {
	color: #ff0000;
}

input.required.invalid {
	color: #ff0000;
	border: 1px solid #ff0000;
}

 /* Page Breaks
-----------------------------------------------------------------------------------*/
/* default page-breaks */
body.rtl .article-index {
	padding-left: 0;
	padding-right: 40px;
}

.article-index ul li a {
	padding: 9px 20px;
}

.article-index ul li a:hover {
	background-color: #f8f8f8;
}

.article-index ul li a.active {
	color: #ffffff;
	background: #333333;
}

.article-index {
	padding-left: 40px;
}

.pagenavcounter {
	font-size: 11px;
	margin-bottom: 12px;
}

/* sliders style */
.pane-sliders {
	margin-bottom: 24px 0;
}

.pane-sliders .panel h3.title {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	height: 60px;
	line-height: 60px;
	padding-left: 15px;
	font-size: 16px;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
			transition: all .2s ease;
}

.pane-sliders .panel h3.title a {
	display: block;
	padding: 0;
	width: 100%;
}

.pane-sliders .panel h3.title.pane-toggler {
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	color: #202020;
}

.pane-sliders .panel h3.title.pane-toggler-down,
.pane-sliders .panel h3.title.pane-toggler-down:hover {
	border: 1px solid #1f1f1f;
	background-color: #1f1f1f;
}

.pane-sliders .panel h3.title.pane-toggler-down a span {
	color: #ffffff;
}

/* +/- icon */
.pane-sliders .panel h3.title a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 1px;
	height: 15px;
	margin-top: -7px;
	background-color: #333333;
}

.pane-sliders .panel h3.title a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 1px;
	margin-right: -7px;
	background-color: #333333;
}

.pane-sliders .panel h3.title.pane-toggler-down a:before {
	display: none;
}

.pane-sliders .panel h3.title.pane-toggler-down a:after,
.pane-sliders .panel h3.title.pane-toggler-down a:hover:after {
	background-color: #ffffff;
}

.pane-sliders .panel h3.title a:hover:before,
.pane-sliders .panel h3.title a:hover:after {
	background-color: #ffffff;
}

/* hover */
.pane-sliders .panel h3.title:hover {
	border: 1px solid #444444;
	background-color: #444444;
}

.pane-sliders .panel h3.title:hover a {
	color: #ffffff;
}

/* accordion content */
.pane-sliders .panel .pane-slider.content {
	margin-bottom: 6px;
	padding: 0 15px;
	text-align: center;
}

.pane-slider.content h3,
.pane-slider.content p {
	margin-bottom: 13px;
}

/* Tabs */
dl.tabs {
	display: block;
	float: none;
	overflow: hidden;
	padding: 0 10px;
	margin: 0;
	-webkit-box-shadow:inset 0 -1px 0 0 #e5e5e5;
			box-shadow:inset 0 -1px 0 0 #e5e5e5;
}

dl.tabs dt.tabs h3 {
	margin: 0;
}

dl.tabs dt.tabs span h3 a {
	display: block;
	font-size: 18px;
}

dl.tabs dt.tabs {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 6px 15px;
}

dl.tabs dt.tabs.open {
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

.current dd.tabs {
	margin-top: 30px;
}

dl.tabs dt.tabs.open span h3 a ,
dl.tabs dt.tabs:hover span h3 a {
	color: #ffffff;
}

dl.tabs dt.tabs:hover,
dl.tabs dt.tabs.open {
	background-color: #1f1f1f;
}

 /* Archived articles
-----------------------------------------------------------------------------------*/
div.createdby {
	font-size: 14px;
	padding: 6px 0;
}

dl.article-info {
	font-size: 12px;
	margin-bottom: 24px;
}

 /* Typography addons
-----------------------------------------------------------------------------------*/
span.highlight-muted,
span.highlight-warning,
span.highlight-info,
span.highlight-success {
	padding: 3px 6px;
	margin: 0 3px;
	color: #fff;
}
span.highlight-muted {
	background-color: #aaa;
}

span.highlight-warning {
	background-color: #e10000;
}

span.highlight-info {
	background-color: #0293c9;
}

span.highlight-success {
	background-color: #9cc902;
}

blockquote,
blockquote p {
	font-size: 20px;
	line-height: 30px;
	padding: 6px 20px;
	color: #262626;
}

blockquote small {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

p span.dropcap {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 72px;
	padding: 15px 10px 20px 0px;
	float: left;
	color: #202020;
}

ul.checkmark-list li {
	background:transparent url("../images/interface/checkmark-list.png") no-repeat 0 6px;
	padding-left: 20px;
}

 /* Others
-----------------------------------------------------------------------------------*/
dt {
	font-weight: normal;
}

dt,
dd {
	margin: 0 15px 0 0;
}

input.btn {
	border: 0;
}

.radio.btn-group input[type="radio"] {
	display: none;
}

fieldset.radio.btn-group {
	padding-left: 0;
}

/* reset bootstrap accordion borders */
.accordion-group,
.accordion-inner {
	border: 0;
}

.accordion .accordion-toggle {
	border: 1px solid #e5e5e5;
	padding: 17px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color:transparent;
}

.dropdown-menu {
	border: 1px solid #e2e2e2;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.element-invisible {
	display: none !important;
}

.well {
	background: none;
	border: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.list-striped,
.row-striped {
	list-style: none;
	line-height: 12px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #eee;
	margin-left: 0;
}

.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #eee;
	padding: 8px;
}

.list-striped li p {
	margin:0;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #333333;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #ffffff;
	background-color: #333333;
}

.nav .dropdown-toggle .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.dropdown-menu > li > a.selected,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}

.dropdown-menu > li > a > [class^="icon-"],
.dropdown-menu > li > a > [class*=" icon-"] {
	margin-right: 3px;
}

.rtl .dropdown-menu > li > a > [class^="icon-"],
.rtl .dropdown-menu > li > a > [class*=" icon-"] {
	margin-left: 3px;
}

/* Primary Button */
.btn-group.open,
.btn-primary.dropdown-toggle,
.btn-primary {
	color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #000000;
	border: 0;
}

.content_rating {
	font-size: 11px;
	color: #858585;
}

.content_rating p {
	margin-bottom: 0;
}

/* modal window */
#sbox-window.shadow {
	padding: 15px !important;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0 !important;
			border-radius: 0 !important;
}

#sbox-window,
#sbox-window img {
	max-width: 100%;
	height: auto ! important;
}

.contentpane {
	padding: 20px;
	background-image: none ! important;
	background-color: #ffffff ! important;
}

/* Override for choosen */
.chzn-container-single .chzn-single {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	background-image: none !important;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #dddddd;
	-webkit-box-shadow :none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 40px;
	line-height: 40px;
}

.chzn-container-multi .chzn-choices {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	background-image: none !important;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #dddddd;
	-webkit-box-shadow :none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 40px;
	line-height: 40px;
}

.chzn-container-single .chzn-single b {
	margin-top: 10px;
	max-width: 10px;
}

.chzn-container-single .chzn-drop {
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

 /* Preview Purpose Only (module positions grid page) - please ignore !
-----------------------------------------------------------------------------------*/
.positions-preview .mod-pos .span2,
.positions-preview .mod-pos .span3,
.positions-preview .mod-pos .span8,
.positions-preview .mod-pos .span9,
.positions-preview .mod-pos .span10,
.positions-preview .mod-pos .span12 {
	margin-bottom: 20px;
	padding: 12px;
	text-align: center;
	border: 1px solid #e5e5e5;
	color: #222;
}

.positions-preview .mod-pos .span2:hover,
.positions-preview .mod-pos .span3:hover,
.positions-preview .mod-pos .span8:hover,
.positions-preview .mod-pos .span9:hover,
.positions-preview .mod-pos .span10:hover,
.positions-preview .mod-pos .span12:hover {
	background-color: #f2f2f2;
}

.positions-preview .mod-pos .span3.sidebar {
	height: 500px;
}

.positions-preview .mod-pos .span3.sidebar p {
	line-height: 480px;
	margin: 0;
}

.positions-preview .mod-pos .component {
	height: 220px;
	line-height: 200px;
	padding: 0;
}

.positions-preview .mod-pos .disabled {
	background-color: #f2f2f2;
	text-shadow: #ffffff 1px 1px 0;
	color: #999;
}

.positions-preview sup {
	color: #808080;
}

/* Debug */
div#system-debug {
    margin: 5px;
    position: absolute;
    z-index: 10000;
}

/* fields container */
.fields-container {
	margin-top: 0;
	margin-bottom: 30px;
}

.fields-container .field-entry {
	padding: 15px 0;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}

.fields-container .field-label,
.fields-container .field-value {
	display: inline-block;
}

.fields-container .field-label {
	padding-right: 15px;
	color: #808080;
}
