.annotation {
    color: #4c4c4c;
    background-color: rgba(240,237,237,.7);
    font-size: 17px;
    line-height: 25px;
    margin-top: 22px;
    padding: 10px 20px 14px;
	border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(236, 227, 205, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, top left, top right, color-stop(0%, rgba(243, 243, 243, 1)), color-stop(100%, rgba(236, 227, 205, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(236, 227, 205, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(236, 227, 205, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(236, 227, 205, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(243, 243, 243, 1) 0%, rgba(236, 227, 205, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ece3cd', GradientType=0); /* IE6-8 */
}

.wrap_block {
    overflow: hidden;
    margin-top: 20px;
}

.software_block {
    width: 49%;
    float: left;
    margin-left: 2%;
    overflow: hidden;
    background-color: #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
}

.software_block:first-child {margin-left: 0;}

.h3 {
    line-height: 35px;
    margin: 6px 6px 10px 6px;
	padding:15px 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #ffe6af;
    font-size: 30px;
	background-color:#64aae0;
	border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	-o-border-radius:20px 20px 0 0;
	-webkit-border-radius:20px 20px 0 0;
}

.h4 {
    font-size: 20px;
    margin: 6px 6px 10px 6px;
}
.icon150 {
    width: 150px;
    /*height: 150px;*/
    float: left;
    margin-right: 15px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.software_item a {line-height: 21px;}

.software_item.first {margin-bottom: 10px;}

.software_item.first > div {
    position: relative;
    top: -2px;
    width: auto;
    float: none;
	height:168px;
}

.software_item.first > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.software_item.first div a {
    font-family: "Roboto", sans-serif;
	font-weight:500;
    font-size: 25px;
    line-height:1.2;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;*/
}

.software_item div span {
    line-height: 21px;
    font-size: 14px;
	font-family:"Open Sans", sans-serif;
    margin-top: 8px;
	color:#000;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    cursor: default;
   /* height: 130px;*/
}
.add_padding {
    width: 100%;
    height: 10px;
}
.content {clear: both;}

.software {
    background-color: #fff;
    width: 623px;
    height: 570px;
    margin-right: 10px;
    float: left;
    position: relative;
    overflow: hidden;
}

.software h3 {
    font-size: 44px;
    color: #0d80bc;
    padding: 7px 0 9px 20px;
}

.filter {
    position: absolute;
    top: 22px;
    right: 0;
}

.filter span {
    color: #0d80bc;
    font: 28px 'Roboto Condensed', sans-serif;
    cursor: pointer;
    margin-right: 12px;
    padding: 0 8px;
}

span.filter_select {
    color: #fff;
    background-color: #40b4f0;
}

.software_list, .software_info {
    width: 50%;
    float: left;
    height: 483px;
    margin-bottom: 4px;
}
.software_item .icon48 {
	margin-right:15px;
}
.software_item {

}

.software_info {
    background-color: #40b4f0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 0 0 0;
}

.software_list_cont {position: relative;}

.scr_wrap {
    max-width: 266px;
    max-height: 210px;
    overflow: hidden;
    margin: 0 20px;
}

#desc_img {
    overflow: hidden;
    margin: 15px 0 0 20px;
}

.scr {max-width: 266px;}

.stars_wrap {
    float: left;
    margin: 0 0 0 20px;
}

.stars {
    display: block;
    width: 91px;
    height: 15px;
    background: url(../../img/new/content.png) no-repeat 0 -130px;
    position: relative;
    top: -1px;
}

.downloads, .comments {
    float: right;
    color: #fff;
    margin: 0 20px 0 0;
    padding: 0 0 0 19px;
    background: url(../../img/new/content.png) no-repeat -80px 3px;
    line-height: 15px;
}

.comments {background-position: -80px -23px;}

.software_info p {
    color: #f7f7f7;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 20px 0;
    clear: both;
}

.solutions_block,
.download_block {margin-bottom: 10px;}

.software_item h2:hover {color: #0D80BC;}
.software_item.select_software h2:hover {color: #fff;}
.software_item.select_software:hover {background-color: #40B4F0;}

/* -----Download page------ */
.adv1 {margin-bottom: 10px;}
.top_line {
    width: 100%;
    height: 10px;
    background: url("../../img/new/top.gif") repeat-x;
	position:absolute;
	top:0;
	left:0;
}

.annotation.no_margin {
    margin: 0;
}
.link_show {
    display: none;
    position: absolute;
    top: 24px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../../img/new/content.png) no-repeat -17px -938px;
}

.software_item.select_software .link_show {
    background-position: 8px -939px;
}

.tags a {
    display: inline-block;
    background-color: #13324b;
    color: #fff;
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    padding: 0 5px;
}

.tags a:hover {background-color:#bc260d;}

.l_comments_block {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #fff;
    border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px;
}

.l_comments_block .l_s {
    float:left;
    width:50%;
}

.l_one_comment {
    padding: 14px 0 15px;
    margin: 0 19px;
    overflow: hidden;
    border-bottom: 1px solid #c5c5c5;
    line-height: 23px;
}

.l_one_comment + .l_one_comment {
    border:none;
}

.l_one_comment .l_title {color:  #636363; font-size: 14px;}
.l_one_comment .l_title .l_name {}
.l_one_comment .l_title a {color: #0059a5;font-weight: 500; text-decoration: none;}
.l_one_comment .l_date {color: #838c90; font-size: 13px;}
.l_one_comment .l_content {
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


@media (max-width: 975px) {
    .container {width: auto;}

    .annotation {margin: 20px 20px 0;}

    .wrap_block {padding: 0 20px;}

    .software_item div span {max-height: 136px;}

    .fdm_block {width: 32.6%;}

    .software {
        width: 66.2%;
        margin-right: 1%;
    }

    .solutions_block span, .download_block span {padding: 20px 20px 0;}
    .solutions_block:after, .download_block:after, .translate_block:after {left: 20px;}
    .download_block p {padding-left: 20px;}

    .wrap_scr {margin: 15px 20px 0;}
    #desc_img {width: 100%; margin: 0;}
}

@media (max-width: 880px) {
    .solutions_block span, .download_block span {padding: 10px 10px 0;}
    .solutions_block:after, .download_block:after, .translate_block:after {left: 10px;}
    .download_block p {padding-left: 10px;}
    .download_block:after {bottom: 10px;}
}
@media (max-width: 800px) {
    .fdm_block {
        width: 48.5%;
        height: 210px;
    }

    .software {
        width: 100%;
        height: 620px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .software_info a.download, .scr_wrap {margin-left: 30px;}
    .wrap_scr {margin: 15px 30px 0;}

    .software h3 {font-size: 54px;}

    .filter span {font-size: 34px;}

/*    .icon48 {
        width: 60px;
        height: 60px;
        margin-right: 18px;
    }*/
    .software_item h2 {font-size: 22px;}
    .software_item p {font-size: 16px;}

    .software_list, .software_info {height: 520px;}

    .scr_wrap {max-width: none; max-height: 170px;}
    .scr {width: auto; height: 170px;}

    .solutions_block.fdm_block, .download_block.fdm_block {height: 340px;}

    .solutions_block span, .download_block span {
        font-size: 50px;
        padding: 45px 30px 0 20px;
    }
    .download_block p {padding-left: 20px;}

    .solutions_block:after, .download_block:after, .translate_block:after {
        left: 20px;
        bottom: 20px;
    }
}

@media (max-width: 685px) {
    .software_block {width: 100%; float: none;margin-left: 0;margin-top:20px;}
	.software_block:first-child {margin-top: 0;}
    .icon150 {width: 80px;margin-right: 10px;}
	.software_item div span {line-height: 20px;font-size: 13px;max-height: 120px;height: auto;}
	/*.software_item div {
        width: auto;
        float: none;
    }*/
    .software_item.first > div {height: auto;}
    .software_item.first > div:before {display: none;}

    .l_comments_block .l_s { width:100%; }
    .l_one_comment + .l_one_comment {border-bottom: 1px solid #c5c5c5;}

    .l_s + .l_s .l_one_comment + .l_one_comment {border:none; }
}

@media (max-width: 580px) {
    .software {
        margin-bottom: 10px;
        height: 935px;
    }

    .fdm_block {
        width: 100%;
        height: 170px;
        margin-bottom: 10px;
    }

    .solutions_block.fdm_block, .download_block.fdm_block {height: 260px;}
    .solutions_block span, .download_block span {padding-top: 20px;}

    .software h3 {
        padding-left: 10px;
        font-size: 30px;
    }

    .filter {top: 13px;}
    .filter span {font-size: 20px;}

    .software_item {position: relative;}

    .software_item .icon48 {
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }

    .software_item h2 {font-size: 20px; max-width: 67%;}
    .software_item p {font-size: 15px;}

    .software_list {
        width: 100%;
        height: auto;
    }

    .select_software {
        height: 466px;
        position: relative;
    }

    .software_info {
        left: 0;
        right: 0;
        top: 70px;
        width: auto;
        padding-top: 0;
        height: 410px;
    }

    .software_info.two {top: 155px;}
    .software_info.three {top: 225px;}
    .software_info.four {top: 303px;}
    .software_info.five {top: 383px;}
    .software_info.six {top: 452px;}

    .scr_wrap {
        max-width: 280px;
        margin: 0 auto;
    }

    .wrap_scr {
        text-align: center;
        margin: 10px 30px 0;
    }

    #desc_img{max-width: 270px;}

    .software_info a.download {margin: 10px auto 0;}

    .link_show {display: block;}
}