article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden],
template {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
 padding: 0;
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}
mark {
 background: #ff0;
 color: #000;
}
code,
kbd,
pre,
samp {
 font-size: 1em;
 font-family: monospace, serif;
}
pre {
 white-space: pre-wrap;
}
q {
 quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
 font-size: 80%;
}
sub,
sup {
 position: relative;
 vertical-align: baseline;
 font-size: 75%;
 line-height: 0;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
 max-width: 100%;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #c0c0c0;
}
legend {
 padding: 0;
 border: 0; 
}
button,
input,
select,
textarea {
 margin: 0;
 font-size: 100%;
 font-family: inherit;
}

button,
input {
 line-height: normal;
}
button,
select {
 text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
input[type="search"] {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}
blockquote {
 margin-top: 20px;
 margin-bottom: 20px;
 margin-left: 30px;
 padding-left: 15px;
 border-left: 2px solid #ccc;
} 
/*------ General style ------*/
html,
button,
input,
select,
textarea {
 color: #6c6c6c;
}

body {
 font-family: 'Exo 2';
 color:#333;
 background-color: #fdfdfd;
 font-size:1.000em;
}

::-moz-selection {
 background: #ccc;
 text-shadow: none;
}

::selection {
 background: #ccc;
 text-shadow: none;
}

hr {
 display: block;
 height: 0;
 border: 0;
 border-top: 1px solid #ededed;
 margin: .4em 0;
 padding: 0;
}

img {
 vertical-align: middle;
}

fieldset {
 border: 0;
 margin: 0;
 padding: 0;
}

textarea {
 resize: vertical;
}

a {
 text-decoration: underline;
 color: #000;
}

a:hover {
 text-decoration: none;
 cursor: pointer;
}

.cuzadpn a {
 font-family: inherit;
}

.clr:after {
 display: table;
 clear: both;
 content: '';
}

.opened {
 color: #000 !important;
}

.middle {
 margin: 0 auto;
 width: 1140px;
 padding: 45px 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 white-space: nowrap;
}

.middle > section,
.middle > aside,
.middle > div {
 white-space: normal;
}

.content {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: inline-block;
 width: 100%;
 vertical-align: top;
 padding-right: 300px; 
}

.sidebar {
 width: 260px;
 vertical-align: top;
 margin-left: -265px;
 position: relative;
 display: inline-block;
}

#cntContaineroEditmessage {
 margin-top: 10px !important;
}

#map_canvas { 
 height: 460px;
 scroll-wheel: false;
}

.entry-img {
 position: relative;
 width: 100%;
 height: 350px;
 overflow: hidden;
}

.img {
 position: absolute;
 width: calc(100% + 2px);
 height: 100%;
 left: -1px;
 top: 0px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
/*------ General style ------*/

/*------ Heading style ------*/
h1,h2, h3, h4, h5, h6 {font-weight:normal;margin:10px 0;padding:0;color:#BE003C;}
h1 {font-size:30px;}
h2 {font-size:25px;}
h3 {font-size:23px;}
h4 {font-size:21px;}
h5 {font-size:17px;}
h6 {font-size:15px;}
/*------ Heading style ------*/

/*------ Icon style ------*/
.icon {
 padding:10px;
}

.soc-list-iteam { 
 float:left;
 font-size:16px;
 display:block;
 width:45px;
 text-align:center;
}

.soc-list-iteam a {
 color:#999;
 text-decoration:none;
}
.soc-list-iteam a:hover {
 color:#666;
 text-decoration:none;
}
/*------ Icon style ------*/

/*------ Button style ------*/
input[type="submit"],
input[type="reset"],
input[type="button"],
select {
 padding: 14px;
 border: none;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 background-color: #BE003C;
 color: #fff;
 margin:4px 0;
 cursor: pointer;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 box-shadow: inset 0 -2px rgba(0,0,0,.2); 
 -webkit-transition: background-color .15s ease;
 -moz-transition: background-color .15s ease;
 -ms-transition: background-color .15s ease;
 -o-transition: background-color .15s ease;
 transition: background-color .15s ease;
}

select {
 padding: 10px;
 outline:none;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 cursor:pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
select:hover {
 background-color: #BE003C;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
 background-color: #BE003C;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

.manTdText input[type="button"],
.manTd2 input[type="button"],
.commTd2 input[type="button"],
.manTdBrief input[type="button"],
select.codeButtons,
input[type="button"].codeButtons,
#iplus input[type="button"] {
 padding: 3px 5px;
 font-size: 9px;
}

input[type="button"]#bid-8-basket {
 padding: 4px 7px;
 margin-left: 3px;
}

.manTd2 input[type="text"] {
 padding: 2px 5px !important;
}

input[type="text"],
input[type="password"],
textarea {
 padding: 10px;
 margin:4px 0;
 border: 1px solid #ccc;
 background: #fff;
 font-size: 13px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.3);
 -moz-box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.3);
 box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.3)
}
}

textarea {
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

input[type="button"]#newPhtBt {
 width: auto !important;
}

button {
 font-size: 14px;
 line-height: 24px;
 font-weight: 400;
 color:#fff;
 background:#be003c;
 text-transform: uppercase;
 border:none;
 padding: 10px 36px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-transition-duration: 0.5s; 
 -o-transition-duration: 0.5s; 
 -moz-transition-duration: 0.5s; 
 transition-duration: 0.5s;
 cursor: pointer;
}

button:hover {
 background: #990033;
}

button.s-page {
 font-size: 18px;
 line-height: 40px;
}

button.info-b {
 color:#000;
 background:#e3c3c8;
 border-bottom: 1px solid #853440;
 text-shadow:0px 1px 0px #fff;
}

button.info-b:hover {
 background:#f5ebed;
}
/*------ Button style ------*/

/*------ Header style ------*/
.header {
 width: 100%;
 position: relative;
}

.h-binfo-back {
 display:block;
 width:100%;
 min-height:40px;
 background:#f5f5f5;
 line-height: 40px;
 position: relative;
}

.h-binfo {
 width:1100px;
 padding:0 20px;
 margin:0 auto;
 font-size:14px;
 color:#999;
}

.h-contact {
 float: left;
 margin: 0px;
 padding: 0px;
 border: 0px none;
 outline: 0px none;
 vertical-align: baseline;
 background: none repeat scroll 0% 0% transparent;
 font-weight:bold;
 color:#555;
}

.soc-list {
 float:right;
 margin: 0px;
 padding: 0px;
 border: 0px none;
 outline: 0px none;
 vertical-align: baseline;
 background: none repeat scroll 0% 0% transparent;
}

.h-ico {
 float: right;
 line-height: inherit;
 margin: 0px 0px 0px 10px;
 display: block;
 font-size: 18px;
 text-align: center;
 padding:0 5px;
}

.h-ico a {
 text-decoration:none;
}

.h-ico a:hover {
 color:#BE003C;
 cursor:pointer;
}

.moble-menu-ico {
 display:none;
 opacity:0;
}

.h-nav { 
 width:1100px;
 padding:0 20px;
 margin:0 auto;
 line-height: 120px;
}

.h-binfo:after, .h-nav:after {
 clear: both;
}

.h-nav:before, .h-nav:after, .h-binfo:before, .h-binfo:after {
 content: " ";
 display: table;
}

.logo {
 float:left;
}

.nav {
 float:right;
 margin-right:10px;
}

.nav:after {
 content: "";
 display: block;
 clear: both;
 height: 0px;
 overflow: hidden;
 visibility: hidden;
}
/*------ Header style ------*/

/*------ Menu style ------*/
.nav .uMenuRoot {
 margin:0;
 padding:0;
 font-size:18px;
}

.nav .uMenuRoot li {
 float:left;
 list-style:none;
 margin-left:30px;
 position:relative;
 display:block;
 cursor:pointer;
}

.nav .uMenuRoot li a {
 text-decoration:none;
}

.nav .uMenuRoot li a:hover, .uMenuItemA {
 color:#BE003C;
}

.nav .uMenuRoot li ul {
 opacity: 0;
 visibility: hidden;
 line-height: 50px;
 padding: 0;
 background-color: #fdfdfd;
 text-align: left;
 position: absolute;
 top: 120px;
 left: 0;
 margin-left: -20px;
 width: 200px;
 -webkit-transition: all .3s .1s;
 -moz-transition: all .3s .1s;
 -o-transition: all .3s .1s;
 transition: all .3s .1s;
 -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,.2);
 -moz-box-shadow: 0px 10px 10px rgba(0,0,0,.2);
 box-shadow: 0px 10px 10px rgba(0,0,0,.2);
 z-index:9999;
 
}

.nav .uMenuRoot li:hover ul {
 opacity: 1;
 visibility: visible;
}

.nav .uMenuRoot ul li { 
 position: relative;
 display:block;
 width:160px;
 margin:0;
 padding:0 20px;
}

.nav .uMenuRoot ul a {
 color: #333;
 font-size: 13px;
 display: block;
 -webkit-transition: background-color .1s;
 -moz-transition: background-color .1s;
 -o-transition: background-color .1s;
 transition: background-color .1s;
}

.nav .uMenuRoot ul a:hover {
 color:#fff;
}

.nav .uMenuRoot .uWithSubmenu ul ul {
 visibility: hidden;
 opacity: 0;
 position: absolute;
 top: 0px;
 left: 220px;
 background-color: rgb(250,250,250);
 text-align: left;
 width: 200px;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,.2);
 -moz-box-shadow: 0px 10px 10px rgba(0,0,0,.2);
 box-shadow: 0px 10px 10px rgba(0,0,0,.2);
}

.nav .uMenuRoot ul li:hover ul { 
 opacity: 1; 
 visibility: visible;
}

.nav .uMenuRoot ul li:hover{
 background-color: #BE003C;
 color: #fff;
}
/*------ Menu style ------*/

/*------ Side blcok menu style ------*/
.s-menu {
 margin-bottom:40px;
}

.s-menu ul {
 margin:0;
 padding:0;
}

.s-menu li {
 list-style:none;
 padding:0;
 background:#f6f6f6;
 margin:2px 0;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.s-menu li:hover {
 background:#b4233f;
}

.s-menu li:hover a {
 color:#fff;
}

.s-menu li a {
 text-decoration:none;
 color:#000;
 padding:10px;
 display:block;
}

.s-menu li a:hover {
 text-decoration:none;
 color:#fff;
}
/*------ Side blcok menu style ------*/

/*------ Page name and navigation ------*/
.page-nav-back {
 width:100%;
 background:#b4233f;
 padding:20px 0;
}

.page-nav {
 width:1100px;
 padding:0 20px;
 margin:0 auto;
}


.page-nav h1 {
 margin:0 0 5px 0;
 color:#fff;
}

.page-nav span {
 margin:10px 0;
 color:#e6b8c1;
 font-size:14px;
}

.page-nav span a {
 color:#f0dce0;
 text-decoration:none;
}

.page-nav span a:hover {
 color:#f6edef;
}
/*------ Page name and navigation ------*/

/*------ Footer menu style ------*/
.f-bcopy ul {
 margin:0;
 padding:0;
}

.f-bcopy ul li {
 list-style:none;
 float:left;
 margin-left:20px;
 text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
 color:#999;
}

.f-bcopy ul ul {
 display:none;
}
/*------ Footer menu style ------*/

/*------ Block style -------*/
.mainb { 
 margin-bottom:40px;
}

.mainb div { 
 float: left;
 width: 22%;
 margin-right:4%;
}

.mainb:after {
 clear: both;
}

.mainb:before, .mainb:after {
 display: table;
 line-height: 0;
 content: "";
}

.mainb .block { 
 text-align: center;
 font-size: 12px;
 color:#999;
}

.mainb .block span {
 color:#BE003C;
 border:2px solid;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 display:block;
 margin:20px auto;
 width:120px;
 line-height:120px;
 text-align:center;
 font-size:40pt;
}

.mainb .block:hover span {
 background:#BE003C;
 border:2px solid #BE003C;
 color:#fff;
}

.mainb .block h4 {
 margin: 0 0 2px 0;
 color:#333;
 font-size:14pt;
 margin-bottom:20px;
}
/*------ Block style -------*/

/*----- Publ info style -----*/
.fw-pic {
 margin-bottom:20px;
 position:relative;
}

.fw-pic img {
 width: 100%;
}

.fw-pic .icon {
 position:absolute;
 top:50%;
 left:50%;
 width:40px;
 margin: -20px 0 0 -20px;
 line-height:40px;
 border:2px solid #BE003C;
 text-align:center;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 font-size:24px;
 color:#BE003C;
 opacity:0;
 z-index: 999;
 transition:All 0.3619s ease;
 -webkit-transition:All 0.3619s ease;
 -moz-transition:All 0.3619s ease;
 -o-transition:All 0.3619s ease;
}

.fw-pic:hover .icon {
 opacity:1;
}

.fw-pic .img {
 opacity:1;
 transition:All 0.3619s ease;
 -webkit-transition:All 0.3619s ease;
 -moz-transition:All 0.3619s ease;
 -o-transition:All 0.3619s ease;
}

.fw-pic:hover .img {
 opacity:0.1;
}
/*----- Publ info style -----*/

/*------ Paginator style ------*/
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA,
.swchItem,
.swchItem1 {
 padding: 5px 9px;
 color: #6c6c6c;
 text-decoration:none;
 font-size:12pt;
}

.swchItem:hover,
.switchDigit:hover,
.switchBack:hover,
.switchNext:hover {
 text-decoration: none;
 color: #BE003C;
}

.switchActive,
.swchItemA,
.swchItemA1 {
 border: none;
 background:#f6f6f6;
 color: #BE003C;
}
.swchItemA1{
 padding:10px;
}
.catPages1 {
 padding-bottom: 10px;
}
/*------ Paginator style ------*/


/*------ Content style ------*/
.eBlock,
.gTable {
 position: relative;
 border-top: 1px solid #ededed;
 padding: 25px 0 35px;
}

.eBlock:before,
.gTable:before {
 content: '';
 display: block;
 position: absolute;
 top: -1px;
 left: 0;
 width: 100px;
 height: 0;
 padding: 0;
 margin: 0;
 border-top: 1px solid #ccc;
}

.eTitle,
.gTableTop {
 font-size:20pt;
 color: #BE003C;
 line-height: 1.2;
 padding-bottom:10px;
}

.eTitle a,
.catLink {
 color: #BE003C;
 text-decoration:none;
}

.eTitle a:hover,
.catLink:hover {
 color: #903;
 text-decoration: none;
}
.eTitle div[style^="float:right"] a {font-size: inherit;}

.eMessage,
.cMessage {
 color: #6c6c6c;
 line-height: 1.2;
 text-align: justify;
}

.eMessage img,
.cMessage img {
 max-width: 100%;
 height: auto;
 width: auto;
}

.eMessage img {
 margin:5px !important;
}

.entryReadAll {
 display: block;
 margin-top: 10px;
 font-style: italic;
}

.eDetails {
 font-size: 11pt;
 font-style: italic;
 color: #6c6c6c;
 margin: 10px 0;
}

.eDetails a {
 text-decoration:none;
}

.ed-sep {
 display: inline-block;
 padding: 0 .5em 0 .6em;
}

.content .sidebox.srch {
 display: none;
}

.fastLink a {
 text-decoration:none;
}

.sidebar .catsTable {
 margin-bottom:40px; 
}

.sidebar .catsTd {
 list-style: none outside none;
 padding: 0px;
 background: none repeat scroll 0% 0% #F6F6F6;
 margin: 2px 0px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.sidebar .catsTd:hover {
 background: none repeat scroll 0% 0% #B4233F;
}

.sidebar .catsTd a {
 text-decoration: none;
 color: #000;
 padding: 10px;
 display:block;
}

.sidebar .catsTd a:hover {
 color: #fff;
}

.sidebar .catsTd:hover a {
 color: #fff;
}

.sidebar .catNumData {
 display:none;
}
/*------ Content style ------*/

/*------ Post style ------*/
.dateBar + hr {
 border: none;
 margin: 0;
}
/*------ Post style ------*/

/*----- Comments style -----*/

.cTop {
 font-style: italic;
}

.cTop span {
 font-size: 1em !important;
}

.pagesBlock1 {
 display: block;
 padding-bottom: 10px;
}

.cMessage {
 border-bottom: 1px solid #ededed;
}

.content .cMessage {
 padding: 15px 0 30px !important;
 margin-bottom: 10px;
}

.cMessage .user_avatar {
 display: block;
 float: left;
 margin-right: 2.7%; 
 margin-top: 5px;
}

.cMessage .user_avatar img {
 width: 42px;
 height: 42px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}
/*----- Comments style -----*/

/*----- Sidebar style -----*/
.sidebox {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-top: 1px solid #BE003C;
 border-bottom: 1px solid #ededed;
 background-color: #fafafa;
 margin-bottom: 30px;
 padding: 30px 20px 30px;
 font-size:11pt;
}

.sidebox-ttl {
 color: #151515;
 font-size: 14pt;
 padding-bottom: 30px;
}

.sidebox-bd li {
 list-style-position: inside;
}

.ulogin-btn {
 float: left;
}

.ulb-mid {
 color: #8bbce1;
}

.calTable {
 font-family: Arial, sans-serif;
}

.calWday {
 color: #131313;
}

.calWdaySe,
.calWdaySu {
 color: #8bbce1;
}

.calMdayIsA,
.calMdayA {
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 background-color: #8bbce1;
 color: #fff;
 font: normal 13px Arial, sans-serif;
 cursor: pointer;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 box-shadow: inset 0 -2px rgba(0,0,0,.2); 
 -webkit-transition: background-color .15s ease;
 -moz-transition: background-color .15s ease;
 -ms-transition: background-color .15s ease;
 -o-transition: background-color .15s ease;
 transition: background-color .15s ease;
}

.calMdayIsA:hover {
 background-color: #a6cbe8;
}

.calMdayIsA:active {
 background-color: #6daad9;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

.calMdayLink {
 font-weight: bold;
}

.calMdayIsA .calMdayLink {
 color: #fff;
 font-style: normal;
}

.calMdayIsA .calMdayLink:hover {
 text-decoration: none;
}

.archUl {
 padding: 0;
 margin: 0;
 list-style: none;
}

#mchatBtn {
 padding: 3px 5px;
 font-size: 9px;
}

#mchatNmF {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.pollBlock {
 font-family: Arial, sans-serif !important;
}

.pollQue {
 font-size: 1.2308em !important;
 color: #151515;
 padding-bottom: 18px;
 
}

.pollQue b {
 font-weight: normal;
}

.answer {
 font-size: 13px;
}

.pollButton {
 padding: 27px 0;
 float: left;
}

.pollLnk a {
 font-size: 1em !important;
 font-style: italic;
 white-space: nowrap;
}
.pollLnk {
 text-align: left !important;
 clear: both
}

.pollTot {
 text-align: left !important;
 font-size: 1em !important;
 font-style: italic;
}

.pollTot b {
 font-weight: normal;
 color: #8bbce1;
}

.cat-blocks.gTable {
 margin-top: 0;
 border-top: none;
}

.cat-blocks.gTable:before {
 border: none;
}

.cat-blocks.gTable div {
 font-size: 13px !important;
}

.cat-blocks.gTable .forumNameTd {
 border-top: none;
}

.cat-blocks.gTable a:hover {
 text-decoration: underline;
}
/*----- Sidebar style -----*/

/*----- Informer style ------*/
/*----- Informer main page ------*/
.informer {
 position:relative;
}

.informer h1 {
 font-size:28pt;
 color:#be003c;
 border-bottom:1px solid #ccc;
 line-height:60px;
}

.informer .right-info {
 position:absolute;
 right:0;
 bottom:0;
 line-height:40px;
}

.informer .right-info .outside {
 line-height:20px;
}

.informer .right-info .outside a {
 font-size:14pt;
}

.informer .right-info i {
 font-size:10pt;
 margin-right:10px;
 color:#999;
}

.informer .right-info span a {
 font-size:12pt;
 color:#666;
 text-decoration:none;
}
/*----- Informer main page ------*/

/*----- Informer video ------*/
.video-informer-content {
 margin:0 auto;
 width:1100px;
}

.video-slider-info {
 font-size:10pt;
 color:#BE003C;
 margin-top:10px;
 text-align:center;
}

.video-informer-content h1 {
 color:#fff;
 font-weight: 700;
 font-size:25px;
 text-shadow:0px 1px 1px #000000;
 margin:0 0 10px 0;
}

.video-informer-content p {
 color:#e7e7e7;
 font-size:13px;
 max-height:180px;
 overflow: hidden;
 text-overflow: ellipsis;
}

.video-informer-back {
 padding:40px 0;
 background-image: url('/images/back-informer.jpg');
 background-position: center top;
 width:100%;
}
/*----- Informer video ------*/

/*------ Informer publ main ------*/
.informer-publ {
 margin-bottom:10px;
 font-size:8pt;
 color:#999;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.informer-publ h6 {
 margin:0 0 5px 0;
 color:#ccc;
 font-size:10pt;
}

.informer-publ a {
 text-decoration:none;
}
/*------ Informer publ main ------*/

/*----- Informer Our team ------*/
.our-team-warp {
 margin-right:-40px;
 margin-bottom:20px;
 display:table;
}

.round-pic {
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 width:230px;
 overflow:hidden;
 position:relative;
}

.round-pic img {
 width:230px;
}

.round-pic:hover .round-info {
 filter: alpha(opacity=95);
 -moz-opacity: 0.95;
 -khtml-opacity: 0.95;
 opacity: 0.95;
}

.round-info {
 background:#BE003C;
 position:absolute;
 width:230px;
 height:230px;
 z-index:2;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 top:0;
 filter: alpha(opacity=0);
 -moz-opacity: 0;
 -khtml-opacity: 0;
 opacity: 0;
 transition:All 1.007s ease;
 -webkit-transition:All 1.007s ease;
 -moz-transition:All 1.007s ease;
 -o-transition:All 1.007s ease;
}

.round-info .icon-pos {
 position:absolute;
 width:230px;
 top:50%;
 left:50%;
}

.round-info .icon-pos .icon {
 font-size:20pt;
 width:40px;
 height:40px;
 line-height:40px;
 margin:-30px;
 border:2px solid #fff;
 float:left;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 text-align:center;
 color:#fff;
 cursor:pointer;
}

.info-team {
 float:left;
 display:table;
 width:230px;
 margin:40px 40px 0 0;
 text-align:center;
 font-size:14px;
 color:#888;
}

.info-team h4 {
 margin:20px 0 0 0;
}
/*----- Informer Our team ------*/

/*----- Informer Photos ------*/
.block-tabs {
 display:table;
 width:100%;
}

.photo_menu {
 margin:0;
 padding:0;
 display:table;
 width:100%;
 background:#f6f6f6;
 margin-bottom:40px;
}

.photo_menu li {
 list-style:none;
 float:left;
 display:block;
 line-height:60px;
 background:#f6f6f6;
}

.photo_menu li:hover {
 background:#BE003C;
}

.photo_menu li a {
 text-decoration:none;
 padding:20px 50px;
}

.photo_menu li:hover a {
 color:#fff;
}

.informer-photo {
 position:relative;
 float:left;
 width:240px;
 text-align:center;
 margin:0 15px 35px 16px;
}

.informer-photo:hover .img {
 opacity:0.3;
}

.informer-photo .icon {
 display:none;
}

.informer-photo:hover .icon {
 position:absolute;
 top:30%;
 left:43%;
 font-size:20pt;
 color:#BE003C;
 display:block;
}

.informer-photo .info {
 position:absolute;
 bottom:0;
 left:0;
 width:220px;
 background: rgba(255,255,255,0.8);
 padding:2px 12px;
 text-align:left;
}

.informer-photo .info h5 {
 white-space: nowrap; 
 overflow: hidden; 
 text-overflow: ellipsis;
 color:#333;
}

.informer-photo:hover .info h5 {
 white-space: normal; 
}

.img-style {
 position:relative;
 display:block;
 width:240px;
 margin-bottom:30px;
}

.img-style .icon {
 position:absolute;
 width:100%;
 text-align:center;
 line-height:240px;
 font-size:20pt;
 color:#BE003C;
 background:rgba(255,255,255,0.8);
 opacity:0;
}

.img-style .icon:hover {
 opacity:1;
}

.img-style img {
 width:245px;
}
/*----- Informer Photos ------*/

/*----- Informer Photos footer ------*/
.f-informer-photo {
 width: 75px;
 margin-right: 4px;
 margin-bottom: 4px;
 float: left;
 position: relative;
}

.f-informer-photo .entry-img {
 opacity: 1;
}

.f-informer-photo:hover .entry-img {
 opacity: 0.3;
}

.f-informer-photo .hover-icon i {
 position: absolute;
 z-index: 2;
 top: 50%;
 left: 50%;
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 margin: -15px 0 0 -15px;
 font-size: 22pt;
 color: #fff;
 opacity: 0;
}

.f-informer-photo:hover .hover-icon i {
 opacity: 1;
}

.f-informer-photo .hover-icon i,
.f-informer-photo .entry-img {
transition:All 0.3619s ease;
-webkit-transition:All 0.3619s ease;
-moz-transition:All 0.3619s ease;
-o-transition:All 0.3619s ease;
}
/*----- Informer Photos footer ------*/
/*----- Informer style ------*/

/*------ Search style ------*/
.sform { 
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:40px;
 line-height: 0;
 z-index:9999;
 display: none;
}

.sform .queryField {
 height:40px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none; 
 margin:0;
 border:none;
 border-bottom:1px solid #f3f3f3;
}

.sform .schBtn {
 position:absolute;
 top:6px;
 right:6px;
}

.searchForm {
 position: relative;
}

.queryField {
 padding: 6px 40px 7px 10px !important;
 height: 30px;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #6c6c6c !important;
 font-style: normal !important;
}
.content .queryField {width: auto !important;}

.searchSbmFl[type="submit"] {
 width: 60px;
 height: 28px;
 border: none;
 overflow: hidden;
 margin: 0;
 padding: 0;
 box-shadow: none;
}

.sidebox .searchSbmFl {
 background-color: transparent;
}

.sidebox .searchSbmFl:hover {
 background-color: transparent;
}

.sidebox .searchSbmFl:active {
 background-color: transparent;
}

.sidebox .searchSbmFl {
 position: absolute;
 top: 1px;
 right: 1px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
/*------ Search style ------*/

/*------ Contact page style ------*/
.c-left {
 width:48%; 
 float:left;
}

.contact-soc-list {
 display:block;
}

.contact-soc-list .icon {
 display:inline-block;
 width:50px;
 line-height:50px;
 font-size:18pt;
 border:2px solid #333; 
 border-radius:50%;
 text-align:center;
 margin-right:10px;
}

.contact-soc-list a:hover .icon {
 color:#fff;
 background:#333; 
}

.contact-info {
 position:relative;
 margin-bottom:40px;
 font-size:14pt;
 height:50px;
}

.contact-info .icon {
 position:absolute;
 display:inline-block;
 font-size:18pt;
 border:2px solid #333; 
 border-radius:50%;
 margin-right:10px;
 width:50px;
 line-height:50px;
 text-align:center;
}

.contact-info .adress {
 font-size:24pt;
}

.contact-info .phone {
 font-size:21pt;
}

.contact-info .mail {
 font-size:17pt;
}

.contact-info span {
 display:block;
 margin-left:90px;
}

.contact-info .s-phone, .contact-info .s-mail {
 line-height:70px;
}

.c-right {
 width:48%; 
 float:right;
}
/*------ Contact page style ------*/

/*------ Timeline style ------*/
.cbp_tmtimeline {
 margin: 30px 0 0 0;
 padding: 0;
 list-style: none;
 position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 width: 6px;
 background: #BE003C;
 left: 100px;
 margin-left: -10px;
}

.cbp_tmtimeline > li {
 position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
 display: block;
 left:0;
 top:12px;
 position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
 display: block;
 text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
 font-size: 0.9em;
 color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
 font-size: 18px;
 color: #333;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
 color: #333;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
 margin: 0 0 15px 125px;
 background: #f6f6f6;
 color: #fff;
 padding: 20px;
 position: relative;
 border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
 background: #eeeeee;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
 margin: 0px;
 padding: 0;
 font-size:16pt;
}

.cbp_tmtimeline > li .cbp_tmlabel h2.grey { 
 color:#ccc;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
 right: 100%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-right-color: #f6f6f6;
 border-width: 10px;
 top: 14px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 border-right-color: #eeeeee;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
 width: 6px;
 height: 6px;
 speak: none;
 position: absolute;
 color: #fff;
 background: #BE003C;
 border-radius: 50%;
 box-shadow: 0 0 0 8px #de7f9d;
 text-align: center;
 left: 115px;
 top: 20px;
 margin: 0 0 0 -25px;
}
/*------ Timeline style ------*/

/*------ Footer style ------*/
.footer {
 width: 100%;
}

.f-binfo-back {
 display:block;
 width:100%;
 min-height:30px;
 background:#2a2a2a;
 position: relative;
}

.f-binfo:after {
 clear: both;
}

.f-binfo:before, .f-binfo:after {
 display: table;
 line-height: 0;
 content: "";
}

.f-binfo .block {
 float: left;
 width: 22%;
 margin-right:4%;
 font-size: 12px;
 color:#ccc;
}


.f-binfo {
 width:1100px;
 margin:0 auto;
 padding:40px 20px;
 color:#666; 
}

.f-binfo h1 {
 margin:0 auto;
 color:#fff;
 font-size:24px;
 margin-bottom:10px;
}

.contact-iteam i {
 float:left;
 margin-top:3px;
}

.contact-iteam span {
 display:block;
 margin:0 0 10px 20px;
}

.f-bcopy-back {
 display:block;
 width:100%;
 min-height:80px;
 background:#333;
 line-height: 80px;
 position: relative;
}

.f-bcopy {
 width:1100px;
 margin:0 auto;
 padding:0 20px;
 font-size:12px;
 color:#666;
 display:block;
}

.f-bcopy a {
 text-decoration:none;
 color:#999;
}

.f-bcopy a:hover {
 text-decoration:none;
 color:#fff;
}

.f-bcopy-left {
 float:left;
}

.f-bcopy-right {
 float:right;
}

.copy {
 float: left;
}

.login-b {
 float: right;
}
/*------ Footer style ------*/

/*----- Forum style -----*/
.switches {
 padding-top: 10px;
}

.fNavLink {
 display: inline-block;
 text-align: left;
 padding: 14px;
 border: none;
 border-radius: 2px;
 color: #8bbce1;
 background-color: #f7f7f7;
 font: italic normal 13px Arial, sans-serif;
 cursor: pointer;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 box-shadow: inset 0 -2px rgba(0,0,0,.2); 
 -webkit-transition: background-color .15s ease;
 -moz-transition: background-color .15s ease;
 -ms-transition: background-color .15s ease;
 -o-transition: background-color .15s ease;
 transition: background-color .15s ease;
}

.fNavLink:hover {
 text-decoration: none;
}

.fNavLink:hover {
 background-color: #f2f2f2;
}

.fNavLink:active {
 background-color: #dedede;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

.fNavLink:first-child {
 background-color: #8bbce1;
 color: #fff;
}

.fNavLink:first-child:hover {
 background-color: #a6cbe8;
}

.fNavLink:first-child:active {
 background-color: #6daad9;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

.fFastSearchTd {
 position: relative;
 
}

input[type="text"].fastSearch {
 position: absolute;
 top: 0;
 right: 0;
 padding: 6px 40px 7px 10px !important;
 height: 30px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #6c6c6c;
 font-style: normal;
}

input[type="submit"].fastSearch {
 position: absolute;
 top: 1px;
 right: 1px;
 width: 34px;
 height: 28px;
 border: none;
 text-indent: -10000px;
 overflow: hidden;
 margin: 0;
 padding: 0;
 background-color: transparent;
 background-image: url('/.s/t/1072/srch.png');
 background-repeat: no-repeat;
 background-position: 50% 50%;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}

input[type="submit"].fastSearch:hover {
 background-color: transparent;
}

input[type="submit"].fastSearch:active {
 background-color: transparent;
}

input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
 padding: 4px 7px;
}

#frM60 {
 padding-top: 10px;
}


.gTable {
 padding-bottom: 0;
 margin-top: 30px;
}


.gTableTop {
 padding-bottom: 16px;
}

.gTableTop a {
 text-decoration: none;
}

.forum,
.threadLink {
}

.forumDescr,
.threadDescr {
 font-style: italic;
}

.gTableSubTop {
 font-style: italic;
 padding: 14px 0 14px;
 position: relative;
}

.topSortLink {
 font-family: Arial, sans-serif;
 min-width: 80px;
 display: inline-block;
}

.gTableSubTop:after {
 content: '';
 height: 24px;
 width: 0;
 border-right: 1px solid #ededed;
 position: absolute;
 right: 0;
 top: 50%;
 margin-top: -12px;
}

.gTableSubTop:first-child:after,
.gTableSubTop:last-child:after {
 border: none;
}

.gTableSubTop:last-child {
 text-align: center;
}

.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadIcoTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
 padding: 35px 0;
 border-top: 1px solid #ededed;
}

.forumThreadTd,
.forumPostTd {
}

.threadViewTd {
 width: 80px !important;
}

.postTdTop,
.postip {
 text-align: left;
}

.posttdMessage {
 border-left: 1px solid #ededed;
}

.postTdInfo,
.posttdMessage,
.postBottom {
 border-bottom: 1px solid #ededed;
 border-top: 1px solid #ededed;
 border-collapse: collapse;
 border-spacing: 0;
}

#thread_search_field {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 150px !important;
}

#thread_search_button {
 margin-top: 0 !important;
}

.postTable {
 margin-bottom: 15px;
}

.searchForumsFl {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border: 1px solid #ededed;
 color: #6c6c6c;
}

.searchForumsFl,
.searchForumsFl:hover {
 background-color: transparent;
}
/*----- Forum style -----*/

/*------ Popup style ------*/
.popup {
 padding: 30px;
}

.popup-bd input[type="submit"],
.popup-bd input[type="button"] {
 padding: 4px 5px;
}

.popup-ttl {
 color: #151515;
 font-family: 'Open Sans', sans-serif;
 line-height: 1.2;
 font-weight: 300;
 font-size: 1.8462em; /*24/13*/
 padding-bottom: 30px;
}

.popup-bd a {
 font-family: Arial,sans-serif;
 font-style: italic;
}

#block1 a,
#block7 a,
#block25 a {
 font-style: normal;
}

.#block22 a {
 display: inline-block;
 padding: 0 10px;
}

.user_avatar {
 display: inline-block;
 padding-bottom: 10px;
}

.udtlb {
 width: 185px;
 color: #151515;
}

.repHistory {
 font-weight: bold;
}
/*------ Popup style ------*/

/*------ Other style ------*/
.r-pic {
 border-radius:50%;
 width:150px;
 height:150px;
 overflow:hidden;
 float:left;
}

.r-pic img {
 width:150px;
}

.r-info-block:before {
 content:'';
 display:block;
 width:20px;
 height:20px;
 background:#f6f6f6;
 position:absolute;
 top:65px;
 left:-10px;
 transform: rotate(44deg) ;
 -webkit-transform: rotate(44deg) ;
 -moz-transform: rotate(44deg) ;
 -o-transform: rotate(44deg) ;
 -ms-transform: rotate(44deg) ;
}

.r-info-block {
 margin:0 0 20px 180px;
 padding:20px;
 background:#f6f6f6;
 border-radius:5px;
 position:relative;
 min-height:110px;
}

.block-gen {
 background:url('/images/pages/vistavka/logo/sv_telegraf_back.jpg');
 text-align:center;
}

.block-gen img {
 width:200px;
 margin:30px;
}

.logo-vustavka {
 text-align:center;
}

.logo-vustavka img {
 margin:20px;
}

.pic-elements {
 margin:0 25px 25px 0;
 position:relative;
 display:block;
 float:left;
}

.pic-elements .icon {
 position:absolute;
 width:112px;
 line-height:155px;
 background:rgba(255,255,255,0.8);
 color:#BE003C;
 font-size:16pt;
 text-align:center;
 opacity:0;
 -webkit-transition: opacity 1s ease;
 -moz-transition: opacity 1s ease;
 -ms-transition: opacity 1s ease;
 -o-transition: opacity 1s ease;
 transition: opacity 1s ease;
}

.pic-elements:hover .icon {
 opacity:1;
}

/* Table 2 Style */
table.table2{
 font-size: 16px;
 font-style: normal;
 font-weight: normal;
 letter-spacing: -1px;
 line-height: 1.2em;
 border-collapse:collapse;
 text-align:center;
}
.table2 thead th, .table2 tfoot td{
 padding:20px 10px 30px 10px;
 color:#fff;
 font-size: 18px;
 background-color:#c3164f;
 font-weight:normal;
 border-right:1px dotted #666;
 width:30%;
}
.table2 tfoot th{
 padding:10px;
 font-size:16px;
 text-transform:uppercase;
 color:#888;
}
.table2 tfoot td{
 font-size:16px;
 color:#fff;
 border-top:none;
 border:3px solid #fff;
}
.table2 thead th:empty{
 background:transparent;
}
.table2 thead :nth-last-child(1){
 border-right:none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
 border:none;
}
.table2 tbody th{
 text-align:right;
 padding:12px;
 color:#333;
 background-color:#f9f9f9;
}
.table2 tbody td{
 padding:10px;
 background-color:#f0f0f0;
 border-right:1px dotted #999;
 text-shadow:-1px 1px 1px #fff;
 text-transform:uppercase;
 color:#333;
}
.table2 tbody span.check-y::before{
 content:'✓';
 color:#19950c;
 font-size:20pt;
}
.table2 tbody span.check-n::before{
 content:'✗';
 color:#de0d0d;
 font-size:20pt;
}

/* Block for book info */
.info-block {
 display:block;
 height:360px;
}

.info-block .back {
 background-image: url('/images/back-informer.jpg');
 position:absolute;
 width:100%;
 height:350px;
 left:0;
 z-index:-1;
}

.info-block img {
 height:320px;
 float:right;
 padding-top:20px;
}

.info-block span {
 float:left;
 color:#fff;
 display:table;
 vertical-align:middle;
 width:60%;
 font-weight: 200;
 font-size: 25pt;
 padding-top:40px;
}

.ulight-inner {
 margin:20px;
 max-width:1100px;
}