/* 
 * This file (custom.css) is the css file that 
 * handles any overrides you want to do with
 * joomla or the bootstrap css files.
 * ---------------------------------------- */
 @font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url('../../../fonts/PT_woff/PTSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local('PT Serif'), local('PTSerif-Regular'), url('../../../fonts/PT_woff/PTSerif-Regular.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url('../../../fonts/PT_woff/PTSans-Narrow.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'PT Sans Bold';
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../../fonts/PT_woff/PTSans-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "PTSansCaptionRegular";
  src: url('../../../fonts/PT_woff/PTSansCaptionRegular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PTSansCaptionBold";
  src: url('../../../fonts/PT_woff/PTSansCaptionBold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

body {
background-color: #333333;
background: url("../images/iminfin/bcgr.png") repeat scroll center top #333333;
color:#474747;
font-family: 'PT Sans';
line-height: 18px!important;
min-width: 450px;
}
body>.container-fluid {margin: auto;
    max-width: 1024px;
  background-color: white;
  box-shadow: 0 -3px 3px 2px white;
  }
#above
{
  background: url("../images/iminfin/header_bg.png") no-repeat scroll left top transparent;
  height: 205px;
}
#above .search-module .button {
    background: url("../images/iminfin/headersearch-submit.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 6px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1983em;
    width: 31px;
}
.krLogo img
{
 margin-left: 60px;
 margin-top: 20px;
}
.nav {
    height: 27px;
    margin-top: -42px;
    padding-left: 35px;
  margin-bottom: 0;  
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    /* text-shadow: 1px 1px 1px black;*/
}
.nav > li > a {
    display: block;
  color: #000;
}
.nav-pills > .active > a {
    /* background: url("../images/iminfin/topmenu/active_l.png") repeat-x scroll right top transparent;    */
}
.nav-pills > .active > a:hover , .nav-pills > li > a:hover{
    /*background: url("../images/iminfin/topmenu/hover_l.png") repeat-x scroll right top transparent;   */
  text-decoration: underline;
}
.nav-pills > li > a {
    border-radius: 0;
  padding: 12px 12px;
  margin: 0 2px 0 0;
  /* background: url("../images/iminfin/topmenu/normal_l.png") repeat-x scroll right top transparent;*/
}
.dropdown .caret {
    margin-left: 10px;
    margin-right: -10px;
}
.caret {  
    border-top-color: white;
}
.nav-pills .dropdown-menu {
    border-radius: 0;
}
.dropdown-menu
{
  margin: 0;
  padding: 0;
}
.dropdown-menu li > a:hover {
    clear: both;
    color: #333333; /* смена color ссылки в меню */
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: normal;
    width: 400px;
}
.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a
{
  background-color: white; /* смена bg color при наведении на ссылку в меню */
  background-image: none;
}
.dropdown-menu li > a {
    text-shadow: none;
  margin-top: 5px;
  margin-bottom: 5px;
        white-space: normal;
        width: 400px; 
}
.dropdown-menu li {
  border: 1px solid #d1dbe0;
}
.breadcrumb {
    padding-left: 35px;
  background-color: #fff;
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.about
{
  color: #2C2C2C;
  padding-left: 25px;
  font-family: 'PT Sans';
  line-height: 18px;
}
.container {
background-color: #fff;
}
.container-fluid { 
max-width:1170px; 
margin:0 auto; 
padding-left:0; 
padding-right:0; 
}
a {
color: #005580;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #444;
  *background-color: #444;
  background-image: -moz-linear-gradient(top, #444, #5c5c5c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#5c5c5c));
  background-image: -webkit-linear-gradient(top, #444, #5c5c5c);
  background-image: -o-linear-gradient(top, #444, #5c5c5c);
  background-image: linear-gradient(to bottom, #444, #5c5c5c);
  background-repeat: repeat-x;
  border-color: #444 #444 #444;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#5c5c5c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #5c5c5c;
  *background-color: #5c5c5c;
}
.label-info, .badge-info {
background-color: #444;
}
input#mod-search-searchword { 
    color: #636363 !important;
    float: left;
    font-size: 16px;
    margin-top: 0;   
    padding-top: 4px;
    position: static;
    width: 200px;
}
form#searchForm.form-horizontal fieldset.phrases div.ordering-box div.controls,
form#searchForm.form-horizontal div.form-limit div.controls {
float:left;
margin-left: 0;
}
form#searchForm.form-horizontal fieldset.phrases div.phrases-box div.controls {
margin-left: 0;
}
div.form-actions {
margin-top: 0;
margin-bottom: 0;
padding: 0;
background-color: transparent;
border-top: none;
}
div.blog-featured,
div.item-page {
padding:0 10px 0 10px;
}
div.navbar-inner div.container {
background-color:#444;
}
.navbar-inverse .navbar-inner {
background-color: #444;
background-image: -moz-linear-gradient(top,#444,#444);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#444));
background-image: -webkit-linear-gradient(top,#444,#444);
background-image: -o-linear-gradient(top,#444,#444);
background-image: linear-gradient(to bottom,#444,#444);
background-repeat: repeat-x;
border-color: #252525;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444',endColorstr='#444',GradientType=0);
}
.navbar-inverse .btn-navbar {
margin-right:10px;
}

div#top div.navigation ul.navstyle {
background-color: #444;
}
div.navigation li a {
padding: 25px 10px 25px 10px !important;
color: #858585 !important;
}
div.navigation li a:active {
background-color:#fff;
}
div.navigation ul li.item-101.current.active a {
background-color:#444;
color:#fff !important;
}
h1 {
color: #5cb28f;
font-size: 40px;
line-height: 25px;
font-weight: normal;
}
h2 {
color: #5cb28f;
font-size: 30px;
line-height: 25px;
font-weight: normal;
}
h3 {
color: #5cb28f;
font-size: 20px;
line-height: 25px;
font-weight: normal;
}
.footer
{ background: url("../images/iminfin/footer.png") repeat-x scroll left top transparent;
box-shadow: 0 -3px 3px 2px white;}
.footer>div
{ padding: 0;}
.footer, .footer a:link, .footer a:visited {    
    height: 150px;
  font-family: 'PT Sans';
  line-height: 18px;
  color: #D4D4D4;
    font-size: 14px;
    /* text-shadow: 1px 1px 1px #093144;*/
  margin: auto;
    max-width: 1024px;  
}
 .moduletable > h3 {
    background: url("../images/iminfin/HeaderDot.png") no-repeat scroll left 10px transparent;
    color: #026D98;
    font-family: 'PT Serif';
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 15px;
    text-decoration: none;
}
div#easytagcloud > a {
    color: #787878;
    font-family: 'PT Sans Narrow';
    font-weight: 600;
}
.btn-primary, 
.btn-primary:hover, 
.btn-warning, 
.btn-warning:hover, 
.btn-danger, 
.btn-danger:hover, 
.btn-success, 
.btn-success:hover, 
.btn-info, 
.btn-info:hover {
margin-bottom:1px;
}
div.span3 ul.the-icons {
list-style: none;
}
.page-header {
border-bottom:none !important;
padding-bottom:5px !important;
margin:0px !important;
}
#map_canvas img{
max-width:none;
}
#login-dropdown {
  width: 250px;
  padding: 10px;
}
#login-dropdown .input-prepend {
  margin-left: 10px;
}
div.login-remember {
  padding: 5px;
}
.navbar .nav.pull-right {
float: left !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-top:2px;
}
div.moduletable.grey-border div.custom {
border: solid 1px #DDDDDD;
border-radius: 5px 5px 5px 5px;
padding:10px;
background:none;
}
div#below-content div.moduletable.span2.popular div.custom {
background:#5BB75B;
}
div#below-content div.moduletable.span2.popular2 div.custom {
background:#04C;
}
div.moduletable.no-bg div.custom {
background:none;
}
div.moduletable.no-bg {
background:none;
margin-bottom:5px;
}
div.moduletable.label.label-info h3 {
color:#fff;
}
div.moduletable.label.label-info div.custom {
background:none;
}
div.container div#content div#main.row div.search {
padding-left:0px;
}
div#top.row div.moduletable div.custom {
background:none;
/*padding:0 0 0 30px;*/
}
div.navbar-inner div.container div.search {
float: right;
height: 28px;
padding-top: 8px;
}
.brand > i {
  margin-top:5px;
  margin-right:5px;
}
.logo {
  margin:0;
  padding:0;
}
.logo-tagline {
  margin-left:10px;
  font-size:0.8em;
}
.image {
  margin:0;
}
.image > .brand {
  text-indent:-9999px;
  display:block;
  padding:0;
}
.navbar-fixed-top {
  z-index:9999;
}
#header {
padding:0;
border-bottom:transparent;
background-color: #fff;
background-image: -moz-linear-gradient(top, #fff, #fff);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
background-image: -webkit-linear-gradient(top, #fff, #fff);
background-image: -o-linear-gradient(top, #fff, #fff);
background-image: linear-gradient(to bottom, #fff, #fff);
background-repeat: repeat-x;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#content,
#sidebar,
#sidebar-2 {
  padding: 10px;
}
/* Module Spacing */
#content .moduletable,
#sidebar .moduletable,
#sidebar-2 .moduletable {
  margin-bottom:18px;
}


/* Enhanced typography */
dt {
  font-size: 105%;
  margin-bottom: .5em;
}
dd {
  margin-left: 2em;
  margin-bottom: 1em;
}
/* Template Demo */
.custom {
  background:transparent;
  /*padding:10px;*/
  margin-bottom: 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
body.item-524 .navbar .custom {
  display:inline-block;
  padding:5px;
  margin:5px 0 0 10px;
}
body.item-524 .navbar .custom p {
  margin:0;
}
body.item-524 #header .custom {
  margin-bottom:10px;
}
body.item-524 #header .custom p {
  margin:0;
}
body.item-524 #breadcrumbs .custom ul {
  margin-bottom:0;
}
body.item-525 #below .custom {
  background:#eee;
  padding:10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Used for responsive page */
.resize {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 80px;
  width: 80px;
  background: url(../images/resize.png); 
}
/* added to manually remove span left margin */
.row-fluid .first {
  margin-left: 0 !important;
}
/*Media Query Overrides Here*/
@media (min-width: 1200px) {
div#above div div form,form-search {margin: 46px -117px 0 20px; float: right;}
}
@media (min-width: 979px) and (max-width: 1200px) {
body {padding-top: 0px;padding-left: 10px;padding-right: 10px;}
div#above div div form,form-search {margin: 68px 0 0 20px; float: right;}
}
@media (min-width: 768px) and (max-width: 979px) {
body {padding-top: 0px;padding-left: 10px;padding-right: 10px;}
div#above div div form,form-search {margin: 18px 0 0 20px; float: right;}
}
@media (max-width: 767px) {
body {padding-top: 0px;padding-left: 10px;padding-right: 10px;}
.bt-cs .bt-row {
width: 100%!important;
}
#сlogo {
    margin-top: -17px !important;
}
}
@media (max-width: 480px) {
body {padding-top: 0px;padding-left: 10px;padding-right: 10px;}
}
@media (max-width: 979px) {}
@media (min-width: 980px) {}

.slides_control {
    background: url("../images/iminfin/slider_bcgr.png") repeat-x scroll left center #f4f4f4 !important;
    border: 1px solid #D1DBE0;
}
.slide
{
  margin-left: 40px;
  margin-right: 40px;
}
.bt-row .bt-inner {
  background: url("../images/iminfin/slider_delimiter.png") no-repeat scroll right center transparent;
  text-align: center;
}
.bt-row-last .bt-inner{
    background: none;
}
.bt-cs .bt-inner img {
    border: none!important;
    outline: none!important;
}
.bt-cs .bt-inner .bt-title {    
    color: #636363!important;
    font-size: 14px;
    padding: 0 0 10px;
  font-weight: 400!important;
  text-transform: none!important;
  line-height: 100%!important;
}
.bt-cs .next, .bt-cs .prev {
    display: block!important;
}
.bt-cs .bt-inner a:hover {
    text-decoration: underline;
  color: #006590!important;
}

.lof-ass, 
.lof-ass .lof-description p, 
.lof-ass .lof-navigator li.active div,
.lof-ass .lof-navigator li h4
 {
    color: #474747!important;
  font-weight: normal;
}
.lof-ass .lof-navigator li.active h4,
.lof-ass .lof-description h4 a 
{
    color: #026D98!important;
  font-weight: normal;
  font-size: 100%!important;
}
.lof-ass .lof-navigator li div {   
  margin-left: 20px!important;
  background-position: left center!important;
  background-repeat: repeat-x!important;
  background-color: #e9e9e9!important;
}
.lof-ass .lof-css3, .lof-ass .lof-css3 .preload {  
  box-shadow: 0 0 0 transparent!important;;
}
.lof-ass .lof-description {    
    max-width: 50%!important;
  box-shadow: 0 0 2px #C0C0C0!important;
}

h4
{
  color: #026D98;
    font-family: 'PT Serif';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    text-decoration: none;
}
.blogregionsList img
{
  float: left;
  margin-right: 10px;
}

.blogregionsList a {
    display: block;
    float: left;
    width: 230px;
}
.blogregionsList .row-separator {    
    border-width: 0;  
}

.blogregionsList .column-1,
.blogregionsList .column-2 {
  background: url("../images/iminfin/rgblog_dlmtr.png") no-repeat scroll right center transparent;
  min-height: 108px;
  padding-right: 10px;
}
.blogregionsList .column-3,
.blogregionsList .column-2 {  
  margin-left: 15px;  
}
.blogregionsList {
  font-family: MyriadPro;
}

#inner_TC94 {
  border-bottom: 1px solid #C2CBD2;
  margin: 20px 20px 10px;
  padding-bottom: 20px;
  text-align: center;
}
hr {   
  border-width: 0;
  margin: 0;
}
ul.category-module li
{
  margin-left: 20px;
  border-bottom: 1px solid #C2CBD2;
}
ul.category-module li h4
{
  margin-bottom: 0px;
}
#inner_TC94 .cloud_TC94:link {
  white-space: nowrap;
  font-family: 'PT Sans Narrow'!important;
  line-height: 30px;
}

/* Убрать скролл */
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
  margin-right: -10px !important;
}
/* Установить высоту блока меню */
.navbar .nav {
  display: table !important;
  width: 100%;
}
/* Цвет вложенных ссылок */
.nav-collapse .nav ul li a {
  color: #999 !important;
}

/* Шрифты в слайдере lofarticlesslideshow */
.lof-navigator li div h4 {
  font-family: 'PT Serif'!important;
  font-size: 16px !important;
}

.lof-ass .lof-navigator li.active h4 {
  font-family: 'PT Serif'!important;
  font-size: 16px !important;    
}

.well {
  padding: 35px !important;
}
.well ul li a {
  color: #333 !important;
}

/* dropdown menu begin code */
.dropdown-menu-inserted li {
  border: 0px solid #d1dbe0 !important;
  list-style: none;
  margin-left: -25px;
}

.dropdown-menu-inserted li>a:hover
{
  background-color: #D8D7D7;
  background-image: none;
}

.dropdown-menu-title {
  width: 400px; 
  margin-left: 5px;
  font-size: 18px;
  font-family: 'PT Serif' !important;
  text-shadow: none;
}
/* dropdown menu end code */


/* categories module code begin */
.categories-module {
  height: 100%;
  padding-left: 0;
}

.moduletable_categories-module > h3 {
  background: url("../images/iminfin/HeaderDot.png") no-repeat scroll left 10px transparent;
  color: #026D98;
  font-family: 'PT Serif';
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-left: 20px;
  padding-left: 15px;
  text-decoration: none;
}

ul.categories-module li {
  list-style: none;
  margin-left: 20px;
  border-bottom: 1px solid #C2CBD2;
}

ul.categories-module li h4 {
  font-family: 'PT Serif';
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  margin-bottom: 5px;  
}
/* categories module code end */

.dropdown-menu .active>a, .dropdown-menu .active>a:hover  {
  background-image: linear-gradient(to bottom,#DCDCDC,#DCDCDC) !important;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCDCDC',endColorstr='#DCDCDC',GradientType=0);
  color: #000;
}

.logotext {
  float: right; 
  margin-top: 25px; 
  font-size: 30px; 
  margin-left: 20px; 
  font-family: 'PTSansCaptionRegular'; 
  line-height: 33px; 
  color: #fff;
}

.protectedby {
  display: none;
}

.cbutton {
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #979797;
	border-radius: 5px;
	color: #000;
}
.cbutton:hover {
	text-decoration: none;
}