/**
 * Created with Visual Form Builder by 23rd and Walnut
 * www.visualformbuilder.com
 * www.23andwalnut.com
 */

/** Basic Styling **/


body.wrapped{
    background:transparent url(../images/bg.jpg) repeat 0 0 scroll;
}

.TTWForm{
 	width: 350px;
}

table.TTWForm {
    width: 100%;
    margin-bottom: 20px;
}

table.TTWForm td {
    padding-right: 20px;
}



.TTWForm-container {
    font-size: 12px;
    color: #798e94;
    background: transparent;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    width:412px;
    margin:60px auto; 
}

.TTWForm-wrapper{
    width: 350px;
    background:#fff;
}

.TTWForm-wrapper.wrapped{
    padding: 30px 30px 30px 30px;
    border: 1px solid #ced4d7;
    box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.TTWForm-container h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    color: #65777c;
    font-weight: normal;
}


/** Field Styles **/
.TTWForm .field, #form-title.field {
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    clear: both;
}

.TTWForm .field:first-child{
    padding-top:0;
}

.TTWForm .field:last-child{
    padding-bottom:0;}



/** Field Widths */
.f_25 {
    width: 21%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_50 {
    width: 46%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_75 {
    width: 71%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_100 {
    width: 96%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}


.TTWForm input, .TTWForm textarea, .TTWForm select, div.selector, div.uploader  {
    width:100%;
    font: 12px/14px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    padding: 6px 0;
    color: #798e94;
    border: 1px solid #cccccc;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    padding-left: 10px;
}

table.TTWForm input{
    width: auto;
}


.TTWForm input:focus, .TTWForm textarea:focus, .TTWForm select:focus {

    box-shadow: 0 0 0 3px #e3e9f1;
    -moz-box-shadow: 0 0 0 3px #e3e9f1;
    -webkit-box-shadow: 0 0 0 3px #e3e9f1;
}
.TTWForm input {
  min-height: 21px;
}


.TTWForm input, .TTWForm textarea {
    background: rgb(245, 245, 245); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 7%, rgba(252, 252, 252, 1) 19%, rgba(252, 252, 252, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(7%, rgba(250, 250, 250, 1)), color-stop(19%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(252, 252, 252, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 7%, rgba(252, 252, 252, 1) 19%, rgba(252, 252, 252, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 7%, rgba(252, 252, 252, 1) 19%, rgba(252, 252, 252, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 7%, rgba(252, 252, 252, 1) 19%, rgba(252, 252, 252, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#fcfcfc', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 7%, rgba(252, 252, 252, 1) 19%, rgba(252, 252, 252, 1) 100%); /* W3C */
}

.TTWForm input, .TTWForm .TTWForm select, div.selector, div.uploader  {
    height:16px;
}

.TTWForm input[type=radio], .TTWForm input[type=checkbox] {
    width: 12px;
    margin: 8px 12px;
    top: 3px;
    position: relative;
}

.TTWForm .option{
    margin:6px 0;
}

.TTWForm .option-title{
    position:relative;
    top:2px;
}


.TTWForm textarea {
    overflow: hidden;
}

.TTWForm label {
    color: #798e94;
    text-align: left;
    font: 14px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    margin-bottom:5px;
    display:inline-block;
}

.TTWForm .submit input {

    color: #4f5ba4;
    height: 30px;
    border: 1px solid #4f5ba4;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    font-size: 16px;
    cursor: pointer;
}

.row a {
    color: #333333;
}


#form-title {
    padding: 12px 0;
}

#form-title h2{
    margin-bottom:0;
}

.TTWForm .checkbox-group label, .TTWForm .radio-group label{
    margin-bottom:0;
}

/** Date Input **/

#calroot {
    z-index: 10000;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat center center scroll;
}

#calnext {
    float: right;
    background: transparent url(../images/next.png) no-repeat center center scroll;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}

#caltitle select {
    font-size: 10px;
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}

#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.calweek a:hover, .calfocus {
    background-color: #ddd;
}

a.calsun {
    color: red;
}

a.caloff {
    color: #ccc;
}

a.caloff:hover {
    background-color: rgb(245, 245, 250);
}

a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

#calcurrent {
    background-color: #498CE2;
    color: #fff;
}

#caltoday {
    background-color: #333;
    color: #fff;
}


/** Range Input **/

.progress {
    height: 9px;
    background-color: #C5FF00;
    display: none;
    opacity: 0.6;
}

.handle {
    background: #fff url(../images/range_gradient.png) repeat-x 0 0;
    height: 28px;
    width: 28px;
    top: -12px;
    position: absolute;
    display: block;
    margin-top: 1px;
    border: 1px solid #000;
    cursor: move;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;

}

.range {
    border: 1px solid #ddd;
    float: left;
    font-size: 20px;
    margin: 0 0 0 15px;
    padding: 3px 0;
    text-align: center;
    width: 50px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/**Error Messages **/

.TTWForm .error {


    color: #ff0033;

    z-index: 999;
    position:relative;
    top:-1px;
}


/** Loading Indicator **/
.loading-text{
    position:relative;
    top:-3px;
}


/** IE Hacks **/
.TTWForm input{
    *height: 28px;
}


/** Clearfix */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

table.TTWForm .submit a {
  display:block; 
  font-size: 12px;
  text-decoration: none;
  height: 30px;
  background-repeat: repeat-x;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  padding-top: 6px;
 border-radius: 3px;
  border: 1px solid #4f5ba4;
  cursor: pointer; 
  background-color: #4f5ba4;
  text-align:center;
  width: 90%;
}

table.TTWForm input {
    height: 30px;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    width: 70px;
    border-color: #cccccc;
    outline: none;
}

table.TTWForm td {
    color: #3e3e3e;
    font-size: 12px;
}

table.TTWForm td label {
  color: #3e3e3e;  
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;   
}

a.opf {
    display:none;
    margin-bottom: 20px !important;
}

 a.opf,  a.clf {
     display:none;
    color: #666666;
    font-size: 12px;
    cursor:pointer;
       border-bottom: 1px dashed #666666;
}

a.opf:hover,  a.clf:hover {
    border-bottom: none;
}



.main {
    background-color: #ffffff;
    width: 95%;
    min-width: 1000px;
    margin: 0px auto;
}

.in {
    padding: 20px;
}

.in table {
    width: 100%;
}

header {
    box-shadow: 0px 0px 25px #dddddd;
}

header .cl {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}


header .lg {
    margin-left: 30px;
}

header nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none;
}

header nav ul li {
    list-style: none;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

header nav ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #a6a6a6;
    text-transform: uppercase;
}

header nav ul li a:hover {
    color: #52595d;
}

header .auth {
    text-align: right;
    width: 35%;
}

header .auth ul {
    margin: 0;
    padding: 0;
}

header .auth li {
    list-style: none;
    display: inline-block;
}

header .auth li a {
    color: #4f5ba4;
    
}


header .auth .btn a{
    display: inline-block;

    color:  #4f5ba4;
    height: 38px;
    border: 1px solid #4f5ba4;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    font-size: 16px;
}

header .auth .fill a{
    background-color: #4f5ba4;
    color: #ffffff;
}

header .auth .btn:hover {
    opacity: 0.8;
}

.cb {
    background-color: #ffffff;
}

.cb  .blk {
    margin-bottom: 20px;
}

.cb .blk .cl1 {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
}

.cb .blk .cl2 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.cb .blk .cl3 {
    display: inline-block;
    vertical-align: top;
    width: 73%;
}

.cb h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.cb .cot {

    width: 100%;
    height: 400px;
    display: block;
    background-repeat: no-repeat;;
    background-size: cover; 
    box-shadow: 0px 0px 35px #dddddd;
}

.cb .blk .inb {
    padding-left: 20px;
    padding-right: 20px;
}

.cb .blk  .hdcot {
    margin-bottom: 10px;
}

.cb .blk  .hdcot a {
    color: #666666;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #999999;
    margin-right: 20px;
    font-size: 14px;
}

.cb .blk .hdcot a.active {
    color: #4f5ba4;
    border-color: #4f5ba4;
        
}

.cb .blk .list_cot a {
    display: block;
    height: 35px;
    border: 1px solid #c6c6c6;
    color: #999696;
    font-size: 16px;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 15px;
    background-image: url(../images/arrow_down_big.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.cb .blk .txt {
    font-size: 16px;
    color: #666666;
    line-height: 130%;
}

.cb .exchange {

}

.cb .exchange   table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0px 0px 35px #dddddd;
}

.cb .exchange th {
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    padding-left: 20px;
    text-align: left;
    width: 33%;
    color: #333333;
    font-weight: normal;
}

.cb  .exchange td {
   width: 33%;
   padding: 5px;
   font-size: 16px;
   color: #666666;
}

.cb  .exchange table tr:nth-child(even) {
background: #e9f7fa;
}

.shadow {
    box-shadow: 0px 0px 35px #dddddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.cb  .blk .partners .elm{
   display: inline-block !important;
   width: 22%;
   height: 115px;
   box-shadow: 0px 0px 35px #dddddd;
   vertical-align: top;
   margin-left: 1%;
   margin-right: 1%;
   text-align: center;
   padding: 5px;
}

.cb  .blk .partners .lnk {
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
}

.cb  .blk .partners .lnk a {
    color: #666666;
    font-size: 16px;
}

.cb  .news .cl3 {
   display: inline-block;
   width: 71%;
}

.cb  .news .cl3 .elm {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.cb  .news  {
    padding-left: 20px;
}

.cb  .news .cl1 {
    width: 25%;
    margin-left: 2%;
}

.cb  .news .mn {
        border-bottom: 1px solid #e6e6e6;
}

.cb  .news .wr {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.cb  .news .mn,
.cb  .news .elm
 {

    padding-bottom: 20px;
    padding-top: 20px;
}

.cb  .news .mn .img {
    display: inline-block;

    width: 18%;
    height: 140px;
    background-position: 50% 50%;
    background-size: cover;
    vertical-align: top;
    margin-right: 1%;
}

.cb  .news .mn .desc {
     display: inline-block;
     vertical-align: top;
     width: 80%;
}


.cb  .news .mn a,
.cb  .news .elm a
 {
   color: #666666;
   text-decoration: none;
   font-size: 16px;
}

.cb  .news .mn a:hover,
.cb  .news .elm a:hover
 {
  color: #333333;
}

.cb  .news .mn .txt {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    line-height: 150%;
}

.cb  .news .pn {
    margin-top: 10px;
}

.cb  .news  .pn .dt {
    color: #cccccc;
    font-size: 16px;
}

.cb  .news  .pn a {
    color: #4f5ba4;
    text-decoration: underline;
    font-size: 16px;
    margin-left: 20px;
}

.cb  .news .pn a:hover {
    text-decoration: none;
    color: #4f5ba4;
}

/*.cb  .news .elm  {
    margin-bottom: 20px;
}*/

.cb  .news .category {
    margin-top: 5px;
}

.cb  .news  .category a {
    font-size: 14px;
    color: #999999;
  
}

.cb  .news .elm .img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0px 0px 15px #dddddd;
    margin-right: 10px;
}



.cb  .news .elm .desc {
    padding-right: 20px;
}

.cb  .news .lnk {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}

.cb  .news .lnk a {
    color:  #4f5ba4;
}

.cb  .news .lnk a:hover {
    text-decoration: none;
}

.news_categories .elm {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-top: 20px;
}

.news_categories .elm .txt {
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news_categories .elm .more a {
    color: #4f5ba4;
    text-decoration: underline;
}

.news_categories .elm .more a:hover {
   color: #4f5ba4;
   text-decoration: none;
}

.cb .col1 {
    float: none;
}

footer {
    border-top: 2px solid #4f5ba4;
}

footer .cl {
    display: inline-block;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
    padding-top: 20px;
}

.cb .elmb {
    margin-bottom: 20px;
    color: #666666;
}

.cb .elmb a {
    color:#4f5ba4; 
}

.cb .elmb b {
    font-weight: normal;
}


footer .cl h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
}

footer .cl ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

footer .cl ul a {
    color: #999999;
    font-size: 16px;
    text-decoration: none;
    line-height: 150%;
}

footer .cl ul a:hover {
    color: #333333;
}

footer .cl .phone {
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px;
}

footer .cl .conts {
    font-size: 16px;
    color: #666666;
}

footer .cl .conts a {
    color: #4f5ba4;

}

footer .copy {
    padding-left: 20px;
    font-size: 16px;
    margin-top: 20px;
    color: #999999;
}

footer .copy a {
   color: #4f5ba4;
   margin-left: 40px;
}

footer .copy a:hover,
footer .conts a:hover {
    text-decoration: none;
}

.breadcrumbs {
     margin-top: 10px;
     color: #999999;
}

.breadcrumbs a {
    color: #666666;
}

.cb .col1 {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

.cb .col2 {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.fast_view {
    display: none;
    width: 960px;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    top: 10%;
    background-color: #ffffff;
}

.overlay {
    display: none;
    position: fixed;
    background-color: rgba(51,51,51,0.24);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fast_view .company {
    padding: 20px;
}

.fast_view .company .hd {
    text-align: left;
    padding-left: 10px;
    background-color: #4f5ba4;
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    height: 41px;
    padding-top: 10px;
}

.fast_view .company table {
    width: 100%;
}

.fast_view .company tr.f th,
.fast_view .company tr.f td
{
    background-color: #eeeff4;
}

 .fast_view .company table th {
    color: #333333;
    font-size: 16px;
    width: 45%;
    text-align: left;
    padding: 10px;
    padding-left: 10px;
    font-weight: normal;
    border-right: 1px solid #e3e3e3;
}

 .fast_view .company table td {
    color: #666666;
    font-size: 16px;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
}

.fast_view .protocol_btn {
  display:inline-block; 
  font-size: 16px;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  height: 41px;
  padding-left: 20px;
  padding-right: 20px;
  color: #4f5ba4;
  padding-top: 9px; 
  border: 1px solid #4f5ba4;
  cursor: pointer;
  margin: 20px 10px 20px 10px;
  text-align: center;
  
} 

.fast_view .btns {
   text-align: center;
   display: block;
}

.fast_view .bidder td {
    vertical-align: top;
}

.cabinet .success {
    width: 70%;
    font-size: 16px;
    color: #999999;
    border: 1px solid #4f5ba4;
    border-radius: 3px;
    padding: 10px;
    background-color: #e5f4fa;
}

.cabinet .fast_link {
    cursor: pointer;
    border-bottom: 1px dashed #4f5ba4;
    color: #4f5ba4;
    text-decoration: none;
}


.fast_view .bid_form input[type=text]{
    border:  1px solid #4f5ba4; 
    background-color: #e5f4fa;
    height: 41px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
    padding-left: 5px;
    display: inline-block;
    outline: none;
    float: left;
    border-radius: 3px;
}

.fast_view .bid_form .btns {
  display:inline-block; 
  font-size: 16px;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  height: 41px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  color: #4f5ba4;
  border: 1px solid #4f5ba4;
  cursor: pointer;
  text-align: center;  
  outline: none;
} 

.fast_view .last_bid {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
} 

.fast_view .last_bid .btns {
  display:block; 
  font-size: 16px;
  text-decoration: none;
  background-color: #4f5ba4;
  border-radius: 3px;
  height: 41px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  color: #ffffff;
  border: 1px solid #4f5ba4;
  cursor: pointer;
  text-align: center;  
  outline: none;   
  width: 200px;
  margin: 10px auto;
}

.balance_form {
    padding: 10px;
    background-color: #f2f2f2;
}

.balance_form .row input {

    font: 12px/14px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    padding: 6px 0;
    color: #798e94;
    border: 1px solid #cccccc;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    padding-left: 10px; 
}

.balance_form .btns input{
    color: #4f5ba4;
    height: 30px;
    border: 1px solid #4f5ba4;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;

    font-size: 14px;
    cursor: pointer;
    background-color: #ffffff;
}

.page_list .elm {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 20px;
}

.page_list .l {
    border-bottom: none;
}

.page_list .vestnik {
    padding-bottom: 25px !important;
}

.page_list .vestnik .img{
    background-size: contain !important;
    background-position: 50% 50% !important;
    width: 50px !important;
    height: 50px !important;
     
}


.page_list .elm a {
    color: #666666;
    text-decoration: none;
    font-size: 16px;
}

.page_list .elm .dt {

    color: #cccccc;
    font-size: 16px;
}

.page_list .elm .img {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0px 0px 35px #dddddd;
}

.page_list .elm .desc {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.cb  .blk .partners .elm{
   display: inline-block !important;
   width: 22% !important;
}

.cb  .blk .partners {
    margin-top: 40px;
}

.cb  .blk .about {
    padding: 20px;
    box-shadow: 0px 0px 35px #dddddd;
    line-height: 24px;
    margin-bottom: 30px;
}

.cb .blk .inbb {
    padding-right: 30px;
}

.fil {
    display: table;
    width: 100%;
    margin-top: 40px;
}


.fil .r {
    display: table-row;
}

.fil .c {
    display: table-cell;
    width: 50%;
    padding-bottom: 20px;
}
.fil .c:first-child {
    padding-right: 10px;
}

.fil .c:last-child {
    padding-left: 10px;
}

.fil .c a {
    padding: 20px;
    box-shadow: 0px 0px 35px #dddddd;
    color: #666666;
    text-decoration: none;    
    display: block;
}

.catalog_tbld {
    display: table;
    width: 100%;
}

.catalog_tbld .elm {
    display: table-row;
}

.catalog_tbld .elm .cl {
    display: table-cell;
    padding: 10px 5px 10px 5px;
    font-size: 14px;
}

.catalog_tbld .elm:nth-child(even) .cl{
    background-color: #e9f7fa;
}
.catalog_tbld .hdt .cl {
   background-color: #4f5ba4;
   color: #ffffff;
}

.catalog_good .linker {
    display: block;
    margin-bottom: 20px;
}

.catalog_good .linker a{
   display: inline-block; 
    font-size: 15px;
    color: #3a3a3a;
    height: 40px;
    text-align: center;
    text-decoration: none;
    padding-top: 7px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ffffff;
    padding-left: 40px;
    padding-right: 40px;
}

.catalog_good .linker a.active {
    border-color: #4f5ba4;
    color: #4f5ba4;
}

.catalog_good .linker a:hover {
     border-color: #4f5ba4;
    color: #ffffff;  
    background-color: #4f5ba4;
}

.present .img {
    display: inline-block  !important;
    vertical-align: top;
    width: 50px !important;
    height: 50px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0px 0px 35px #dddddd; 
}

.present  .elm .desc {
    padding-right: 0px !important;
}

.tbld {
    display: table;
}

.tbld .cl {
    display: table-cell;
}

.tbld .w-50 {
    width: 50%;
}

.special {
        box-shadow: 0px 0px 35px #dddddd;
        padding: 0px 20px 15px 20px;
        margin-bottom: 30px;
}

.special .elm {
    line-height: 24px;
    margin-bottom: 30px; 
    width: 100% !important;
    background-color: #ffffff !important;
    margin-bottom: 10px;
}

.special .elm .num {
    font-size: 12px;
    color: #999999;
}

.special .elm .date {
    color: #999999;
}

.special .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #ebebeb;
    width: 20px;
}

.special .bx-wrapper .bx-pager.bx-default-pager a:hover,.special .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #4f5ba4;
}

.special .bx-wrapper .bx-pager {
    text-align: center;
    width: 100%;
}

 .lga {
    background-image: url(/images/lg.gif);
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    width: auto;
    display: inline-block;
    padding-left: 66px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
    padding-top: 8px;
}
            
.lga:hover {
    text-decoration: none;
    color: #333333;
}