/*
    Created on : 22.04.2014, 10:12:30
    Author     : u2
*/
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, 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: top;
        outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
a {
    text-decoration: none;
    color: #224b76;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
}
a:hover {
    text-decoration: underline;
}
b, strong { 
    font-weight: 700;
}
i, em {
    font-style: italic;
}
input[type="text"], input[type="password"].error, input[type="password"], textarea {
    border: 1px solid #dfdfdf;
    padding: 4px 3px;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 12px;
    outline: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.55) inset;
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.55) inset;
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.55) inset;
}
.field.error input[type="text"], .field.error input[type="password"], .field.error textarea { border: 1px solid #f00; background: #fff1f1; }
.field .error-msg:before { color: #f00; content: "\2191\00a0"; }
.field .error-msg { color: #f00; display: none; }
.field.error .error-msg { display: block; margin-top: -15px; margin-bottom: 10px; }

input[type="button"], input[type="submit"], button {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 12px;
    outline: none;
    border: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.1;
}
h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6{
    
}
h1, .h1 {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Arial';
}
h1.s-pad, .h1.s-pad {
    margin-bottom: 10px;
    font-family: 'Arial';
}
h2, .h2 {
    font-size: 22px;
    font-family: 'Arial';
}
h3, .h3 {
    font-size: 14px;
    font-family: 'Arial';
}
h4, .h4 {
    font-size: 12px;
    font-family: 'Arial';
}
h5, .h5 {
    font-size: 18px;
    font-family: 'Arial';
}
h6, .h6 {
    font-size: 16px;
    font-family: 'Arial';
}
blockquote {
    border-left: 5px solid #224b76;
    padding: 8px 15px;
    margin: 15px 0;
}
/*********************************  body  *************************************/
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 12px;
    color: #000;
    line-height: 1.4;
    position: relative;
    min-width: 1000px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;/*fb873c*/
    background-image: url(../pic/sky.jpg);
    position: relative;
}
/****************************  container  *************************************/
.big-container {
    display: block;
    width: 100%;
    position: relative;
    min-height: 100%;
    background-image: url(../pic/rockets.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.container-bottom {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(../pic/earth.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 360px;
    z-index: 50;
    margin-top: -360px;
}
.container-1 {
    display: block;
    width: 970px;
    margin: 0 auto;
    position: relative;
}
.container-2 {
    display: block;
    width: 910px;
    margin: 0 auto;
    position: relative;
}
.hidden {
    display: none;
}
.column {
    padding: 0 5px;
    width: 440px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
/********************************  buttons  ***********************************/
.btn-1 {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    background-image: url(../pic/btn-1.png);
    background-position: 0 -44px;
    background-repeat: repeat-x;
    background-color: transparent;
    font-family: 'Arial';
    height: 44px;
    font-weight: 700;
    line-height: 44px;
    font-size: 19px;
    padding: 0 5px;
    margin: 5px 10px;
    border: none;
}
    .btn-1 .left-corner {
        position: absolute;
        top: 0;
        left: -9px;
        display: block;
        height: 44px;
        width: 9px;
        background-image: url(../pic/btn-1.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-color: transparent;
    }
    .btn-1 .right-corner {
        position: absolute;
        top: 0;
        right: -9px;
        display: block;
        height: 44px;
        width: 9px;
        background-image: url(../pic/btn-1.png);
        background-position: -10px 0;
        background-repeat: no-repeat;
        background-color: transparent;
    }
.btn-1:hover {
    background-position: 0 -88px;
}
    .btn-1:hover .left-corner {
        background-position: -21px 0;
    }
    .btn-1:hover .right-corner {
        background-position: -30px 0;
    }
.btn-1:active {
    background-position: 0 -132px;
}
    .btn-1:active .left-corner {
        background-position: -42px 0;
    }
    .btn-1:active .right-corner {
        background-position: -51px 0;
    }
.btn-2 {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    background-image: url(../pic/btn-2.png);
    background-position: 0 -30px;
    background-repeat: repeat-x;
    background-color: transparent;
    font-family: 'Arial';
    height: 30px;
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
    padding: 0 5px;
    margin: 5px 10px;
    cursor: pointer;
    border: none;
}
    .btn-2 .left-corner {
        position: absolute;
        top: 0;
        left: -9px;
        display: block;
        height: 30px;
        width: 9px;
        background-image: url(../pic/btn-2.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-color: transparent;
        z-index: 150;
    }
    .btn-2 .right-corner {
        position: absolute;
        top: 0;
        right: -9px;
        display: block;
        height: 30px;
        width: 9px;
        background-image: url(../pic/btn-2.png);
        background-position: -10px 0;
        background-repeat: no-repeat;
        background-color: transparent;
        z-index: 150;
    }
.btn-2:hover {
    background-position: 0 -60px;
}
    .btn-2:hover .left-corner {
        background-position: -21px 0;
    }
    .btn-2:hover .right-corner {
        background-position: -30px 0;
    }
.btn-2:active {
    background-position: 0 -90px;
}
    .btn-2:active .left-corner {
        background-position: -42px 0;
    }
    .btn-2:active .right-corner {
        background-position: -51px 0;
    }
/********************************  tables  ************************************/
.first-col {
    width: 190px;
}
.col-1 {
    width: 80px;
}
.col-2 {
    width: 180px;
    padding: 3px 10px;
    text-align: left;
}
.col-3 {
    width: 360px;
    padding: 3px 10px;
    text-align: left;
}
td {
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #eee;
    padding: 3px 5px;
    text-align: center;
    vertical-align: top;
}
th {
    background: #e3e3e3;
    padding: 3px 5px;
    font-size: 12px;
    border-left: 1px solid #fff;
}
th:first-child {
    border-left: 1px solid #e3e3e3;
}
/*******************************  rockets  ************************************/

/*******************************  partners  ***********************************/
.partners { border-bottom: 2px solid #ccc; display: block; height: 70px; margin-bottom: 35px; padding: 30px 0; position: relative; text-align: center; width: 100%; z-index: 50; }
.partners ul { overflow: hidden; white-space: nowrap; }
.partners ul li { display: inline-block; margin-right: 10px; vertical-align: middle; }
/********************************  header  ************************************/
.header {
    display: block;
    width: 100%;
    height: 183px;
    position: relative;
    z-index: 15;
    color: #fff;
    font-family: 'Arial';
}
    .header .container-1 {
        height: 183px;
    }
    .header a {
        color: #fff;
    }
    .header .logo-img {
        display: block;
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .header .logo-text {
        display: block;
        position: absolute;
        top: 60px;
        left: 175px;
        line-height: 1;
    }
        .header .logo-text .line-1 {
            font-size: 15px;
        }
        .header .logo-text .line-2 {
            font-size: 29px;
            font-weight: 700;
        }
        .header .logo-text .line-3 {
            font-size: 23px;
        }
    .header .language {
        display: block;
        position: absolute;
        top: 0px;
        left: 900px;
        background: url(../pic/language.png) 0 0 no-repeat;
        padding: 8px 11px 14px;
    }
        .header .language a {
            text-decoration: none;
        }
    .header .sub-menu {
        display: block;
        position: absolute;
        top: 130px;
        right: 0px;
    }
        .header .sub-menu ul li {
            display: inline-block;
        }
        .header .sub-menu ul li:first-child {
            margin-right: 45px;
        } 
            .header .sub-menu ul li a {
                font-family: 'Arial';
            }

    .header .RCLogo60Let {
        display: block;
        position: absolute;
        top: 48px;
        right: 160px;
        text-align: right;
    }
        .header .RCLogo60Let img {
            display: inline-block;
            margin-left: 3px;
        }


    .header .RCLogo {
        display: block;
        position: absolute;
        top: 68px;
        right: 24px;
        text-align: right;
    }
        .header .RCLogo img {
            display: inline-block;
            margin-left: 3px;
        }


    .header .ordens {
        display: block;
        position: absolute;
        top: 12px;
        right: 22px;
        text-align: right;
    }
        .header .ordens img {
            display: inline-block;
            margin-left: 3px;
        }
/******************************  mainmenu  ************************************/
.mainmenu {
    font-family: 'Arial';
    display: block;
    width: 100%;
    height: 48px;
    background: url(../pic/menuline.png);
    z-index: 25;
    position: relative;
}
    .mainmenu .container-1 {
        height: 48px;
    }
        .menu-wrap {
            display: block;
            position: relative;
            margin: 0 5px;
            width: 960px;
            height: 48px;
            background: url(../pic/menubg.png) 0 0 repeat-x;
            position: relative;
        }
            .left-corner {
                position: absolute;
                top: 0px;
                left: -5px;
                display: block;
                width: 10px;
                height: 48px;
                background-image: url(../pic/menucorners-1.png);
                background-position: 0 0;
                background-repeat: no-repeat;
            }
            .right-corner {
                position: absolute;
                top: 0px;
                right: -5px;
                display: block;
                width: 10px;
                height: 48px;
                background-image: url(../pic/menucorners-1.png);
                background-position: -10px 0;
                background-repeat: no-repeat;
            }
            .menu {
                display: inline-block;
                width: 900px;
                font-size: 0;
                padding-left: 10px;
                vertical-align: top;
            }
                .menu ul li {
                    display: inline-block;
                    padding: 0;
                    border-left: 1px solid #fcfcfc;
                    border-right: 1px solid #d7d7d7;
                    vertical-align: top;
                }
                .menu ul li:first-child {
                    border-left: none;
                } 
                .menu ul li.last {
                    border-right: none;
                    height: 48px;
                    width: 20px;
                    padding: 0;
                }
                    .menu ul li a {
                        font-size: 15px;
                        font-weight: 700;
                        text-decoration: none;
                        color: #000;
                        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
                        display: inline-block;
                        padding: 13px 10px 14px;
                    }
                    .menu ul li.parent-1 a:hover, .menu ul li.parent-1 a.active {
                        color: #224b76;
                    } 
                    .menu ul li.parent-1 {
                        position: relative;
                    }
                        .menu ul li.parent-1 .arrow-1 {
                            position: absolute;
                            top: 48px;
                            left: 50%;
                            margin-left: -7px;
                            z-index: 160;
                            display: none;
                        }
                        .menu ul li.parent-1 .parent-2 {
                            position: absolute;
                            top: 48px;
                            left: 50%;
                            margin-left: -88px;
                            display: none;
                            width: 175px;
                            text-align: center;
                            border: 1px solid #e1e1e1;
                            border-bottom-left-radius: 5px;
                            border-bottom-right-radius: 5px;
                            background: #f6f6f6;
                            z-index: 150;
                        }
                        .menu ul li.parent-1:first-child .parent-2 {
                            margin-left: -54px;
                        }
                            .menu ul li.parent-1 .parent-2 li {
                                display: block;
                                border-top: 1px solid #e1e1e1;
                                border-left: none;
                                border-right: none;
                                position: relative
                            }
                            .menu ul li.parent-1 .parent-2 li:first-child {
                                border-top: none;
                            }
                                .menu ul li.parent-1 .parent-2 li a {
                                    font-size: 14px;
                                    display: block;
                                    padding: 10px 15px;
                                    font-weight: normal;
                                    text-align: left;
                                }
                                .menu ul li.parent-1 .parent-2 .children {
                                    position: absolute;
                                    display: none;
                                    width: 175px;
                                    right: -177px;
                                    top: 20%;
                                    border: 1px solid #e1e1e1;
                                    border-bottom-left-radius: 5px;
                                    border-bottom-right-radius: 5px;
                                    background: #f1f1f1;
                                    z-index: 25;
                                }
                                .menu ul li.parent-1 .parent-2 li .arrow-2 {
                                    position: absolute;
                                    top: 50%;
                                    right: -10px;
                                    margin-top: -7px;
                                    z-index: 35;
                                    display: none;
                                }
                                    .menu ul li.parent-1 .parent-2 .children ul li a {
                                        padding: 5px 15px;
                                    }
            .search {
                display: inline-block;
                width: 190px;
                height: 24px;
                vertical-align: top;
                padding: 12px 0;
            }
            .search-1 {
                display: inline-block;
                width: 910px;
                height: 24px;
                vertical-align: top;
                padding: 12px 0;
            }
                .search .search-block {
                    display: block;
                    position: relative;
                    width: 175px;
                    height: 24px;
                    margin: 0 10px;
                    background: url(../pic/search.png) 0 -24px repeat-x;
                }
                .search-1 .search-block {
                    display: block;
                    position: relative;
                    width: 890px;
                    height: 24px;
                    margin: 0 10px;
                    background: url(../pic/search.png) 0 -24px repeat-x;
                }
                .search-block .left-corner {
                    position: absolute;
                    top: 0px;
                    left: -10px;
                    display: block;
                    width: 11px;
                    height: 24px;
                    background: url(../pic/search.png) 0 0 repeat-x;
                }
                .search-block .right-corner {
                    position: absolute;
                    top: 0px;
                    right: -10px;
                    display: block;
                    width: 11px;
                    height: 24px;
                    background: url(../pic/search.png) -12px 0 repeat-x;
                }
                .search .search-block .searchword {
                    padding: 2px;
                    width: 150px;
                    display: inline-block;
                    font-size: 11px;
                    margin-top: 2px;
                    background: transparent;
                    border: none;
                    vertical-align: top;
                    box-shadow: none;
                    border: none;
                }
                .search-1 .search-block .searchword {
                    padding: 2px;
                    width: 865px;
                    display: inline-block;
                    font-size: 11px;
                    margin-top: 2px;
                    background: transparent;
                    border: none;
                    vertical-align: top;
                    box-shadow: none;
                    border: none;
                }
                .search-block .send {
                    display: inline-block;
                    width: 13px;
                    height: 12px;
                    background: url(../pic/search.png) -30px -6px no-repeat transparent;
                    border: none;
                    cursor: pointer;
                    margin-top: 6px;
                    vertical-align: top;
                }
/*********************************  wrap  *************************************/
.wrap {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%;
    min-height: 100%;
}
    .wrap .container-1 {
        padding-bottom: 340px;
        min-height: 470px;
    }
/*******************************  pages  **************************************/
.homepage {
    display: block;
    padding: 20px 30px 0;
}
    .news {
        display: inline-block;
        vertical-align: top;
        width: 590px;
        margin-right: 40px;
    }
    .news h2 {
        font-size: 15px;
    }
    .text.news {
        margin-bottom: 15px;
    }
        .news-block {
            display: block;
            overflow: hidden;
            padding: 20px 0;
            border-top: 1px solid #e4e4e4;
        }
        .news-block:first-child {
            border-top: none;
        }
        .news-block p {font-family: 'Arial', sans-serif;}
        .news ul {
            padding: 0 !important;
        }
            .news-block .news-image {
                display: block;
                float: left;
                margin-right: 20px;
            }
            .news-image-1 {
                display: block;
                float: left;
                margin: 0 20px 20px 0;
            }
            .news-block .date {
                color: #898989;
                font-size: 10px;
                padding: 0 0 5px 0;
                font-family: 'Arial';
            }
            .date-1 {
                color: #505050;
                padding: 0 0 5px 0 !important;
            }
            .news-block .head {
                font-weight: 700;
                font-size: 15px;
                font-family: 'Arial';
                padding: 0 0 5px 0;
                line-height: 1.1;
            }
.nav-block-1 { display: inline-block; margin-top: 35px; vertical-align: top; width: 275px; }
.innerpage-container-4 .nav-block-1 { margin-top: 15px; }
.nav-block-2 {
    display: inline-block;
    vertical-align: top;
    width: 175px;
    margin-top: 35px;
}
.nav-block-3 {
    display: inline-block;
    vertical-align: top;
    width: 275px;
    margin-top: 20px;
}
.nav-block-1 .media-nav li { display: inline-block; }
.nav-block-1 .media-nav li a { background-position: 50% 0px; background-repeat: no-repeat; display: inline-block; font-weight: 700; font-size: 15px; font-family: 'Arial'; height: 40px; padding-top: 105px; text-align: center; width: 135px; }
.archive {
    padding-left: 100px;
    display: block;
}   
    .head-7 {
        font-weight: 700;
        font-size: 15px;
        font-family: 'Arial';
    }
    .head-7 span {
        font-size: 16px;
    }
    .archive ul, .archive-1 ul {
        padding: 0;
    }
    .archive .year, .archive .month, .archive-1 .year, .archive-1 .month {
        display: block;
        margin-bottom: 10px;
        width: 175px;
    }
        .archive .year li, .archive-1 .year li {
            display: inline-block;
            width: 30px;
            height: 20px;
            background: url(../pic/calend-na.png) 0 0 no-repeat;
            padding: 7px 3px 2px;
            margin: 5px 25px 5px 0;
            text-align: center;
        }
        .archive .year li.active, .archive-1 .year li.active {
            background: url(../pic/calend-act.png) 0 0 no-repeat;
        }
            .archive .year li:nth-child(3n+3), .archive-1 .year li:nth-child(3n+3) {
                margin: 5px 0px 5px 0;
            }
            .archive .year li span, .archive .year li a, .archive-1 .year li span, .archive-1 .year li a {
                font-size: 11px;
                font-family: 'Arial';
                font-weight: 700;
            }
            .archive .year li a, .archive-1 .year li a {
                color: #000;
                text-decoration: none;
            }
            .archive .year li.active span, .archive-1 .year li.active span {
                color: #224b76;
            }
        .archive .month li {
            display: inline-block;
            width: 31%;
            margin: 5px 0;
            padding: 0;
            text-align: left;
            height: 15px;
        }
            .archive .month li a {
                font-size: 11px;
                font-family: 'Arial';
                font-weight: 400;
            }
            .archive .month li span {
                font-size: 11px;
                font-weight: 700;
            }
/*****************************  inner-page  ***********************************/
.innerpage {
    display: block;
    overflow: hidden;
}
    .innerpage-container-1 {
        display: block;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: url(../pic/page-in.png);
    }
        .innerpage-container-2 {
            display: inline-block;
            width: 590px;
            padding: 15px 30px 30px;
        }
        
        .innerpage-container-3 {
            display: inline-block;
            width: 690px;
            padding: 15px 30px 30px;
        }
        .innerpage-container-4 {
            display: inline-block;
            width: 910px;
            padding: 15px 30px 30px;
        }
        .innerpage-container-4 .innerpage-container-2 { padding-left: 0; }
        .innerpage-container-5 {
            display: inline-block;
            width: 910px;
            padding: 15px 30px 0px;
        }
.text p {
    padding: 5px 0;
}      
.text ul, .text ol {
    padding: 0 20px;
}
.text ul li {
    list-style-type: none;
    list-style-image: url(../pic/list.png);
    list-style-position: outside;
}
.text ol li {
    list-style-position: outside;
}
.back {
    display: block;
    margin-top: 15px;
}
.pad10 {
    display: block;
    height: 10px;
}
.pad15 {
    display: block;
    height: 15px;
}
.last-news-block { padding: 5px 0; }
.last-news-block .date { color: #898989; font-size: 10px; padding: 0; }
    .last-news-block .head {
        font-size: 15px;
        font-family: 'Arial';
        font-weight: 700;
    }
.last-news, .albums {
    display: block;
    margin-bottom: 25px;
}
    .album-preview {
        display: block;
        background: url(../pic/album-bg.png) 0 0 no-repeat;
        width: 200px;
        height: 95px;
        margin: 10px 0;
        position: relative;
    }
        .album-preview img {
            position: absolute;
            top: 8px;
            left: 8px;
            width: 97px;
            height: 72px;
        }
        .album-preview span {
            font-size: 21px;
            font-family: 'Arial';
            font-weight: 700;
            text-align: center;
            padding: 20px 0 0 125px;
            width: 60px;
            height: 50px;
            display: block;
            line-height: 1.1;
            
        }
.album-items { display: block; }
.album-items ul { margin: 0; padding: 0; }
.album-items ul li { display: inline-block; margin: 0 20px 20px 0; width: 85px; height: 85px; }
.last-news ul { margin: 0; padding: 0; }
.last-news p { margin: 0; padding: 0; }
.last-news ul li { list-style: none; }
/****************************  breadcrumbs  ***********************************/
.breadcrumbs {
    display: block;
    padding-bottom: 10px;
}
    .breadcrumbs ul li {
        display: inline-block;
        margin-right: 5px;
    }
        .breadcrumbs ul li span {
            color: #224b76;
        }
/*******************************  slider  *************************************/
.slider {
    display: block;
    position: relative;
    width: 910px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 1px 0px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 1px 0px 0px rgba(50, 50, 50, 0.45);
}
#shorty-picture-containter {
    width: 3640px;
    height: 280px;
    overflow: hidden;
}
#shorty-picture-containter .pic {
    position: relative;
    display: block;
    width: 910px;
    height: 280px;
    overflow: hidden;
    float: left;
}
#shorty-picture-containter .pic .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-size: 11px;
    width: 510px;
    background: url(../pic/slidercaption.png);
}
.shorties {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    width: 350px;
    height: 280px;
}
.shorties .shorty {
    display: block;
    height: 69px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    position: relative;
}
.shorties .shorty:first-child {
    height: 70px;
    border-top: none;
}
.shorties .shorty.active {
    background: url(../pic/slideractive.png) left bottom repeat-x;
}
.shorties .shorty a,
.shorties .shorty span {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Arial';
    text-decoration: none;
    color: #000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 0;
    max-height: 48px;
    overflow: hidden;
    vertical-align: middle;
}

.shorties .shorty.active span,
.shorties .shorty.active a {
    color: #ba1b15;
}
.shorties .shorty .angle {
    position: absolute;
    top: 50%;
    left: -6px;
    display: none;
    margin-top: -7px;
}
.shorties .shorty.active .angle {
    display: block;
}
.shorties .shorty .metadata, .shorties .shorty .metadata .text {
    display: block;
    height: 69px;
    overflow: hidden;
}
.shorties .shorty .metadata .text {
    width: 300px;
    padding: 0 25px;
}
.shorties .shorty .metadata .text .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* news slider */

#slider,
#slider ul,
#slider li,
#slider li img {width:550px;height:190px;}

#slider {float:left;}
#slider .pic,
#slider .pic a {display: block; position: relative;}

#slider .pic .caption {
    position: absolute; bottom: 0; left: 0; right: 0;

    display: block;
    padding: 10px 25px;
    color: #fff;
    font-size: 11px;
    width: 510px;
    background: url(../pic/slidercaption.png);
}

#slidemenu {
    width: 350px;
    height: 280px;
    float:right;
    background: #fff;
    /*overflow:hidden;*/
}
#slidemenu ul {
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
}
#slidemenu ul li {
    display:block;
    position: relative;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    min-height: 69px;
    width: 350px;

    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Arial';
}
#slidemenu ul li.current {background: #e0e0e0 url(../pic/slideractive.png) left top repeat-x;}
#slidemenu ul li.current:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(231, 231, 231, 0);
    border-right-color: #e7e7e7;
    border-width: 6px;
    margin-top: -6px;
    z-index: 9999;
}
#slidemenu ul li a,
#slidemenu ul li span {
    width: 310px;
    height: 69px;
    z-index:40;
    text-decoration: none;
    background: transparent;
    position:relative;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
}
/*#slidemenu ul li span[data-href^="http"] {color: #ba1b15;}*/

/****************************  vacancy-list  **********************************/
ul.vacancy-list {
    padding: 0;
}
    ul.vacancy-list li {
        padding: 0;
        list-style-image: none;
        margin: 10px 0;
    }
        ul.vacancy-list li p {
            padding: 0;
        }
/*********************************  vacancy  **********************************/
.vacancy-desc {
    display: block;
    padding: 10px;
    background: #fff;
    margin: 10px 0;
}
    .vacancy-desc span {
        display: inline-block;
        width: 49%;
    }
.vacancy-label {
    font-weight: 700;
    font-size: 14px;
}
.vacancy-desc2 {
    padding-bottom: 15px !important;
}
#vacancy {
    display: block;
    width: 320px;
}
/******************************  newspaper  ***********************************/
 .text .newspaper {
    padding: 0 !important;
}
     .text .newspaper li {
        display: inline-block;
        list-style-image: none;
        width: 165px;
        margin: 0 0 20px 0;
    }
        .text .newspaper li span {
            display: block;
            width: 105px;
            margin: 10px 0;
        }
/**********************************  brk  *************************************/
.brk, .brk-gallery, .brk-gallery-1 {
    padding: 0 !important;
}
.brk-gallery-1 {
    margin-top: 15px;
}
.brk li {
    display: inline-block;
    vertical-align: bottom;
    width: 150px;
    margin: 15px 35px 30px 0;
    text-align: center;
    list-style-image: none;
}
.brk-1 li {
    display: inline-block;
    vertical-align: bottom;
    width: 210px;
    margin: 15px 35px 30px 0;
    text-align: center;
    list-style-image: none;
}
    .brk li a, .brk-1 li a {
        display: block;
        margin: 15px 0;
    }
.brk-gallery li {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 10px;
    height: 230px;
    text-align: center;
    list-style-image: none;
    background: #fff;
    padding: 4px;
    border: 1px solid #e6e6e6;
} 
.brk-gallery-1 li {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 10px;
    text-align: center;
    list-style-image: none;
    background: #fff;
    padding: 4px;
    border: 1px solid #e6e6e6;
}
    .brk-gallery li a, .brk-gallery-1 li a {
        text-decoration: none;
    }
        .brk-gallery li span, .brk-gallery-1 li span {
            color: #000;
            display: block;
            margin: 5px 0;
            line-height: 1;
        }
        .brk-gallery li img, .brk-gallery-1 li img {
            width: 270px;
        }
.scroller {
    display: block;
    margin-top: 20px;
    width: 910px;
}
    .scroller .scroller_container {
        padding: 0px;
        position: relative;
    }
    .scroller .scroller_wrapper {
        width: 910px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0px;
        position: relative;
    }
    .scroller .scroller_items {
        width: 10000px;
        position: relative;
    }
    .scroller_block {
        float: left;
        width: 270px;
        padding: 4px;
        margin: 10px 11px;
        height: 230px;
        text-align: center;
        background: #fff;
        border: 1px solid #e6e6e6;
    }
    .scroller_block a {
        text-decoration: none;
    }
    .scroller_block img {
        width: 270px;
    }
    .scroller_block span {
            color: #000;
            display: block;
            margin: 5px 0;
            line-height: 1;
        }
    .scroller_button_left a, .scroller_button_right a {
        width: 13px; 
        height: 31px; 
        position: absolute;
        top: 45%; 
        cursor: pointer; 
        text-decoration:none;
    }
    .scroller_button_left a {
        left: -25px; 
        background-image: url('../pic/small-arrows.png');
        background-position: 0px 0px;
        margin: 0 0 0 10px;
        z-index: 150;
    }
    .scroller_button_right a {
        right: -25px;
        background-image: url('../pic/small-arrows.png');
        background-position: -13px 0px;
        margin: 0 10px 0 0;
        z-index: 150;
    }
/********************************  search  ************************************/
.serch-results {
    display: block;
    font-size: 14px;
    margin-bottom: 25px;
}
    .search-word {
        padding: 10px 0 !important;
    }
    .search-counter {
        padding: 10px 0 !important;
        color: #484848;
    }
    .serch-results li {
        padding: 5px 0;
    }
    .serch-results .text {
        font-size: 12px;
        padding: 0;
    }
    .search-empty {
        display: block;
        height: 300px;
    }
/*******************************  contacts  ***********************************/
.cont-text {
    padding: 0 !important;
}
.cont-head-1 {
    padding: 0 !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Arial';
}
.cont-head-2 {
    padding: 0 !important;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Arial';
}
.map {
    display: block;
    width: 900px;
    height: 285px;
    border: #224b76 4px solid;
}
.form label {
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
}
.form textarea, .form input[type="text"] {
    margin-bottom: 15px;
    width: 260px;
}
.form textarea {
    height: 100px;
    resize: none;
}
.ua-formselect.select:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAACCgoKCgoKCgoJEYZmZAAAAA3RSTlMAf4C/aSLHAAAAIElEQVR42mPYy1DHoO/4g4H7+gMGpv8NDAz7GBgYNBgAXwcGzfQpK+MAAAAASUVORK5CYII=") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
}
.ua-formselect {
    display: inline-block;
    background: #fff;
    height: 24px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 265px;
    z-index: 1;
    margin-bottom: 15px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.55) inset;
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.55) inset;
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.55) inset;
}
.error .ua-formselect { border: 1px solid #f00; background: #fff1f1; }
.ua-formselect label {
    font-weight: 400;
    line-height: 26px;
    padding: 0 5px;
}
.ua-formselect.select select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    height: 26px;
    left: 0;
    line-height: 26px;
    opacity: 0;
    padding: 2px 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
/*********************************  gallery  **********************************/
.gallery-1, .gallery-2, .gallery-3 {
    padding: 0 !important;
}
.gallery-1 li {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    list-style-image: none;
    margin: 0 25px 20px 0;
}
.gallery-3 li {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    list-style-image: none;
    margin: 0 40px 20px 0;
}
.gallery-2 li {
    display: inline-block;
    width: 183px;
    height: 179px;
    vertical-align: top;
    list-style-image: none;
    margin: 0 40px 40px 0;
    border: 1px solid #d0d1d3;
    padding: 4px;
    background: #ebebeb;
}
.gallery-2 li img {
    width: 183px;
    height: 179px;
}
.gallery-1 li:nth-child(3n+3), .gallery-3 li:nth-child(3n+3) {
    margin: 0 0 15px 0;
}
.gallery-2 li:nth-child(4n+4) {
    margin: 0 0 40px 0;
}
.gallery-1 li p, .gallery-3 li p {
    padding: 0;
}
.gallery-1 li p.title, .gallery-3 li p.title {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}
.gallery-1 li .img-block {
    display: block;
    padding: 6px 7px 7px;
    background: url(../pic/gallery-block-bg.png) 0 0 no-repeat;
    position: relative;
}
.gallery-1 li .img-block .count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 0 2px 4px;
    background: #ebebeb;
    font-size: 11px;
}
.gallery-3 li .img-block-1 { background: #ebebeb; border: 1px solid #d0d1d3; display: block; height: 160px; margin-bottom: 5px; padding: 6px; position: relative; width: 183px; }
.gallery-3 li .img-block-1 a:after { background-image: url(../pic/play.png); content: ""; height: 65px; left: 50%; margin-left: -32px; margin-top: -33px; position: absolute; top: 50%; width: 65px; }


.gallery-1 li .img-block img {
    width: 183px;
    height: 160px;
}
.gallery-1 li .img-block-1 img {
    width: 183px;
    height: 160px;
}
.month {
    display: block;
    width: 590px;
    margin-bottom: 20px;
}
    .month ul {
        padding: 0;
    }
        .month li {
            display: inline-block;
            width: 85px;
            margin: 5px 0;
            padding: 0;
            text-align: left;
            height: 15px;
            font-size: 12px;
        }
        .month li.active a {font-weight: bold;}
/********************************  audio  *************************************/
.audio-gallery {
    padding: 0 0 20px 0 !important;
}
    .audio-gallery li  {
        list-style-image: none !important;
        list-style-type: none !important;
        display: block;
        margin-bottom: 15px;
    }
        .audio-gallery .date {
            color: #898989;
            font-size: 10px;
            padding: 0 0 5px 0;
        }
        .audio-gallery li p.content a {
            font-weight: 700;
            font-size: 18px;
            font-family: 'Arial';
            padding: 0 0 5px 0;
            line-height: 1.1;
        }
.mejs-container {
	position: relative;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
        color: #000;
        display: block;
        width: 500px !important;
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(../pic/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button { 
	background-image: url(../pic/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(../pic/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

.mejs-currenttime-container, .mejs-volume-button {
    display: none !important;
}

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 10px;
	border: 0;
        background: transparent url(../pic/player.png) no-repeat;
	/*background: transparent url(../pic/controls.svg) no-repeat;*/
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url(../pic/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #000;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #000;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 -2px;
}

.mejs-controls .mejs-pause button {
	background-position: -13px -1px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	margin-top: 10px;
        margin-left: 5px;
        height: 7px;
        border-left: 1px solid #000;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 1px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 3px 5px 3px 0;
	background: #000;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #000;
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #224b76;
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}


.mejs-time-current-angle {
    display: block !important;
    position: absolute !important;
    top: 0px !important;
    right: -4px !important;
    width: 8px !important;
    height: 5px !important;
    background: transparent url(../pic/player.png) 0 -19px !important;
}

.mejs-horizontal-volume-slider {
    margin-left: -115px !important;
}
.mejs-duration-container {
    margin-left: 40px !important;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(../pic/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 26px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
        background: transparent url(../pic/player.png) 0 -27px repeat-x;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 26px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background: transparent url(../pic/player.png) 0 -37px repeat-x;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, 0.8);

}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(../pic/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../pic/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../pic/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */
        
/******************************  pagination  **********************************/
.pagination {
    display: block;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    position: relative;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 700;
}
    .pagination ul {
        padding: 5px 15px;
        background: #fff;
        text-align: center;
    }
        .pagination ul li {
            display: inline-block;

            margin: 0 5px;
        }
            .pagination ul li.active, .pagination ul li:hover {
                background-image: url(../pic/pagin-active.png);
                background-position: 0 0;
                background-repeat: repeat-x;
            }
            .pagination ul li.prev:hover, .pagination ul li.next:hover {
                background-image: none;
            }
                .pagination ul li.active span, .pagination ul li:hover a {
                    color: #fff;
                    text-decoration: none;
                }
            .pagination ul li a,
            .pagination ul li.active span {
                padding: 2px 8px;
            }
        .pagination ul li.prev {
            position: absolute;
            top: 4px;
            left: 15px;
            margin: 0;
            padding: 0;
        }
        .pagination ul li.prev span,
        .pagination ul li.next span {padding: 0;}
        .pagination ul li.prev a, .pagination ul li.prev span {
                width: 11px;
                height: 24px;
                background: url(../pic/pagin-arrows.png) no-repeat 0 0;
                display: block;
                padding: 0;
            }
            .pagination ul li.prev a:hover {background-position: 0 -24px}
        .pagination ul li.next {
            position: absolute;
            top: 4px;
            right: 15px;
            margin: 0;
            padding: 0;
        }
            .pagination ul li.next a, .pagination ul li.next span {
                width: 11px;
                height: 24px;
                background: url(../pic/pagin-arrows.png) no-repeat -11px 0;
                display: block;
                padding: 0;
            }
            .pagination ul li.next a:hover {background-position: -11px -24px;}
/****************************  modal window  **********************************/
.red {
    color: #ff0000;
}
.modal {
    border-radius: 15px;
    border: 4px solid #e9e9e9;
    padding: 20px;
    background: #fff;
}
    .modal .h3 {
        line-height: 1;
        color: #224b76;
    }
    .modal label {
        display: block;
    }
    .modal .desc-form {
        padding-bottom: 10px;
    }
    .modal input[type="text"], .modal textarea {
        width: 310px;
        margin-bottom: 15px;
    }
    .modal .resume {
        display: inline-block;
        width: 190px;
        vertical-align: top;
        margin-bottom: 10px;
    }
    .field {
        display: block;
        position: relative;
    }
    .fileform { 
        background-color: transparent;
        cursor: pointer;
        height: 30px;
        overflow: hidden;
        padding: 0px;
        position: relative;
        text-align: left;
        vertical-align: middle;
        width: 125px;
        display: inline-block;
        background-image: url(../pic/resume.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        vertical-align: top;
    }
    .fileform:hover {
        background-position: -1px -30px;
    }
    .fileform:active {
        background-position: 0 -60px;
    }
    .fileform #upload{
        position:absolute; 
        top:0; 
        left:0; 
        width:100%; 
        -moz-opacity: 0; 
        filter: alpha(opacity=0); 
        opacity: 0; 
        font-size: 150px; 
        height: 30px; 
        z-index:20;
        cursor: pointer;
    }
.modal-1 {
    padding: 25px 35px;
    background: #fff;
    width: 380px;
    height: 150px;
    display: block;
} 
    .modal-1 .text {
        color: #484848;
    }
/*******************************  footer  *************************************/
.footer-container {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.footer-menu {
    display: block;
    width: 100%;
    height: 50px;
    background: url(../pic/footermenu.png);
}
    .footer-menu li {
        display: inline-block;
        line-height: 50px;
        padding: 0 10px;
    }
    .footer-menu li:first-child {
        padding: 0 10px 0 20px;
    }
        .footer-menu li a {
            font-size: 16px;
        }
.footer {
    display: block;
    width: 100%;
    height: 60px;
    background: url(../pic/footer.png);
    position: relative;
    font-family: 'Arial';
}
    .copyright {
        display: block;
        position: absolute;
        left: 20px;
        top: 12px;
    }
    .dextra {
        display: block;
        position: absolute;
        right: 20px;
        top: 12px;
/*        padding-left: 35px;
        background: url(../pic/dextralogo.png) 0px 50% no-repeat;*/
    }
        .dextra a {
            color: #000;
            text-decoration: none;
        }
            .dextra a span {
                text-decoration: underline;
            }
            .dextra a:hover span {
                text-decoration: none;
            }
/******************************  fancybox  ************************************/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../pic/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
    position: fixed !important;
    top: 50px !important;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}
#fancybox-outer.fancy-3 {
	position: relative;
	width: 100%;
	height: 100%;
        background: #ebebeb;
        padding-bottom: 50px;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #ebebeb;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	background: transparent url('../pic/close.png') 0px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-close.fancy-3 {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 45px;
	height: 45px;
	background: transparent url('../pic/close-2.jpg') 0px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 20px;
	height: 33px;
	width: 19px;
	cursor: pointer;
	outline: none;
	background: transparent url('../pic/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 19px;
	height: 33px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../pic/arrows.jpg');
	background-position: 0 0;
        left: 20px;
}

#fancybox-right-ico {
	background-image: url('../pic/arrows.jpg');
	background-position: -14px 0;
        left: auto;
	right: 20px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1100;
        height: 40px;
        line-height: 40px;
}

.fancybox-title-inside {
	padding: 0 0 10px 0;
	text-align: center;
	color: #333;
	background: #ebebeb;
	position: absolute;
        bottom: 0;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../pic/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../pic/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../pic/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../pic/fancybox.png') -55px -90px no-repeat;
}
/*******************************  player  *************************************/

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Arial, sans-serif;
	line-height:1.6;
}
div.jp-audio {
	width:420px;
        margin: 10px 0 25px;
}
div.jp-audio-stream {
	width:182px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:20px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 380px;
}

div.jp-audio-stream ul.jp-controls {
	width: 142px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:13px;
	height:18px;
}

a.jp-play {
	background: url('../pic/player.png') 0 0 no-repeat;
}
/*a.jp-play:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -41px 0 no-repeat;
}*/
a.jp-pause {
	background: url('../pic/player.png') -13px 0 no-repeat;
	display: none;
}
/*a.jp-pause:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -41px -42px no-repeat;
}*/

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url('../pic/jplayer.blue.monday.jpg') 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -29px -83px no-repeat;
}

a.jp-previous {
	background: url('../pic/jplayer.blue.monday.jpg') 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -29px -112px no-repeat;
}

a.jp-next {
	background: url('../pic/jplayer.blue.monday.jpg') 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	border-left: 1px solid #000000;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:5px;
	height:10px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:15px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: #000;
	width:0px;
	height:1px;
	cursor: pointer;
        margin: 4px 0;
}
div.jp-play-bar {
	background: #0d88c1;
	width:0px;
	height:100%;
        position: relative;
}
div.jp-play-bar span {
    position: absolute;
    right: -4px;
    bottom: -6px;
    display: block;
    width: 8px;
    height: 6px;
    background: url('../pic/player.png') 0px -19px no-repeat;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url('../pic/jplayer.blue.monday.seeking.gif');
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url('../pic/jplayer.blue.monday.jpg') 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -19px -170px no-repeat;
}
a.jp-unmute {
	background: url('../pic/jplayer.blue.monday.jpg') -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url('../pic/jplayer.blue.monday.jpg') 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url('../pic/player.png') 0 -27px repeat-x;
	width:26px;
	height:10px;
	cursor: pointer;
        z-index: 50;
}
div.jp-audio div.jp-volume-bar {
	top:5px;
	left:210px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url('../pic/player.png') 0 -37px repeat-x;
	width:0px;
	height:10px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:-3px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:100px;
	width:186px;
        z-index: 20;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	font-size: 14px;
        font-style: normal;
        font-family: 'Arial';
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-details {
	font-weight:bold;
	text-align:center;
}

div.jp-details,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-details ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-details li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url('../pic/jplayer.blue.monday.video.play.png') 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url('../pic/jplayer.blue.monday.video.play.png') 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url('../pic/jplayer.blue.monday.jpg') 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url('../pic/jplayer.blue.monday.jpg') -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -90px -310px no-repeat;
}

a.jp-repeat {
	background: url('../pic/jplayer.blue.monday.jpg') 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url('../pic/jplayer.blue.monday.jpg') -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url('../pic/jplayer.blue.monday.jpg') 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url('../pic/jplayer.blue.monday.jpg') -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url('../pic/jplayer.blue.monday.jpg') -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
#message .popup-content { margin: 15px; }
.center { text-align: center; }
table.center { margin-left: auto; margin-right: auto; }
table.blank {}
table.blank td { background-color: transparent; border: 0; }

.text ul.news-list { padding: 0; }

.index-page,
.index-page .footer,
.index-page .header,
.index-page .news-block p,
.index-page .news-block .head,
.index-page .nav-block-1 .media-nav li a,
.index-page h1, .index-page h2, .index-page h3, .index-page h4,
.index-page .slider li span,
.index-page .menu li a {font-family: 'Arial' !important;}

.index-page .menu ul li a {padding: 13px 11px 14px;}


#colorbox {
    z-index: 99;
    padding: 20px;
    background: #EBEBEB;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.39);
        position: fixed !important;
    top: 50px !important;
}
table.nagr {
    width: 200px;
    float: right;
    margin: 0 0px 20px 20px;
}
table.nagr td {
    height: 116px;
}
#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: transparent url('../pic/close-2.jpg') 0px 0px;
    cursor: pointer;
    z-index: 99;
    text-indent: -99999px;
}
table.nagr td {
    background: none;
    border: none;
}
#cboxContent {
    position: relative;
}
#cboxCurrent {
    display: none !important;
}

a.cboxElement {
    max-height: 105px;
    overflow: hidden;
    margin-bottom: 5px;
    border: 3px solid #fff;
    width: 205px;
    background: #000;
    display: block;
}
a.cboxElement img {
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    min-height: 100px;
}
a.cboxElement img:hover {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
}
#cboxNext {
    background-image: url('../pic/arrows.jpg');
    background-position: -14px 0;
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 33px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
    border: 5px solid #EBEBEB;
}
#cboxPrevious {
    background-image: url('../pic/arrows.jpg');
    background-position: 0 0;
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 19px;
    height: 33px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
    border: 5px solid #EBEBEB;
}
.nagr br {
    display: none;
}
td.photo >div {
    margin-top: -10px;
    background-color: #fff;
}
td.photo>br+div {
    display: none;
}

#cboxTitle {
    text-align: center;
    width: 100%;
    font-size: 10pt;
    background: #EBEBEB;
    padding: 0 20px 5px;
    margin-left: -20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.39);
        min-height: 20px;
}


.innerpage .text p {
    font-size: 14px !important;
    line-height: 20px;
}
.news-block p {
    font-size: 10pt;
    text-align:justify;
}


.rocket-gens {
    background: #1A87C2;
    margin-bottom: 20px;
}
.rocket-gen {
    padding: 10px 37px;
    display: inline-block;
    color: #fff;
    font-size: 12pt;
    letter-spacing: 1px;
    border-right: 1px solid #42A2D6;
}
.rocket-gen:nth-child(4) {
    border: none;
}
.rocket-gen:hover {
    background: #156794;
    text-decoration: none;
}



.rockets img {
width: 60px;
    margin-top: -100px;
    position: absolute;
    bottom: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    left: 50%;
    margin-left: -30px;
   
}
.rockets a {
    display: block;
    float: left;
    width: 72px;
    height: 400px;
    overflow: hidden;
    position: relative;
     cursor: pointer;
     margin: 0 2px 2px;
     text-decoration: none !important;
     /*background-color: #fff;
     box-shadow: 0 0 10px #D0D0D0;*/
     background: url(/images/makeev/pic/sky.jpg) no-repeat;
     background-size: 1000px;
    background-position: 0 -449px;
}
.rockets {
    /*width: 100%;*/
    display: table;
}
.rockets a:hover {
    background: rgba(214, 221, 224, 0.38);
    background: #fff url(/images/makeev/pic/sky.jpg) no-repeat;
    background-size: 1000px;
    background-position: 0 -49px;
}

.rockets a:hover img{
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);

}
.rockets span {
    display: block;
    text-align: center;
    background-color: #1A87C2;
    color: #fff;
    position: relative;
    text-decoration: none !important;
        position: absolute;
    text-decoration: none !important;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.rockets a:hover span {
    background-color: #F04C52;
}

.rockets#grazhdan-rocket a:nth-child(1) img{
        width: 50px;
    margin-left: -25px;
}
.rockets#grazhdan-rocket a:nth-child(2) img{
        width: 38px;
    margin-left: -20px;
}
.rockets#grazhdan-rocket a:nth-child(3) img{
        width: 27px;
    margin-left: -15px;
}
.rockets#grazhdan-rocket a:nth-child(4) img{
        width: 40px;
    margin-left: -20px;
}
.rockets#grazhdan-rocket a:nth-child(5) img{
        width: 50px;
    margin-left: -25px;
}
.rockets#grazhdan-rocket a:nth-child(6) img{
        width: 24px;
    margin-left: -13px;
}
.rockets#grazhdan-rocket a:nth-child(7) img{
    width: 70px;
    margin-left: -34px;
}

.rockets#all-rocket a:nth-child(3) img {
    width: 54px;
    margin-left: -27px;
}
.rockets#all-rocket a:nth-child(18) img{
    width: 63px;
    margin-left: -31px;
}
.rockets#all-rocket a:nth-child(13) img, 
.rockets#all-rocket a:nth-child(15) img, 
.rockets#all-rocket a:nth-child(19) img, 
.rockets#all-rocket a:nth-child(21) img, 
.rockets#all-rocket a:nth-child(22) img {
    width: 50px;
    margin-left: -25px;
}
.rockets#all-rocket a:nth-child(8) img, 
.rockets#all-rocket a:nth-child(10) img, 
.rockets#all-rocket a:nth-child(11) img, 
.rockets#all-rocket a:nth-child(14) img, 
.rockets#all-rocket a:nth-child(17) img, 
.rockets#all-rocket a:nth-child(20) img{
    width: 54px;
    margin-left: -27px;
}
.rockets#all-rocket a:nth-child(7) img,
.rockets#all-rocket a:nth-child(9) img {
    width: 56px;
    margin-left: -26px;
}

.rockets#first a:nth-child(4) img {
    width: 54px;
    margin-left: -27px;
}
.rockets#first img {
    bottom: 127px;
}
.rockets#first a {
    width: 155px;
    height: 460px;
    margin-right: 10px;
}
.rockets#first span {
    height: 127px;
}

.rockets#second img {
    bottom: 176px;
}
.rockets#second a {
    width: 127px;
    height: 500px;
    margin-right: 3px;
}
.rockets#second p {
    
}
.rockets#second span {
    height: 173px;
    padding-top: 5px;
}

.rockets#third a:nth-child(5) img, 
div.rockets#third a:nth-child(7) img {
    width: 50px;
    margin-left: -25px;
}
.rockets#third a:nth-child(1) img, 
.rockets#third a:nth-child(2) img, 
.rockets#third a:nth-child(3) img, 
.rockets#third a:nth-child(6) img, 
.rockets#third a:nth-child(9) img{
    width: 54px;
    margin-left: -27px;
}
.rockets#third a {
    width: 126px;
    margin-right: 5px;
    height: 500px;
}
.rockets#third img {
    bottom: 159px;
}
.rockets#third a {
    height: 600px;
}
.rockets#third a span {
    height: 200px;
}
.rockets#third a img {
    bottom: 200px;
}

.rockets#last img {
    bottom: 176px;
	width: 46px;
}
.rockets#last a {
    width: 162px;
    height: 575px;
    margin-right: 3px;
}
.rockets#last span {
    height: 173px;
    padding-top: 5px;
}
.rockets#last a:nth-child(2) img {
    width: 49px;
}

.innerpage .text .rockets-ingen p {
    font-size: 10pt !important;
    line-height: 15px !important;
    font-size: 9pt !important;
    margin: 0;
}


.ro {
    margin-right: 300px;
}
.ro .ro {
    margin-right: 0 !important;
}



.text .civil ul li {
    list-style-type: none;
    list-style-image: url(../pic/list.png);
    list-style-position: outside;
}
.text .civil li {
    margin: 0;
    letter-spacing: 1px;
    padding: 10px 0;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #FFFFFF;
    list-style: none;
}
.text .civil li span {
    font-size: 13pt !important;
}
.text .civil li a {
   text-decoration: none !important;
}
ul.civil {
    display: table;
}
.text .civil li a:hover {
    color: #000;
}


.homepage .nav-block-1 .media-nav li:nth-child(5) {
    display: none;
}
   