/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px Arial, sans-serif;
	width: 100%;
}
.my-body {
	color: #3e504c;
}
.hidden {
  display:none !important;
}
a {
	color: #008062;
}
a:hover {
	color: #f48212;
}
a.dotted{
	text-decoration:none;
}
a.dotted span{
	text-decoration:none !important;
	border-bottom:1px dotted;
}
strong {
    font-weight:bold;
}
em {
    font-style:italic;
}
.wrapper {
	width: 1300px;
	margin: 0 auto;
}
.b-main {
	margin: 0 auto;
	width: 1300px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	padding-top: 18px;
	height: 130px;
}
.header:after {
	content: '';
	display: table;
	clear: both;
}
.header .b-lang{
	margin:8px 0 0 0;
	float:left;
	width:3%;
}
.lang-block li {
	margin-bottom: 5px;
}
.lang-block li a {
	text-decoration: underline;
}
li.lang-active a {
	color: #f48212;
	text-decoration: none;
}

.header .b-logo{
	margin:0 2% 0 0;
	float:left;
	width:19%;
}

.header .b-places {
	margin: 0 1% 0 0;
	font-size: 13px;
	float: left;
	width: 20%;
}
.b-places p{
	margin-bottom: 10px;
}
.b-places a {
	position: relative;
	display: inline-block;
	padding-left: 23px;
}
.b-places a:hover {
	text-decoration: none;
}
.b-places a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	background: url('../images/ico-places.png') no-repeat;
	width: 22px;
	height: 19px;
}
.i-home a:after {
    background-position:-201px -54px;
}
.i-bank a:after {
	background-position: 0 -19px;
	height: 15px;
}
p.collateral-ico {
	line-height: 18px;
}
.collateral-ico a:after{
	background-position: 0 -33px;
	height: 27px;
	left: -4px;
}
.on-the-map {
	color: #000;
}

.b-phones {
	float: left;
	overflow: hidden;
	width: 24%;
	margin: 0 1% 0 0;
}
.b-phones .regions{
	float:left;
	margin:15px 5px 0 0;
}
.b-phones .regions p{
	color:#557e74;
	font-style:italic;
	margin:5px 0 0 0;
	text-align:right;
	font-size:11px;
}
.b-phones .data{
	float:left;
}
.b-phones .data p{
	margin:0 0 5px 1px;
}
.b-phones .data .title{
	color:#557e74;
	font-size:11px;
	margin:0 0 1px 1px;
}
.b-phones .data .big{
	font-size:19px;
	line-height: 22px;
}
/*.b-phones .data .big a{
	color:#3e504c;
}*/

.header .b-zayavka{
	margin-top: -18px;
	padding: 18px 0 15px;
	background: url('../images/zayavka-bg.png') no-repeat right 0;
	float: left;
	width: 29%;
  	min-height:100px;
}
.b-zayavka a{
	position: relative;
	display: block;
	padding-left: 40px;
}
a.l-map {
	padding-left: 23px;
}
.l-icons:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/ico-places.png') no-repeat -22px 0;
	width: 35px;
	height: 25px;
}
a.l-map:before {
	background-position: -22px -48px;
	width: 18px;
	height: 12px;
	top: 5px;
}
a.l-koshel:before {
	top: -5px;
}
a.l-card:before {
	top: -5px;
	background-position: -22px -25px;
	height: 23px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	padding-top: 30px;
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 290px 0 265px;
	min-height: 350px;
}
.content p {
    margin-bottom:10px;
}
.content h2 {
    font-size:18px;
    line-height:23px;
}
.content .main-info {
    font-size: 15px;
    font-style: italic;
    line-height: 19px;
    background: url("../images/common-block-bg.jpg") center bottom no-repeat;
    margin: -65px 0 30px 0;
    padding: 80px 0 50px 0;
}
.content ul{
    margin:0 0 15px 15px;
    list-style:disc;
}
.content ol {
    margin:0 0 15px 15px;
    list-style:decimal;
    
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 235px;
	margin-left: -100%;
	position: relative;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 280px;
	margin-left: -280px;
	position: relative;
}
.right-sidebar .custom,
.right-sidebar .moduletable {
    margin-bottom:40px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	height: 190px;
	font-size: 13px;
	color: #585858;
	background: #fcfefd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfefd 0%, #e5f2ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfefd), color-stop(100%,#e5f2ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfefd 0%,#e5f2ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfefd 0%,#e5f2ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfefd 0%,#e5f2ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfefd 0%,#e5f2ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefd', endColorstr='#e5f2ee',GradientType=0 ); /* IE6-9 */
}
.footer .b-main {
	padding-top: 50px;
}
.footer p {
	margin-bottom: 10px;
}
.f-left {
	width: 400px;
	float: left;
}
.f-cent {
	width: 450px;
	float: left;
}
.f-right {
	position: relative;
	width: 300px;
	float: right;
	z-index: 10;
}

/* Content style
------------------------------------------------------*/
.page-header h1,
.page-header h2,
.moduletable h3,
.content-category h1{
	margin-bottom: 10px;
	font-size: 22px;
	color: #3e504c;
	line-height: 24px;
}

.row-fluid {
	margin-bottom: 15px;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span12 {
	font-size: 13px;
}
.row-fluid .span12 .pull-left {
	margin-right: 15px;
	width: 85px;
	float: left;
}
.row-fluid .span12 .pull-left img {
	padding: 1px;
	background: #fff;
	border: 1px solid #adadad;
	max-width: 100%;
}
.row-fluid .span12 .page-header h2 {
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 16px;
}
.published {
	color: #adadad;
}

table.category {
    width:100%;
}
table.category th,
table.category td {
    padding:4px 10px;
}
#categorylist_header_hits {
    padding-right:20px !important;
    text-align:right;
}
.categorylist_header_title {
    padding-left:20px;
}
.list-hits {
    padding-right:20px !important;
    text-align:right;
    font-size:12px;
}
table.category tbody tr:nth-child(odd) {
    background:rgba(0,128,98,.1);
}

/* ++++++++++++++++ lists ++++++++++++++++  */
.default-list {
    margin: 10px 0 40px 0;
}
.default-list li {
    font-size: 13px;
    background: url("../images/bullet-green.png") left 17px no-repeat;
    padding: 8px 0 8px 10px;
    line-height: 18px;
}
.default-list strong{
    display:block;
}

/* ++++++++++++++++ table ++++++++++++++++ */
.content table {
    width:100% !important;
}
.content table td {
    padding: 3px 5px;
    border:1px solid #fece43;
}

/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagination {
	text-align: center;
}
.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}
.pagenav li {
	display: inline;
	margin: 0px;
	padding: 0
}
.pagenav a,span.pagenav {
	padding: 0 10px;
	margin: 0;
	line-height: 1.9em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}
.pagenav li:first-child a,
.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}
.pagenav li:last-child a,
.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}
.pagination li {
	display: inline;
}
.pagination a {
	padding: 0 10px;
	line-height: 1.6em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block
}
.pagination .active a {
	cursor: default;
}
.pagination span,
.pagination span  a:hover {
	cursor: default;
	padding: 0 10px;
	line-height: 1.6em;
}
.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

/* ##########################  tooltip  ########################### */
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

/* #####  popup and form ##### */
#sbox-window{
	padding: 20px 25px;
	background: #fefffe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefffe 0%, #dce9e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefffe), color-stop(100%,#dce9e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefffe 0%,#dce9e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefffe 0%,#dce9e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefffe 0%,#dce9e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefffe 0%,#dce9e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffe', endColorstr='#dce9e6',GradientType=0 ); /* IE6-9 */
}
#sbox-content {
	background: transparent;
}

#sbox-btn-close {
	background: url('../images/ico-places.png') -223px -23px no-repeat;
}

.formTableLayout {
	margin: 0 auto;
}
.componentheading {
	margin-bottom: 25px;
	font-size: 24px;
	color: #3e504c;
	line-height: 26px;
	font-weight: bold;
}
.formTableLeft, .formTableRight {
	width: 250px;
	font-size: 12px;
	line-height: 20px;
}
.formTableRight {
	padding-left: 20px;
}
.formTableLayout input {
	margin-top: 3px !important;
}
.rsform-block-check img {
	margin-right: 5px;
	float: left;
}
.rsform-block-check a:before {
	content: '';
	display: table;
	clear: both;
}
.rsform-block-submit {
	text-align: center;
}
.rsform-submit-button {
	position: relative;
	display: inline-block;
	border: none;
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: rgba(0,172,149,1);
	font-size: 20px;
	font-weight: 700;
	padding: 10px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	webkit-box-shadow: 0px 5px 0px rgba(0,123,107,1), 0px 5px 15px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 5px 0px rgba(0,123,107,1), 0px 5px 15px rgba(0,0,0,.7);
	box-shadow: 0px 5px 0px rgba(0,123,107,1), 0px 5px 15px rgba(0,0,0,.7);
	text-align: center;
	outline: none;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.rsform-submit-button:active {
		-webkit-box-shadow: 0px 2px 0px rgba(0,123,107,1), 0px 1px 3px rgba(0,0,0,.9);
		-moz-box-shadow: 0px 2px 0px rgba(0,123,107,1), 0px 1px 3px rgba(0,0,0,.9);
		box-shadow: 0px 2px 0px rgba(0,123,107,1), 0px 1px 3px rgba(0,0,0,.9);
		position: relative;
		top: 3px;
}

/* Site MAP
---------------------------------------------*/
#xmap {
	position: relative;
}
#xmap h1 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	color: #3e504c;
}
#xmap .level_0:after {
	content: '';
	display: table;
	clear: both;
	height: 20px;
}
#xmap .level_0 {
	margin-bottom: -20px;
}
#xmap a {
	display: inline-block;
	padding: 2px 0 2px 0;
	font-size: 11px;
	line-height: 12px;
	color: #3e504c;
}
#xmap a:hover,
#xmap .level_0 > li > a:hover {
	color: #f48212;
}
#xmap .level_0 > li {
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	width: 33%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#xmap .level_0 > li:nth-child(3n),
#xmap .my-cols4 > li:nth-child(4n){
	padding-right: 0;
}
#xmap .my-cols4 > li {
	width: 24%;
}
#xmap .my-absolute {
	position: absolute;
	bottom: 24px;
	left: 25%;
	width: 300px;
}
#xmap .my-absolute > li {
	width: 48%;
}
#xmap .level_0 > li > a {
	margin-bottom: 3px;
	font-size: 18px;
	line-height: 20px;
	color: #008062;
}
#xmap .level_0 li > ul  {
	display: block;
	margin-bottom: 10px;
}
#xmap .level_2 {
	display: none !important;
}

/* Contact Modal
---------------------------------------------*/

#contact-window .bishkek-phones{
	float:left;
}
#contact-window .region-phones{
	float:right;
	text-align:right;
	padding:0 35px 0 0;
}
#contact-window .phones{
}
#contact-window .phones h2{
	font-style:italic;
	font-size:14px;
	color:#6d7d79;
}
#contact-window .phones h1{
	font-weight:bold;
	font-size:35px;
	line-height: 36px;
	letter-spacing:-1px;
}
#contact-window .map-title{
	clear:both;
	margin:0 0 0 35px;
	padding:20px 0 0 0;
}
#contact-window .map-title h2{
	font-size:18px;
	line-height: 22px;
}
#contact-window .map-title p{
	font-size:14px;
	margin:5px 0 0 0;
}
#contact-window .map-title .arrow{
	position:absolute;
	margin:5px 0 0 -32px;
}
#contact-window .address{
	margin:30px 0 0 0;
	position:relative;
}
#contact-window .address p{
	font-size:18px;
	line-height: 20px;
}
#contact-window .address .head{
	color:#6d7d79;
	font-style:italic;
}
#contact-window .address .email{
	position:absolute;
	right:0;
	top:20px;
}
#contact-window .b-map{
	background:#faebc3;
	height:320px;
	margin:16px 0 0 0;
}