@import url("normalize.css");


* {
  box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  *behavior: url(scripts/boxsizing.htc);
  padding: 0;
  margin: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
}

input:focus,
textarea:focus {
  outline-width: 0;
}

.clear{
  clear: both;
}

body{
  background-color: #fff;
  position: relative;
}

.wrapper-all{
  width: 960px;
  margin: 0 auto;
}

body:after{
  content: '';
  bottom: 0;
  z-index: -1;
  width: 100%;
  left: 0;
  height: 60px;
  position: absolute;
 background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(76,174,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(76,174,210,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(76,174,210,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(76,174,210,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(76,174,210,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(76,174,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4caed2', GradientType=0 );
}

header{
  height: 130px;
  background-image: url('../../izob/header-buildings.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}

header  .link-text{
  position: absolute;
  font-family: 'Times New Roman', sans-serif;
  color: #141515;
  font-size: 18px;
  text-decoration: none;
  margin-top: 110px;
}

header  img.logo{
  margin: 13px 0 0 28px;
}

header  img.crest{
  margin: 0 0 25px 15px;
}

header .search{
  position: relative;
  width: 151px;
  height: 19px;
  position: absolute;
  bottom: 9px;
  right: 10px;
}

header .search input{
  width: 151px;
  height: 19px;
  border: none;
  color: #a9adaa;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  text-align: center;
  z-index: 9999;
  padding: 0px 31px 0 5px;
}

header .search button{
  height: 19px;
  width: 19px;
  background: #fff url('../../izob/blue-search-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  border: none;
  right: 1px;
  top: 2px;
}
header .search button:focus {
  outline-width: 0;
}


.left{
  width: 640px;
  height: auto;
  margin: 7px 0;
  float: left;
  padding-right: 10px;
}

.left .menu{
  width: 100%;
  background: rgba(0,172,234,1);
background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  border-radius: 5px;
border-top: 1px solid #a6e2f9;
min-height: 20px;
position: relative;
padding-bottom: 2px;
}

.left .menu:after{
  content: " ";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 5px;
  border-top: 1px solid #006a91;
}

.left .menu ul{
  margin-top: -1px;
  text-align: center;
}

.left .menu ul li{
  list-style-type: none;
  display: inline-block;
  font-family: 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  border-right: 1px solid #4caed2;
  padding-right: 6px;
  transition: 0.1s all;
}

.left .menu ul li:last-child{
  border: none;
}

.left .menu ul li:hover, .left .menu ul li.active{
  color: #0099cc;
  text-shadow: 1px 0px 2px #fff,-1px 0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff;
}
.left .menu ul li{
  margin-right: 2px;
}

.left .menu ul li a{
  color: inherit;
  text-decoration: none;
}

.left .menu ul li a:hover{
  color: inherit;
}

.left .top-news{
  width: 100%;
  position: relative;
  padding-top: 8px;
}


.left .top-news h1{
  color: #006699;
  font-family: 'Times New Roman', sans-serif;
  font-weight: bold;
  font-size: 24px;
  display: block;
  background-color: #fff;
  z-index: 2;
  display: inline-block;
  float: left;
}

.left .top-news .line-right{
  height: 2px;
  width: 78%;
  position: relative;
  top: 20px;
  float: right;
  background-color: #90bcd3;
}

.left .top-news .block-news{
  margin-top: 7px;
  margin-bottom: 16px;
}

.left .top-news .block-news .img-news{
  display: block;
  float: left;
    height: 132px;
    width: 200px;
}

.left .top-news .block-news .img-news img{
  border: 1px solid #00729d;
  width: 100%;
  height: 100%;
}

.left .top-news .block-news .right-wrapper{
  display: block;
  float: left;
  width: 430px;
  padding-left: 10px;
}

a.news-link{
  text-decoration: none;
  color: #006699;
}

a.news-link:hover{
  text-decoration: underline;
}


.left .top-news .block-news h2{
  color: #006699;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}


.left .top-news .block-news .text{
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-top: 5px;
}

.left .top-news .block-news .data{
  color: #00729d;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 10px;
  margin-top: 3px;
}

.left .top-news .block-news .data span{
  margin-right: 5px;
}

.left .top-news .block-news .comment{
  margin-top: 5px;
}

.left .top-news .block-news .comment img{
  display: block;
  margin-right: 5px;
  border: 1px solid #b6bdbf;
  border-radius: 2px;
  float: left;
  width: 19px;
  height: 19px;
}

.wrapper-comment{
  width: 94%;
  float: left;
}

.left .top-news .block-news .comment h3{
  color: #0099cc;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 10px;
}

.left .top-news .block-news .comment .comment-text{
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  line-height: 14px; 
  display: block;
  float: r;
}

.left .top-news .block-news .comment .under-text{
   font-family: 'Arial', sans-serif;
  font-size: 8px;
  color: #0099cc;
}

.left .top-news .block-news .comment .under-text .answer,
.left .top-news .block-news .comment .under-text .share{
  color: #0099cc;
}
.left .top-news .block-news .comment .under-text .time{
  color: #a1a1a1;
}

.left .top-news .block-news .line-block-news{
  height: 2px;
  width: 100%;
  background-color: #91bdd3;
  margin-top: 4px;
}
/*+++++++++++++++++++++++++++++++++++*/
.left .reklama-google{
  float: left;
  width: 100%;
  height: 100%;
  margin-top: 5px;
}
/*+++++++++++++++++++++++++++++++++++*/
.right{
  float: right;
  width: 320px;
  margin-top: 7px;
}

.right .authorization{
  background-color: #d3eef6;
  border: 1px solid #04749f;
  border-radius: 7px;
  min-height: 75px;
}

.right .authorization .auth{
  width: 100%;
  height: 100%;
  padding: 5px 10px;
}

.right .authorization .auth span{
  color: #a1a1a1;
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  text-decoration: underline;
}

.right .authorization .auth a{
  display: block;
  color: #a1a1a1;
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  text-decoration: underline;
}

.right .authorization .auth a:hover{
  text-decoration: none;
}
.right .authorization .auth a.person-name{
  display: inline-block;
}
.right .authorization .auth a.person-name,
.right .authorization .auth a.exit{
  color: #0099cc;
}

.right .authorization .auth a.exit{
  margin-top: 10px;
}

.right .authorization .auth .left-wrapper{
  float: left;
  width: 40%;
  text-align: center;
  margin-top: 10px;
}

.right .authorization .auth .left-wrapper .avatar{
  border-radius: 5px;
  border: 1px solid #b6bdbf;
}

.right .authorization .auth .right-wrapper{
  float: left;
  width: 40%;
  margin-left: 40px;
}

.right .authorization .header-auth{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  padding-left: 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
}

.right .authorization input{
  float: left;
  width: 110px;
  height: 20px;
  color: #a1a1a1;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #006699;
  margin: 10px -4px 0 9px;
  text-align: center;
}

.right .authorization button{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
  background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  margin: 10px -4px 0 9px;
  padding: 0 5px;
  height: 20px;
  border: 1px solid #04749f;
  border-radius: 3px;
}

.right .authorization button:hover{
  color: #0099cc;
  text-shadow: 1px 0px 2px #fff,-1px 0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff;
}


.right .authorization .registration,
.right .authorization .lost-password{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  color: #0099cc;
  float: left;
  margin: 2px 0px 0 9px;
  text-decoration: underline;
}

.right .authorization .registration:hover,
.right .authorization .lost-password:hover{
  text-decoration: none;
}

.right .different-news-block{
  background-color: #d3eef6;
  border: 1px solid #04749f;
  border-radius: 7px;
  margin-top: 7px;
}

.right .different-news-block .commented-block,
.right .different-news-block .popular-block{
  display: none;
}

.right .different-news-block .head{
  width: 100%;
  background: rgba(0,172,234,1);
  background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  border-radius: 5px;
  border-top: 1px solid #a6e2f9;
  height: 20px;
  position: relative;
  margin-bottom: 7px;
}

.right .different-news-block .head:after{
  content: " ";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 5px;
  border-top: 1px solid #006a91;
}

.right .different-news-block .head ul{
  margin-top: -1px;
  text-align: center;
}

.right .different-news-block .head ul li{
  list-style-type: none;
  display: inline-block;
  font-family: 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  border-right: 1px solid #4caed2;
  padding-right: 6px;
  transition: all 0.1s;
}

.right .different-news-block .head ul li:last-child{
  border: none;
}

.right .different-news-block .head ul li:hover, .right .different-news-block .head ul li.active{
  color: #0099cc;
  text-shadow: 1px 0px 2px #fff,-1px 0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff ;
}
.right .different-news-block .head ul li{
  margin-right: 2px;
}


.right .different-news-block .head ul li a{
  color: inherit;
  text-decoration: none;
}

.right .different-news-block .head ul li a:hover{
  color: inherit;
}


.right .different-news-block .block{
  padding:0 7px;
}

.right .different-news-block .block img{
  float: left;
  width: 94px;
  height: 62px;
  border: 1px solid #fff;
}

.right .different-news-block .block .link-img:hover img{
  border: 1px solid #0099cc;
}

.right .different-news-block .block .right-wrapper{
  width: 69%;
  float: left;
  padding: 10px 5px;
}

.right .different-news-block .block .right-wrapper .text{
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-decoration: none;
}

.right .different-news-block .block .right-wrapper a{
  text-decoration: none;
   color: #000;
}
.right .different-news-block .block .right-wrapper a:hover{
  text-decoration: underline;
}

.right .different-news-block .block .right-wrapper .data .time{
  display: inline-block;
  color: #a1a1a1;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
}
.right .different-news-block .block .right-wrapper .data .country{
  display: inline-block;
  color: #0099cc;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  text-decoration: underline;
}
.right .different-news-block .block .right-wrapper .data .country:hover{
  text-decoration: none;
}

.right .last-comments{
  background-color: #d3eef6;
  border: 1px solid #04749f;
  border-radius: 7px;
  margin-top: 7px;
  padding-bottom: 10px;
}

.right .last-comments .header{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
background: url('../../izob/icon_1.png'), -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: url('../../izob/icon_1.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
background: url('../../izob/icon_1.png'), -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: url('../../izob/icon_1.png'), -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: url('../../izob/icon_1.png'), -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: url('../../izob/icon_1.png'), linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 5px 4px, 0px 0;
  padding-left:  28px;
}

.right .last-comments .block{
  padding: 10px;
  margin-bottom: -9px;
}

.right .last-comments .block img{
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #acacac;
}

.right .last-comments .block .right-wrapper{
  float: left;
  width: 90%;
  padding: 0 5px;
}

.right .last-comments .block .right-wrapper .person-name{
  color: #0099cc;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
}

.right .last-comments .block .right-wrapper .article-name{
  color: #0099cc;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}

.right .last-comments .block .right-wrapper .article-name:hover{
  text-decoration: none;
}

.right .last-comments .block .right-wrapper .text{
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  line-height: 14px;
  display: block;
}


.right .last-comments .block .right-wrapper .under-text{
   font-family: 'Arial', sans-serif;
  font-size: 8px;
  color: #0099cc;
}

.right .last-comments .block .right-wrapper .under-text .answer,
.right .last-comments .block .right-wrapper .under-text .share{
  color: #0099cc;
}
.right .last-comments .block .right-wrapper .under-text .time{
  color: #a1a1a1;
}

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

.right .quiz{
  background-color: #d3eef6;
  border: 1px solid #04749f;
  border-radius: 7px;
  margin-top: 7px;
  padding-bottom: 10px;
}

.right .quiz .header{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
background: url('../../izob/icon_2.png'), -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: url('../../izob/icon_2.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
background: url('../../izob/icon_2.png'), -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: url('../../izob/icon_2.png'), -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: url('../../izob/icon_2.png'), -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: url('../../izob/icon_2.png'), linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 9px 3px, 0px 0;
  padding-left:  28px;
}

.right .quiz .quiz-name{
  color: #006699;
  font-family: 'Times New Roman', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 7px 27px;
}

.right .quiz ul{
  margin-left: 9px;
}

.right .quiz ul li{
  list-style-type: none;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 18px;
}

.right .quiz ul li input{
  margin-right: 5px;
  cursor: pointer;
}
.right .quiz ul li label{
  cursor: pointer;
}

.right .quiz ul li input[type="text"]{
  border: 1px solid #3387af;
  height: 20px;
  width: 170px;
  border-radius: 2px;
  padding: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}

.right .quiz ul li:last-child label{
  float: left;
  display: block;
}

.right .quiz ul button{
  background: rgba(0,172,234,1);
  background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  float: left;
  width: 80px;
  border: 1px solid #04749f;
  border-radius: 2px;
  color: #fff;
  height: 20px;
  font-family: 'Times New Roman', sans-serif;
  font-size: 13x;
}

.right .weather{
  background-color: #d3eef6;
  border: 1px solid #04749f;
  border-radius: 7px;
  margin-top: 7px;
  padding-bottom: 10px;
}

.right .weather .header{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
  background: url('../../izob/icon_3.png'), -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_3.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: url('../../izob/icon_3.png'), -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_3.png'), -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_3.png'), -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_3.png'), linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 5px 0px, 0px 0;
  padding-left:  28px;
}

.right .weather .header .time{
  float: right;
  margin-right: 5px;
}

#SinoptikInformer{
  margin: 10px auto 0;
}

.SinoptikInformer .siHeader .siMh{
  background: none !important;
}

.right .exchange-rates{
  background-color: #d3eef6;
  border: 1px solid #04749f;
  border-radius: 7px;
  margin-top: 7px;
  padding-bottom: 10px;
}

.right .exchange-rates .header{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
  background: url('../../izob/icon_4.png'), -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_4.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: url('../../izob/icon_4.png'), -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_4.png'), -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_4.png'), -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_4.png'), linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 9px 2px, 0px 0;
  padding-left:  28px;
}

#minfin-informer-m1Fn-currency{
  padding: 10px 0px 0 !important;
  margin: 0 auto;
  text-align: center;
}

/* ------- footer -------- */

footer{
  width: 100%;
  margin-top: 10px;
}


footer .social-groups ul{
  margin: 0;
  padding: 0;
}

footer .social-groups ul li{
  display: inline-block;
  list-style-type: none;
  margin-right: 3px;
  padding: 0;
}

footer .social-groups ul li:last-child{
  margin: 0;
}

footer .under-footer{
  height: 70px;
  border-top: 1px solid   #0099cc;
  width: 100%;
  padding-top: 14px;
}

footer .under-footer .counters{
  width: 315px;
  float: left;
}

footer .under-footer .counters ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 18px;
}

footer .under-footer .counters ul li:last-child{
  margin-right: 0;
}

footer .under-footer .information{
  font-family: 'Arial', sans-serif;
  font-size: 9px;
  color: #000;
  width: 315px;
  margin-left: 7.5px;
  float: left;
  padding: 0 10px;
}

footer .under-footer .contact-us{
  width: 315px;
  margin-left: 7.5px;
  float: left;
}

footer .under-footer .contact-us .head{
  width: 100%;
  background: rgba(0,172,234,1);
background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  border-radius: 5px;
border-top: 1px solid #a6e2f9;
height: 20px;
position: relative;
margin-bottom: 7px;
}

footer .under-footer .contact-us .head:after{
  content: " ";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 5px;
  border-top: 1px solid #006a91;
}

footer .under-footer .contact-us .head ul{
  margin-top: -1px;
  text-align: center;
}

footer .under-footer .contact-us .head ul li{
  list-style-type: none;
  display: inline-block;
  font-family: 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  border-right: 1px solid #4caed2;
  padding-right: 6px;
  transition: all 0.1s;
}

footer .under-footer .contact-us .head ul li:last-child{
  border: none;
}

footer .under-footer .contact-us .head ul li:hover, footer .under-footer .contact-us .head ul li.active{
  color: #0099cc;
  text-shadow: 1px 0px 2px #fff,-1px 0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff ;
}
footer .under-footer .contact-us .head ul li{
  margin-right: 2px;
}

footer .under-footer .contact-us .head ul li a{
  color: inherit;
  text-decoration: none;
}

footer .under-footer .contact-us .head  ul li a:hover{
  color: inherit;
}

footer .under-footer .contact-us span{
  font-family: 'Arial', sans-serif;
  font-size: 9px;
  color: #000;
  line-height: 10px;
  margin-top: -5px;
}

footer .under-footer .contact-us .copyrights{
  float: left;
}

footer .under-footer .contact-us .adress{
  float: right;
  text-align: right;
}


.left .left-content{
  float: left;
  width: 305px;
  margin-right: 5px;
}

.left .left-content .top-week-news{
  width: 100%;
  background-color: #d3eef6;
  position: relative;
  padding-bottom: 10px;
  border: 1px solid #04749f;
  border-radius: 7px;
}

.left .left-content .top-week-news .header{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
  background: url('../../izob/icon_5.png'), -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_5.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: url('../../izob/icon_5.png'), -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_5.png'), -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_5.png'), -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_5.png'), linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 5px 3px, 0px 0;
  padding-left:  28px;
}

.left .left-content .top-week-news .main-img{
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
  height: 218px;
}

.left .left-content .top-week-news ul{
  position: absolute;
  left: 3%;
  z-index: 9;
  bottom: 37px;
}

.left .left-content .top-week-news ul li{
  width: 66px;
  height: 43px;
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
  border: 2px solid #fff;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.left .left-content .top-week-news ul li img{
  width: 66px;
  height: 43px;
}

.left .left-content .top-week-news h2{
  font-family: 'Aria', sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 0px;
}

.left .left-content .top-week-news a{
  color: #000;
  text-decoration: none;
}

.left .left-content .top-week-news a:hover{
text-decoration: underline;
}

.left .left-content .top-photo{
  width: 100%;
  background-color: #d3eef6;
  padding-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #04749f;
  border-radius: 7px;
  overflow: hidden;
}

.left .left-content .top-photo .header{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
  background: url('../../izob/icon_6.png'), -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_6.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: url('../../izob/icon_6.png'), -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_6.png'), -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_6.png'), -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_6.png'), linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 6px 4px, 0px 0;
  padding-left:  28px;
}

.left .left-content .top-photo .main-img{
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}
/*
.left .left-content .top-photo  .main-img:after{
  content: '';
  top: 20px;
  left: 10px;
  right: 10px;
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: inset 0px 0px 187px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 0px 187px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 0px 187px 0px rgba(255,255,255,1);
}*/

.left .left-content .top-photo h2{
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 7px 0 0px;
}

.left .left-content .top-photo a{
  color: #000;
  text-decoration: none;
}

.left .left-content .top-photo a:hover{
  text-decoration: underline;
}

.left .left-content .news-archive{
  width: 100%;
  background-color: #d3eef6;
  position: relative;
  padding-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #04749f;
  border-radius: 7px;
}

.left .left-content .news-archive .header{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
  background: url('../../izob/icon_7.png'), -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_7.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: url('../../izob/icon_7.png'), -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_7.png'), -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_7.png'), -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: url('../../izob/icon_7.png'), linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 5px 4px, 0px 0;
  padding-left:  28px;
}

#datepicker{
    padding-right: 13px;
}

.ui-datepicker-inline{
  margin: 0 auto;
}

.left .right-content{
  width: 320px;
  float: left;
  border-bottom: 2px solid #90bcd3;
  padding-bottom: 10px;
}

.left .right-content h1{
  color: #006699;
  font-family: 'Times New Roman', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.left .right-content .block{
  margin-top: 8px;
}

.left .right-content .block img{
  width: 96px;
  height: 64px;
  display: block;
  float: left;
  margin-right: 7px;
  border: 1px solid #00729d;
}

.left .right-content .block .right-wrapper{
  width: 217px;
  float: left;
}

.left .right-content .block .right-wrapper .data{
  color: #00729d;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #b4e1f0;
  display: block;
  width: 100%;
  padding: 2px 2px;
}

.left .right-content .block.top .right-wrapper .data{
  background-color: #ff0000;
  color: #fff;
}

.left .right-content .block.common  .right-wrapper .data{
  background-color: #b4e1f0;
  color: #00729d;
}

.left .right-content .block.important  .right-wrapper .data{
  background-color: #0099cc;
  color: #fff;
}

.left .right-content .block .right-wrapper .name-news{
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  width: 100%;
  text-decoration: none;
  margin-top: 7px;
}

.left .right-content .block .right-wrapper .name-news:hover{
  text-decoration: underline;
}

.left .right-content .all-news{
  color: #00729d;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 5px;
}

.left .right-content .all-news:hover{
  text-decoration: none;
}

section.news-by-category .news-block{
  width: 465px;
  margin-right: 30px;
  float: left;
}

section.news-by-category .news-block:nth-child(2n){
  margin-right: 0;
}

section.news-by-category .news-block .category{
  color: #006699;
  text-decoration: none;
}

section.news-by-category .news-block .category:hover{
  text-decoration: underline;
}

section.news-by-category .news-block h2{
  color: #006699;
  font-family: 'Times New Roman', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #84b8d1;
}

section.news-by-category .news-block .block{
  margin-bottom: 20px;
  position: relative;
}

section.news-by-category .news-block .block img{
  width: 20.8%;
  height: auto;
  display: block;
  float: left;
  border: 1px solid #00729d;
  transition: 0.3s all;
}

section.news-by-category .news-block .block img:hover{
  border-color: #fff;
}

section.news-by-category .news-block .block .right-wrapper{
  width: 77%;
  margin-left: 5px;
  float: left;
  border-bottom: 2px solid #84b8d1;
  padding-bottom: 5px;
  padding-top: 5px;
}

section.news-by-category .news-block .block .right-wrapper .data{
  color: #00729d;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
  display: block;
}
section.news-by-category .news-block .block .right-wrapper .views-counter{
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  background: url('../../izob/icon_2.1.png');
  min-width: 24px;
  height: 14px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  padding-left: 16px;
  margin-left: 20px;
}

section.news-by-category .news-block .block .right-wrapper .comments-counter{
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: bold;
    background: url('../../izob/icon_2.2.png');
  min-width: 24px;
  height: 14px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-left: 7px;
} 

section.news-by-category .news-block .block .right-wrapper .news-name{
  color: #000;
  text-decoration: none;
}

section.news-by-category .news-block .block .right-wrapper .news-name:hover{
  text-decoration: underline;
}

section.news-by-category .news-block .block .right-wrapper .text{
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #000;
  display: block;
}

section.news-by-category .news-block .block .top-news-lable{
  position: absolute;
  top: 3px;
  right: 5px;
  color: #0099cc;
  font-family: 'Times New Roman', sans-serif;
  font-size: 12px;
  font-weight: bold;
  visibility: hidden;
}

section.news-by-category .news-block .block .top-news-lable:hover{
  text-decoration: none;
}

section.news-by-category .news-block .block.top-news .text{
  font-weight: bold;
}

section.news-by-category .news-block .block.top-news .top-news-lable{
  visibility: visible !important;
}

/* page2.html */

section.left .news-list{
  width: 100%;
  margin-top: 20px;
}

section.left .news-list h2{
  color: #006699;
  font-family: 'Times New Roman', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #84b8d1;
}

section.left .news-list .block{
  margin-bottom: 15px;
}

section.left .news-list .block img{
  width: 20.8%;
  height: auto;
  display: block;
  float: left;
  border: 1px solid #00729d;
  transition: 0.3s all;
}

section.left .news-list .block img:hover{
  border-color: #fff;
}

section.left .news-list .block .right-wrapper{
  width: 77%;
  margin-left: 5px;
  float: left;
  border-bottom: 2px solid #84b8d1;
  padding-bottom: 5px;
  padding-top: 5px;
}

section.left .news-list .block .right-wrapper .data{
  color: #00729d;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
  display: block;
}

section.left .news-list .block .right-wrapper .arrows{
  color: #00729d;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
  display: block;
  margin-left: 5px;
}

section.left .news-list .block .right-wrapper .category{
  color: #0099cc;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

section.left .news-list .block .right-wrapper .category:hover{
  text-decoration: none;
}

section.left .news-list .block .right-wrapper .views-counter{
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  background: url('../../izob/icon_2.1.png');
  min-width: 24px;
  height: 14px;
  display: block;
  float: right;
  background-repeat: no-repeat;
  padding-left: 16px;
  margin-right: 7px;
}

section.left .news-list .block .right-wrapper .comments-counter{
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: bold;
    background: url('../../izob/icon_2.2.png');
  min-width: 24px;
  height: 14px;
  display: block;
  float: right;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-right: 7px;
} 

section.left .news-list .block .right-wrapper button{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
  background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  padding: 0 5px;
  height: 20px;
  border: 1px solid #04749f;
  border-radius: 3px;
  float: right;
  margin-top: -5px;
}

section.left .news-list .block .right-wrapper button:hover{
  color: #0099cc;
  text-shadow: 1px 0px 2px #fff,-1px 0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff;
}

section.left .news-list .block .right-wrapper .news-name{
  color: #006699;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

section.left .news-list .block .right-wrapper .news-name:hover{
  text-decoration: underline;
}

section.left .news-list .block .right-wrapper .text{
  display: block;
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}

section.left .news-list .wrapper{
  margin-top: 15px;
  width: 100%;
}

section.left .news-list .wrapper .pages-information{
  color: #006699;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
}

section.left .news-list .wrapper .left-arrow,
section.left .news-list .wrapper .right-arrow{
  color: #006699;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  text-decoration: none;
}

section.left .news-list .wrapper .left-arrow:hover,
section.left .news-list .wrapper .right-arrow:hover{
  text-decoration: underline;
}

section.left .news-list .wrapper .separator{
  color: #006699;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
}


section.left .news-list .wrapper .news-menu{
  display: inline-block;
  margin-left: 20px;
}

section.left .news-list .wrapper .news-menu li{
  display: inline-block;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  color: #006699;
  padding: 0 5px;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-right: -3px;
  background: #fff;
  transition: all 0s;
}

section.left .news-list .wrapper .news-menu li.active,
section.left .news-list .wrapper .news-menu li:hover{
  background: rgba(0,172,234,1);
  border: 1px solid #04749f;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
}

section.left .news-list .wrapper .news-menu li a{
  color: inherit;
  text-decoration: none;
}

/* --- page1.html -----*/

section.left .single-news{
  margin-top: 20px;
}

section.left .single-news .link-categ{
  color: #006699;
  font-family: 'Times New Roman', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #84b8d1;
  display: block;
  text-decoration: none;
}

section.left .single-news .link-categ:hover{
  text-decoration: underline;
}

section.left .single-news .news-name{
  color: #006699;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

section.left .single-news img{
  display: block;
  border: 1px solid #00729d;
  transition: 0.3s all;
  margin: 3px;
}
/*
section.left .single-news img.main-img{
  width: auto;
  height: auto;
  float: left;
  margin-right: 10px;
}

section.left .single-news img.right-align{
  float: right;
  margin: 5px 0 5px 5px;
}
section.left .single-news img.left-align{
  float: left;
  margin: 5px 5px 5px 0;
}
*/
section.left .single-news .data{
  color: #00729d;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
  display: block;
}

section.left .single-news .country{
  color: #0099cc;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

section.left .single-news .text{
  display: block;
  margin-top: 15px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

section.left .single-news .text p{
  margin: 10px 0 10px;
}

section.left .single-news .text a{
  color: #0099cc;
}

section.left .single-news .text a:hover{
  text-decoration: none;  
}

section.left .single-news .under-single-news .views-counter{
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  background: url('../../izob/icon_2.1.png');
  min-width: 24px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 16px;
  margin-right: 7px;
}

section.left .single-news .under-single-news .comments-counter{
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: bold;
    background: url('../../izob/icon_2.2.png');
  min-width: 24px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 18px;
} 

section.left .single-news .under-single-news .separator{
  color: #006699;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}

section.left .single-news .under-single-news .comment{
  color: #006699;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
}

section.left .single-news .under-single-news .comment a{
  color: #006699;
  text-decoration: none;
}

section.left .single-news .under-single-news .comment a:hover{
  text-decoration: underline;
}

section.left .single-news .under-single-news .share{
  float: right;
  margin-top: -5px;
}

section.left .single-news .under-single-news .share ul li{
  list-style-type: none;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../../izob/share.png');
  background-position-y:-1px;
}

section.left .single-news .under-single-news .share ul .vk{
  background-position-x:-28px;
}
section.left .single-news .under-single-news .share ul .twitter{
  background-position-x:-56px;
}
section.left .single-news .under-single-news .share ul .skype{
  background-position-x:-83px;
}
section.left .single-news .under-single-news .share ul .rss{
  background-position-x:-111px;
}
section.left .single-news .under-single-news .share ul .classmates{
  background-position-x:-139px;
}
section.left .single-news .under-single-news .share ul .habr{
  background-position-x:-194px;
}
section.left .single-news .under-single-news .share ul .fb{
  background-position-x:-222px;
}

section.left .single-news .navigation{
  color: #a1a1a1;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
}

section.left .single-news .navigation a{
  text-decoration: none;
  color: #a1a1a1;
}

section.left .single-news .navigation a:hover{
  text-decoration: underline;
  color: #a1a1a1;
}

section.left .single-news .all-news-comments h2{
  text-align: center;
  color: #006699;
  font-family: 'Times New Roman', sans-serif;
  font-size: 14px;
  border-bottom: 1px dotted #006699;
  margin-bottom: 10px;
  margin-top: 10px;
}

section.left .single-news .all-news-comments ul ul{
  margin: 10px 30px;
}

section.left .single-news .all-news-comments ul li{
  list-style-type: none;
  margin: 10px 5px;
}

section.left .single-news .all-news-comments ul li img{
  width: 22px;
  height: 22px;
  border: 1px solid #acacac;
  border-radius: 2px;
  display: block;
  float: left;
}

section.left .single-news .all-news-comments .right-wrapper{
  width: 90%;
  float: left;
  display: block;
  margin-left: 5px;
  margin-top: -5px;
}

section.left .single-news .all-news-comments .right-wrapper .name-commentator{
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

section.left .single-news .all-news-comments .right-wrapper .name-commentator:hover{
  text-decoration: underline;
}

section.left .single-news .all-news-comments .right-wrapper .text{
  margin-top: -3px;
  margin-bottom: -7px;
  font-size: 12px;
}

section.left .single-news .all-news-comments .right-wrapper span{
  color: #bebdbd;
  font-family: 'Arial', sans-serif;
  font-size: 9px;
}

section.left .single-news .all-news-comments .right-wrapper .answer,
section.left .single-news .all-news-comments .right-wrapper .share{
  color: #bebdbd;
  font-family: 'Arial', sans-serif;
  font-size: 9px;
}


section.left .single-news .all-news-comments form textarea{
  display: block;
  float: left;
  width: 250px;
  height: 60px;
  border: 1px solid #00729d;
  color: #a1a1a1;
  padding: 2px 3px;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  margin-right: 10px;
}

section.left .single-news .all-news-comments form .right-form{
  float: left;
}

section.left .single-news .all-news-comments form input{
  float: left;
  width: 110px;
  height: 20px;
  border: 1px solid #00729d;
  padding: 1px 3px;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  margin-right: 10px;
}

section.left .single-news .all-news-comments .info{
  display: block;
  color: #a1a1a1;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  margin-bottom: 4px;
  margin-top: 4px;
}

section.left .single-news .all-news-comments .img-captcha{
  float: left;
  width: 65px;
  height: 18px;
  margin-right: 10px;
}

section.left .single-news .all-news-comments form input.captcha-input{
  width: 65px;
}

section.left .single-news .all-news-comments form button{
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px;
  background: rgba(0,172,234,1);
  background: -moz-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,234,1)), color-stop(100%, rgba(0,106,145,1)));
  background: -webkit-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -o-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  background: linear-gradient(to bottom, rgba(0,172,234,1) 0%, rgba(0,106,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#006a91', GradientType=0 );
  color: #fff;
  padding: 0 5px;
  height: 20px;
  border: 1px solid #04749f;
  border-radius: 3px;
  margin-top: -5px;
}

section.left .single-news .all-news-comments form button:hover{
  color: #0099cc;
  text-shadow: 1px 0px 2px #fff,-1px 0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff;
}
/*-------- responsive -----------*/

@media screen and (max-width: 959px) {
  body{
    min-width: 640px;
    width: 100%;
  }

  .wrapper-all{
    width: 100%;
  }

  header img.crest{
    display: none;
  }

  header .link-text{
    display: none;
  }
  
  .left .top-news .block-news .img-news{
    width: 30%;
    height: auto;
  }

  .left .top-news .block-news .right-wrapper{
    width: 70%;
  }

  section.left{
    width: 100%;
    float: none;
    padding: 0 10px;
  }

  .left .top-news {
    padding: 8px 10px 0;
  }


  section.right .authorization form{
    width: 320px;
    margin: 0 auto;
  }

  .right{
    float: none;
    width: 100%;
    padding: 0 10px;
  }

  footer{
    margin-top: 4px;
    text-align: center;
  }

  footer .under-footer{
    height: auto;
    padding-bottom: 7px;
    padding-top: 7px;
  }

  footer .social-groups ul{
    text-align: center;
  }

  .left .top-news .line-right{
    display: none;
  }
  
  footer .under-footer .information{
    float: none;
    display: inline-block;
    margin: 0;
    text-align: justify;
  }

  footer .under-footer .counters{
    float: none;
    display: inline-block;
    margin: 0;
  }

  footer .under-footer .contact-us{
    display: block;
    padding: 0 10px;
    float: none;
    margin: 7px 0 0;
    width: 100%;
    text-align: justify;
  }

  .left .left-content{
    margin-left: 10%;
  }

  section.news-by-category .news-block{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  section.news-by-category .news-block .block .top-news-lable{
    right: 10px;
  }
}

@media screen and (max-width: 860px) {

  header img.logo{
    transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    margin: 13px 0 0 0px;
  }
}

@media screen and (max-width: 800px) {
  .left .left-content{
    margin-left: 5%;
  }

  header img.logo{
    transform: scale(0.7, 0.7);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.7, 0.7);
    -o-transform: scale(0.9, 0.9);
    margin: 13px 0 0 -20px;
  }
}
@media screen and (max-width:  725px) {
  .left .left-content{
    margin-left: 3%;
  }

  header img.crest{
    display: block;
    padding: 24px;
  }

  header img.logo{
    display: none;
  }
}

@media screen and (max-width: 685px) {
  body{
    min-width: 320px;
    width: 100%;
  }

  footer .social-groups ul li{
    margin-right: 0;
  }
  
  .left .top-news .block-news .img-news{
    width: 30%;
    height: auto;
  }
  .left .left-content{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .left .right-content{
    float: none;
    margin: 0 auto;
  }

  .wrapper-comment{
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  section.left .single-news .all-news-comments form .right-form{
    margin-top: 10px;
  }
/*
  section.left .single-news img{
    max-width: 150px;
  }
  */
}

@media screen and (max-width: 370px) {
  .right .authorization input{
    width: 100px;
  }

  .right .different-news-block .block .right-wrapper{
    width: 59%;
  }
  .left .right-content .block .right-wrapper{
    width: 205px;
  }
  .left .right-content{
    width: 310px;
  }

  section.left{
    padding: 0 5px;
  }

  section.right .authorization form{
    width: auto;
  }

  section.news-by-category .news-block .block .top-news-lable{
    left: -3px;
    top: 50px;
  }
  
  section.left .news-list .block .right-wrapper .comments-counter,
  section.left .news-list .block .right-wrapper .views-counter{
    display: none;
  }

  section.left .news-list .wrapper{
    text-align: center;
  }
}











/* datepicker */

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-next, .ui-datepicker-prev{
  cursor: pointer;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


input:hover::-webkit-input-placeholder { color:transparent; }
input:hover:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:hover::-moz-placeholder { color:transparent; } /* FF 19+ */
input:hover:-ms-input-placeholder { color:transparent; } /* IE 10+ */