@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

object, embed {
    display: block;
    max-width: 100%;
}

.clearfix {
    clear: both;
}

.float-right {
    float: right;
}

body {
    width: 100%;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 100%;
    color: #1e1e1e;
    padding: 0;
    margin: 0;
}

a {
    font-family: 'PT Sans', Tahoma, sans-serif;
    color: #13419f;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 1024px;
    margin: 0 auto;
}

.header {
    display: block;
    width: 100%;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.head {
    display: block;
    position: relative;
    background-color: #13419f;
    padding: 21px 102px 16px 30px;
}

.head .logo {
    display: block;
    width: 147px;
    height: 123px;
    background: url('/img/logo.png') no-repeat;
}

.head h1, .head h2 {
    float: right;
    margin: 0;
    color: #ffffff;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-align: right;
}

.head h1 {
    float: right;
    margin: 0;
    color: #ffffff;
    font-size: 37px;
}

.head .social {
    display: block;
    width: 35px;
    height: 35px;
    background: url('/img/socials.png') no-repeat;
    position: absolute;
    right: 0;
    top: 41px;
}

.head .social.tw {
    background-position: -35px 0;
    top: 81px;
}

.slider {
    display: block;
    width: 100%;
    height: 350px;
}

#slider {
    position: relative;
    overflow: hidden;
    /*margin: 20px auto 0 auto;*/
    /*border-radius: 4px;*/
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 1024px;
    height: 350px;
    background: #ccc;
    text-align: center;
    line-height: 350px;
}

#slider ul li div {
    position: absolute;
    bottom: 0;
    line-height: 1;
    background: #000000;
    opacity: 0.7;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

#slider ul li div a {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    font-size: 18px;
}

#slider ul li div a:hover {
    text-decoration: underline;
}

.slider.inner {
    display: block;
    width: 100%;
    height: 2px;
    background: #316ce2;
}

.menu-container {
    width: 100%;
    display: table;
}

.main-menu {
    background-color: #13419f;
    display: table-cell;
    text-align: center;
}

.main-menu ul {
    display: inline-block;
    line-height: 1;
}

.main-menu ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 0;
    position: relative;
}

.main-menu ul li a:after {
    content: "|";
    color: #2055bf;
    margin-left: 15px;
}

.main-menu ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-menu ul li a:hover, .main-menu ul li a.current, .main-menu ul li a.active {
    font-weight: bold;
}

.main-menu ul li ul {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    text-align: left;
    margin-left: 0px;
    padding: 5px;
    visibility: hidden;
    z-index: 20;
    background: #2055bf;
}

.main-menu ul li ul li {
    float: none;
    padding: 5px;
}

.main-menu ul li ul li a {
    font-size: 16px;
    text-transform: capitalize;
}

.main-menu ul li ul li a:after {
    content: '';
    margin: 0;
}

.main-menu ul li ul li a:hover {
    text-decoration: underline;
    border: none;
    font-weight: normal;
}

.content {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.c-left, .c-center, .c-right {
    float: left;
}

.c-left {
    width: 200px;
}

.c-left img {
    max-width: 200px;
}

.c-right {
    width: 200px;
    margin-left: 17px;
}

.c-center {
    width: 589px;
    margin-left: 17px;
}

.members-news-releases {
    display: block;
    color: #ffffff;
    background: url('/img/members-news-icon.png') no-repeat #13419f;
    background-position: 16px 11px;
    padding: 11px 11px 8px 43px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.1;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-weight: bold;
}

.members-news-releases:hover, .members-sign-in:hover {
    text-decoration: underline;
}

.left-menu {
    display: block;
    background-color: #13419f;
    margin-top: 10px;
    padding-bottom: 10px;
}

.left-menu ul {
    display: inline-block;
    width: 100%;
    padding: 0 27px 0px 27px;
}

.left-menu ul li {
    list-style: none;
    border-bottom: 1px solid #2055bf;
    padding: 0 7px 9px 7px;
    text-align: left;
    margin-bottom: 9px;
    line-height: 1;
}

.left-menu ul li ul {
    padding: 0px 0 0 10px;
    position: absolute;
    z-index: 100;
    left: 100px;
    width: auto !important;
    margin-top: -13px;
    visibility: hidden;
}

.left-menu ul li ul li {
    list-style: none;
    /*float: left !important;*/
    background: #2055bf;
    margin: 0;
    padding: 5px;
}

.left-menu ul li ul li:hover {

}

.left-menu a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

.left-menu ul li ul li a {
    color: #ffffff;
}

.left-menu ul li ul li:hover a {
    text-decoration: underline;
}

.left-menu a:hover {
    text-decoration: underline;
}

.left-menu .search {
    display: block;
    margin: 0 auto;
    width: 160px;
    margin-top: -10px;
    position: relative;
}

.left-menu .search input[type=text] {
    width: 100%;
    padding: 7px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: none;
    background: #ffffff;
    font-size: 14px;
    font-style: italic;
    color: #13419f;
}

.left-menu .search input[type=submit] {
    display: block;
    width: 28px;
    height: 28px;
    background: url('/img/search.png') no-repeat;
    border: none;
    position: absolute;
    right: 0;
    top: 0px;
}

.c-left-header, .c-left-link {
    display: block;
    color: #13419f;
    font-weight: bold;
    text-decoration: none;
}

.c-left-header:hover, .c-left-link:hover {
    text-decoration: underline;
}

.c-left-header {
    font-size: 24px;
}

.c-left-link {
    font-size: 16px;
    line-height: 1;
}

.members-sign-in {
    display: block;
    color: #ffffff;
    background: url('/img/members-signin-icon.png') no-repeat #13419f;
    background-position: 26px 14px;
    padding: 16px 11px 18px 59px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.1;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-weight: bold;
}

.left-banners {
    display: block;
    margin-top: 15px;
}

.banners {
    display: block;
    background: #13419f;
    margin-top: 10px;
    text-align: center;
}

.banners.right-banners {
    background: none !important;
}

.banners img, .left-banners img {
    max-width: 200px;
}

.banners#events-slider {
    background-color: #ffffff;
    padding: 0;
}

.banners#events-slider img {
    max-width: 200px;
}

.banners a {
    margin-bottom: 5px;
}

.banners ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.banners ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    max-width: 160px;
    text-align: center;
}

.c-center h1, .list-header {
    display: block;
    font-size: 24px;
    color: #13419f;
    margin: 0;
    font-weight: bold;
}

.articles-list {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.articles-list li {
    display: block;
    list-style: none;
    padding: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.2;
    font-family: Verdana, Arial, sans-serif;
}

.articles-list a {
    display: inline;
    color: #13419f;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.1;
    text-transform: uppercase;
}

.articles-list a:hover {
    text-decoration: underline;
}

.articles-list p a {
    font-size: 13px;
}

.articles-list img {
    display: block;
    float: left;
    margin-right: 10px;
    /*max-width: 110px;*/
}

.partners {
    display: block;
    width: 100%;
    background: #13419f;
    padding: 10px 0px;
    position: relative;
}

.bx-wrapper { max-height: 100px !important;}
/*.partners .slide { max-height: 80px !important;}*/

.partners h1 {
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px 0 10px 19px;
}

.bx-prev, .bx-next {
    display: block;
    width: 30px;
    height: 30px;
    background: url('/img/slider-controls.png') no-repeat;
    position: absolute;
    bottom: 28px;
    cursor: pointer;
}

.bx-prev {
    left: 4px;
}

.bx-next {
    background-position: -30px 0px;
    right: 3px;
}

.bx-prev.disabled, .bx-next.disabled {
    display: none;
}

.more-news {
    display: inline-block;
    background: #13419f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 6px 2px 6px;
}

.more-news:hover {
    text-decoration: underline;
}

.footer {
    display: block;
    margin-top: 10px;
    width: 100%;
    background: #13419f;
    padding: 10px 0;
}

.footer span {
    display: block;
    margin: 0 auto;
    text-align: right;
    width: 1024px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
}

.article {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.article .h1, .article .h2 {
    display: block;
    width: 100%;
    line-height: 1;
}

.article .h1 {
    text-align: center;
}

.article.sign-in .more-news {
    float: right;
}

.article.sign-in .h2 {
    text-align: left;
}

.article .h1 {
    font-size: 24px;
    color: #13419f;
    font-weight: bold;
}

.article .h2 {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: normal;
    overflow: hidden;
}

.article .h2 img {
    margin-right: 10px;
}

.article span {
    /*display: block;*/
    font-size: 15px;
    color: #3c3c3c;
    text-align: left;
}

.article span.article-text {
    border-top: 1px solid #d2ddf1;
}

.article span.article-text img {
    margin-right: 10px;
}

.pager {
    display: block;
    text-align: left;
}

.pager ul {
    display: block;
    list-style: none;
}

.pager ul li {
    display: inline-block;
    float: left
}

.pager a {
    display: inline-block;
    font-size: 14px;
    color: #13419f;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
    padding: 0 5px 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pager a:hover, .pager ul li.current a {
    color: #ffffff;
    background: #13419f;
}

.gallery-item {
    display: block;
    float: left;
    width: 275px;
    margin-bottom: 10px;
    overflow: hidden
}

.gallery-item.r {
    margin-left: 38px;
}

.gallery-item a {
    display: block;
    font-size: 16px;
    color: #13419f;
    font-weight: bold;
    text-decoration: none;
}

.gallery-item .more-news {
    color: #ffffff;
    font-size: 14px;
    float: right
}

.gallery-item a:hover {
    text-decoration: underline;
}

.gallery-item a span {
    font-size: 11px;
    color: #b7bfd3;
    font-weight: normal;
}

.main-img {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.badge {
    display: inline-block;
    /*min-width: 10px;*/
    padding: 0px 3px;
    /*font-size: 14px;*/
    font-weight: bold;
    /*line-height: 1;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*white-space: nowrap;*/
    /*vertical-align: baseline;*/
    /*background-color: #999;*/
    border-radius: 10px;
}

.day {
    cursor: pointer;
}

.reg-form {
    display: block;
    width: 100%;
}

.form-field {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.form-field label {
    font-size: 16px;
    color: #3c3c3c;
    display: block;
}

.form-field label sup {
    color: #13419f;
    display: inline;
}

.form-field label span {
    font-size: 14px;
    color: #9e9e9e;
    display: inline;
}

.form-field input[type=text], .form-field input[type=password], .form-field textarea {
    display: block;
    border: 1px solid #cdcdcd;
    width: 100%;
}

.form-field textarea {
    height: 60px;
}

.form-field input[type=submit] {
    display: inline-block;
    float: right;
    border: none;
    background: #13419f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 6px 2px 6px;
}

.alert-danger {
    display: block;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}

.reg-form h3 {
    font-size: 16px;
    color: #13419f;
}

.forgot-pass {
    display: inline-block;
    font-size: 14px;
    color: #13419f;
    text-decoration: none;
}

.forgot-pass:hover {
    text-decoration: underline;
}

.exec-list {
    padding-bottom: 10px;
    width: 100%;
}

.exec-list p {
    margin: 0 !important;
}

.exec-list p img {
    margin-right: 10px;
}

.al-upd {

}

.al-upd li {
    border-bottom: 1px #004499 dotted;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.al-upd p {
    margin: 0 !important;
}

.member-list a { text-decoration: none !important; }
.member-list a:hover { text-decoration: underline !important; }
.dd-child { width: 200px;}