/* general */
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic); /* font-family: 'Lobster', cursive; */
body{
    font:14px/17px Arial,Helvetica,Garuda,sans-serif;
    color:#000;
    min-height:100%;
    min-width:990px;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    font-style:normal;
}
.bg{
    background:#000;
    min-height:100%;
    position:relative;
}
.bg:before{
    content:"";
    display:block;
    background:url(../images/board-left.jpg) repeat-y 0 0;
    width:21px;
    position:absolute;
    bottom:0;
    top:0;
    left:12px;
}
.bg:after{
    content:"";
    display:block;
    background:url(../images/board-right.jpg) repeat-y 0 0;
    width:30px;
    position:absolute;
    bottom:0;
    top:0;
    right:10px;
}
.board-top{
    background:url(../images/board-top.jpg) repeat-x 0 0;
    height:21px;
    position:absolute;
    top:0;
    left:12px;
    right:10px;
    z-index:2;
}
.board-top:before{
    content:"";
    background:url(../images/board-top-left.jpg) no-repeat 0 0;
    width:368px;
    height:21px;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.board-top:after{
    content:"";
    background:url(../images/board-top-right.jpg) no-repeat 0 0;
    width:770px;
    height:21px;
    display:block;
    position:absolute;
    top:0;
    right:0;
}
@media (max-width: 1050px) {
    .board-top,
    .bg:before,
    .bg:after,
    .footer{display:none;}
}
/* header */
.header{
    background:url(../images/img_1.jpg) no-repeat 50% 0;
    min-height:527px;
}
.menu_bg{
    overflow:hidden;
    background:url(../images/menu_bg-ie.png) no-repeat 0 50px;
    background-size:100%;
    padding: 60px 0 135px 240px;
}
@media (min-width: 1200px) {
    .menu_bg{
        background:url(../images/menu_bg.png) no-repeat 0 50px;
    }
}
.menu{
    overflow:hidden;
}
.menu li{
    display:inline-block;
    /*padding:17px 1px;*/
    padding: 20px 10px;
position: relative;
}
.menu li a{
    display:inline-block;
    text-transform:none;
    text-decoration:none;
    font-size:15px;
    line-height:22px;
    color:#ffffff;
}
.menu_bg li a:hover{
    color:#49e6e8;
}
.loc_icons{
    float:right;
    margin-right:70px;
    padding: 22px 0 0 0;
}
.loc_icons li{
    display:inline-block;
    padding:2px;
}
@media (min-width: 1200px) {
    .menu li{
        padding:20px 10px;
    }
    .menu li a{
        font-size:18px;
    }
    .loc_icons{
        padding: 22px 35px 0 0;
    }
}
.title{
    font-family: 'Lobster', cursive;
    font-size:20px;
    line-height:29px;
    color:#fff;
    text-shadow:1px 1px 1px #000;
    text-align:center;
    padding: 29px 0 0 0;
}
@media (min-width: 1200px) {
    .title{
        padding: 29px 580px 0 0;
        font-size:23px;
    }
}
.pages {
    text-align: center;
    margin: 50px 0;
}
ul.yiiPager
{
    font-size:11px;
    border:0;
    margin:0;
    padding:0;
    line-height:100%;
    display:inline;
}
ul.yiiPager li
{
    display:inline;
    padding: 10px;
    background-color: #C8CC78;
    border-radius: 10px;
}
ul.yiiPager li:hover
{
    border: 1px solid #D6A65B;
}
ul.yiiPager a:link,
ul.yiiPager a:visited
{
    font-size: 14px;
    font-weight:bold;
    color:#fff;
    padding:1px 6px;
    text-decoration:none;
}
ul.yiiPager .page a
{
    font-weight:normal;
}
ul.yiiPager .selected a
{
    color: #2b2b2b;
    font-weight:bold;
}

ul.yiiPager .hidden a
{
    color:#888888;
}
ul.yiiPager .first,
ul.yiiPager .last
{
    display:none;
}
.text_page {
    margin-top: 30px;
}
.inside_title {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #005580;
}
.center-img {
    text-align: center;
    margin-top: 20px;
}
.title1{
    background:url(../images/dotted_line.png) no-repeat 100% 100%;
    font:12px/15px Arial,Helvetica,Garuda,sans-serif;
    color:#5f98b6;
    text-align:right;
    padding:0 25px 8px 0;
}
.title2{
    background:url(../images/bg_name.png) repeat-x 100% 0;
    font:12px/15px Arial,Helvetica,Garuda,sans-serif;
    color:#5f98b6;
    position: relative;
    margin:0;
    padding:0 0 0 30px;
    overflow:hidden;
}
h3{
    font:bold 18px/22px Arial,Helvetica,Garuda,sans-serif;
    color:#5f98b6;
    padding:0;
    margin:0 0 20px;
    text-transform:none;
}
.menu_2{
    background:url(../images/bg_menu_2.png) repeat-x 50% 100%;
    z-index: 999999;
    float:right;
    position:relative;
    padding:14px 0 0 0;
}
.menu_2:before{
    content:"";
    background:url(../images/bg_menu_3.png) no-repeat 0 0;
    width:10px;
    height:67px;
    display:block;
    position:absolute;
    bottom:0;
    left:-10px;
}
.menu_2 li{
    display:inline-block;
    padding-right:20px;
}
.padtop{
    padding-top:168px;
}
@media (min-width: 1200px) {
    .padtop{
        padding-top:162px;
    }
}
/* content */
h2{
    font-size:12px;
    line-height:15px;
    color:#000;
    text-transform:uppercase;
    padding-top:15px;
}
.bgcol{
    background:#e5e5e5 url(../images/cell_left.png) 0 0 no-repeat;
    position:relative;
    z-index:1;
    padding-bottom:150px;
}
.bgcol:before{
    content:"";
    display:block;
    background:url(../images/cell_right.png) 0 0 no-repeat;
    width:647px;
    height:568px;
    position:absolute;
    right:0;
    bottom:0;
}
.bgcol .row-fluid{
    position:relative;
    z-index:2;
}
.bgcol2{
    display:block;
    background:url(../images/ribbon-footer.png) 0 0 no-repeat;
    width:360px;
    height:146px;
    position:absolute;
    bottom:-40px;
    right:-7px;
    z-index:999;
}
.company-dev {
    font-weight: bold;
    font-size: 14px;
    position:absolute;
    right: 7px;
    bottom: 55px;
    text-align: center;
    color: #A9A9A9;
}

@media (max-width: 1050px) {
    .bgcol2{bottom:10px;}
}
.pos{position:relative;}
.ruler{
    background:url(../images/ruler_right.jpg) no-repeat 50% 100%;
    background-size:100%;
    padding:20px 0 20px 90px;
    position:relative;
    margin:10px 0 10px 0;
}
.ruler_1{
    background:url(../images/ruler_right.jpg) no-repeat 50% 100%;
    background-size:100%;
    padding:20px 0 20px 30px;
    position:relative;
    margin:10px 0 15px;
}
.ruler1{
    background:url(../images/ruler_right.jpg) no-repeat 50% 100%;
    background-size:100%;
    padding:20px 0 20px 30px;
    position:relative;
    margin:70px 0 15px;
}
.ruler2{
    background:url(../images/ruler_right.jpg) no-repeat 50% 100%;
    background-size:100%;
    padding:20px 0 20px 30px;
    position:relative;
    margin:70px 0 15px;
}
.pencil{
    background:url(../images/pencil_1.png) no-repeat 50% 100%;
    width:72px;
    height:78px;
    position:absolute;
    right:-15px;
    bottom:-4px;
}
.pen{
    background:url(../images/pencil_2.png) no-repeat 50% 100%;
    width:72px;
    height:75px;
    position:absolute;
    right:-15px;
    bottom:-3px;
}
.pen_2{
    background:url(../images/pencil_3.png) no-repeat 50% 100%;
    width:68px;
    height:74px;
    position:absolute;
    right:-15px;
    bottom:-3px;
}
.big{
    font-size:16px;
    line-height:20px;
    text-transform:uppercase;
}
.blue{
    color:#0076a3;
}
.list li{
    list-style:none;
}
.list li a{
    overflow:hidden;
    color:#000;
    text-decoration:none;
}
.list li a:hover{
    color:#0076a3;
    text-decoration:none;
}
.list1{
    list-style:none;
}
.list1 li a{
    list-style:none;
    color:#000;
    text-decoration:none;
}
.list1 li a:hover{
    color:#0076a3;
    text-decoration:none;
}
.list2{
    list-style:none;
}
.list2 li a{
    color:#000;
    text-decoration:none;
}
.list2 li a:hover{
    color:#0076a3;
    text-decoration:none;
}
.button{
    color:#0076a3;
    font-style:italic;
    display:inline-block;
    margin:20px 0 20px 20px;
    float:right;
}
.button:hover{
    color:#000;
    text-decoration:none;
}
.menu_left{
    font:bold 11px/14px Arial,Helvetica,Garuda,sans-serif;
    color:#000;
}
.menu_left li a:hover{
    color:#0076a3;
    text-decoration:none;
}
.pad{
    text-align:center;
    padding-top:25px;
    font-weight:bold;
}
.pad1{
    text-align:center;
    padding-bottom:10px;
    font-weight:bold;
}
.pad2{
    padding-top:25px;
}
/* footer */
.footer{
    background:url(../images/footer.png) 50% 0 no-repeat;
    height:64px;
    position:relative;
    z-index:99;
    background-size:100% 64px;
    margin-top:-15px;
}
.slide2{
    background:url(../images/quotes.png) 0 0 no-repeat;
    padding: 20px 0 0 20px;
    margin: 50px 0 0 50px;
    overflow:hidden;
}
#nav{
    text-align:right;
    padding:20px 0;
}
#nav a{
    background:url(../images/point.png) 0 0 no-repeat;
    text-indent:9999px;
    display:inline-block;
    width:6px;
    height:5px;
    margin-left:5px;
    outline:none;
}
.blockquote{
    border:none;
    font:12px/15px Arial,Helvetica,Garuda,sans-serif;
    width: 380px;
}
.loss{
    text-align:right;
    padding-top:40px;
    font:12px/15px Arial,Helvetica,Garuda,sans-serif;
}
.floatright{
    border:1px solid #969696;
    float:right;
    margin-left:10px;
}
.floatright1{
    float:right;
}
.floatleft{
    float:left;
    padding:5px;
    border-right:1px solid #d1d696;
    border-bottom:1px solid #d1d696;
    margin-bottom:-1px;
}
.floatleft1{
    float:left;
    border:2px solid #c1c1c1;
    margin-right:10px;
}
.floatleft2{
    float:left;
}
.martop{
    margin:60px 0 0 15px;
}
.martop1{
    margin:30px 0 0 15px;
}
.font{
    font:12px/15px Arial,Helvetica,Garuda,sans-serif;
    padding-top:10px;
}
.shadow{
    background:url(../images/shadow.png) 100% 100% no-repeat;
    background-size:90%;
    padding-bottom:50px;
}
.shadow1{
    background:url(../images/shadow.png) 100% 100% no-repeat;
    background-size:100%;
    padding-bottom:85px;
}
.correction{
    text-align:center;
    padding-top:25px;
}
.correction1{
    font:12px/22px Arial,Helvetica,Garuda,sans-serif;
    padding:0 0 10px 160px;
}
.correction2{
    font:12px/14px Arial,Helvetica,Garuda,sans-serif;
    color:#0076a3;
    text-align:right;
    margin:0;
    padding:0 0 0 12px;
    float:right;
    /*background:url(../images/marker.png) 0 0 no-repeat;*/
}
.signature{
    font-weight:bold;
}
.border{
    border:1px solid #d1d696;
    padding-bottom:11px;
    margin-top:35px;
}
.line{
    height:1px;
    background:url(../images/line.png) 50% 0% repeat-x;
    margin:20px 0 25px 0;
}
.mar_top{
    overflow:hidden;
    margin-top:35px;
}
/* tooltip */
.ui-tooltip{
    background:#d4d4d4;
    box-shadow:-1px -1px 2px rgba(0,0,0,1);
    border:none;
    font:9px/13px Arial,Helvetica,Garuda,sans-serif;
    color:#2b2b2b;
    padding:5px 10px;
}
.ui-tooltip:after{
    content:"";
    display:block;
    background:url(../images/tooltip-arrow.png) 0 0 no-repeat;
    width:10px;
    height:5px;
    position:absolute;
    left:50%;
    bottom:-5px;
    magrin-left:-5px;
}
/* accordion */
.ui-accordion .ui-accordion-header{
    font:bold 12px/15px Arial,Helvetica,Garuda,sans-serif;
    text-transform:uppercase;
    color:#000;
    margin-top:5px;
    padding:3px 18px 0 7px;
    background:url(../images/menu_10.jpg) repeat-x 0 0;
    min-height:41px;
    border-radius:4px;
}
.ui-accordion .ui-accordion-header img{
    margin-right:20px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    left:auto;
    right:3px;
}
.ui-state-default .ui-icon{
    background:url(../images/cursor.png) no-repeat 0 0;
    width:13px;
    height:8px;
}
.ui-state-active .ui-icon{
    background:url(../images/cursor.png) no-repeat 0 -9px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-hover{
    border:1px solid #fff;
    background:url(../images/menu_10.jpg) repeat-x 0 0;
    border-radius:4px;
}
.ui-widget-content{
    background:#fff;
    margin-right:10px;
}
.licurrtime{
width: 80px;
}
.currtime{
margin-top: -20px;
position: absolute;
color: white;
font-weight: bold;
margin-left: 5px;
}
.jcarousel-item {
    cursor: pointer;
    *cursor: hand;
}
.active_gall_item img {
    border: 3px solid #CCCC66;
}