/* Top navigation
-----------------------------------------------------------------------------*/
.t-nav {
	position:relative;
	min-height: 115px;
	background:#fff;
}
.t-nav:before,
.t-nav:after {
	content:"";
	position:absolute;
	z-index:-2;
}
.t-nav:before {
	top:0px;
	bottom:0px;
	left:10px;
	right:10px;
	-webkit-box-shadow:0 0 15px rgba(0,128,98,0.3);
	-moz-box-shadow:0 0 15px rgba(0,128,98,0.3);
	box-shadow:0 0 15px rgba(0,128,98,0.3);
	-moz-border-radius:100px / 5px;
	border-radius:100px / 5px;
}
.t-nav .current, .t-nav .active {
	background: url('../images/menu-active.png') no-repeat -36px 0;
	border-right: 1px solid #fece43;
}
.t-nav .current a, .t-nav .active a {
	color: #e9bc39;
}

.t-small, .t-big {
	padding: 18px 0 0 0;
	text-align: center;
}
.t-small ul li {
	display: inline-block;
	padding: 3px 0.5% 4px 0.75%;
	font-size: 13px;
	height: 16px;
}
.t-small a.bonus {
	position: relative;
	margin-left: 23px;
}
.t-small a.bonus:before {
	content: '';
	position: absolute;
	left: -25px;
	top: -3px;
	display: block;
	background: url('../images/ico-places.png') -223px 0 no-repeat;
	width: 23px;
	height: 23px;
}
.t-nav ul li a {
	text-shadow: 1px -1px 0 rgba(221,230,227,.7);
	text-decoration: none;
	border-bottom: 1px solid;
}
.t-small .current, .t-small .active {
	background-position: -36px -38px;
}
.t-small .current a, .t-small .active a {
	color: #000;
	border-bottom: none;
}

.t-big li {
	display: inline-block;
	padding: 3px 18px 0 21px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	height: 35px;
}
.t-big li a {
	line-height: 28px;
}

/* Slider
-----------------------------------------------------------------------------*/
.slider-item {
	background-image: url('../images/slide-bg.jpg') !important;
}
.slider-item {
	background-color: transparent !important;
}
.slider-controllers:after {
	content: '';
	display: table;
	clear: both;
}
.slider-controllers{}
.slider-controllers ul li {
	float: left;
}
.slider-controllers ul li a {
	display: block;
	background: url('../images/slider-dot.png') no-repeat;
	height: 128px;
	width: 216px;
}
.slide_kg .slider-controllers ul li a {
	background: url('../images/slider-dot_kg.png') no-repeat;
}
.slider-controllers ul li:nth-child(2) a {
	background-position: -216px 0;
}
.slider-controllers ul li:nth-child(3) a {
	background-position: -432px 0;
	width: 214px;
}
.slider-controllers ul li:nth-child(4) a {
	background-position: -646px 0;
	width: 215px;
}
.slider-controllers ul li:nth-child(5) a {
	background-position: -861px 0;
}
.slider-controllers ul li:nth-child(6) a {
	background-position: -1077px 0;
	width: 223px;
}
.slider-controllers ul li.active a, .slider-controllers ul li a:hover {
	background-position-y: -128px;
}

.maxima-slider a {
	color: #fff;
}
.maxima-slider p {
	margin-bottom: 10px;
}
.slider-title a{
	display: inline-block;
	margin: 0 0 15px 40px;
	padding-bottom: 2px;
	font-family: Tahoma, Arial, sans-serif;
	color: #fff600;
	text-decoration: none;
	text-shadow: -1px 1px 0 #666;
}
.slider-content table td {
	padding: 5px 20px;
}
.slider-content ul {
	padding:10px 0 0 20px;
}
.slider-content ul li a{
	font-size: 14px;
}
.slider-content ul li a:hover {
	color: #99faed;
}
.slider-content ul li:before {
	content: '\25ba';
	position: relative;
	top: -2px;
	padding-right: 5px;
	font-size: 8px;
	color: #fff600;
	text-shadow: none;
}

/* Carousel
-----------------------------------------------------------------------------*/
.b-carousel {
	position: relative;
	padding: 10px 0;
	background: #fff;
}
.b-carousel:before,
.b-carousel:after {
	content:"";
	position:absolute;
	z-index:-2;
}
.b-carousel:before {
	top:0px;
	bottom:0px;
	left:10px;
	right:10px;
	-webkit-box-shadow:0 0 15px rgba(0,128,98,0.3);
	-moz-box-shadow:0 0 15px rgba(0,128,98,0.3);
	box-shadow:0 0 15px rgba(0,128,98,0.3);
	-moz-border-radius:100px / 5px;
	border-radius:100px / 5px;
}
.slides_container {
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bt-cs .next, .bt-cs .prev {
	background: url('../images/ico-places.png') no-repeat;
}
.bt-cs .prev {
	background-position: -57px 0;
}
.bt-cs .next {
	background-position: -129px 0;
}
.bt-cs:hover .prev {
	background-position: -81px 0;
}
.bt-cs:hover .next {
	background-position: -153px 0;
}
.bt-cs a.prev:active {
	background-position: -105px 0;
}
.bt-cs a.next:active {
	background-position: -177px 0;
}

/* Search
---------------------------------------------*/
.search .inputbox {
	padding: 2px 5px 2px 10px;
	border: 1px solid #d9dce3;
	color: #6f7b78;
	outline: none;

	border-radius: 10px;
}
.search .button {
	display: inline-block;
	background: url('../images/ico-places.png') no-repeat -201px 0;
	border: none;
	cursor: pointer;
	outline: none;
	text-indent: -9999px;
	width: 22px;
	height: 18px;
}
.search .button:hover {
	background-position: -201px -18px;
}
.search .button:active {
	background-position: -201px -36px;
}


/* Left-menu
-----------------------------------------------------------------------------*/
.l-menu {
	padding: 25px 0 25px 0;
}
.l-menu li a{
	display: inline-block;
	margin-bottom: 3px;
	padding: 2px 3px 2px 0;
}
.l-menu .current > a{
	position: relative;
	border: 1px solid #fece43;
	border-right: none;
	font-weight: bold;
	text-decoration: none;
}
.l-menu .current > a {
	padding-left: 10px;
	left: -10px;
	color: #3e504c;
}
.l-menu .current > a:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	background: url('../images/left-menu-active-top.png') no-repeat;
	width: 36px;
	height: 51%;
}
.l-menu .current > a:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0;
	background: url('../images/left-menu-active-bottom.png') right bottom no-repeat;
	width: 36px;
	height: 51%;
}
.l-menu li ul {
	padding:0 0 5px 10px;
}
.l-menu li ul li a {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	color: #E4AF17;
}
.l-menu li ul li a:hover {
	color: #f48212;
}


/* Press-center
---------------------------------------------*/
.ns2-inner {
	margin-bottom: 15px;
}
.press-img {
	margin-right: 15px;
	width: 85px;
	float: left;
}
.press-img img {
	padding: 1px;
	background: #fff;
	border: 1px solid #adadad;
	max-width: 100%;
}
h4.ns2-title  {
	font-size: 13px;
	font-weight: normal;
}


/* useful-links
----------------------------------------------*/
.left-sidebar .useful-links{
	margin:25px 0 20px 0;
}
.left-sidebar .useful-links h3,
.t-kurs th{
	font-size:18px;
	color:#303f3c;
	margin:0 0 10px 0;
}
.left-sidebar .useful-links ul li{
	position: relative;
	font-size:13px;
	line-height:15px;
	margin:0 0 10px 0;
}

.useful-links ul li:before {
	content: '\25ba';
	position: relative;
	top: -2px;
	padding-right: 4px;
	font-size: 6px;
	color: #008062;
}


/* KURS
----------------------------------------------*/
.b-kurs {
    margin-bottom:20px;
    background-color:#e6f2f0;
    border-radius:5px;
    box-shadow:-1px 1px 2px #999, 1px -1px 2px #eee;
}
.t-kurs {
    width:100%;
}
.t-kurs tr:nth-child(odd) {
    background-color:rgba(0,128,98,.1);
}
.t-kurs tr:first-child {
    background-color:transparent;
}
.k-head td {
    padding-bottom:10px !important;
}
.t-kurs th {
    padding:10px 15px 5px;
    text-align:left;
    line-height:22px;
}
.t-kurs td {
    padding:7px 15px;
}
.t-kurs td:first-child {
    padding-left:35px;
}
.t-kurs td:nth-child(2){
    padding-right:20px;
    text-align:right;
}
.b-kurs p {
    display:block;
    padding:3px 0 10px;
    font-size:11px;
    text-align:center;
}
.kurs-inverse {
    background-color:#d0e7e2;
}
.t-inverse tr:nth-child(odd) {
    background-color:#e6f2f0;
}
.t-inverse tr:first-child {
    background-color:transparent;
}
.t-inverse td {
    padding:7px 2px;
}
.t-kurs td:first-child {
    padding-left:10px;
}
.t-kurs td:last-child {
    padding-right:10px;
    text-align:right;
}


/* CONVERT
----------------------------------------------*/
.convert{
	position:relative;
	margin:-5px 0 10px;
	height:145px;
	width:210px;
}
.convert h2{
	font-size:18px;
	width:100%;
	padding:8px;
}
.convert .desc{
	width:100%;
	text-align:center;
	color:#a8adab;
	font-style:italic;
	font-size:13px;
	margin:20px 0 0 0;
}
.convert .result{
	display:none;
	text-align:center;
	font-size:14px;
	margin:20px 0 0 0;
	line-height:20px;
	width:100%;
}
.convert .block{
	width:100%;
	padding:8px;
	position:relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#e9f4f1;
	background:-webkit-gradient(linear,0 0,0 bottom,from(#eff7f5),to(#e4f1ee));
	background:-webkit-linear-gradient(#eff7f5,#e4f1ee);
	background:-moz-linear-gradient(#eff7f5,#e4f1ee);
	background:-ms-linear-gradient(#eff7f5,#e4f1ee);
	background:-o-linear-gradient(#eff7f5,#e4f1ee);
	background:linear-gradient(#eff7f5,#e4f1ee);
	-pie-background:linear-gradient(#eff7f5,#e4f1ee);
	-webkit-box-shadow:#ced9d7 0 1px 0px;
	-moz-box-shadow:#ced9d7 0 1px 0px;
	box-shadow:#ced9d7 0 1px 0px;
	behavior:url(/pie/PIE.htc);
}
.convert .block input{
	width:88px;
	height:20px;
	border:1px solid #ccc;
	/*background:url(/images/convert-input.png);*/
	padding:0;
	text-align:center;
	margin:4px;
	float:left;
	outline:none;
}
.convert .block .arrow{
	position:absolute;
	left:50%;
	margin:0 0 0 -15px;
	bottom:-12px;
}
.convert .block ul{
	margin:10px 0 0 0;
	float:right;
	margin:3px 0 0 5px;
}
.convert .block ul li{
	float:left;
	padding:2px 6px;
	margin:0 1px 0 1px;
	font-size:13px;
}
.convert .block ul li a{
	text-decoration:none;
	border-bottom:1px dotted;
}
.convert .block ul .active{
	background:#fcb836;
}
.convert .block ul .active a{
	color:#fff;
	border-bottom:0;
	cursor:default;
}
.convert .block ul .active a:hover{
	color:#fff !important;
}
.convert .block ul .currency{
	font-family:Currency,Arial,Helvetica Neue,Helvetica,Tahoma,Verdana,sans-serif;
	font-size:14px;
}
.convert .block .empty{
	clear:both;
}
.convert .block:before{
    content:"";
    position: absolute;
    background:url("../images/convert-arrow.png") no-repeat;
    left: 50%;
    margin: 0 0 0 -15px;
    bottom: -12px;
    width:29px;
    height:15px;
}

/* RESUME
---------------------------------------------*/
.send-resume {
    background: #fef5df;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #f2e9d5 0 1px 0px;
    -moz-box-shadow: #f2e9d5 0 1px 0px;
    box-shadow: #f2e9d5 0 1px 0px;
}
.send-resume h2{
    font-size: 16px;
    line-height: 23px;
    font-weight:bold;
}
.send-resume h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
}
.send-resume p {
    font-size: 12px;
    line-height: 17px;
    margin: 13px 0 19px 0;
}
.send-resume ul li:before {
    content: '\2014';
    margin-right:5px;
    color:#008062;
}

/* Partner
---------------------------------------------*/
.b-partner {
	position: relative;
	z-index: 20;
}
.b-part-in {
	position: relative;
	margin: 30px auto 0;
	padding: 20px 0;
	background: #fff;
	text-align: center;
	width: 1300px;
}
.b-part-in:before,
.b-part-in:after {
	content:"";
	position:absolute;
	z-index:-2;
}
.b-part-in:before {
	top:0px;
	bottom:0px;
	left:10px;
	right:10px;
	-webkit-box-shadow:0 0 15px rgba(0,128,98,0.3);
	-moz-box-shadow:0 0 15px rgba(0,128,98,0.3);
	box-shadow:0 0 15px rgba(0,128,98,0.3);
	-moz-border-radius:100px / 5px;
	border-radius:100px / 5px;
}
.b-part-in img {
	margin-right: 25px;
}
.b-part-in img:last-child {
	margin-right: 0;
}


/* gallery
---------------------------------------------*/
.gallery-group-images:after {
    content:"";
    display:table;
    clear:both;
}
.gallery-image {
    float: left;
    height: 190px;
  	width: 220px;
    margin: 0 30px 90px 0;
}
.gallery-image:nth-child(3n+3) {
    margin-right:0;
}
.gallery-handing {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 25px 0;
}
.gallery-image p {
    margin-top:5px;
    font-size:11px;
    color:#3e504c;
}
.gallery-image .modal {
    display:block;
    padding:5px;
    background:#fff;
    border:1px solid #80c3b3;
    width:120px;
    height:180px;
    position:relative;
    background:#fff;
}
.gallery-image .modal:before,
.gallery-image .modal:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.gallery-image .modal:before {
    top:50%;
    bottom:0px;
    left:15px;
    right:15px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.9);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.9);
            box-shadow:0 0 15px rgba(0,0,0,0.9);
    -moz-border-radius:100px / 10px;
         border-radius:100px / 10px;
}

