/**
 # ot_eminent - OT Sarenka Template for Joomla! 1.7
 # author 		OmegaTheme.com
 # copyright 	Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license 	http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 	http://omegatheme.com
 # Technical support: Forum - http://omegatheme.com/forum/
**/
/**------------------------------------------------------------------------
 * file: template.css 1.7.0 00001, August 2011 12:00:00Z OmegaTheme $
 * package:	OT Eminent Template
 *------------------------------------------------------------------------*/
 
*{
	margin:0;
	padding:0;
}
body#ot_page{
	background:  #FFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*+++++++++++ @group Joomla Elements ++++++++++*/

/* +++++++++++@ Style for blog - featured ++++++++++*/
div.blog-featured{
	
}
div.items-leading{
	padding-bottom: 10px;
	overflow: hidden;
}
div.items-row{
	width: 100%;
	float: left;
}
div.items-row div.item{
	border-bottom: 1px solid #DFDFDF;
    border-right: 1px solid #FFFFFF;
	float: left;
}
div.items-row div.item div.item-bg{
	background: url("../images/item_bg.jpg") repeat-x scroll center bottom #FDFDFD;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #DFDFDF;
    float: left;
    padding: 25px 22px 10px;
}

/* ++++++++++ Style for two column +++++++++++ */
div.cols-2 .item{
	width: 49%;
}
div.cols-2 div.column-2{
	float: left;
	margin-left: 1px;
}
/* Style for three column */
div.cols-3 .item{
	width: 32%;
	overflow: hidden;
}
div.cols-3 .column-1{
	
}
div.cols-3 .column-2{
	margin-left: 2%;
}
div.cols-3 .column-3{
	float: right;
}

/* Style for four column */
.cols-4 .item{
	width: 23%;
	overflow: hidden;
}
.cols-4 .column-1{
	
}
.cols-4 .column-2{
	margin-left: 3%;
}
.cols-4 .column-3{
	margin-left: 2%;
}
.cols-4 .column-4{
	float: right;
}
/* ++++++++++++++ END ++++++++++++++ */
/* +++++++++++ Style for Blog Page +++++++++++ */
.blog,
.otblog{
	float: left;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}
.otblog-bg{
	background: url("../images/item_bg.jpg") repeat-x scroll center bottom #FDFDFD;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	float: left;
	padding: 25px;
}
/* ++++++++++++++ END ++++++++++++++ */

/* +++++++++++ Style for Single item Page +++++++++++ */
div.item-page{
	float: left;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}
div.item-page-bg{
width:780px;
	background: url("../images/item_bg.jpg") repeat-x scroll center bottom #FDFDFD;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	float: left;
	padding: 25px;
}
/* ++++++++++++++ END ++++++++++++++ */

/* +++++++++++ Style for Heading Title +++++++++++ */
h1.heading-title,
h2.heading-title{
	color: #444444;
	font-family: "Cambria";
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
h1.heading-title a,
h2.heading-title a{
	color: #444444;
}
h1.heading-title a:hover,
h2.heading-title a:hover{
	color: #FE5E21;
}
ul.actions,
dl.article-info{
	float: left;
    margin: 0;
    padding: 0 0 10px 20px;
    width: 96%;
}
ul.actions{
	float: right;
	width: auto;
}
dl.article-info{
	padding-left: 0;
	width: 100%;
}
ul.actions li{
	background: none;
	width: auto;
	float: left;
	padding: 0;
	margin-right: 5px;
	list-style: none;
}
dl.article-info dd.published{
	font-size: 11px;
	color: #999;
}
dd.createdby{
	font-size: 11px;
	color: #666;
}
/* +++++++++++++++ End ++++++++++++++++ */

/* +++++++++ Style for Category list page ++++++++++++++ */
.category-list,
.categories-list{
	padding: 25px;
	overflow: hidden;
}
.categories-list ul{
	padding-left: 10px;
}
.categories-list ul li{
	width: 98%;
	float: left;
	list-style: none;
}
/* +++++++++++++++ End ++++++++++++++++ */

/* +++++++++++++++Style for items-more ++++++++++++++++*/
div.items-more{
	clear: both;
    overflow: hidden;
    padding: 20px 20px 0;
}
div.items-more h3{
	font-size: 16px;
    font-weight: normal;
}
/* +++++++++++++++ End ++++++++++++++++ */

/* ++++++++++ Style page counter - pagination+++++++++++++ */
.pagination{
	float: left;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.pagination ul li{
	width: auto;
	float: none;
	display: inline;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}
.pagination p.counter{
	padding-bottom: 10px;
}
.pagination a.pagenav,
.pagination span.pagenav{
	height: 25px;
	padding: 0px 8px;
	border: 1px #ccc solid;
	line-height: 25px;
}
.pagination span.pagenav{
	background: #FFF;
}
.pagination a.pagenav{
	background: #e0dcdb;
}
/* +++++++++ Overwrite Page Counter +++++++++++ */
div.pagination{
	margin-top: 20px;
}
div.pagination p.counter{
	float: left;
	font-family: "Cambria";
	font-size: 25px;
	font-style: italic;
	margin: 0 10px 0 40%;
	padding: 0;
}
span.pagination{
	float: right;
	margin-right: 50px;
	margin-top: 0;
	width: auto;
}
span.pagination span.text,
span.pagination a.link-text{
	/*background: url(../images/pagenumber_bg.jpg) no-repeat;*/
		background: -moz-linear-gradient(top , #37393e, #01000a);
	background: -o-linear-gradient(top , #37393e, #01000a);
	background: -webkit-linear-gradient(top , #37393e, #01000a);
	background: -ms-linear-gradient(top , #37393e, #01000a);	
	background: -moz-linear-gradient(center top , #37393e, #01000a) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #3c3f43;
    border-radius: 7px;
    color: white;
    display: block;
    float: left;
    font-family: "Cambria";
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    line-height: 38px;
    margin-right: 4px;
	margin-bottom: 4px;
    text-align: center;
    width: 62px;
	
}
span.pagination strong span.text,
span.pagination strong a.link-text{
	font-style: italic;
}
/* ++++++++++++++++ End +++++++++++++++++++ */

/* ++++++++++++++ Style Readmore Button +++++++++++++ */

p.readmore {
    float: left;
    line-height: 1;
    margin-top: 1px;
    text-align: right;
}
p.readmore a {
	background: none repeat scroll 0 0 #EDEDED;
	color: #883727;
	display: block;
	line-height: 20px;
	text-align: center;
	width: 80px;
}
/* ++++++++++++++++ End +++++++++++++++++++ */

/* ++++++++++++++++++++ article-count +++++++++++++++++ */
dl  { margin: 0; overflow: hidden; padding: 3px 0;}
dl dt { font-weight: bold; float: left}
dd { margin: 0em; float: left; margin: 0 0 0 5px;}
#it-lp {position: absolute; top: 0px; left: -5000px;}
/* +++++++++++++End +++++++++++++ */

/* +++++++++++++ Style for Search Component +++++++++++ */
div.otsearch-wrap{
	line-height: 200%;
	overflow: hidden;
	padding: 25px;
}
dl.search-results{
	float: none;
}
dl.search-results dt,
dl.search-results dd{
	float: none;
}
/* +++++++++++++End +++++++++++++ */

/* +++++++++++++ Style for Contact Component +++++++++++ */
div.contact-category{
	padding: 25px;
	overflow: hidden;
}
div.otcontact-wrap{
	padding: 25px;
	overflow: hidden;
}
div.otcontact-wrap dl dt,
div.otcontact-wrap dl dd{
	float: none;
    padding: 5px 0;
}
/* +++++++++++++End +++++++++++++ */

/* +++++++++++++ Style for User Component +++++++++++ */
.otlogin-wrap{
	padding: 25px;
	overflow: hidden;
}
.otlogin-wrap form{
	
}
.otlogin-wrap form fieldset{
	padding: 20px;
}
.otlogin-wrap .login-fields{
	padding-bottom: 20px;
}
.otlogin-wrap .login-fields label{
	
}
.otlogin-wrap .login-fields input{
	
}
/* +++++++++++++End +++++++++++++ */

/* ++++++++++++Style for table of component +++++++++++++ */
table{
	width: 100%;
}
table thead{
	
}
table thead tr{
	
}
table thead tr th{
	
}
table tbody{
	
}
table tbody tr{
	
}
table tbody tr td{
	
}
/* ++++++++++++++++ End +++++++++++++++++++ */

/* +++++++++++++ Style for Search Module +++++++++++ */
div.otsearch-mod{
	overflow: hidden;
	padding: 15px 11px 6px;
}
.otsearch-mod input#mod-search-searchword {
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #998F8A;
    height: 18px;
    overflow: hidden;
    padding: 2px;
    width: 181px;
}
.otsearch-mod input.button{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.otzivi {
	display: block;
	height: 34px;
    width: 130px;
}

.otzivi input {
	background: linear-gradient(top , #37393e, #01000a);
	background: -moz-linear-gradient(top , #37393e, #01000a);
	background: -o-linear-gradient(top , #37393e, #01000a);
	background: -webkit-linear-gradient(top , #37393e, #01000a);
	background: -ms-linear-gradient(top , #37393e, #01000a);
    border-color: #3c3f43;
    border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
    color: white;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 34px;
    width: 130px;
	cursor: pointer;
}

.otzivi input:hover {
	background: linear-gradient(top , #FF7906, #FF9A35);
	background: -moz-linear-gradient(top , #FF7906, #FF9A35);
	background: -o-linear-gradient(top , #FF7906, #FF9A35);
	background: -webkit-linear-gradient(top , #FF7906, #FF9A35);
	background: -ms-linear-gradient(center top , #FF7906, #FF9A35);
	border-color: #FFAD46;
	color: black;
}

.otzivi a:hover {
	text-decoration: none;
}
/* +++++++++++++End +++++++++++++ */







.tab-pane {
margin-bottom:10px;
}


.left_mybanner{
	/* float: left;
	max-width: 80px;
	overflow: hidden; */
	position: relative;
	display: block;
	right: 1167px;
}

.right_mybanner{
	
	position: relative;
	display: block;
	right: 12px!important; 
}

.left_mybanner img, .right_mybanner img {
    max-width: 85px;
	position: fixed;
}
.toprightb {
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    }