/* General Style */
a:link {text-decoration:none; color:#2f393e;}
a:active {text-decoration:none; color:#2f393e;}
a:visited {text-decoration:none; color:#2f393e;}
a:hover {text-decoration:underline; color:#5898c4;}

td, body {font-family:OpenSans,verdana; font-size:14px;color:#2f393e;line-height:21px;}
body {margin:0;padding:0;background:#f5f5f5;}
td img {vertical-align: middle;}
img {border:0;}
form {padding:0;margin:0;}
input,textarea,select {vertical-align:middle;}
.copy {font-size:7pt;}




@font-face {
font-family: OpenSans;
src: local("OpenSans-Regular"),
url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
font-family: OpenSansSemibold;
src: local("OpenSans-Semibold"),
url(/fonts/OpenSans-Semibold.ttf);
}

@font-face {
font-family: OpenSansLightItalic;
src: local("OpenSans-LightItalic"),
url(/fonts/OpenSans-LightItalic.ttf);
}
@font-face {
font-family: OpenSansItalic;
src: local("OpenSans-Italic"),
url(/fonts/OpenSans-Italic.ttf);
}
@font-face {
font-family: OpenSansLight;
src: local("OpenSans-Light"),
url(/fonts/OpenSans-Light.ttf);
}
/* ------------- */

/* Site Menus */

ul.uMenuRoot, ul.uMenuRoot ul {
 list-style-type:none;
 margin: 0;
 padding: 0;
 width: 290px;
 display:table;
}

ul.uMenuRoot a {
 display:block;
 text-decoration: none; 
 margin: 0;
}

ul.uMenuRoot li {
 height:48px;
 line-height:48px;
 border-top:1px solid #49545a;
}

ul.uMenuRoot li a {
 height:48px;
 padding-left:20px;
 background:#3b4449 url(/images/bmenu.png) right no-repeat;
 -webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

ul.uMenuRoot li a:hover {
 height:48px;
 padding-left:20px;
 background:#49545a url(/images/bmenuhover.png) right no-repeat;
 box-shadow:inset 4px 0 0 #478ec1;
}

.uMenuV .uMenuItem {font-weight:normal;background:none;}
.uMenuV li a:link {text-decoration:none; color:#fff}
.uMenuV li a:active {text-decoration:none; color:#fff;}
.uMenuV li a:visited {text-decoration:none; color:#fff;}
.uMenuV li a:hover {text-decoration:none;color:#fff;}

.uMenuV .uMenuItemA {font-weight:normal;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#fff;}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#fff;}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#fff;}
.uMenuV li {font-size:14px;}
/* --------- */

/* Module Part Menu */

.catsTable {border-collapse:collapse;width:268px;}
.catsTd {
text-decoration:none;
padding-left:20px;
height:46px;
line-height:46px;
float:none;
display:block;
background:#f2f2f2 url(/images/cat.png) right no-repeat;
overflow:hidden;
border-right:1px solid #e6e6e6;
border-left:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

.catsTd:hover {
box-shadow:inset 4px 0 0 #81b752;
background:#fff url(/images/cathover.png) right no-repeat;
}

.catName {}
.catNameActive {}
.catNumData {padding-left:5px;color:#555555;}
.catDescr { padding-left:10px;}
.catsTd a.catName {text-decoration:none; color:#2f393e;}
.catsTd a.catNameActive {text-decoration:none; color:#2f393e;}
.catsTd a.catName:hover {text-decoration:none; color:#2f393e;}
.catsTd a.catNameActive:hover {text-decoration:none; color:#2f393e;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eTitle {font-size:23px;font-family: OpenSansSemibold;}


.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #C2C2C2}

.eDetails {
display:table;
width:100%;
padding-top:19px;
margin-top:20px;
margin-bottom:20px;
border-top:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
padding-bottom:19px;
}

.eDetails1 {
display:table;
width:100%;
padding-top:19px;
margin-top:20px;
margin-bottom:20px;
border-top:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
padding-bottom:19px;
}

.eDetails2 {
display:table;
width:100%;
padding-top:19px;
margin-top:20px;
margin-bottom:20px;
border-top:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
padding-bottom:19px;
}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/971/14.gif') no-repeat 0px 0px;}
/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#FAFAFA; border:1px solid #C2C2C2;}
.cBlock2 {background:#F1F2F3; border:1px solid #C2C2C2;}

#comment {
width:680px;
display:table;
width:100%;
margin-bottom:20px;
border-bottom:1px solid #f2f2f2;
padding-bottom:19px;
}

.ciimg img {
float:left;
width:55px;
height:55px;
margin-right:20px;
}

.commtext {
float:right;
width:605px;
}

.comminfo {
display:table;
padding-bottom:10px;
text-align:left;
font-family: OpenSansSemibold;
}

.comminfo span {
float:left;
padding-top:10px;
}

.commuser {
float:left;
height:28px;
padding-left:10px;
padding-right:38px;
line-height:28px;
display:table;
margin-top:6px;
font-size:13px;
text-transform:uppercase;
background:#81b752 url(/images/userIcon.png) right no-repeat;
color:#fff;
margin-left:10px;
}

/* -------------- */

/* Comments Form Style */
.commTable {}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#333333;width:100%;background:#EBEBEB;border:1px solid #C2C2C2;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#333333;background:#EBEBEB;border:1px solid #C2C2C2;}
/* ------------------- */

/* Poll styles */
.pollBut {width:100%;margin-top:15px;}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#E2E6EA}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA;}
.totalVotesTd {background:#FFFFFF;}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#EEEEEE;height:100px;width:300px;border:1px solid #AAAAAA;}

.legendTd {font-size:7pt;}
/* ------------ */

.rurboard {
padding-bottom:5px;
font-size:18px;
font-family: OpenSansSemibold;
display:block;
color:#81b752;
text-align:right;
}

.torg {
padding-bottom:5px;
display:block;
color:#a0a0a0;
text-align:right;
}


.rurboard2 {
padding-bottom:10px;
font-size:25px;
font-family: OpenSansSemibold;
color:#81b752;
}

.torg2 {
color:#a0a0a0;
}



hr {color:#fff;height:1px;border-bottom:1px solid #f2f2f2;border-top:none;border-left:none;border-right:none;}


#boarditem {
width:680px;
display:table;
padding-bottom:19px;
border-bottom:1px solid #f2f2f2;
margin-bottom:20px;
background:#fff;
}

.sort {
display:block;
border-top:2px solid #f2f2f2;
margin-top:20px;
padding-top:18px;
border-bottom:2px solid #f2f2f2;
margin-bottom:20px;
padding-bottom:18px;
}

.bileft {
display:block;
float:left;
width:560px;
}

.boardtitle {
width:560px;
display:block;
font-size:17px;
font-family: OpenSansSemibold;
float:left;
margin-bottom:20px;
}

.biright {
display:block;
float:right;
width:120px;
}

.boardpic {
width:150px;
height:110px;
float:left;
display:block;
overflow:hidden;
margin-right:20px;
}

.boardpic img {
width:150px;
max-height:110px;
min-height:110px;
height:auto;
}

.boardmess {
float:left;
width:390px;
height:63px;
overflow:hidden;
}

.boardinf {
float:left;
width:390px;
padding-top:9px;
margin-top:10px;
border-top:1px solid #f2f2f2;
font-family: OpenSansSemibold;
}


.boardbigpic {
width:680px;
display:block;
text-align:center;
margin-bottom:20px;
}

.boardbigpic img {width:680px;}


.boardid {
width:680px;
display:table;
margin-bottom:20px;
}

.bdleft {
padding-left:75px;
background:url(/images/no_ava_white.png) left no-repeat;
float:left;
display:table;
}

.bdright {
float:right;
display:table;
text-align:right;
}

.boardphone {
height:43px;
line-height:43px;
border:1px solid #ededed;
background:#fff url(/images/phoeIcon.png) right no-repeat;
width:348px;
padding-left:20px;
float:left;
display:table;
font-family: OpenSansSemibold;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

.boardphone:hover {
border:1px solid #d2d2d2;
}


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

.writeauth {
float:left;
height:45px;
text-align:center;
width:235px;
padding-right:45px;
line-height:45px;
display:block;
background:#81b752 url(/images/writeauth.png) right no-repeat;
color:#fff;
float:right;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

.writeauth:hover {
background:#8ebe64 url(/images/writeauth.png) right no-repeat;
}








#hbg {
width:100%;
display:block;
background:#3b4449;
margin:0;
padding:0;
}

#hl {
width:100%;
height:44px;
border-bottom:1px solid #2f393e;
display:table;
}

.headline a {color:#6e7578;}

.headline {
width:1070px;
height:44px;
line-height:44px;
display:block;
margin:auto;
margin:auto;
}

.writeus {
padding-left:25px;
background:url(/images/writeus.png) left no-repeat;
margin-right:20px;
}


.adsrules {
padding-left:25px;
background:url(/images/adsrules.png) left no-repeat;
}


.fb {height:44px; color:#6e7578; display:block;float:right;}

.ok {width:44px;height:44px;background:url(/images/ok.png) no-repeat;display:block;float:right;border-right:1px solid #2f393e;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.yt {width:44px;height:44px;background:url(/images/yt.png) no-repeat;display:block;float:right;border-right:1px solid #2f393e;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.tw {width:44px;height:44px;background:url(/images/tw.png) no-repeat;display:block;float:right;border-right:1px solid #2f393e;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.vk {width:44px;height:44px;background:url(/images/vk.png) no-repeat;display:block;float:right;border-right:1px solid #2f393e;border-left:1px solid #2f393e;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}


.ok:hover {background:#2f393e url(/images/ok.png) no-repeat;}
.yt:hover {background:#2f393e url(/images/yt.png) no-repeat;}
.tw:hover {background:#2f393e url(/images/tw.png) no-repeat;}
.vk:hover {background:#2f393e url(/images/vk.png) no-repeat;}



#header {
width:1070px;
height:150px;
display:table;
margin:auto;
}

.logo {
width:342px;
height:86px;
margin-top:32px;
display:block;
float:left;
background:url(/images/logo.png) no-repeat;
}


.searchForm {border-collapse:collapse;overflow:hidden;float:left;height: 45px;width: 390px; background:#49545a;display:table;margin-left:65px;margin-top:50px;}
.schQuery {float: left;}
.schQuery input {box-shadow:none !important;outline:none;height: 45px !important; line-height: 45px !important; margin-left:15px !important;;width: 330px !important;background: none !important; font-size:14px; border: none !important; color: #fff!important;padding: 0 !important;}
.schBtn {float: right;}
.schBtn input {margin: 0 !important;width:45px !important;height: 45px !important;background:#2f393e url(/images/search.png) no-repeat !important; border: none !important; font-size: 0 !important; color: transparent !important;cursor: pointer;padding: 0 6px;text-indent: -9999px !important;box-shadow: none !important;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.schBtn input:hover {background:#20292e url(/images/search.png) no-repeat !important;}


.profile a {
margin-top:50px;
width:180px;
padding-right:45px;
text-align:center;
text-transform:uppercase;
color:#fff;
background:#478ec1 url(/images/prof.png) right no-repeat;
height:45px;
line-height:45px;
display:block;
float:right;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

.profile a:hover {
text-decoration:none;
background:#5a9ac7 url(/images/prof.png) right no-repeat;
}


#headmenu {
background:#478ec1;
width:1070px;
height:70px;
display:table;
margin:auto;
}


#headmenu a {
text-decoration:none;
text-transform:uppercase;
border: 0;
float: left;
color: #fff;
line-height:70px;
padding-left:34px;
padding-right:34px;
border-right:1px solid #4285b4;
list-style: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

#headmenu a:hover {
background:#4285b4;
text-decoration:none;
}

#headmenu > li:hover {
text-decoration:none;
background:#4285b4;
}

#headmenu li:hover ul {
display:block;
float:none;
}

#headmenu li ul {
position: absolute;
display: none;
margin-top: 70px;
list-style: none;
float:none;
z-index: 1000;
}

#headmenu ul {
background:#4285b4;
list-style: none;
margin: 0;
padding: 0;
float:none;
}


#headmenu ul li a {
text-transform:none;
text-decoration:none;
border: 0;
float:none;
padding-left: 35px;
line-height:50px;
border-top:1px solid #478ec1;
color: #fff;
display:block;
text-shadow:none;
width:220px;
}

#headmenu ul li a:hover {
background:#478ec1;
}


#headmenu > li {
float:left;
}

.headmenu {
margin: 0;
padding:0;
}

.headmenu li {
list-style: none;
float:none;
}



.hleb {
width:1010px;
padding-left:30px;
padding-right:30px;
height:50px;
line-height:50px;
display:block;
margin:auto;
overflow:hidden;
background:#f5f5f5;
color:#a5a8aa;
}




#maincont {
width:1070px;
display:table;
margin:auto;
background:#fff;
box-shadow:0 2px 5px #e9e9e9;
}

#content {
width:710px;
float:left;
}


#maincont2 {
width:1070px;
display:table;
margin:auto;
background:#fff;
box-shadow:0 2px 5px #e9e9e9;
}

#content2 {
width:1030px;
float:center;
padding-top:20px;
padding-left:20px;
padding-right:20px;
}



.allcont {
width:680px;
padding:30px 30px 0px 30px;
display:table;
}



#sidebar {
width:290px;
float:right;
margin-top:30px;
margin-right:35px;
}




.tntitle {
width:290px;
padding-bottom:20px;
border-bottom:2px solid #f2f2f2;
display:block;
color:#478ec1;
}

.tntitle span {
font-size:26px;
font-family: OpenSansSemibold;
color:#2f393e;
}

.todaynews {
width:360px;
margin-left:-35px;
margin-right:-35px;
display:block;
margin-bottom:30px;
}

.tnews {
width:290px;
padding:10px 35px 15px 35px;
border-bottom:1px solid #f2f2f2;
display:block;
text-align:left;
height:90px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

.tnews:hover {
box-shadow:4px 0 0 #478ec1;
}


.tpic {
width:110px;
height:90px;
margin-right:20px;
float:left;
overflow:hidden;
text-align:center;
display:table;
border:1px solid #DDE1E2; 
}

.tpic img {
width:110px;
height:90px;
}

.btitlecomms {
background:#3b4449;
width:240px;
height:50px;
padding-right:50px;
font-family: OpenSansSemibold;
color:#fff;
line-height:50px;
text-align:center;
display:block;
font-size:17px;
text-transform:uppercase;
}


.btitle {
background:#478ec1;
width:290px;
height:55px;
font-family: OpenSansSemibold;
color:#fff;
line-height:55px;
text-align:center;
display:block;
font-size:20px;
text-transform:uppercase;
}

.btitle2 {
background:#3b4449;
width:290px;
height:55px;
font-family: OpenSansSemibold;
color:#fff;
line-height:55px;
text-align:center;
display:block;
font-size:20px;
text-transform:uppercase;
}

.btitlemenu {
background:#3b4449;
width:290px;
height:55px;
font-family: OpenSansSemibold;
color:#fff;
line-height:55px;
text-align:center;
display:block;
font-size:20px;
text-transform:uppercase;
}

.btitlepoll {
background:url(/images/polltitle.png) bottom no-repeat;
width:240px;
padding-right:50px;
height:55px;
font-family: OpenSansSemibold;
line-height:55px;
text-align:center;
display:block;
font-size:23px;
text-transform:uppercase;
}


.bcontmenucont {
display:block;
margin-bottom:30px;
}

.bcont {
display:table;
width:250px;
padding:19px;
border-right:1px solid #e6e6e6;
border-left:1px solid #e6e6e6;
border-bottom:4px solid #478ec1;
margin-bottom:30px;
}

.bcont2 {
display:table;
width:250px;
padding:19px;
border-right:1px solid #e6e6e6;
border-left:1px solid #e6e6e6;
border-bottom:4px solid #3b4449;
margin-bottom:30px;
}

#blocktabs {
display:table;
width:250px;
margin-bottom:30px;
}


.bcontpoll {
display:table;
width:250px;
padding:18px;
border-right:2px solid #f2f2f2;
border-left:2px solid #f2f2f2;
border-bottom:2px solid #f2f2f2;
margin-bottom:30px;
}



#blockad {
width:250px;
display:table;
}

#blockad a {color:#81b752;text-decoration:underline;}
#blockad a:hover {color:#81b752;text-decoration:none;}


.bapic {
width:250px;
height:140px;
overflow:hidden;
display:block;
text-align:center;
margin-bottom:10px;
}

.bapic img {
width:250px;
height:auto;
min-height:140px;
}

.rur {
height:28px;
padding-left:10px;
padding-right:38px;
line-height:28px;
display:table;
font-size:13px;
margin-top:10px;
background:#81b752 url(/images/rur.png) right no-repeat;
color:#fff;
}


.allads {
width:212px;
height:28px;
padding-right:38px;
line-height:28px;
display:table;
margin-top:10px;
padding-top:10px;
background:url(/images/allads.png) right no-repeat;
border-top:1px solid #f2f2f2;
}



input[type=text], input[type=password], textarea {outline:none;border:0;background:#f1f1f1;font-family: OpenSans;box-shadow:inset 0 1px 3px #d6d6d6;min-height:30px;}
select {outline:none;background:#f1f1f1;border:0;font-family: OpenSans;box-shadow:inset 0 1px 3px #d6d6d6;min-height:30px;}



input[type=button], input[type=reset], input[type=submit] {
border:0;
height:40px;
padding-left:15px;
padding-right:15px;
cursor: pointer;
outline:none;
background:#478ec1;
text-transform:uppercase;
color:#fff;
font-size:14px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}


input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
background:#4285b4;
}


.sidebartabs {
 position: relative;
 margin: 0 auto;
 width: 290px;
}
.sidebartabs label {
 cursor: pointer;
 display: block;
 float: left;
 padding-left:31px;
 padding-right:32px;
 height: 50px;
 line-height: 50px;
 color: #fff;
 background:#3b4449;
 position: relative;
 text-align: center;
 text-transform:uppercase;
}

.sidebartabs > input {
 position: absolute;
 left: -9999px;
}



#tab_1:checked ~ #tab_l1,
#tab_2:checked ~ #tab_l2,
#tab_3:checked ~ #tab_l3,
#tab_4:checked ~ #tab_l4 {
 color: #fff;
 background:#81b752;
 z-index: 3;}

.tabs_cont {
 position: relative;
 z-index: 2;
 }

.tabs_cont > div {
 position: absolute;
 left: -9999px;
 top: 0;
 opacity: 0;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;}
#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3,
#tab_4:checked ~ .tabs_cont #tab_c4 {
 position: static;
 left: 0;
 opacity: 1;}




#tabinf {
width:290px;
display:table;
padding-bottom:20px;
border-bottom:1px solid #f2f2f2;
margin-top:20px;
}


#tabinf img {
width:55px;
height:55px;
float:left;
margin-right:20px;
}

.tabinfuser {
height:28px;
padding-left:10px;
padding-right:38px;
line-height:28px;
display:table;
margin-top:6px;
font-size:13px;
text-transform:uppercase;
background:#81b752 url(/images/userIcon.png) right no-repeat;
color:#fff;
margin-bottom:10px;
}



#Go_Top { 
width: 60px; 
border: 0px solid #cccccc; 
text-align: center; 
position: fixed; 
bottom: 50px; 
right: 50px; 
cursor: pointer; 
}

.filinks a {color:#fff;}

#firstinf {
width:710px;
display:block;
margin-bottom:1px;
height:410px;
overflow:hidden;
}


.fipic {
width:710px;
height:410px;
display:block;
overflow:hidden;
background:#000;
}

.fipic img {
width:710px;
height:auto;
min-height:410px;
}

#firstinf span {
z-index:999;
position:absolute;
background:url(/images/fishadow.png) repeat-x;
margin-top:-410px;
display:block;
height:146px;
padding-top:264px;
width:670px;
padding-left:20px;
padding-right:20px;
margin-bottom:20px;
font-size:26px;
line-height:36px;
overflow:hidden;
}



.fc1 {
height:28px;
padding-left:10px;
padding-right:10px;
line-height:29px;
display:table;
font-size:13px;
text-transform:uppercase;
background:#478ec1;
color:#fff;
margin-top:10px;
}





#secinf {
float:left;
width:236px;
display:table;
margin-bottom:1px;
}

.secpic {
width:236px;
height:160px;
display:block;
overflow:hidden;
background:#000;
}

.secpic img {
width:236px;
height:auto;
min-height:160px;
max-height:160px;
}

#secinf span {
z-index:999;
position:absolute;
margin-top:-160px;
display:block;
width:196px;
padding-top:50px;
padding-left:20px;
padding-right:20px;
background:url(/images/fishadow.png) bottom repeat-x;
height:110px;
overflow:hidden;
}

.fc2 {
height:28px;
padding-left:10px;
padding-right:38px;
line-height:28px;
display:table;
font-size:13px;
text-transform:uppercase;
background:#e35845 url(/images/fc2.png) right no-repeat;
color:#fff;
margin-top:20px;
}




#thirdinf {
margin-left:1px;
margin-right:1px;
float:left;
width:236px;
display:table;
margin-bottom:1px;
}

.thirdpic {
width:236px;
height:160px;
display:block;
overflow:hidden;
background:#000;
}

.thirdpic img {
width:236px;
height:auto;
min-height:160px;
max-height:160px;
}

#thirdinf span {
z-index:999;
position:absolute;
margin-top:-160px;
display:block;
width:196px;
padding-top:50px;
padding-left:20px;
padding-right:20px;
background:url(/images/fishadow.png) bottom repeat-x;
height:110px;
overflow:hidden;
}

.fc3 {
height:28px;
padding-left:10px;
padding-right:38px;
line-height:28px;
display:table;
font-size:13px;
text-transform:uppercase;
background:#ff6600 url(/images/fc3.png) right no-repeat;
color:#fff;
margin-top:20px;
}


#fourthinf {
float:left;
width:236px;
display:table;
margin-bottom:1px;
}

.fourthpic {
width:236px;
height:160px;
display:block;
overflow:hidden;
background:#000;
}

.fourthpic img {
width:236px;
height:auto;
min-height:160px;
max-height:160px;
}

#fourthinf span {
z-index:999;
position:absolute;
margin-top:-160px;
display:block;
width:196px;
padding-top:50px;
padding-left:20px;
padding-right:20px;
background:url(/images/fishadow.png) bottom repeat-x;
height:110px;
overflow:hidden;
}

.fc4 {
height:28px;
padding-left:10px;
padding-right:38px;
line-height:28px;
display:table;
font-size:13px;
text-transform:uppercase;
background:#81b752 url(/images/fc4.png) right no-repeat;
color:#fff;
margin-top:20px;
}


#lascom {
width:100%;
display:table;
border-bottom:1px solid #f2f2f2;
}

.lastnews span {
width:100%;
font-size:23px;
font-family: OpenSansSemibold;
display:block;
padding-bottom:18px;
margin-bottom:20px;
border-bottom:2px solid #f2f2f2;
}


.lastnews {
padding:30px;
width:670px;
float:left;
display:block;
}

.ln a {font-size:18px;color:#5898c4;text-decoration:underline;}
.ln a:hover {text-decoration:none; color:#2f393e;}

.ln {
width:670px;
display:table;
padding-bottom:18px;
margin-bottom:20px;
border-bottom:1px solid #f2f2f2;
}

.ln b {display:block;font-weight:normal;padding-bottom:20px;}

.lnpic {
width:140px;
height:100px;
margin-right:20px;
float:left;
display:block;
background:#000;
text-align:center;
overflow:hidden;
}


.lnpic img {
width:140px;
height:auto;
min-height:100px;
}


.lncat {
height:28px;
padding-left:10px;
padding-right:38px;
line-height:28px;
display:table;
margin-top:9px;
margin-right:10px;
font-size:13px;
text-transform:uppercase;
background:#81b752 url(/images/fc4.png) right no-repeat;
color:#fff;
}

.wln a {
display:block;
width:365px;
padding-right:45px;
text-align:center;
line-height:45px;
color:#fff;
text-transform:uppercase;
background:#81b752 url(/images/watchallnews.png) right no-repeat;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

.wln a:hover {
text-decoration:none;
background:#8ebe64 url(/images/watchallnews.png) right no-repeat;
}


.lasttopnews {
width:238px;
float:right;
border-left:1px solid #f2f2f2;
border-right:1px solid #f2f2f2;
display:block;
}

.lasttopnews span {
width:198px;
margin-left:20px;
margin-right:20px;
margin-top:30px;
font-size:23px;
font-family: OpenSansSemibold;
display:block;
padding-bottom:18px;
border-bottom:2px solid #f2f2f2;
}

.ltn {
width:198px;
padding:20px;
display:block;
border-bottom:1px solid #f2f2f2;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}


.ltn:hover {
background:#f2f2f2;
box-shadow:inset 0 -4px 0 #81b752;
}

.ltn:last-child {
border-bottom:0px solid #f2f2f2;
}

.ltnpic {
width:198px;
height:120px;
background:#000;
overflow:hidden;
display:block;
text-align:center;
margin-bottom:15px;
}

.ltnpic img {
width:198px;
height:auto;
}


#indextabs {
width:649px;
padding:30px;
display:table;
border-bottom:1px solid #f2f2f2;
border-right:1px solid #f2f2f2;
}



.intabs {
 position: relative;
 margin: 0 auto;
 width:649px;
}
.intabs label {
 cursor: pointer;
 display: block;
 float: left;
 padding-left:25px;
 padding-right:25px;
 height: 50px;
 line-height: 50px;
 color: #fff;
 background:#3b4449;
 position: relative;
 top:1px;
 text-align: center;
 text-transform:uppercase;
 margin-right:5px;
}

.intabs > input {
 position: absolute;
 left: -9999px;
}



#intab_1:checked ~ #intab_l1,
#intab_2:checked ~ #intab_l2,
#intab_3:checked ~ #intab_l3,
#intab_4:checked ~ #intab_l4 {
 color: #2f393e;
 background:#fff;
 top:0;
 border-top:1px solid #ececec;
 border-left:1px solid #ececec;
 border-right:1px solid #ececec;
 padding-left:24px;
 padding-right:24px;
 z-index: 3;
 box-shadow:0 1px 0 #fff;
}

.intabs_cont {
 position: relative;
 z-index: 2;
 border:1px solid #ececec;
 width:609px;
 padding:20px 20px 95px 20px;
 display:table;
 }

.intabs_cont > div {
 position: absolute;
 left: -9999px;
 top: 0;
 opacity: 0;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;}
#intab_1:checked ~ .intabs_cont #intab_c1,
#intab_2:checked ~ .intabs_cont #intab_c2,
#intab_3:checked ~ .intabs_cont #intab_c3,
#intab_4:checked ~ .intabs_cont #intab_c4 {
 position: static;
 left: 0;
 opacity: 1;
}



.adsinf {
width:141px;
float:left;
margin-right:15px;
display:block;
}

.adsinf:last-child {
margin-right:0px;
}

.adsinfpic {
width:141px;
height:90px;
display:block;
overflow:hidden;
text-align:center;
margin-bottom:10px;
}

.adsinfpic img {
width:141px;
height:auto;
}

.adsinftext {
width:141px;
display:block;
height:84px;
overflow:hidden;
}


.alladsindex {
z-index:999;
position:absolute;
margin-top:270px;
margin-left:20px;
height:38px;
line-height:28px;
height:28px;
padding-top:20px;
width:580px;
padding-right:39px;
display:block;
background:url(/images/allads.png) right bottom no-repeat;
border-top:1px solid #f2f2f2;
}

.alladsindex a {float:right;color:#81b752;text-decoration:underline;}
.alladsindex a:hover {float:right;color:#81b752;text-decoration:none;}



#lastphotos span {
width:100%;
font-size:23px;
font-family: OpenSansSemibold;
display:block;
padding-bottom:18px;
margin-bottom:20px;
border-bottom:2px solid #f2f2f2;
}


#lastphotos {
width:690px;
height:290px;
padding:30px 0px 0px 30px;
display:table;
}





#fbg {
width:100%;
height:270px;
display:block;
background:#3b4449;
}

.fbgtop {
width:1070px;
background:#fff;
height:40px;
display:block;
margin:auto;
}



#fl {
width:100%;
height:44px;
border-top:1px solid #2f393e;
display:table;
background:#3b4449;
color:#6e7578;
border-bottom:5px solid #478ec1;
line-height:44px;
}

.footline a {color:#6e7578;}

.footline {
width:1070px;
height:44px;
display:block;
margin:auto;
margin:auto;
}

.fcontacts span {
width:100%;
display:block;
font-size:26px;
font-family: OpenSansSemibold;
padding-bottom:20px;
color:#fff;
}

.fcontacts {
margin-top:40px;
width:325px;
float:right;
display:block;
color:#8f979a;
}

.fcontacts li {
list-style:none;
display:block;
margin-top:10px;
margin-bottom:10px;
}

.lastfootcoms {
margin-top:40px;
width:745px;
float:left;
display:block;
color:#8f979a;
}

.lastfootcoms span {
width:100%;
display:block;
font-size:26px;
font-family: OpenSansSemibold;
padding-bottom:35px;
color:#fff;
}


.flcinf {
width:340px;
margin-right:32px;
display:block;
float:left;
}

.flcinfpic {
float:left;
width:55px;
height:55px;
margin-right:20px;
}

.flcinfpic img {
width:55px;
height:55px;
}

.flccont {
float:left;
width:265px;
display:block;
}

.clock {
padding-right:26px;
background:url(/images/clockIcon.png) right no-repeat;
margin-right:10px;
float:left;
display:table;
}



.modtitle {
width:100%;
font-size:23px;
font-family: OpenSansSemibold;
line-height:30px;
display:block;
padding-bottom:18px;
margin-bottom:20px;
border-bottom:2px solid #f2f2f2;
}



#news {
width:680px;
display:table;
padding-bottom:19px;
margin-bottom:20px;
border-bottom:1px solid #f2f2f2;
}

.ntitle {
display:block;
width:680px;
font-size:18px;
font-family: OpenSansSemibold;
margin-bottom:20px;
color:#3b4449;
clear: both;
padding-top:15px;
}

.npic {
float:left;
width:230px;
height:150px;
margin-right:20px;
display:block;
overflow:hidden;
}

.npic img {
width:230px;
height:200px;
overflow:hidden;
}

.nncont {
width:430px;
display:block;
float:right;
}

.ninfo {
width:430px;
display:block;
padding-top:15px;
margin-top:15px;
border-top:1px solid #f2f2f2;
font-family: OpenSansSemibold;
text-align:left;
}


.e-comment {
float:right;
width:26px;
height:26px;
text-align:center;
font-size:14px;
color:#fff;
line-height:26px;
display:block;
overflow:hidden;
background:#478ec1 url(/images/fc4.png) left no-repeat;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
cursor: default;
}

.e-comment span {display:none;}
.e-comment:hover span {display:block;}


.e-comment:hover {
float:right;
width:40px;
height:26px;
padding-left:26px;
text-align:center;
font-size:14px;
color:#fff;
line-height:26px;
display:block;
overflow:hidden;
background:#478ec1 url(/images/fc4.png) left no-repeat;
}

.e-reads {
margin-right:5px;
float:right;
width:26px;
height:26px;
text-align:center;
font-size:14px;
color:#fff;
line-height:26px;
display:block;
overflow:hidden;
background:#478ec1 url(/images/eye.png) left no-repeat;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
cursor: default;
}

.e-reads span {display:none;}
.e-reads:hover span {display:block;}


.e-reads:hover {
margin-right:5px;
float:right;
width:40px;
height:26px;
padding-left:26px;
text-align:center;
font-size:14px;
color:#fff;
line-height:26px;
display:block;
overflow:hidden;
background:#478ec1 url(/images/eye.png) left no-repeat;
}





.e-author {
margin-right:5px;
float:right;
width:26px;
height:26px;
text-align:center;
font-size:14px;
color:#fff;
line-height:26px;
display:block;
overflow:hidden;
background:#81b752 url(/images/userIcon2.png) left no-repeat;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
cursor: default;
}

.e-author span {display:none;}
.e-author:hover span {display:block;}


.e-author:hover {
margin-right:5px;
float:right;
width:130px;
height:26px;
padding-left:26px;
text-align:center;
font-size:14px;
color:#fff;
line-height:26px;
display:block;
overflow:hidden;
background:#81b752 url(/images/userIcon2.png) left no-repeat;
}


.e-cat {
margin-right:5px;
float:right;
width:26px;
height:26px;
text-align:center;
font-size:14px;
color:#fff;
line-height:26px;
display:block;
overflow:hidden;
background:#81b752 url(/images/catIcon.png) left no-repeat;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
cursor: default;
}

.e-cat span {display:none;}
.e-cat:hover span {display:block;}


.e-cat:hover {
margin-right:5px;
float:right;
width:130px;
height:26px;
padding-left:26px;
text-align:center;
font-size:14px;
color:#fff;
line-height:26px;
display:block;
overflow:hidden;
background:#81b752 url(/images/catIcon.png) left no-repeat;
}

.rated {float:left;}
.rated2222 {float:left;padding-left:20px;font-weight:bold;}



.catPages1 a:link, .pagesBlockuz1 a:link, 
.catPages1 a:visited, .pagesBlockuz1 a:visited, 
.catPages1 a:hover, .pagesBlockuz1 a:hover, 
.catPages1 a:active, .pagesBlockuz1 a:active {
margin-right:5px;
float:left;
width:40px;
overflow:hidden;
height:40px;
line-height:40px;
display:block;
text-align:center;
background:#f1f1f1;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
} 

.catPages1 a:hover, .pagesBlockuz1 a:hover {
text-decoration:none;
margin-right:5px;
float:left;
width:40px;
overflow:hidden;
height:40px;
line-height:40px;
display:block;
text-align:center;
background:#81b752;
color:#fff;
} 


.catPages1 b, .pagesBlockuz1 b {
margin-right:5px;
float:left;
width:40px;
overflow:hidden;
height:40px;
line-height:40px;
display:block;
text-align:center;
background:#f1f1f1;
} 


#ublock {
width:90%;
margin-left:auto;
margin-right:auto;
margin-top:20px;
padding:20px;
display:table;
background:#fff;
}

#usrproftitle {
width:100%;
background:#478ec1;
display:block;
text-align:center;
height:50px;
line-height:50px;
color:#fff;
margin-bottom:20px;
}




#photomod {
width:210px;
display:table;
float:left;
margin-bottom:20px;
}

.pmpic {
width:210px;
height:140px;
overflow:hidden;
display:block;
margin-bottom:15px;
}

.pmpic img {
width:210px;
min-height:140px;
height:auto;
}

.pmtext {
height:42px;
width:220px;
display:block;
overflow:hidden;
margin-bottom:15px;
}

::-webkit-scrollbar-button{width:5px;height:0px} 
::-webkit-scrollbar-track {background-color:#ecedee} 
::-webkit-scrollbar-thumb {-webkit-border-radius: 0px;border-radius: 0px;background-color:#478ec1;} 
::-webkit-scrollbar-thumb:hover{background-color:#56999f;} 
::-webkit-resizer{width:4px;height:0px} 
::-webkit-scrollbar{width: 4px;}







/* style news */ 
.clear { 
  clear:both; 
} 
.news { 
  width:auto; 
  position:relative; 
  margin-bottom:20px; 
  padding:15px; 
  background:#fff; 
  border:1px solid #d3d3d3; 
  font-family:helvetica, arial, sans-serif; 
} 
.news_l { 
  padding-right:145px; 
  min-height:150px; 
} 
.news_r { 
  width:140px; 
  height:100%; 
  background:#f4f4f4; 
  position:absolute; 
  top:0; 
  right:0; 
  text-align:center; 
} 
.news h2 { 
  margin:0; 
  background:url(http://mvcreative.ru/example/15/images/stripe.png) 0px 10px repeat; 
  height:20px; 
  overflow:hidden; 
  margin:0px 0 15px 0; 
  position:relative; 
} 
.news h2 a { 
  padding:2px 8px 2px 0; 
  text-decoration:none; 
  color:#89a0af; /*цвет заголовка новости*/ 
  font-size:16px; 
} 
.news h2 span a { 
  padding-right:0; 
} 
.img_news { 
  float:left; 
  display:inline-block; 
  margin:0 14px 5px 0; 
  padding-top:5px;
  padding-left:5px;
  padding-right:5px; 
  background:#EDF1F2; 
  border:1px solid #DDE1E2; 
} 
.img_news img { 
  width:220px; 
  height:150px; 
  border:1px solid #DDE1E2; 
} 
.message { 
  padding:0 0 0px 0; 
  margin:0; 
  font-size:12px; 
  line-height:19px; 
  text-align:justify; 
} 
.news_r .date { 
  display:inline-block; 
  position:relative; 
  font-size:13px; 
  padding:7px 10px 4px 10px; 
  margin:18px 0 -5px 0; 
  background:#6099bf; /*цвет блока с датой*/ 
  border:1px solid #fff; 
  color:#fff; 
  text-align:center; 
} 
.news_r ul { 
  list-style:none; 
  margin:0; 
  padding:0; 
  text-align:left; 
  width:100px; 
  margin:18px auto 0 auto; 
  font-size:12px; 
} 
.news_r ul li { 
  padding:3px 0 3px 5px; 
  border-bottom:1px dotted #BEBEBE; 
} 
.news_r ul li img { 
  margin-right:10px; 
  position:relative; 
  top:4px; 
} 
.news_r ul li a, .news_r ul li span { 
  color:#707070; 
  text-decoration:none; 
}

.ots
margin-top:30px; 
}


.bnst {
float:right;
display:block;
}


.thumbnail{  
  position: relative;  
  z-index: 50;  
  }  
  .thumbnail:hover{  
  background-color: transparent;  
  z-index: 150;  
  }  
  .thumbnail span{  
  position: absolute;  
  background-color: rgba(0, 0, 0, 0.63);  
  padding: 2px;  
  left: 10px;  
  border: 0px solid white;  
  visibility: hidden;  
  color: #fff;  
  text-decoration: none;  
  border-radius: 0px 0px 0px 0px;  
  -moz-border-radius: 0px 0px 0px 0px;  
  -webkit-border-radius: 0px 0px 0px 0px; height: 300px;
  }  
  .thumbnail span img{  
  border-width: 0;  
  padding: 2px;  
  }  
  .bk:hover .thumbnail span{  
  visibility: visible;  
  top: -288px;  
  left: 0px; height: 298px;witdh:210px;padding-left: 10px;  
  }  
   
.bk {
background-color: #fff;
border:1px solid #f6f5f5;
width:180px;
height:363px;
align:center;
border-radius:0px;
margin-bottom:15px;
-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.15);
}

.bk:hover {
background: #f8f8f8;
}

#bk_title{
height:50px;
text-align:center;
margin:0;
padding:0;
}





/* баннер с фото портфолио */

#content { 
/* Ширина слайдера */ 
width:710px; 
margin:0px; 
} 
.slider { 
float:left; 
/* Ширина слайдера */ 
width:710px; 
/* Высота слайдера */ 
height:410px; 
position:relative; 
} 
.sliderContent { 
float:left; 
/* Ширина слайдера */ 
width:710px; 
/* Высота слайдера */ 
height:410px; 
clear:both; 
position:relative; 
overflow:hidden; 
} 
.sliderArrows a { 
display:block; 
text-indent:-9999px; 
outline:none; 
z-index:50; 
background-image:url(http://sibstc70.ru/prev_next.png); 
width:42px; 
height:42px; 
position:absolute; 
top:50%; 
margin-top:-34px; 
} 
.prev { 
background-position:0 0; 
left:15px; 
} 
.prev:hover { 
background-position:0 -44px; 
} 
.next { 
right:15px; 
background-position:-44px 0; 
} 
.next:hover { 
background-position:-44px -44px; 
} 
.sliderContent .item { 
position:absolute; 
/* Ширина слайдера */ 
width:710px; 
/* Высота слайдера */ 
height:410px; 
background:#fff; 
} 
.sliderBullets { 
position:absolute; 
bottom:0; 
left:50%; 
z-index:50; 
margin-left:-45px; 
} 
 
.sliderBullets .active { 
background-position:0 -11px; 
} 
.sliderContent a { 
outline:none; 
} 



.clr {clear: both;}
.stateyn_katalog {
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
  padding:20px 15px;
  background: #FFF;
  border: 1px dashed #bbbbbb;
}

.vasdel_saytum, .kavasnuda {
  width: 50%;
  float: left;
  padding: 10px;
}

.vasdel_saytum {
  position: relative;
}
.kavasnuda {overflow: hidden;}

.ksumaned {
  margin-top: -50px;
}
.ksumaned img {
  width: 100%;
  max-width: 100%;
  height: 250px;
  object-fit: cover;

}

/*дата*/
.kanulubesa { color: #434343;margin: 20px 0 0;float: left;}
  .kanulubesa div:nth-child(1) {

  font-size: 60px;
  font-weight: bold;
  }
/*месяц*/
  .kanulubesa div:nth-child(2) {  
  font-size: 22px;
  text-transform: uppercase;
   
  }
/*год*/
  .kanulubesa div:nth-child(3) {
  font-size: 0
  }

.osemilan {
  float: right;
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 30px;

}
.osemilan span {
  display: inline-block;
  padding: 0 10px;
}
.osemilan span i {
  margin-right: 10px;
}

.kavasnuda a {
  color: #434343;
  text-decoration: none;
  font-size: 18px;
  line-height: 35px;
}

.uservidmat a {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 13px;
  padding: 0 15px;
  border-radius: 20px;
  line-height: 22px;
  margin: 15px 0;
}
.uservidmat a i {
  margin-right: 10px;
}
.kavasnuda p {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 35px;

}
.kavasnuda span a {
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #FFF;
}

@media screen and (max-width: 1000px){  
  .kavasnuda, .vasdel_saytum {float: none;width: 100%;}
  .kavasnuda span a {
  display: block;
  bottom: 20px;
  right: 20px;
  left: 20px;
  text-align: center;
}
.kavasnuda a {
  font-size: 14px;
  line-height: 27px;
}
}