@import url(fonts.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: "Roboto";
  src: url("https://fonts.googleapis.com/css?family=Open+Sans") format("truetype");
} /* montsb */
/*::-webkit-scrollbar {width: 12px;height: 12px;}

::-webkit-scrollbar-track-piece {background:rgba(0,0,0,0);}
::-webkit-scrollbar-thumb:vertical {height:10px;background:#3B4449;}
::-webkit-scrollbar-thumb:vertical:hover {background:#0472d2;}
::-webkit-scrollbar-thumb:horizontal {width:10px;background:#3B4449;}
::-webkit-scrollbar-thumb:horizontal:hover {background:#0472d2;}
*/


.form-group {
    margin-bottom: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
	padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.alert-span-date {
    float: right;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.well {
background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 10%);
	min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
	padding: 10px;
}
.alert-question {
    margin-bottom: 5px;
    margin-right: 50px;
}
.alert-info{
	background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
	color: #31708f;
    background-color: #d9edf7;
}
.well-expert {
    padding-left: 15px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.alert {
    text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
	padding: 15px;
	padding-bottom:25px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-answer {
    margin-bottom: 5px;
    margin-left: 50px;
}
.alert-warning {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
	color: #8a6d3b;
    background-color: #fcf8e3;
}
nav {
  background: white;
  box-shadow: 0 2px 0 0 #ECF1F2;
  border-top: 1px solid #ECF1F2;
  text-align: center;
}
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  border-left: 1px solid #ECF1F2;
}
.topmenu > li:last-child {/*border-right: 1px solid #ECF1F2;*/}
.topmenu > li > a {
  font-weight: bold;
  padding: 20px 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1c1c1c;
}
.actives:after, .submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}
.topmenu .active, .topmenu > li > a:hover, .submenu li a:hover {color: #ddbe86;}
.submenu {
  position: absolute;
  left: -1px;
  z-index: 9999;
  width: 240px;
  border-bottom: 1px solid #ECF1F2;
  visibility: hidden;
  opacity: 0;  
  transform: translateY(10px);
  transition: .3s ease-in-out;
}
.submenu li {position: relative;}
.submenu a {
  background: white;
  border-top: 1px solid #ECF1F2;
  border-right: 1px solid #ECF1F2;
  border-left: 1px solid #ECF1F2;
  color: #1c1c1c;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px);
}
nav li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.men{
width: 1270px;
    background: #303a3f;
    /* width: 1270px; */
    height: 45px;
    display: table;
    margin: 0 auto;
    padding: 0;	
}

b i{
font-size:18px;	
}
.card{
height:200px;
width:300px;
box-shadow:0 0 5px 0px rgb(0,0,0,.5);
overflow: hidden; 
float:left;
margin:20px; 
position: relative;
}
.card a{
text-decoration:none;
}
.card .butt{
padding-top:10px;
border-radius:5px;
margin-top:10px;
height:30px;
width:max-content;
}
.card .head-card{
background-color:#21c346;
width:300px;
height:25px;
position:absolute;
z-index:3;
overflow: hidden; 
}

.card .foot-card{
background-color:#21c346;
width:300px;
height:15px;
bottom:0;
position:absolute;
z-index:3;
overflow: hidden; 
}

 .card .foot-card .parallelogram {
    width: 100px;
    height: 25px;
    position:relative;
    left:125px;
    background: #1aa13c;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    z-index:2;
}

 .card .head-card .parallelogram {
    width: 100px;
    height: 25px;
    position:relative;
    left:125px;
    background: #1aa13c;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    z-index:2;
}
 .card .head-card .parallelogram1 {
    width: 90px;
    height: 50px;
    top:0px;
    position:absolute;
    left:232px;
    z-indez:1;
    background: #d2d3d6;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    box-sizing: border-box;
}
.parallelogram2 {
    width: 200px;
    height: 15px;
    top:25px;
    position:relative;
    left:137px;
    z-indez:1;
    background: #d2d3d6;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    box-sizing: border-box;
}
.card .user-name{
position:relative;
top:40px;
width:60%;
text-align:center;
font-size:12px;
color:#000000;
}
.card .user-name p{
margin:0;
font-size:16px;
}

.card .img-user{
width:98px;
height:120px;
right:5px;
bottom:27px;
position:absolute;
border-radius:5px;
	object-fit:cover;
}

.card .parallelogram3 {
    width: 218px;
    height: 50px;
    bottom:10px;
    position:absolute;
    left:-12px;
    background: #76cb8b;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    box-sizing: border-box;
    overflow: hidden; 
}
.est {
    position:absolute;
    left:10px;
    bottom:21px;
    width:170px;
	height:35px;
    color:#ffffff;
}
.card .but{
position:relative;
float:left;
margin-top:10px;
margin-left:10px;
	color:red;
	height:auto;
}
.customers {
  word-break: break-word;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, .customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.customers tr:nth-child(even){background-color: #f2f2f2;}

.customers tr:hover {background-color: #ddd;}

.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
/* General Style */
a:link { text-decoration: none; color: #2f393e; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
a:active { text-decoration: none; color: #2f393e; }
a:visited { text-decoration: none; color: #2f393e; }
a:hover { text-decoration: none; color: #5898c4; }
td, body { font: 300 14px 'Roboto', sans-serif; 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; }
.page_name { clear:both; padding: 15px 0; margin: 0 0 20px 0; border-bottom: 2px solid #0472d2; color: #0472d2; font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 30px; }
.tags {text-transform: capitalize;font-size:12px;}
/* Site Menus */
#sidebar-l ul.uMenuRoot, ul.uMenuRoot ul { list-style-type: none; margin: 0; padding: 0; width: 210px; display: table; }
#sidebar-l ul.uMenuRoot a { display: block; text-decoration: none; margin: 0; }
#sidebar-l ul.uMenuRoot li { height: 48px; line-height: 48px; border-top: 1px solid #49545a; position: relative; }
#sidebar-l ul.uMenuRoot li a { background: #3b4449; height: 48px; padding-left: 20px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
#sidebar-l ul.uMenuRoot li a:hover { background: #49545a; }
#sidebar-l ul.uMenuRoot li.uWithSubmenu a { background: #3b4449 url(../images/bmenu.png) right no-repeat; }
#sidebar-l ul.uMenuRoot li.uWithSubmenu a:hover { background: #49545a url(../images/bmenuhover.png) right no-repeat; }
#sidebar-l ul.uMenuRoot li > ul { position: absolute; top: 0; left: 210px; display: none; z-index: 99999;}
#sidebar-l ul.uMenuRoot li:hover > ul { display: block; }
#sidebar-l .uMenuV .uMenuItem { font-weight: normal; background: none; }
#sidebar-l .uMenuV li a:link { text-decoration: none; color: #fff }
#sidebar-l .uMenuV li a:active { text-decoration: none; color: #fff; }
#sidebar-l .uMenuV li a:visited { text-decoration: none; color: #fff; }
#sidebar-l .uMenuV li a:hover { text-decoration: none; color: #fff; }
#sidebar-l .uMenuV .uMenuItemA { font-weight: normal; }
#sidebar-l .uMenuV a.uMenuItemA:link { text-decoration: none; color: #fff; }
#sidebar-l .uMenuV a.uMenuItemA:visited { text-decoration: none; color: #fff; }
#sidebar-l .uMenuV a.uMenuItemA:hover { text-decoration: none; color: #fff; }
#sidebar-l .uMenuV li { font-size: 14px; }

/* Module Part Menu */
.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 #0472d2; 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; display: block; }
.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; }

.acatname {background: #0472d2;padding: 5px 10px;color: #FFF !important;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;float:left;margin:0 10px 0 0;}
.addnews:hover,.acatname:hover {background:#E6E6E6;color:black !important;text-decoration:none;}

/* Entries Style */
.eBlock { }
.eTitle { font: 500 23px/30px 'Roboto Slab', sans-serif; }
.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; }
/* Poll styles */
.pollBut { width: 100%; margin-top: 15px; }
.blue {background: #478ec1 !important; }
.blue:hover {background: #3C7BA9 !important; }
.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; }
.polldetails {text-align: center;font-size: 11px;margin-top: 10px;}

/* 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: 'Roboto', sans-serif; font-weight: 500; display: block; color: #0472d2; text-align: right; }
.torg { padding-bottom: 5px; display: block; color: #a0a0a0; text-align: right; }
.rurboard2 { padding-bottom: 10px; font-size: 25px; font-family: 'Roboto', sans-serif; font-weight: 500; color: #0472d2; }
.torg2 { color: #a0a0a0; }
hr { color: #fff; height: 1px; border-bottom: 1px solid #f2f2f2; border-top: none; border-left: none; border-right: none; }
#boarditem { width: 710px; 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: 580px; }
.boardtitle { width: 580px; display: block; font-size: 17px; font-family: 'Roboto Slab', sans-serif; font-weight: 500; float: left; margin-bottom: 20px; }
.biright { display: block; float: right; width: 130px; }
.biright .rated {font-size:19px;}
.biright .rated  .ignore-select{font-size:14px;}
.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; }
.info-wr {width:100%;    margin-bottom: 30px; }
.info-item {padding:10px 0 10px 200px; height:20px; border-bottom:1px dashed #e3e3e3; font-size:14px;}
.info-wr .info-item:nth-child(2n) {background-color:#f2f2f2;}
.info-label {float:left; margin-left:-190px; font-weight:bold;}
.info-label img {margin-right:7px; width:16px; position:relative; top:2px;}
.info-desc {width:100%;}
.info-desc a {text-decoration:underline; color:#06c;}
.info-desc a:hover {text-decoration:none; color:#06C;}
.boardmess { float: left; width: 410px; height: 63px; overflow: hidden; }
.boardinf { float: left; width: 410px; padding-top: 9px; margin-top: 10px; border-top: 1px solid #f2f2f2; font-family: 'Roboto', sans-serif; font-weight: 500; }
.boardbigpic {height: 400px; float: left; width: 65%; display: block; margin-bottom: 20px; overflow:hidden;}
.boardbigpic img { width: 100%; min-height:400px;}
.boardid { width: 710px; display: table; margin-bottom: 20px; }
.bdleft { float: left; display: table; }
.bdleft img {float: left; width: 55px;height: 55px; padding-right: 10px;}
.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: 'Roboto', sans-serif; font-weight: 500; -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: #0472d2 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/whtsp.png) right no-repeat; }
#hbg { width: 100%; display: block; margin: 0; padding: 0; }
#hl { width: 100%; height: 44px; <!--border-bottom: 1px solid #d4d1d1;--> display: table; }
.headline a { color: #6e7578; }
.headline { width: 1270px; height: 44px; line-height: 44px; display: block; margin: auto; margin: auto; }
.toplink { float: left; margin-right: 20px; }
.toplink:before { font-family: FontAwesome; color: rgba(255,255,255,0.5); margin-right: 10px; }
.toplink:hover { color: white; text-decoration: none; }
.aboutus:before { content: '\f136'; }
.advlink:before { content: '\f170'; }
.contlink:before { content: '\f015'; }
.sb { width: 44px; height: 44px; display: block; float: right; border-right: 1px solid #d4d1d1; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; line-height: 44px; text-align: center; font-size: 18px; }
.sb:last-child { border-left: 1px solid #d4d1d1; }
.sb:hover { background: #2f393e; color: white; text-decoration: none; }
#header { width: 1270px; height: 130px; display: block; margin: auto; position: relative;}
.logo { width: 120px; height: 121px; display: block; float: left; background: url(../images/tkz1201.png) no-repeat; }
.searchForm { border-bottom:1px solid #ccc; overflow: hidden; float: right; height: 45px; width: 595px; display: table; margin-left: 10px; margin-top: 10px; }
.schQuery { float: left; }
.schQuery input { box-shadow: none !important; outline: none; height: 45px !important; line-height: 45px !important; margin-left: 15px !important; ; width: 430px !important; background: none !important; font-size: 14px; border: none !important; color: #fff!important; padding: 0 !important; font-style: italic; }
.textlogo{float: left; height: 45px; width: 495px; margin-top: 40px; margin-left: 20px; font-family: 'Roboto Condensed', sans-serif; font-size: 19px; font-weight: 600; text-transform: uppercase;}
.searchForm:hover { background: #e8e8ec; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
.schBtn { float: right; }
.schBtn button { margin: 0 !important; width: 45px !important; height: 45px !important; background: #0472d2 !important; border: none !important; color: rgba(255,255,255,0.5); cursor: pointer; padding: 0 6px; box-shadow: none !important; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; font-size: 14px; }
.schBtn button:hover { background: #b5b5b5 !important; }
.profile a {width: 180px; padding-right: 45px;text-align: center; margin-top: 5px; 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; }
.profile-logged a {margin-top: 5px; width: 40px; padding-right: 0; text-align: center; height: 45px; line-height: 45px; display: block; float: right; font-weight: 500; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; text-transform: uppercase; color: #353434;}
.profile-logged a:hover {text-decoration: underline; }
.profile .fa, .profile-logged .fa { color: rgba(255,255,255,0.5); margin-right: 10px; }

.nav_btn {border: 0;background: transparent; font-size: 18px; height: 50px; width: 100%; color: #fff;  display: none; cursor: pointer;padding:10px;}
.nav_btn .fa {float: left;}
.nav_btn span {float: left; margin-left: 10px;}
a.homelink {float: left;color: #FFF;border-right: 1px solid #90C067;padding: 0 20px !important; background: #73A845;}
a.homelink:hover {background:#639934;}
a.homelink .fa { line-height: 70px; font-size: 30px; }
#headmenu { background: #303a3f; width: 1270px; height: 45px; display: table; margin: 0 auto;padding: 0; }
#headmenu ul { background: #326692; list-style: none; margin: 0; padding: 0;}
#headmenu ul li { float: left; list-style: none;}
#headmenu ul li:hover { text-decoration: none; background: #326692; }
#headmenu ul li:hover ul { display: block;}
#headmenu ul li a {text-decoration: none; /*text-transform: uppercase;*/ display:block; color: #fff; line-height: 45px; padding: 0 15px;/* border-right: 1px solid #3d76a7;*/ list-style: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 500; }
#headmenu ul li ul {position: absolute; display: none; list-style: none; z-index: 1000;width:auto;}
#headmenu ul li ul li {float:none;border-top:1px solid #3d76a7;}
#headmenu ul li ul li:hover {background:#0472d2;}
#headmenu ul li ul li a {line-height:50px;font-size: 15px;}
#headmenu ul.main_nav li.uWithSubmenu a:before {font-family:FontAwesome;content:"\f105";margin:0 10px 0 0;}
#headmenu .fa fa-angle-down a:before {font-family:FontAwesome;content:"\f105";}.fa-angle-down {font-size: 12px; margin: 0 5px;}
.breadcrumb { width: 1210px; padding-left: 30px; padding-right: 30px; height: 50px; line-height: 50px; display: block; margin: auto; overflow: hidden; background: #f5f5f5; color: #a5a8aa; }
#maincont { width: 1270px; display: table; margin: auto; background: #fff; box-shadow: 0 2px 5px #e9e9e9; }
#content { width: 710px; float: left; padding: 30px 0 0 0;}
.content_adv{ height: 90px; width: 100%; overflow: hidden;text-align: center; margin: 0 0 20px 0;  padding-top: 20px;}
.allcont { width: 710px; padding: 30px 0 0 0; display: table; }
#sidebar-l { width: 230px; float: left; margin-top: 30px; }
#sidebar-r { width: 290px; float: right; margin-top: 30px; margin-right: 20px; }
#sidebar-r span { width: 220px; margin-left: 20px; margin-right: 20px; margin-top: 30px;font-size: 21px;font-family: 'Roboto', sans-serif;font-weight: 500;display: block;padding-bottom: 18px;border-bottom: 2px solid #0472d2;}
.right-block, .left-block {margin-bottom:30px;}
.fullstory embed, .fullstory object, .fullstory video, .fullstory iframe, .fullstory frame {width: 100% !important; height:450px;}
.fullstory img {max-width: 710px;}
.tntitle { width: 290px; padding-bottom: 20px; border-bottom: 2px solid #f2f2f2; display: block; color: #478ec1; }
.tntitle span { font-size: 20px; font-family: 'Roboto', sans-serif; font-weight: 500; color: #2f393e; }
.weather {color: #908c8c; font-style: normal; font-size: 12px;}
.todaynews { width: 290px; display: block; margin-bottom: 30px; }
.tnews { width: 275px; padding: 20px 35px 20px 0px; clear:both; overflow:hidden; border-bottom: 1px solid #f2f2f2; display: block; text-align: left; height: 80px; -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 #0472d2; }
.tpic { width: 110px; height: 80px; margin-right: 20px; float: left; overflow: hidden; text-align: center; display: table; }
.tpic img { width: 110px; height: auto; min-height: 80px; }
.btitlecomms { background: #3b4449 url(../images/btitlecomms.png) right no-repeat; width: 160px; height: 50px; padding-right: 50px; font-family: 'Roboto', sans-serif; font-weight: 500; color: #fff; line-height: 50px; text-align: center; display: block; font-size: 17px; text-transform: uppercase; }
.btitle {border-bottom: solid 2px #0472d2; width: 290px; height: 55px; font-family: 'Roboto', sans-serif; font-weight: 500; color: #2f393e; line-height: 55px; text-align: center; display: block; font-size: 18px; text-transform: uppercase; }
.btitle-l { background: #478ec1; width: 210px; height: 55px; font-family: 'Roboto', sans-serif; font-weight: 500; color: #fff; line-height: 55px; text-align: center; display: block; font-size: 18px; text-transform: uppercase; }
.btitlemenu { background: #3b4449; width: 290px; height: 55px; font-family: 'Roboto', sans-serif; font-weight: 500; 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; height: 55px; font-family: 'Roboto', sans-serif; font-weight: 500; line-height: 55px; text-align: center; display: block; font-size: 23px; text-transform: uppercase; }
.bcontmenucont { display: block; margin-bottom: 30px; }
.bcont { display: table; width: 99.6%; border-right: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; }
.bcontent {padding:19px;}
.bcont-l { display: table; width: 170px; padding: 19px; border-right: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; border-bottom: 4px solid #478ec1; margin-bottom: 30px; }
#blocktabs { display: table; width: 250px; margin-bottom: 30px; }
.bcontpoll { display: table; 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: #0472d2; text-decoration: underline; }
#blockad a:hover { color: #0472d2; 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: #0472d2 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 {box-sizing: border-box; padding: 0 5px; outline: none; border: 0; background: #f1f1f1; font-family: 'Roboto', sans-serif; box-shadow: inset 0 1px 3px #d6d6d6; min-height: 30px; }
select { outline: none; background: #f1f1f1; border: 0; font-family: 'Roboto', sans-serif; box-shadow: inset 0 1px 3px #d6d6d6; min-height: 30px; }
.button, input[type=button], input[type=reset], input[type=submit] { border: 0; height: 40px; padding-left: 15px; padding-right: 15px; cursor: pointer; outline: none; background: #0472d2; text-transform: uppercase; color: #fff !important; font-size: 14px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease;text-decoration:none; }
.button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover { background: #73a845;color:white !important;text-decoration:none; }
.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: #0472d2; z-index: 3; }
.tableform, .f_input, .tableform textarea, .tableform select {width:100%;}
.f_input, .f_textarea {width:100%;}
.tableform, .tableform select {width:100%;}
.reset, .reset li { list-style: none; padding: 0;margin: 0;}
.lcol {  float: left;}
.rcol {float: right;}
.pm select { width: 190px;}
.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: 200px; display: table; padding-bottom: 20px; border-bottom: 1px solid #f2f2f2; margin-top: 20px;margin-left:7px; }
img.icommphoto { 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: #478ec1 url(../images/userIcon.png) right no-repeat; color: #fff; margin-bottom: 10px; }
#Go_Top {     z-index: 999999999;width: 60px; border: 0px solid #cccccc; text-align: center; position: fixed; bottom: 50px; right: 0; 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; }
.lnpic img, .ltnpic img, .adsinfpic img, .tpic img, .npic img, .boardpic img, .pmpic img{-webkit-transition: all .5s; -o-transition: all .5s; -ms-transition: all .9s; transition: all .5s;}
.lnpic:hover img, .ltnpic:hover img, .adsinfpic:hover img, .tpic:hover img, .npic:hover img, .boardpic:hover img, .pmpic:hover img {transform: scale(1.1);-webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1);}	
#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: 21px; line-height: 36px; overflow: hidden; }
.fc1 { height: 28px; padding-left: 10px; padding-right: 10px; line-height: 28px; display: table; font-size: 13px; text-transform: uppercase; background: #0472d2; color: #fff; }
#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: 10px; line-height: 28px; display: table; font-size: 11px; text-transform: uppercase; background: #e35845; color: #fff; }
#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: 10px; line-height: 28px; display: table; font-size: 11px; text-transform: uppercase; background: #ff6600; color: #fff; }
#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: 10px; line-height: 28px; display: table; font-size: 9px; text-transform: uppercase; background: #0472d2; color: #fff; }
#lascom { width: 710px; display: table; border-bottom: 1px solid #f2f2f2; }
.lastnews span { width: 100%; font-size: 21px; font-family: 'Roboto', sans-serif; font-weight: 500; display: block; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 2px solid #da4949; }
.lastnews { padding-top: 30px; width: 450px; float: left; display: block; }
.ln a { font-size: 18px; color: #2f393e; text-decoration: none; }
.ln a:hover { text-decoration: underline; color: #5898c4; }
.ln { width: 450px; 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: 10px; line-height: 28px; display: table; margin-top: 9px; margin-right: 10px; font-size: 13px; text-transform: uppercase; background: #0472d2; color: #fff; }
.wln a { display: block; width: 405px; padding-right: 45px; text-align: center; line-height: 45px; color: #fff; text-transform: uppercase; background: #0472d2 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: 230px; float: right;display: block; }
.lasttopnews span { width: 198px; margin-left: 20px; margin-right: 20px; margin-top: 30px; font-size: 21px; font-family: 'Roboto', sans-serif; font-weight: 500; display: block; padding-bottom: 18px; border-bottom: 2px solid #115232; }
.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;  }
.ltn:last-child { border-bottom: 0px solid #f2f2f2; }
.ltnpic { width: 200px; height: 120px; background: #fff; overflow: hidden; display: block; text-align: center; margin-bottom: 15px; }
.ltnpic img {     max-width: 100%;  max-height: 100%; }
#indextabs { width: 710px; padding-top: 30px; display: table;}
.intabs { position: relative; margin: 0 auto; width: 710px; }
.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: 670px; padding: 20px 20px 80px 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: 156px; float: left; margin-bottom:20px; margin-right: 15px; display: block; }
.adsinf:nth-child(4n) { margin-right: 0px; }
.adsinfpic { width: 156px; height: 110px; display: block; overflow: hidden; text-align: center; margin-bottom: 10px; }
.adsinfpic img { width: 156px; height: auto; }
.adsinftext { width: 156px; display: block; height: 84px; overflow: hidden; }
.relatednews, .relatednews .adsinfpic, .relatednews .adsinfpic img, .relatednews .adsinftext  { width: 131px !important;}
.relatednews img {min-height:110px;}
.relatednews{margin-right: 11px !important;}
.alladsindex { z-index: 999; position: absolute; bottom: 20px;margin-left: 20px; height: 38px; line-height: 28px; height: 28px; padding-top: 20px; width: 641px; padding-right: 39px; display: block; background: url(../images/allads.png) right bottom no-repeat; border-top: 1px solid #f2f2f2; }
.alladsindex a { float: right; color: #0472d2; text-decoration: underline; }
.alladsindex a:hover { float: right; color: #0472d2; text-decoration: none; }
.alladsindex span a {color: #2f393e; float:left;text-decoration:none;}
.alladsindex span a:hover {float:left;color: #2f393e;text-decoration:underline;}
.carousel span { width: 100%; font-size: 21px; font-family: 'Roboto', sans-serif; font-weight: 500; display: block; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 2px solid #0472d2; }
#lastphotos { width: 710px; padding: 30px 0 30px 0; display: table; }
.lastphotospic { width: 162.5px; margin-bottom:20px;height: 110px; display: block; margin-right: 20px; overflow: hidden; float: left; background: #000 url(../images/zoom.png) no-repeat center; }
.lastphotospic:nth-child(5n) { margin-right: 0px; }
.lastphotospic img { width: 162.5px; min-height: 110px; height: auto; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
.lastphotospic img:hover { width: 162.5px; min-height: 110px; -webkit-filter: blur(0.5); opacity: 0.7; height: auto; }
.lastvideo { width: 162.5px; margin-bottom:20px;height: 110px; display: block; margin-right: 20px; overflow: hidden; float: left; background: #000 url(../images/video.png) no-repeat center; }
.lastvideo img { width: 162.5px; min-height: 110px; height: auto; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
.lastvideo img:hover { width: 162.5px; min-height: 110px; -webkit-filter: blur(0.5); opacity: 0.7; height: auto; }
.lastvideo:nth-child(5n) { margin-right: 0px; }
footer { background: #3b4449;}
#fbg { width: 100%; height: 270px; display: block; }
.fbgtop { width: 1270px; 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 #0472d2; line-height: 44px; }
.footline a { color: #6e7578; }
.footline { width: 1270px; height: 44px; display: block; margin: auto; margin: auto; }
.fblock h3 { width: 100%; display: block; font: 500 20px 'Roboto', sans-serif; margin: 0 0 20px 0; color: #fff; }
.fblock { margin-top: 40px; width: 390px; float: left; margin: 40px 15px 0 15px; display: block; color: #8f979a; }
.fblock li { list-style: none; display: block; margin-top: 10px; margin-bottom: 10px; }
.flcinf { width: 340px; margin-right: 32px; display: block; float: left; }
.tags {color:#3b4449; overflow: hidden; height: 122px;}
.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: 'Roboto', sans-serif; font-weight: 500; line-height: 30px; display: block; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 2px solid #f2f2f2; }
#news { width: 710px; display: table; padding-bottom: 19px; margin-bottom: 20px; border-bottom: 1px solid #f2f2f2; }
.ntitle { display: block; width: 680px; font-size: 18px; font-family: 'Roboto Slab', sans-serif; font-weight: 500; margin-bottom: 20px; color: #3b4449; }
.npic { float: left; width: 230px; height: 150px; margin-right: 20px; display: block; overflow: hidden; }
.npic img { max-width: 100%; max-height: 100%; overflow: hidden; }
.nncont { width: 460px; display: block; float: right; }
.ninfo { width: 460px; display: block; padding-top: 15px; margin-top: 15px; border-top: 1px solid #f2f2f2; font-family: 'Roboto', sans-serif; font-weight: 500; text-align: right; }
.e-comment { float: right; width: 26px; height: 26px; text-align: center; font-size: 14px; color: #fff; line-height: 26px; display: block; overflow: hidden; background: #0472d2 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: auto;padding-right: 15px;height: 26px; padding-left: 26px; text-align: center; font-size: 14px; color: #fff; line-height: 26px; display: block; overflow: hidden; background: #0472d2 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: #0472d2 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: auto;padding-right: 15px; height: 26px; padding-left: 26px; text-align: center; font-size: 14px; color: #fff; line-height: 26px; display: block; overflow: hidden; background: #0472d2 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: #0472d2 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 a, .e-cat a {color:#fff;}
.e-author span { display: none; }
.e-author:hover span { display: block; }
.e-author:hover { margin-right: 5px; float: right; width: auto;padding-right: 15px; height: 26px; padding-left: 26px; text-align: center; font-size: 14px; color: #fff; line-height: 26px; display: block; overflow: hidden; background: #0472d2 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: #0472d2 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: auto;padding-right: 15px; height: 26px; padding-left: 26px; text-align: center; font-size: 14px; color: #fff; line-height: 26px; display: block; overflow: hidden; background: #0472d2 url(../images/catIcon.png) left no-repeat; }
.rated { float: left; } .rated  .fa {display: inherit;} .rated a:hover{text-decoration:none;} .full .fa {font-size: 17px;} .uc-top-right .fa {font-size:15px;}
.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: #0472d2; 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: 223px; display: block; float: left; margin-bottom: 20px; margin-right: 20px;}
.pmpic { width: 223px; height: 150px; overflow: hidden; display: block; margin-bottom: 15px; }
.pmpic img { width: 223px; min-height: 150px; height: auto; }
.pmtext { height: 42px; width: 220px; display: block; overflow: hidden; }
.forumContent { width: 1010px; background: #fff; margin: auto; display: block; box-shadow: 0 2px 5px #e9e9e9; padding: 30px;}
.gTable { background: none; border-spacing: 0px; }
.gTable td { background: #f5f4f4; padding-top: 5px; padding-bottom: 5px; }
td.gTableTop { font-size: 14px; color: #FFF; padding: 5px 10px; background: #478ec1; height: 45px; line-height: 45px; }
td.gTableTop a { font-size: 14px; color: #FFF; }
td.gTableSubTop, td .postTdTop { background: #8ebe64; line-height: 30px; color: #fff; padding: 3px 10px; }
td.gTableSubTop a, td .postTdTop a { color: #fff; }
.gTableBody { border-radius: 2px; }
.gTableBody1 { border-radius: 2px; }
.gTableBottom { border-radius: 2px; }
.gTableLeft { border-radius: 2px; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; }
.gTableRight { border-radius: 2px; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; }
.gTableError { border-radius: 2px; }
.mass_comments_action .bbcodes {border-radius:0 !important;    height: 30px;}
.teleg_whats_block {
    width: 99%;
    line-height: 35px !important;
    text-align: right;
}
.icon-whatsapp {
    width: 30px;
    height: 30px;
    background: url(../images/whatsapp.png) no-repeat;
}
.icon-telegram {
    width: 30px;
    height: 27px;
    background: url(../images/telegram2.png) no-repeat;
}
.icon-whatsapp, .icon-telegram {
    display: inline-block;
    vertical-align: -8px;
    margin-right: 5px;
    margin-top: 2px;
}

.writeus {
padding-left: 25px;
background: url(../images/whatsapp2.png) left no-repeat;
margin-right: 20px;
}
.adsrules {
padding-left: 25px;
background: url(../images/telegram2.png) left no-repeat;
}
/* forum Page switches */
.navigation-holder{
text-align: center;
clear: both;
height: 50px;
margin: 40px 0 40px 0;
}
.navigation{
color:#000;
font-size:16px;
clear:both;
display: inline-block;
text-align: center;
font-family: "PT Sans Bold";
}   
.navigation b{
padding-top: 0 !important;
}
.navigation span, .navigation a, .navigation b{ 
height: 40px;
line-height: 40px;
padding-top: 2px;
vertical-align: middle;
min-width:40px;
font-size:14px;
float:left;
}
.navigation a{
line-height:40px;
color: #121212;
margin-right: 5px;
text-decoration: none;
-webkit-transition:all 0.1s ease;
-moz-transition:all 0.1s ease;
transition: ease 0.1s all;
border: 1px solid #dcdcdc;
border-radius: 3px;
margin-left: 1px;
background: #f6f6f6;
}
.navigation a:hover{
text-decoration:none;
color:#fff;
background:#0472d2;
}
.navigation span {    
text-decoration:none;
color:#628C3E;
border:1px solid #628C3E;
}
.nav_ext{
background-color: transparent !important;
color: #202020 !important;    
border-color:transparent !important;
}
.next,.prev{
line-height: 40px !important;
}
.next span,.prev span, .navigation span{
margin-right: 5px;
background:#0472d2;
color:#909090;
line-height: 40px !important;
border-radius: 3px;
color:#fff;
}
.next a, .prev a{
text-decoration:none !important;
font-weight: normal;
color: #121212;
}
.next a:hover, .prev a:hover{
}
.infoblock {
background: #F8F8F8;
padding: 15px;
line-height: 40px;
}
.infoblock .button {
float: right;
}
/* login.tpl  */
.login_block{
display: none;
position: absolute;
top: 110px;
right: 0;
width: 225px;
-webkit-box-shadow: 0px 5px 10px rgba(34,34,34,0.2);
-moz-box-shadow: 0px 5px 10px rgba(34,34,34,0.2);
box-shadow: 0px 5px 10px rgba(34,34,34,0.2);
border: 1px solid #ddd;
background-color: #fff;
z-index: 9999;
}
.login_block:before{
position: absolute;
content: "";
top: -16px;
right: 7px;
width: 0;
height: 0;
border:8px solid transparent;
border-bottom-color: #fff;
}
.profile_menu{
padding: 0;
list-style: none;
border: 1px dashed #A4AEB9;
border-radius: 4px;
background: #e7e7e7;
width: 200px;
margin: 20px auto;
margin-bottom: 20px;
}
.loginl {     padding-top: 10px;
border-top: 1px solid #cfcfcf;
background: #E9E9E9;}
.profile_menu li{
display: block;
border-bottom: 1px solid #ddd;
line-height: 20px;
}
.profile_menu li a{
display: block;
width: auto;
height: 34px;
line-height: 34px;
padding-left: 15px;
font-size: 14px;
font-weight: 400;
color: #333;
background-position: left center;
background-repeat: no-repeat;
text-decoration: none!important;
}
.profile_menu li a:hover{
background-color: #fff;
text-decoration: none;
}
.user_info {
padding: 15px 15px 65px;
border-bottom: 1px solid #ddd;
}
img.socialConnectAvatar {
width: 50px;
height: 50px;
float: left;
border: 1px solid #fff;
border-radius: 8px;
margin: 0 10px 0px 0;
}
.socialConnectUserInfo {
float: left;
margin: 0;
}
.socialConnectUserInfo .socialConnectUsername {
padding-bottom: 5px;
}
.socialConnectUserInfo a {
font-size: 14px;
color:#478ec1;
}
.profile_link:hover{
background-color: #505050 !important;
color: #fff;
}
.profile_avatar{
height: 20px;
max-width: 30px;
margin: 0 10px 0 0;
overflow: hidden;
float: left;
display: block;
}
.profile_avatar img{
min-width: 20px;
max-width: 30px;
}
.profile_menu li a.logout{
color: #fb4d4d;
}
.profile_menu li a.profile_link{
background-color: #404040;
color: #fff;
padding: 10px;
}
.profile_menu li a.profile_link:before{
display: none;
}
.login_form{
margin: 17px 20px;
}
.login_form label{
color: #2f393e;
font-size: 14px;
display: block;
margin: 0 0 10px 0;
line-height: 15px;
}
.login_form label a{
font-size: 14px;
color: #1482c7;
}
.login_form .inp{
width: 100%;
border:0;
height: 35px;
padding: 0 0 0 10px;
color: #a5a5a5;
font-size: 14px;
margin: 0 0 15px 0;
}
.login_form .not_save_label{
font-size: 12px;
height: 15px;
line-height: 15px;
display: block;
position: relative;
}
.login_form input[type="checkbox"] + .not_save_label span{
display: inline-block;
cursor: pointer;
margin: 0 6px 0 0;
background: url("../images/chek.png") 0 0 no-repeat;
width: 15px;
height: 15px;
margin: 0 10px 0 0;
vertical-align: middle;
position: relative;
top: -2px;
}
.login_form input[type="checkbox"]:checked +.not_save_label span{
background: url("../images/chek.png") -15px 0 no-repeat;
}
.ch_box_save{
display: none;
}
.login-soc {
margin: 0 0 10px 0;
}
.login-soc a {
float: left;
width: 25px;
height: 25px;
margin-right: 5.8px;
}
.login-soc a:hover {
opacity: 0.7;
}
.login-soc1 {
background: url(../images/login-soc.png) left top no-repeat;
}
.login-soc2 {
background: url(../images/login-soc.png) -25px top no-repeat;
}
.login-soc3 {
background: url(../images/login-soc.png) -50px top no-repeat;
}
.login-soc4 {
background: url(../images/login-soc.png) -75px top no-repeat;
}
.login-soc5 {
background: url(../images/login-soc.png) -100px top no-repeat;
}
.login-soc6 {
background: url(../images/login-soc.png) -125px top no-repeat;
}
.enter-btn{
width: 100%;
height: 34px;
cursor: pointer;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-weight: bold;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background-color: #d9534f;
border-color: #d43f3a;
-webkit-box-shadow: 0px 5px 0px #d43f3a;
-moz-box-shadow: 0px 5px 0px #d43f3a;
box-shadow: 0px 5px 0px #d43f3a;
border-width: 0;
color: #fff;
font-size: 14px;
}
.enter-btn:active, .enter-btn:focus, .enter-btn:hover{
color: #fff;
background-color: #d2322d;
border-color: #ac2925;
-webkit-box-shadow: 0px 5px 0px #d2322d;
-moz-box-shadow: 0px 5px 0px #d2322d;
box-shadow: 0px 5px 0px #d2322d;
}
/* LOGIN end  */
#vk_groups, #vk_groups iframe {width:100% !important;}