body{
	background: #0577BE url('../img/bg.gif') repeat-x top left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	min-width: 240px;
}
i{
	color: #0979BF; 
	font-style: normal;
	font-weight: 700;
}
h6{
	color: #0979BF !important; 
	font-size: 10px;
}
h7{
	color: #0979BF !important; 
}
h8{
	font-size: 6px;
}
.main{
	background: #FFF;
	border: 1px solid #dadada;
	margin: 10px;
	padding: 10px;
}
.pnl{
	background: #fff;
	padding: 5px;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-bottom: 5px;
}
.title{
	color: #FFF;
}
.title h4{
	font-size: 20px;
	padding-top: 12px;
}

.hots {
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
.blbg{
	background-image: linear-gradient(#A7D6E9, #68B9D9);
}
.nvbg{
	background-image: linear-gradient(#4399CE, #0979BF);
}
.flags{
	text-align: right;
}

/*content*/
.content h4{
	color: #0979BF;
	display: block;
	text-align: center;
	font-weight: 700;
}
.glyphicon-ok-circle{
	padding-left: 20px;
	padding-right: 5px;
	color: #0979BF; 
	font-style: normal;
	font-weight: 300;	
}
.anim-card{
	overflow: hidden;
	transition: all .5s;
}
.anim-card:hover{
	box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
.publ{
	text-align: center;
}
.publ img{
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;	
	display: inline-block;
}
.btn-blue{
	font-size: 11px; 
}
.btn-blue:hover{
	background-image: linear-gradient(#4399CE, #0979BF);
	color: #fff;
}
.btn_ann{
	position:absolute;top:10px;
	right: 25px;
}
.conf img{
	border: 1px solid #c0c0c0;
	border-radius: 3px;	
	margin-right: 10px;
}
.fl{
	float: left;
}
.soft{
	border: 1px solid #c0c0c0;
	padding: 5px; 
	text-align: center;
    position: relative;
	height: 250px;
	overflow: hidden;
	transition: all .5s;
	margin-bottom: 10px;
}
.soft:hover{
	box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
.soft-title{
	color: #0979BF;
	display: block;
	text-align: center;
}
.soft-item{
	color: #0979BF;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.soft-descr{
	font-size: 12px;
}
.soft-det{
	font-size: 11px;
	margin: 5px;
}
.soft a{
	margin-top: 10px;
}
.softfree img{
	position: absolute;
	left: 20%;
	width: 60%;
	bottom: 55px;
}
.softdwn img{
	max-height: 130;
	width: auto;
}
.softpdf{
	background: #fff url('../img/pdf.gif') no-repeat center;
}
.softzip{
	background: #fff url('../img/zip.gif') no-repeat center;
}

.soft-downl{
	position: absolute;
	bottom: 15px;
	left: 15%;
	width: 70%;
	font-size: 11px;
}
.soft-downlup{
	position: absolute;
	bottom: 8px;
	left: 15%;
	width: 70%;
	font-size: 11px;
}

.soft-downlup li{
	font-size: 11px;	
}
.soft .btn:hover{
	/*background: #A7D6E9;*/
	background-image: linear-gradient(#4399CE, #0979BF);
	color: #fff;
}

/*sidebar*/

.sidebar{
	background-image: linear-gradient(#4399CE, #0979BF);
	margin-bottom: 5px;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.sidebar ul{
	list-style: none;
	padding-left: 0;
	padding-top: 5px;
}

.sidebar ul li a{
	list-style: none;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	display: block;
	border: 1px solid transparent;
	border-radius: 3px;	
	padding-left: 5px;
}	
.sidebar ul li a:hover{
	border: 1px solid #fff;
}	
.sidebar ul li a.hot{
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}	

.news{
	background: #A7D6E9;
	margin-bottom: 5px;
	border-radius: 3px;
	padding: 5px;
}
.news p{
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.news h5{
	font-size: 11px;
	color: #0979BF;
	margin-bottom: 0;
}

.news a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.news hr{
	margin-top: 5px;
	margin-bottom: 5px;
}
.inews {}
.inewsb {
    font-weight: 700;
    color: #0577BE;
} 

.footer {
	background: #FFF;
}

.footer p{
	color: #0577BE;
    font-size: 12px;
	font-weight: 300;
	text-align: right;
	margin-bottom: 0;
}

img{
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}
.title h4,
.impcmag{
	margin-top: 40px;
}

h3{
	font-size: 24px;
	font-weight: 700;
}
.content h1{
	font-size: 1px;
	color: #FFFFFF;
}
.content strong{
	color: #0979BF;
}
.footer-cr p{
    font-size: 12px;
	font-weight: 300;
	padding: 0;
	text-align: right;
	height: 10px;
}
.btn-red{
	background: #d51e08;
	color: #fff;
}
.btn-red:hover{
	background: #ec4835;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
div.line {display: block; border-bottom: 1px solid #eee; width: 100%; line-height: 3px; }    

.tsem {width: 100%; border: 1px solid; border-collapse: collapse;}
.tsem td {border: 1px solid #c0c0c0; padding: 2px;}

.ttip {
  position: relative;
  /*display: inline-block; not necessary*/
  border-bottom: 1px dotted #0979BF;
}

.ttip .ttiptext {
  visibility: hidden;
  width: 600px;
  background-color: white;
  color: #0979BF;
  text-align: left;  /*center;*/
  border-radius: 5px;
  border: 1px solid #0979BF;
  padding: 4px 4px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  /*bottom: 100%;*/
  top: 100%;
  left: 50%;
  margin-left: -50%;/* -60px;*/
  box-shadow: 3px 3px 2px #d3e6ff;
}

.ttip:hover .ttiptext {
  visibility: visible;
}

.ttipr {
  position: relative;
  /*display: inline-block; not necessary*/
  border-bottom: 1px dotted #0979BF;
}

.ttipr .ttiptextr {
  visibility: hidden;
  width: 320px;
  background-color: white;
  color: #0979BF;
  text-align: left; 
  /*font-size: 11px;*/
  border-radius: 5px;
  border: 1px solid #0979BF;
  padding: 4px 4px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0%;
  box-shadow: 3px 3px 2px #d3e6ff;
}

.ttipr:hover .ttiptextr {
  visibility: visible;
}

.newsback{
  background: linear-gradient(-45deg,  #fff,#23a6d5, #fff, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite; 
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* =============================header============================== */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.title h4{
		margin-top: 10px;
	}
	.news{
		hidden-md 
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.flags{
		text-align: left;
	}
	.title h4,
	.impcmag{
		margin-top: 5px;
	}
	.softfree img{
		left: 30%;
		width: 40%;
	}	
}

@media only screen and (max-width : 540px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
