
table, form, fielset
{
	max-width: 100%;
}
/* Navbar */
nav
{   
   position: fixed;
   width: 100%;
   top: 0;
	
}
.navbar-brand {
	line-height:1.6;
}


nav .navbar-nav > .active > a, nav .navbar-nav > .active > a:hover, nav .navbar-nav > .active > a:focus, 
nav .navbar-nav > .open > a, nav .navbar-nav > .open > a:hover, nav .navbar-nav > .open > a:focus,
nav .navbar-nav > li > a:hover, nav .navbar-nav > li > a:focus,
nav .navbar-brand:hover, nav .navbar-brand:focus
{
	background-color: #eeeeee;
}
@media (max-width: 768px) {
	nav .navbar-nav .open .dropdown-menu > li > a
	{
		color: #FFF;
	}
	nav .navbar-nav .open .dropdown-menu > li > a:hover, nav .navbar-nav .open .dropdown-menu > li > a:focus
	{
		background-color: #eeeeee;
	}
	
	
	.mailsol {
		font-size: 3vw!important;
		left:3%!important;
	}
	#logosmall {
		display:none;
	}
	
	ul.nav {
		margin-left:0px!important;
	}
	
	#indexpage, #indexpage .pageimp {
		text-align:center;
		margin:0 auto;
		padding:0;
	}
	
	.alerthead {
		width: 49%!important;
		left:3%!important;
		top:3%!important;
		min-height:100px;
	}
	
	.middle {
		width:93%!important;
	}
	.ldesc  ,.alerthead h3 {
		font-size: 2.51vw!important;
		line-height:1.6!important;
	}
	.alerthead h2{
		font-size: 3.08vw!important;
		padding:0 0 1ex 0 !important;
	}
	
	
}
/* Header */
header
{   
    margin-top: 5px;
	background: none;
	padding: 0 0 3px 0; 
}



@media (max-width: 430px) {
	
	
	.mailsol {
		font-size: 3vw!important;
		left:3%!important;
	}
	
	.mailsol + .mailsol {
		bottom:3%!important;
	}
	
	#logosmall {
		display:none;
	}
	
	ul.nav {
		margin-left:0px!important;
	}
	
	#indexpage, #indexpage .pageimp {
		text-align:center;
		margin:0 auto;
		padding:0;
	}
	
	.alerthead {
		width: 53%!important;
		left:3%!important;
		top:3%!important;
		text-align:center;
		min-height:63px!important;
		padding-top:0px!important;
	}
	
	.middle {
		width:93%!important;
	}
	.alerthead h3 {
		display:none;
	}
	.alerthead h2{
		font-size: 15px!important;
		padding:3px 0 1ex 0 !important;
	}

}












@media (max-width: 999px) and (min-width: 769px) {
	.alerthead h3 {
		font-size: 18px!important;
	}
	.alerthead h2 {
		font-size: 21px!important;
	}
	
	#indexpage, #indexpage .pageimp {
		text-align:center;
		margin:0 auto;
		padding:0;
	}
	
	.mailsol {
		font-size:14px!important;
	}
	.textdesbot {font-size:14px!important;bottom:1%!important;}
	
	#rghtblock {
	    padding:0 !important;
	}
	
	nav {
	    position: relative !important;
	}
	
	.ldesc {
		font-size:16px!important;
	}
	
	.middle {
		width:100%!important;
	}
	#logosmall {
		height:100px!important;
	}
	
}

@media (max-width: 1180px) and (min-width: 1000px)  {
	
	#indexpage .row > div {
		 padding-top:15px;
		 border-top:1px solid #eee;
		 box-shadow:none;
	}
	
	.alerthead h2 {
		font-size:26px!important;
	}
	
	.alerthead h3, .ldesc {
		font-size:21px!important;
	}
	
	#headtop input {
		width:80px!important;
	}
	
	.alerthead {
 		width: 45%!important;	
	}
}

.btn{
    margin-bottom: 5px;
}


header .btn-success
{
	background-color: #2ecc71;
	border-color: transparent;
	border-width: 0;
	box-shadow: 0 -4px #27ae60 inset;	
	text-shadow: 0 1px #27ae60;
}
header .btn-primary
{
	background-color: #34495e;
	border-color: transparent;
	border-width: 0;
	box-shadow: 0 -4px #2c3e50 inset;	
	text-shadow: 0 1px #2c3e50;
}
header .btn-success:hover, header .btn-success:focus, header .btn-success:active
{
	background-color: #2ecc71;
	border-color: transparent;
	border-width: 0;
	box-shadow: none;	
	padding-bottom: 13px;
}
header .btn-primary:hover, header .btn-primary:focus, header .btn-primary:active
{
	background-color: #34495e;
	border-color: transparent;
	border-width: 0;
	box-shadow: none;	
	padding-bottom: 13px;
}
header .modal-content
{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
header .modal-header
{
	border-bottom: 1px solid #34495e;
	background-color: #34495e;
	border-radius: 4px 4px 0 0;
}
header .modal-header h4
{
	color: #FFF;
}
header .modal-header .close
{
	text-shadow: none;
}
header .checkbox, header .form-control
{
	font-size: 13px;
}
header .avatar
{
	float: right;
	margin-left: 15px;
	max-width: 84px;
	height: 84px;
}
header ul.reset
{
	text-align: right;
	padding:15px 0 0 0;
}
header ul.reset li, header ul.reset li a
{
	color: #fff;
    font-family: "Segoe UI";
    font-size: 15px;
    text-decoration: underline;
	float:left;
}
header ul.reset li a:hover
{
	color: #0e3e5e;
	text-decoration: none;
}	
header ul.reset li.user
{
	font-size: 16px;
	font-weight: bold;
}

.btn-inverse {
    color: #fff !important;;
    background: #161617;
}

.btn-inverse:hover{
    background: #234759 !important;
}

.navbar-toggle, .navbar-toggle:hover {
    border:1px solid #fff!important;
}

@media (max-width: 970px) {
	header ul.reset
	{
		text-align: center;
	}
	header .avatar
	{
		float: none;
	}
}
.breadcrumb
{
	margin-bottom: 0;
	background-color: #FFF;
	border-radius: 3px;
}
.breadcrumb > li > a
{
	color: #828282;
}

.display-info
{
	text-align: center;
	overflow: hidden;
}
.display-info h1
{
	font-size: 36px;
	margin: 1em 0;
}
.display-info ul.info li
{
	float: left;
	font-size: 1.5em;	
	margin-left: 5px;
}
.display-info ul.info li.replies
{
	color: #5bc0de;
}
.display-info ul.info li.replies img, .display-info ul.info li.views img
{
	width: 64px;
}
.display-info ul.info li.views
{
	color: #f0ad4e;
}
.social_icons
{
	margin-bottom: 10px;
}
.social_icons a
{
	margin: 0 5px;
	opacity: 0.5;
	transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
}
.social_icons a:hover
{
	opacity: 1;
}

.white {
    color: white;
}

.blue {
    color: blue;
}
.grey {
    color: grey;
}
.whitesmoke {
    color: whitesmoke;
}
.green {
    color: green;
}
.darkblue {
    color: darkblue !important;
}

.main_conteiner {
    padding-left:0;
    padding-right:0;
}

label>input[type="checkbox"], label>input[type="radio"] {
    margin-right: 10px;
    position: relative !important;
    top: 2px;
}


ul.ind{
    list-style-type:none;
    padding:0;
    margin:0;
}    
ul.ind li span {
float: right;
line-height: 30px;
color: #8B8282;}
div ul.ind li {padding: 7px;
font-size: 17px;
color: #534F4F;}
ul.ind li a{
margin-left: 1em;
color: #455EDF;
text-decoration: underline;
line-height: 30px;
text-transform: uppercase;
}
ul.ind li:hover a{
    text-decoration:none;
    color:blue;
    opacity:0.9;
}
div ul.ind li:hover{
    background-color:#F0F0F0 !important; cursor:pointer;color:#000;
}


div ul.ind li.ddd{
    background-color:#F2FAFF;
}

.for-ind {
    float: right;
    line-height: 30px !important;
    height: 30px;
    padding-right:10px;
}

.btn-toolbar .pagination {
    margin-top: 0!important;
}

#setPrior {
    margin: 10px 0;
}

.mgt30 {
    margin:30px 0;
}
.manTd1, .manTd2 {
    vertical-align: middle !important;
    line-height:30px!important;
}

.padr10 {
    padding-right: 10px;
}
.padl0{
    padding:0!important;
}

.mgb10 {
    margin-bottom: 10px;
    display: inline-block;
}

.big {
    font-size: 1.5em!important;
}

#all_comment_modi {
    float: left;
    width: 100%;
}

#nwM16 td{
    vertical-align: middle !important;
}

.commi0, .commi1{
    width:100%;
    float:left;
	padding:10px;
	line-height:1.3;
    margin-bottom:15px;
    border-bottom: 1px solid #eea;
    text-align: justify;
}

.commi1 {
	background-color: #f3f3fa;

}

#entryies article {
    margin-top: 15px;
}

.commi0 p{
    color: #000;
}

.commi0 .authorblock {
    background: #eee;
    padding:0 7px;
    border:0;
}

.commi1 .authorblock {
    background: whitesmoke;
    padding:0 7px;
    border:0;
}

.logo_img {
    max-height: 128px;
}

.table-v-a td {
    vertical-align: middle !important;
}
#smile_block{
    width: 160px;
}

#smile_block img  {
        cursor: pointer;
        margin-right: 3px;
        margin-left: 3px;
}

#smile_block img:hover{
    background: #428BCA;
}

#smile_block > div {
    margin-bottom: 5px;
}

ul.ind li > * {
    padding-right:10px;
}

#pageNation {
    float: left;
}

#result_cont_jist {
    float: left;
    width: 100%;
    text-align: left;
}

#top_recklam_block {
    float: left;
    margin: 15px 0;
    width: 100%;
}

#base_logo {
    width: 20%;
    position: absolute;
    top:50px;
    left:10px;
}

#rghtblock {padding-left:15px;}

.btmrg30{
    margin-bottom: 30px;
}
.message_add_beta {
    color: red;
}

.adv-one {
    float: left;
    width:100px;
    margin-right:10px;
}

.adv-one img{
    height: 80px;
    width:100%;
    border:0;
}

.adv-two {
    display:table;
}

.acb {
    float: right;
    color: blue;
}

.adv-two > * {
    float: left;
    width: 98%;
}

header .col-md-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
}

#footbanner {
	display:none;
    border:0;
    margin: 15px -15px 0 -15px;
    background: white;
    border-radius: 3px;
    text-align: center;
}

#headtop {
	float:right;
	min-height: 50px;
    line-height: 50px;
	position:relative;
}

nav .caret {
	color:#6c9fcf;
}

#headtop input[type="text"]{
	padding:3px 5px!important;
	font-size: 1em;
	font-family: "Lato";
	width: 150px;
	color: rgb( 86, 86, 86 );
	border-color: #ACACAC;
}

#headbos {
	border:0px;
	position: relative;
	background:rgb(0,0,0);
}

.alerthead {
	width:41%;
	position:absolute;
	left:9%;
	height:43%;
	top:19%;
	background: #1D6BB6;
	border-radius:5px;
	z-index:881;
	padding:15px;
}

#headtop button{
	border:none;
	position: absolute;
	right: 5px;
    padding: 0;
	outline:none;
    top: 18px;
	color: #6c9fcf;
}

#logosmall {
	width: 130px;
	height:110px;
	background:url("../images/logosmall.png") no-repeat center center #fff;
	background-size: 89%;
	z-index:881;
	position:absolute;
	border-radius: 0 0 5px 5px;
}

.mailsol {
	position:absolute;
	left:9%;
	bottom: 19%;
	font-family: 'Lato', sans-serif;
	line-height: 1.239;
	font-weight:300;
	font-size:1.3em;
	color:rgba(255,255,255, 0.8);
	z-index:885;
}

.textdesbot {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  position: absolute;
  bottom:5%;
  left:8%;
  padding:0 7px;
  z-index:881;
  max-width:82%;
  
}


.mailsol+.mailsol {
	bottom:26.5%;
}

.mailsol > strong {
	color:#fff!important;
}

.mailsol i {
	color: #1d6bb6;
	padding-right:10px;
}
.ldesc {
  font-size: 1.3vw;
  font-family: "Roboto";
  color: rgb( 255, 255, 255 );
  font-weight: 300;
  line-height:55px;
  font-style: italic;
}

.alerthead h2, .alerthead h3 {
  font-family: "Roboto";
  color: rgb( 255, 255, 255 );
  font-weight: bolder;
  text-shadow: 0.139px 0.99px 1px rgb( 0, 0, 0 );
}

.alerthead h3 {
	font-size:21px; ;
}


.alerthead h2 {
	font-size:28px;
	padding-bottom:1.5ex;
	border-bottom:1px solid #fff;
}

#button_pm, #button_profile, #button_logout {
	display:none;
}

#logobac {
	opacity:0.75;
}

#uLogin {
	float:right;
	margin-left:15px;
}

.ulogin-buttons-container>div {
	margin:7px 2.5px !important;
}

#topheader  { 
		
		width:100%;
		height: 30px;
		color: rgb(64,64,64);
		background-color: #DEDEDE;
		font-size: 0.9em!important;
		font-family: "Lato" , sans-serif;
	
}

.border0 {
	border:none!important;
}
 

nav .nav li.active a {
	   font-weight:bolder;
}

#topheader div {
	line-height:32px;
	height:100%;
}

#topheader a {
	color: rgb(64,64,64)!important;
	outline: none;
	border: none;
}

#topheader i {
	color:#1d6bb6;
}

#headbos , #headbos > img {
	border-radius: 1ex;
}

.middle {
	
	width:82%;
	height:100%;
	margin: 0 auto;
	position:relative;
}

.menuwhite {
	background: #fff;
}

.menuwhite a {
	color: #313131!important;
}

.ulComent {
    display: block;
}
.recklam-advs {
    float: left;
    width: 100%;
    margin:30px 0 0px 9px;
}

.adv-title a {
    font-weight: 800;
    color: #0C6CB9 !important;
    font-size: 14px;
}

.adv-desc a {
    font-size:11px;
    text-decoration: none !important;
}

.adv_block {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding:20px 0;
}

.adv_block > a {
    position: absolute;
    top: -2px;
    right: -2px;
    color: rgb(252,252,252) !important;
}

.bannertop img {
	width:100%;
}

#rghtblock > * {
	width: 100%;
}