﻿*{
    margin: 0;
    padding: 0;
	text-decoration: none;
	border: none;
	font-family: Arial;
	font-size: 12px;
}

li{
list-style-type: none;
}

@font-face {
    font-family: "RobotoCB";
    src: url("../fonts/RobotoCondensedBold.ttf");
}

@font-face {
    font-family: "RobotoC";
    src: url("../fonts/RobotoCondensed.ttf");
}

@font-face {
    font-family: "RobotoB";
    src: url("../fonts/RobotoBold.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto.ttf");
}

html{
background: url('../images/bckg.png') repeat;
}

body{
background: url('../images/background.jpg') no-repeat top center;
/*background-attachment: fixed!important;*/
width: 100%;
}

#container{
margin: 0 auto;
width: 1110px;
min-height: 1040px;
padding-top: 14px;
}

#header{
height: 177px;
width: 100%;
position: relative;
background: url('../images/header.png') no-repeat bottom center;
}

#logo, #top, #menu, #search{
float: left;
}

#logo{
width: 172px;
height: 177px;
text-align: center;
}

#logo img{
margin-top: 10px;
}

#top{
width: 938px;
height: 110px;
}

#menu{
height: 51px;
width: 937px;
position: relative;
}

#search{
height: 51px;
width: 183px;
}

#top .left .line1{
color: #d3edfb;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 8px;
}

#top .left .line2{
font-family: RobotoCB;
color: #fff;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
line-height: 22px;
}

#top .left{
width: 700px;
float: left;
padding: 14px 0 0 18px;
position: relative;
}

#lang{
position: absolute;
right: 5px;
top: 10px;
}

#lang div{
display: inline-block;
margin-right: 12px;
}

#lang div a{
font-size: 14px;
font-weight: bold;
color: #fff;
}

#lang div a:hover{
text-decoration: underline;
}

#lang div a img{
position: relative;
top: 2px;
left: -4px;
}

#top .right{
width: 220px;
float: left;
}

#top .right img{
display: inline-block;
margin: 12px 0 0 20px;
}

#top .right img:last-child{
margin-left: 10px;
}

#menu ul li ul{
display: none;
position: absolute;
left: 0;
top: 41px;
z-index: 999;
padding: 5px 0 10px 0!important;
background-color: rgba(239, 241, 245, 0.92);
}

#menu ul li.active ul li a{
color: #fff;
background: none!important;
}

#menu ul li.active ul{
background-color: rgba(8, 85, 135, 0.94);
}

#menu ul li ul li{
width: 210px;
margin: 0!important;
}

#menu ul li ul li a{
color: #085587;
font-size: 13px!important;
font-family: RobotoC;
text-transform: none;
padding-top: 5px!important;
padding-bottom: 5px!important;
padding-left: 20px!important;
}

#menu ul li:hover ul{
display: block;
}

#menu .home{
display: inline-block;
float: left;
margin: 6px 0 0 16px;
}

#menu > ul li{
display: inline-block;
margin-top: 4px;
position: relative;
}

#menu ul li.active a{
background: rgba(0,122,183,1);
background: -moz-linear-gradient(top, rgba(0,122,183,1) 0%, rgba(0,93,150,1) 49%, rgba(0,81,139,1) 50%, rgba(0,63,119,1) 75%, rgba(0,104,164,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,122,183,1)), color-stop(49%, rgba(0,93,150,1)), color-stop(50%, rgba(0,81,139,1)), color-stop(75%, rgba(0,63,119,1)), color-stop(100%, rgba(0,104,164,1)));
background: -webkit-linear-gradient(top, rgba(0,122,183,1) 0%, rgba(0,93,150,1) 49%, rgba(0,81,139,1) 50%, rgba(0,63,119,1) 75%, rgba(0,104,164,1) 100%);
background: -o-linear-gradient(top, rgba(0,122,183,1) 0%, rgba(0,93,150,1) 49%, rgba(0,81,139,1) 50%, rgba(0,63,119,1) 75%, rgba(0,104,164,1) 100%);
background: -ms-linear-gradient(top, rgba(0,122,183,1) 0%, rgba(0,93,150,1) 49%, rgba(0,81,139,1) 50%, rgba(0,63,119,1) 75%, rgba(0,104,164,1) 100%);
background: linear-gradient(to bottom, rgba(0,122,183,1) 0%, rgba(0,93,150,1) 49%, rgba(0,81,139,1) 50%, rgba(0,63,119,1) 75%, rgba(0,104,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#0068a4', GradientType=0 );
color: #fff;
}

#menu > ul li a{
color: #09568c;
font-size: 14px;
text-transform: uppercase;
font-family: RobotoCB;
padding: 11px 12px;
display: inline-block;
}

#menu > ul li a:hover{
text-decoration: underline;
}

#menu .home:hover{
opacity: 0.8;
}

#searchinp{
background: rgba(8,122,193,1);
background: -moz-linear-gradient(top, rgba(8,122,193,1) 0%, rgba(14,144,205,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,122,193,1)), color-stop(100%, rgba(14,144,205,1)));
background: -webkit-linear-gradient(top, rgba(8,122,193,1) 0%, rgba(14,144,205,1) 100%);
background: -o-linear-gradient(top, rgba(8,122,193,1) 0%, rgba(14,144,205,1) 100%);
background: -ms-linear-gradient(top, rgba(8,122,193,1) 0%, rgba(14,144,205,1) 100%);
background: linear-gradient(to bottom, rgba(8,122,193,1) 0%, rgba(14,144,205,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087ac1', endColorstr='#0e90cd', GradientType=0 );
color: #aae2ff;
padding: 4px 9px 5px 10px;
width: 120px;
display: inline-block;
}

#searchsubm{
width: 27px;
height: 24px;
background: url('../images/srchb.png') no-repeat;
display: inline-block;
cursor: pointer;
float: right;
}

#searchsubm:hover{
opacity: 0.9;
}

#search{
position: absolute;
right: 0;
top: 12px;
text-align: right;
}

#slider{
width: 780px;
height: 400px;
position: relative;
}

#slider .info{
position: absolute;
bottom: 0;
left: 0;
background-color: rgba(0, 106, 164, 0.9);
height: 100px;
}

#slider .info .date{
background-color: #0b6190;
height: 100%;
width: 108px;
float: left;
margin-right: 10px;
text-align: center;
}

#slider .info .date p{
border-radius: 4px;
background-color: #f1f3f6;
color: #313e55;
font-size: 46px;
font-weight: bold;
display: inline-block;
padding: 4px 14px;
margin-top: 12px;
}

#slider .info .date a{
color: #fff;
display: inline-block;
margin-top: 2px;
}

#slider .context{
padding-top: 10px;
}

#slider .context a{
color: #fff;
font-size: 16px;
font-weight: bold;
}

#slider .context p{
color: #fff;
max-height: 30px;
overflow: hidden;
margin-top: 5px;
}

#slider .buttons li img, #slider .buttons li i, #slider .buttons li a, #slider .buttons li p{
visibility: hidden;
}

#slider .buttons{
margin-top: 4px;
text-align: center;
}

#slider .buttons li{
height: 9px;
overflow: hidden;
border-radius: 10px;
display: inline-block;
background-color: #3489b7;
width: 150px;
margin: 0 1px;
cursor: pointer;
}

#slider .buttons li.active{
background-color: #004a82;
}

#content td{
vertical-align: top;
}

#news{
margin-top: 24px;
}

#news .box{
background-color: #fff;
border-radius: 4px;
padding-bottom: 5px;
}

#news .box li{
border-bottom: 1px solid #e8e9ec;
display: inline-block;
float: left;
padding: 11px 0;
}

#news .box li a{
color: #6b7891;
font-family: RobotoC;
text-transform: uppercase;
}

#news .box li a span{
color: #8f9bb2;
font-size: 11px;
font-family: RobotoC;
}

#news .box li p{
color: #7a859a;
font-size: 11px;
font-family: Roboto;
margin-top: 5px;
height: 42px;
overflow: hidden;
line-height:12px;
}

#news .box ul{
padding-left: 11px;
}

#news .box li .img{
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 4px;
float: left;
margin-right: 8px;
}

#news .box li .img img{
min-width: 80px;
max-width: 160px;
height: 80px;
}

#news .box li:nth-child(even){
width: 346px;
margin-right: 14px;
height:83px;
}

#news .box li:nth-child(odd){
width: 396px;
height:83px;
}

#news .box li:first-child .img{
width: 346px;
height: 100px;
}

#news .box li:first-child{
width: 346px;
margin-right: 14px;
height:202px;
}

#news .box li:nth-child(2), #news .box li:nth-child(3){
width: 396px;
margin-right: 0;
padding: 14px 0;
height:83px;
}

#news .box li:nth-child(2){
padding-bottom: 15px;
}

#news .box li:first-child .img img{
min-width: 346px;
max-width: 350px;
height: auto;
}

#news .box li:first-child .img{
margin-bottom: 8px;
}

#news .box li:first-child a, #news .box li:first-child p{
color: #26385a;
}

#news .box li:first-child a{
font-size: 14px;
}

#news .box li:first-child p{
font-size: 12px;
height: 45px;
line-height: 14px;
}

#news .box li:hover{
background-color: #1e5884;
-webkit-box-shadow: 0px 0px 0px 26px rgba(30,88,132,1);
-moz-box-shadow: 0px 0px 0px 26px rgba(30,88,132,1);
box-shadow: 0px 0px 0px 26px rgba(30,88,132,1);
border-bottom-color: #1e5884;
position: relative;
z-index: 24;

}

#news .box li:hover a, #news .box li:hover p, #news .box li:hover span{
color: #fff;
}

.clear{
display: block;
width: 100%;
height: 1px;
clear: both;
}

.heading{
background: rgba(0,145,198,1);
background: -moz-linear-gradient(top, rgba(0,145,198,1) 0%, rgba(0,106,163,1) 49%, rgba(0,90,150,1) 50%, rgba(0,67,130,1) 75%, rgba(0,120,175,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,145,198,1)), color-stop(49%, rgba(0,106,163,1)), color-stop(50%, rgba(0,90,150,1)), color-stop(75%, rgba(0,67,130,1)), color-stop(100%, rgba(0,120,175,1)));
background: -webkit-linear-gradient(top, rgba(0,145,198,1) 0%, rgba(0,106,163,1) 49%, rgba(0,90,150,1) 50%, rgba(0,67,130,1) 75%, rgba(0,120,175,1) 100%);
background: -o-linear-gradient(top, rgba(0,145,198,1) 0%, rgba(0,106,163,1) 49%, rgba(0,90,150,1) 50%, rgba(0,67,130,1) 75%, rgba(0,120,175,1) 100%);
background: -ms-linear-gradient(top, rgba(0,145,198,1) 0%, rgba(0,106,163,1) 49%, rgba(0,90,150,1) 50%, rgba(0,67,130,1) 75%, rgba(0,120,175,1) 100%);
background: linear-gradient(to bottom, rgba(0,145,198,1) 0%, rgba(0,106,163,1) 49%, rgba(0,90,150,1) 50%, rgba(0,67,130,1) 75%, rgba(0,120,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091c6', endColorstr='#0078af', GradientType=0 );
border-radius: 4px;
margin-bottom: 8px;
clear: both;
}

.heading a{
font-family: RobotoCB;
color: #fff;
font-size: 16px;
text-transform: uppercase;
display: inline-block;
padding: 4px 10px 4px 26px;
background: url('../images/hdngico.png') no-repeat left center;
margin-left: 8px;
}

#left{
width: 780px;
}

#right{
width: 318px;
padding-left: 12px;
}

#gordost{
margin-bottom: 10px;
position: relative;
}

#gordost .box{
height: 244px;
width: 318px;
white-space: nowrap;
background-color: #fff;
border-radius: 4px;
padding-top: 20px;
position: relative;
overflow: hidden;
}

#gordost .box ul li{
display: inline-block;
width: 318px;
height: 244px;
text-align: center;
position: relative;
}

#gordost .box ul li div{
background-color: #006aa4;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}

#gordost .box ul li img{
max-height: 197px;
max-width: 318px;
}

#gordost .box ul li div a{
display: inline-block;
color: #fff;
font-family: RobotoB;
font-size: 16px;
padding: 14px 0;
}

#gordost .right, #gordost .left{
height: 49px;
width: 35px;
position: absolute;
bottom: 0;
z-index: 876;
cursor: pointer;
}

#gordost .right:hover, #gordost .left:hover{
opacity: 0.9;
}

#gordost .left{
background: #1988c5 url('../images/arleft1.png') no-repeat center center;
left: 0;
}

#gordost .right{
background: #1988c5 url('../images/arright1.png') no-repeat center center;
right: 0;
}

#gordost .box ul{
position: relative;
left: 0;
}

#bsets .box ul{
position: relative;
left: 0;
}

#bsets .box{
border-radius: 4px;
background-color: #f1f3f6;
}

#bsets .box li p{
font-family: Roboto;
color: #5a657a;
}

#bsets .box li{
padding: 4px 0 4px 15px;
}

#bsets .box li:nth-child(even){
background-color: #e7eaf0;
}

#bsets{
margin-bottom: 12px;
}

#calendar .box{
background-color: #fff;
padding: 8px;
border-radius: 4px;
}

#calendar .box .head{
border-radius: 4px;
background-color: #006aa4;
text-align: center;
}

#calendar .box .head li{
display: inline-block;
color: #fff;
font-size: 14px;
font-family: RobotoB;
padding: 5px 10px;
}

#calendar .box table td{
width: 33px;
height: 34px;
display: inline-block;
background-color: #d2d7e1;
border-radius: 4px;
margin: 4px 5px;
text-align: center;
cursor: pointer;
}

/*#calendar .box table td:hover{
opacity: 0.85;
}*/

#calendar .box table td a{
color: #54617b;
font-size: 14px;
font-family: RobotoB;
margin-top: 6px;
display: inline-block;
}

#calendar .box table td.last{
background-color: #e5e9f1;
}

#calendar .box table td.last a{
color: #a3acbf;
}

#calendar .box table td.wplay{
background-color: #46a1d2;
background-image: url('../images/k1.png');
background-repeat: no-repeat;
background-position: center center;
}

#calendar .box table td.wplay a{
display: none;
}

#calendar .box table td.lplay{
background-color: #f1f3f6;
background-image: url('../images/k2.png');
background-repeat: no-repeat;
background-position: center center;
}

#calendar .box table td.lplay a{
display: none;
}

#informer{
margin: 10px 0;
}

#multimedia > div{
width: 550px;
display: inline-block;
vertical-align: top;
background-color: #006aa4;
height: 278px;
overflow: hidden;
/*float: left; */
position: relative;
/*z-index: 1;  */
}

#multimedia > div .heading{
background: none;
padding: 5px 0 0 5px;
}

#photo{
margin-right: 7px;
}

#multimedia > div .box{
padding: 10px;
margin-top: -14px;
}

#photo .box .p1, #photo .box .p2, #photo .box .p3, #photo .box .p4{
overflow: hidden;
border-radius: 4px;
float: left;
margin: 2px;
}

#photo .box .p1{
width: 169px;
height: 127px;
}

#photo .box .p2{
width: 132px;
height: 127px;
}

#photo .box .p3{
width: 217px;
height: 226px;
}

#photo .box .p4{
width: 306px;
height: 95px;
margin-top: -98px;
}

#photo .box div img{
min-width: 100%;
min-height: 100%:
}

#video .left{
width: 316px;
display: inline-block;
}

#video .right{
width: 192px;
display: inline-block;
vertical-align: top;
padding-left: 10px;
}

#video .right li a{
font-family: RobotoC;
color: #7ecaf4;
}

#video .right li{
border-bottom: 1px dotted #1c89c4;
padding: 4px 0;
display: block;
}

#video .right li:hover{
opacity: 0.85;
}

#video .right li:last-child{
border: none;
}

#partners .heading{
margin-bottom: 0;
}

#partners .box{
background-color: #fff;
}

#partners{
margin-top: 12px;
position: relative;
}

#partners td{
height: 78px;
padding: 0 10px;
}

#partners .left, #partners .right{
width: 23px;
height: 77px;
background: url('../images/slidear.png') no-repeat;
position: absolute;
top: 45px;
cursor: pointer;
z-index: 65;
}

#partners .left{
left: 0;
}

#partners .left:hover{
background-position: left bottom;
height: 78px;
}

#partners .right:hover{
background-position: right bottom;
height: 78px;
}

#partners .right{
right: 0;
background-position: right top;
}

.partners{
width: 1044px;
overflow: hidden;
position: relative;
left: 32px;
height: 112px;
}

.partners > table{
width: 100%;
height: 112px;
position: relative;
left: -1px;
}

#footer{
width: 100%;
height: 72px;
padding: 8px 0;
}

#footer p{
font-family: Roboto;
color: #26385a;
}

#footer p span{
text-transform: uppercase;
text-decoration: underline;
}

#footer img{
float: left;
margin-right: 10px;
}

#footer .left{
float: left;
width: 652px;
}

#footer .right{
float: right;
width: 350px;
padding-top: 20px;
}
#footer .right a{
   color: #000; 
}

#footer .left p{
padding-top: 20px;
color: #000;
}

#slider .bimg, #slider .bimg img{
width: 780px;
height: 400px;
background-color: #fff;
}

#partners td img{
max-height: 94%;
}

#lastnews{
margin-bottom: 10px;
}

#lastnews .box{
background-color: #fff;
border-radius:4px;
padding: 6px 16px 6px 10px;
}

#lastnews li a{
color: #6b7891;
font-family: RobotoC;
font-size: 13px;
}

#lastnews li a span{
color: #8f9bb2;
font-size: 11px;
font-family: RobotoC;
text-transform: uppercase;
}

#lastnews li{
border-bottom: 1px solid #e5e5e5;
padding: 5px 0 6px 0;
}

#lastnews li:last-child{
border: none;
}
#lastnews li:hover{
opacity: 0.9;
}

#inner{
height: 100%;
}

#inner .box{
background-color: #fff;
border-radius:4px;
text-align: center;
height: 100%;
}

.man{
border: 2px solid #dce3e8;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.25);
box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.25);
position: relative;
display: inline-block;
margin: 20px 25px;
}

.man div{
border-radius: 4px;
width: 190px;
height: 220px;
overflow: hidden;
}

.man img{
min-width: 190px;
min-height: 220px;
}

.man a{
color: #fff;
font-size: 16px;
font-family: RobotoB;
background: rgba(14,96,163,1);
background: -moz-linear-gradient(top, rgba(14,96,163,1) 0%, rgba(11,75,127,1) 49%, rgba(10,67,114,1) 50%, rgba(8,55,93,1) 74%, rgba(12,80,136,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,96,163,1)), color-stop(49%, rgba(11,75,127,1)), color-stop(50%, rgba(10,67,114,1)), color-stop(74%, rgba(8,55,93,1)), color-stop(100%, rgba(12,80,136,1)));
background: -webkit-linear-gradient(top, rgba(14,96,163,1) 0%, rgba(11,75,127,1) 49%, rgba(10,67,114,1) 50%, rgba(8,55,93,1) 74%, rgba(12,80,136,1) 100%);
background: -o-linear-gradient(top, rgba(14,96,163,1) 0%, rgba(11,75,127,1) 49%, rgba(10,67,114,1) 50%, rgba(8,55,93,1) 74%, rgba(12,80,136,1) 100%);
background: -ms-linear-gradient(top, rgba(14,96,163,1) 0%, rgba(11,75,127,1) 49%, rgba(10,67,114,1) 50%, rgba(8,55,93,1) 74%, rgba(12,80,136,1) 100%);
background: linear-gradient(to bottom, rgba(14,96,163,1) 0%, rgba(11,75,127,1) 49%, rgba(10,67,114,1) 50%, rgba(8,55,93,1) 74%, rgba(12,80,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e60a3', endColorstr='#0c5088', GradientType=0 );
width: 190px;
padding: 10px 6px;
display: inline-block;
position: absolute;
left: -6px;
bottom: -4px;
border-radius: 4px;
text-align: center;
}

#right .in{
width: 318px;
top: 0;
position: relative;
}

#newin
{
min-height:866px;
}

.context
{
width:780px;
}
.calendar td{ position: relative; z-index: 5;}
.calendar td .popup_events{ display:none; position: absolute; top:0; right: 0; background: #eee; opacity: 0.8; z-index: 2000;  padding: 5px 10px; width: 150px; text-align: left;}
.calendar td .popup_events a{ font-size: 10px !important; display: block !important; }
.calendar td .popup_events a:hover{ text-decoration: underline; }
.calendar td:hover{ z-index: 2000; }
.calendar td:hover .popup_events{ display: block; }
.last a, .last{ cursor: default !important; }
