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

 /* Basics
-----------------------------------------------------------------------------------*/
dt,
dd {
	color: #858585;
	margin: 0 15px 0 0;
}

legend {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 100%;
	color: #eee;
}

.dropdown-menu {
	background: #242424;
	border: 1px solid #111;
	-webkit-border-radius: 0px;
			border-radius: 0px;
	-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);
}

.item-page .full-item {
	max-width: 100%;
	display: block;
}

/* Tooblar icons button */
.svn.btn-group a.btn {
	padding: 8px 10px;
	background: none;
	border: 0;
	border-left: 1px solid #242424;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.svn.btn-group a.btn.active,
.svn.btn-group a.btn:hover,
.svn.btn-group a.btn:active,
.svn.btn-group a.btn:focus {
	background: #181818;
}

.svn.btn-group a span.caret {
	margin-top: 11px;
	margin-left: 6px;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #555;
}

.svn.btn-group.open a span.caret {
	margin-top: 6px;
	border-bottom: 4px solid #666;
	border-top: 4px solid transparent;
}

.svn.btn-group .dropdown-menu li a {
	color: #ddd;
}

.svn.btn-group .dropdown-menu > li > a > [class*=" icon-"],
.svn.btn-group .dropdown-menu > li > a > [class^="icon-"] {
	background-image: url("../images/bootstrap/glyphicons-halflings-white.png");
}


/* Article Info */
dl.article-info-bottom,
dl.article-info-top {
	margin-bottom: 10px;
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 11px;
}

dl.article-info-top{
	margin-top: 3px;
}

dl.article-info-top dd {
	float: left;
	color:#999; 
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #111111;
}
dl.article-info-bottom dd {
	float: left;
	margin: 0 10px 0 0;
}

dl.article-info-top dd a:hover,
dl.article-info-bottom dd a:hover {
	color: #fff;
	text-decoration: underline;
}

dt.article-info-term {
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	color:#aaa;
	font-weight: bold;
	background: #333;
	padding: 0px 10px;
	display:none;
}

dd span.icon-calendar {
	display: none;
}

dd span.icon-eye-open,
dd span.icon-time {
	position: relative;
	margin-top: -1px;
	opacity: 0.7;
}

/* Articles Publish Date */
.blog-article-date h2{
	font-size:24px;
}
.blog-article-date,
.full-article-date {
	display: block;
	float: left;
	padding: 10px 15px 6px 15px;
	margin: 0px 15px 6px 0px;
}

.date-month {
	letter-spacing: 2px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 18px;
}

.date-day {
	font-size: 27px;
	letter-spacing: 0;
	text-align: center;
	margin: 0;
	padding: 0 0 3px;
	color: #ffffff;
}

/* read more */
p.readmore {
	text-align:right;
	font-weight: bold;
	border-bottom: 1px solid #111111;
	padding-bottom: 12px;
}

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

.tags span a.label {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	text-shadow: none;
	background-color: #242424;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 5px 7px 0 0;
	padding: 3px 15px 3px 20px;
	color: #aaa;
	-webkit-border-radius: 0;
			border-radius: 0;
	
}

/* Content Component Images
-----------------------------------------------------------------------------------*/
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img  {
	position: relative;
	overflow: hidden;
}
.view-article #slider{
	display:none!important;
}
.img-wrapper  {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding: 5px;
	border: 1px solid #242424;
	background-color: transparent;
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		 -o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
}

.item-page .img-wrapper {
	margin-top: 6px;
}

.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
	background: none;
}

/* Image floating */
.img_caption.left,
.img-intro-left,
.pull-left.item-image {
	float: left;
	margin-right: 10px;
}

.img_caption.right,
.img-intro-right,
.pull-right.item-image {
	float: right;
	margin-left: 20px;
}

.img-intro-none,
.img-fulltext-none,
.pull-none.item-image,
.img_caption.none {
	float: none;
}

/* caption */
div.img_caption {
	position: relative;
	width: 100%;
	height: 100%;
}

p.img_caption {
	position: absolute;
	bottom: 25px; 
	left: 0;
	background: #000;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 15px;
	margin: 0;
	z-index:15;
}

/* responsive images */
.img-intro-left,
.img-intro-right,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.item-image,
.img_caption {
	max-width: 100%;
}

 /* Category View
-----------------------------------------------------------------------------------*/
/* add margin in columns layout */
.items-row {
	margin-bottom: 30px;
}

/* list of subcategories */
.blog .cat-children h3 {
	font-size: 24px;
}

.blog .cat-children h3.page-header {
	padding: 6px 0;
	margin: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, Serif;
}

/* read moer btn */
p.readmore a {
	font-size: 13px;
	padding: 0 15px 0 0;
}

/* items more links */
.items-more .nav-tabs {
	padding-top: 12px;
}

.items-more .nav-tabs.nav-stacked li a {
	padding: 3px 0 3px 10px;
	border: 0;
}

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

 /* Search
-----------------------------------------------------------------------------------*/
.filter-search.alert.alert-info {
	background-color: #222222;
	border: 1px solid #282828;
	background-image: none;
	padding: 20px;
}

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

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

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

/* smart search module */
#mod-finder-searchform.form-search input {
	padding: 5px 9px;
	font-size: 11px;
	-webkit-border-radius: 0;
			border-radius: 0;
}

#mod-finder-searchform.form-search a {
	font-size: 11px;
	margin: 10px 0;
}

.advanced-search-tip {
	font-size: 11px;
}

#mod-finder-searchform.form-search button.btn:hover .icon-search.icon-white {
	background-image: url("../images/bootstrap/glyphicons-halflings.png");
}

 /* Contact Component
-----------------------------------------------------------------------------------*/
/* Contact Form */
.contact-form input, 
.contact-form textarea, 
.contact-form .uneditable-input {
	width: 50%;
}

.contact-form legend {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	border: 0;
	margin: 0;
	padding: 0;
	text-transform: none;
}

dl.contact-address { display: none; }

.contact-form span.icon-ok-circle {
	position: relative;
	margin-top: -1px;
	padding-right: 5px;
	opacity: 0.8;
}

.contact-form .message-form {
	display: block;
	margin-top: 10px;
}

.contact-form .contact-fields,
.contact-form .message-input {
	display: block;
}

.name-label label,
.email-label label,
.subject-label label,
.message-label label {
	font-weight: bold;
	color: #eee;
	margin-top: 10px;
}

.contact-form .message-input textarea {
	width: 80%;
	height: 250px;
}

.contact-form .send-btn,
.contact-form .email-copy {
	padding: 10px 0 0 0;
}

.name-input,
.email-input,
.subject-input,
.message-form {
	margin-right: 15px;
}

.contact-form .email-copy-label,
.contact-form .email-copy-input {
	float: left;
}

.contact-form .email-copy-input input[type="checkbox"] {
	height: 15px;
	width: 15px;
	padding: 0;
	vertical-align: middle;
	margin: 12px 0px 8px 0px;
	border: 1px solid #A5A5A5;
}

.contact-form .email-copy-label label {
	margin: 8px 8px 8px 0;
	padding-left: 12px;
	font-size: 11px;
	color: #999;
}

 /* User
-----------------------------------------------------------------------------------*/
/* Login Module */
#login-form {
	display: block;
	float: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#login-form #form-login-submit .btn {
	margin: 2px;
}

#login-form ul.unstyled {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 12px;
}

#login-form ul.unstyled li {
	float: left;
	font-size: 11px;
	padding-right: 15px;
}

#login-form .controls label {
	width: 100%;
	font-weight: bold;
	color: #eee;
	margin: 0;
}

 /* 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;
}

ul.categories-module li a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Serif;
	padding-left: 15px;
	background-image: url(../images/system/arrow.png);
	background-repeat:	no-repeat;
	background-position: 0% 50%;
	padding: 8px 15px;
	display: block;
	-webkit-box-shadow:  0px 1px 0px 0px rgba(255,255,255,0.07);
			box-shadow:  0px 1px 0px 0px rgba(255,255,255,0.07);
}

ul.categories-module li:hover a,
ul.categories-module li:focus a,
ul.categories-module li:active a,
ul.categories-module li.active a {
	color: #fff;
	background-color: #333333;
	background-image: url(../images/system/arrow-black.png);
	background-repeat:	no-repeat;
	background-position: 0% 50%;
}

 /* Archive Module
-----------------------------------------------------------------------------------*/
ul.archive-module li  {
	padding: 10px 5px;
	display: block;
	-webkit-box-shadow:  0px 1px 0px 0px rgba(0,0,0,0.07);
			box-shadow:  0px 1px 0px 0px rgba(0,0,0,0.07);
}

ul.archive-module li a {
	display: block;
}

ul.archive-module li:hover,
ul.archive-module li.active,
ul.archive-module li.active a {
	color: #333;
	background: #333;
}

 /* Tags Module
-----------------------------------------------------------------------------------*/
.tagspopular ul li {
	float: left;
	display: inline-block;
	padding-right: 6px;
	margin: 3px 0;
}

.tagspopular ul li a {
	display: block;
	padding: 3px 15px;
	background-color: #333333;
	color: #aaa;
	font-size: 11px;
}

.tagspopular ul li a:hover {
	color: #fff;
}

 /* Most Read Module
-----------------------------------------------------------------------------------*/
ul.mostread li {
	float: left;
	display: inline-block;
	padding-right: 6px;
	margin: 3px 0;
}

ul.mostread li a {
	display: block;
	padding: 4px 15px;
	border: 1px solid #111;
	color: #666;
	font-size: 11px;
}

ul.mostread li a:hover {
	background-color: #333333;
	padding: 4px 17px 4px 15px;
	color: #fff;
}

 /* Joomla core tooltips
-----------------------------------------------------------------------------------*/
.tip-wrap {
	z-index: 500;
	-webkit-transition:all 200ms ease-in-out;
	   -moz-transition:all 200ms ease-in-out;
		-ms-transition:all 200ms ease-in-out;
		 -o-transition:all 200ms ease-in-out;
			transition:all 200ms ease-in-out;
}

.tip {
	background-color: #333333;
	border: 1px solid #222222;
	padding: 18px 24px;
	color: #666666;
	line-height: 19px;
	font-size: 11px;
	max-width: 220px;
	z-index: 500;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.tip-title {
	color:#aaa;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

/* clearing tip stlye for edit toolbar icon */
.add-on .tip,
.icon-edit.tip,
.badge.badge-info.tip {
	background-color: transparent;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}

 /* Pagination
-----------------------------------------------------------------------------------*/
.pagination .counter {
	font-size: 11px;
}

.pagination ul {
	padding-bottom: 5px;
	border-bottom: 1px solid #111111;
	font-size: 11px;
}

.pagination ul > li > a,
.pagination ul > li > span {
	border-left: 1px solid #111111;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left: 0;
}

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

.pagination ul > li.disabled a {
	line-height: 21px;
}

/* Articles next/prev */
.item-page .pager.pagenav {
	float: none;
	clear: both;
}

 /* Alerts
-----------------------------------------------------------------------------------*/
.alert {
	padding: 15px;
	margin-bottom: 24px;
	font-size: 12px;
	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 .close {
	right: 5px;
	font-size: 28px;
}

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

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

 /* Page Breaks
-----------------------------------------------------------------------------------*/
.article-index ul li a.active {
	color:#fff;
	background: #333;
}

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

body.rtl .article-index {
	padding-left: 0;
	padding-right: 20px;
}

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

.pane-sliders .panel h3.title {
	margin: 0;
	padding: 6px 20px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pane-sliders .panel h3.title a {
	display: block;
}

.pane-sliders .panel h3.title.pane-toggler,
.pane-sliders .panel h3.title.pane-toggler-down {
	border-top: 1px solid #222;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	margin: 0;
	background: #1c1c1c; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c1c1c 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c1c1c 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c1c1c 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c1c1c 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c1c1c 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}

.pane-sliders .panel h3.title a {
	background-image: url(../images/interface/pagebreak-accordion.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.pane-sliders .panel h3.title.pane-toggler-down a {
	background-position: 100% 0;
}

.pane-sliders .panel .pane-slider.content {
	margin-bottom: 6px;
}

.pane-sliders .panel .pane-slider.content > * {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
}

/* Tabs */
dl.tabs {
	display: block;
	float: none;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	margin: 0;
	border-top: 1px solid #222;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	background: #1c1c1c; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c1c1c 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c1c1c 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c1c1c 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c1c1c 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c1c1c 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
			box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}

dl.tabs dt.tabs span h3 a {
	line-height: 24px;
	color: #aaa;
	display: block;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

dl.tabs dt.tabs span h3 a:hover {
	color: #fff;
}

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

dl.tabs dt.tabs.open {
	background: #333;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0;
}

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

 /* Others
-----------------------------------------------------------------------------------*/
.element-invisible {
	display: none;
}

.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 #242424;
	margin-left: 0;
}

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

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

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

.content_rating p {
	margin-bottom: 0;
}

.registration label {
	font-weight: bold;
	color: #eee;
}

 /* 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-style: italic;
	font-size: 24px;
	line-height: 30px;
}

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

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

.chzn-container-multi .chzn-choices {
	background-color: #262626;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=0 );
	background-image: none !important;
	border: 1px solid #363636;
	border-top: 1px solid #404040;
	-webkit-box-shadow :none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	line-height:32px;
	padding: 3px 10px;
	color: #ffffff;
}



.chzn-container-single .chzn-single div b {
	background-position: 0 10px;
	width: 10px;
}

.chzn-container-active .chzn-single-with-drop div b,
.chzn-container-single .chzn-single .chzn-active div b {
	background-position: -20px 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 #222;
	color: #eee;
}

.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: #444;
}

.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: #444;
	text-shadow: #000000 1px 1px 0;
	color: #999;
}

.positions-preview .mod-pos .logotype {
	min-height: 70px;
	line-height: 70px;
}
