@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

/*-------------Clear page------------------*/
body, form, form input, form div, span, div, p, h1, h2, h3, h4, dl, dt, dd, 
ul,  ol, li, img, form input,textarea, select {padding:0;margin:0;}
body table, th, tr, td{padding:0;border:0;border-collapse: collapse;margin:0;}
body img{border:none;}

/*-------------Main setup------------------*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    min-height: 100%;
    height: auto !important;
    position: relative;
    font:16px/20px 'Roboto', sans-serif;
    font-weight: 400;
    color:#000;
	background:#c5c5c5 url(../../img/new/bg_main.png) repeat;
    vertical-align:middle;
    -webkit-font-smoothing: antialiased;
}
.bg_body {
	position: absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	height:152px;
    /* 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(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0.5) 100%); /* IE10+ */
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-8 */
}
a {color:#0059a5;text-decoration:none;outline:none;}
a:hover {text-decoration:underline; }
.container {
	height: 100%;
    margin: 0 auto;
    position: relative;
    width: 940px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	line-height:1.2;
	font-weight:100;
}
input[type="text"], textarea {
    border:1px solid #d2d2d2;
	font-family:'Roboto', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type="text"] {
	border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
}
textarea {
	overflow: hidden;
    word-wrap: break-word;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
}
input[type="submit"] {
    border: 0 none;
    cursor: pointer;
}
input, select, textarea {
    outline: none;
}
.icon48 {
	width:48px;
	height:48px;
	margin-right:10px;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.icon40 {
	width:40px;
	height:40px;
	margin-right:10px;
	float:left;
}
.clear:after {
	display:block;
	content:'';
	clear:both;
}
/*-------------Header------------------*/
.header {
	height:77px;
	padding:22px 0 0 9px;
	position:relative;
}
.logo {
	float:left;
	width:496px;
	height:57px;
	display:block;
	background: url(../../img/new/logo.png) no-repeat 0 0;
}
.header_wrapper {
	margin-right:285px;
}
.like_wrapper {
	float: right;
    position: relative;
    top: 20px;
}
.like_link {
	display:block;
	background-image:url(../../img/new/layout.png);
	background-repeat:no-repeat;
	background-position:0px -295px;
	width:49px;
	height:20px;
	cursor:pointer;
}
.like_link.opened { background-image:none;}
.like_link.already_like  { background-position: 0 -330px;}
.main_search {
	position:absolute;
	right:0;
	top:35px;
}
.searchform input[type="text"] {
    height: 31px;
    /*line-height: 31px;*/
	font-size:15px;
    padding: 0 40px 0 10px;
    width:270px;
	color:#7e7e7e;
	background-color:#fff;
	font-weight:100;
}
.search_btn {
    background: url(../../img/new/layout.png)  no-repeat 0 0;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 16px;
}
.adv1 {margin-bottom:20px;}
.adv1 > div {
    background-color: #fff;
    padding: 13px;
    text-align: center;
	border-radius:20px;
	overflow:hidden;
	width:100%;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.adv1 iframe {
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
}
/*-------------Footer------------------*/
.img_footer {
	position:absolute;
}
.content_border {
	border-top:10px solid #4e6680;
	width:100%;
	position: absolute;
    top: -18px;
}
.footer {
	background-color: rgba(255, 255, 255, 0.5);
	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;
	clear:both;
	text-align:center;
	padding:12px 0 10px;
	position:relative;
	margin-top:20px;
}
.footer p {
	color:#636363;
	font:100 32px 'Roboto Condensed', sans-serif;
}
#footer .footer_links2 {
	float: right;
}
#footer .footer_links2 span {padding: 0 8px 0 4px;}
#footer .copy a, .footer_links2 a {
	color:#676868;
	text-decoration: underline;
}
#footer .footer_links2 a:hover {
	text-decoration: none;
}

.footer_links {
	margin:15px auto 0;
}
.footer_links a {
	color:#1d1d1d;
	padding: 0 0 2px 29px;
	margin:0 22px;
	background:url(../../img/new/layout.png) no-repeat;
	line-height:25px;
	font-size:18px;
}
a.tw {
	background-position:0 -71px;
}
a.fb {
	background-position:0 -31px;
}
a.gg {
	background-position:0 -111px;
}
#footer .copy {
	color:#676868;
	width:100%;
	text-align: left;
	font-weight:100;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:30px 20px 0 20px;
}
/*------------- Left Column Blocks------------------*/
.left_container {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    padding: 10px 0 0;
	margin-bottom:20px;
    /*will delete*/
/*    float: none;
    position: static;
    left: 0;
    width: auto;

	float: left;
    left: 317px;
    position: relative;
    width:612px;
	padding:10px 20px 50px;*/
	border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
}
.right_container {
/*	width:307px;
	float:left;
	margin:10px 0;
	position:relative;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	background-color:#d6d6d6;*/
    /*will delete*/
/*    float: none;
    position: static;
    left: 0;
	float: left;
    left: 328px;
    position: relative;*/
	display: table-cell;
	overflow: hidden;
    width: 308px;
	border-left: 20px solid transparent;
	border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
}
.relative {position: relative;}
.wide_container {
	width:100%;
}
.articles-nav {
    margin: 0 20px 10px;
}
.articles-nav li{
	font-size:14px;
	display:inline;
	list-style:none;
	position:relative;
	margin:0 8px 8px 0;
}

.articles-nav li:before {
    font-size: 14px;
    display: block;
    content: '›';
    position: absolute;
    top: -1px;
    right: -9px;
}

.articles-nav li:before {
    color: #0d80bc;
}

.articles-nav li:last-child:before {
    display: none;
}
.software_item.first a {
    line-height: 26px;
}

.article_h1 {
    background-color: #64aae0;
    position: relative;
    left: -10px;
    padding: 15px 23px;
    width: 622px;
    clear: both;
	border:6px solid #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-o-border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
}
.article_h1 .icon48 { margin-right:20px;}
.article_h1 h1 {
	font-size:40px;
	line-height:1;
	color: #ffe6af;
	margin-left:68px;
}
.left_container h1 strong {
	font-weight:900;
}
/*.pagination {
	clear:both;
	margin:10px 0 55px;
}
.pagination li {
    list-style-type: none;
    display: inline-block;
    font-weight: 900;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #a3a7ab;
}
.pagination a {
	display:inline-block;
	border:1px solid #d6d6d6;
	color:#a3a7ab;
	font:900 16px/28px 'Roboto Condensed', sans-serif;
	height:28px;
	width:28px;
	text-align:center;
}
.pagination a:hover {
	color:#bc260d;
	border-color:#bc260d;
}
.pagination .current {
	background-color:#a3a7ab;
	color:#fff;
	height:30px;
	width:30px;
	text-align:center;
}
.pagination .prev {
	background:url(../../img/new/content.png) no-repeat -72px -458px;
}
.pagination .next {
	background:url(../../img/new/content.png) no-repeat -72px -483px;
}
.pagination .prev:hover {
	background:url(../../img/new/content.png) no-repeat -72px -70px;
}
.pagination .next:hover {
	background:url(../../img/new/content.png) no-repeat -72px -95px;
}*/
/*------------- Right Column Blocks------------------*/
.fdm_block {
	float:left;
	position:relative;
	background-size:cover;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right_container .fdm_block {
	margin:0 0 20px 0;
	float:right;
	position:relative;
	background-color:#fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
}
.how_to_block div {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.how_to_block div.col1 {
	background-color:rgba(239, 111, 74, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc95ec5a,endColorstr=#cc95ec5a);
}
.how_to_block div.col2 {
	background-color:rgba(149, 236, 90, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccef6f4a,endColorstr=#ccef6f4a);
}
.how_to_block div.col3 {
	background-color:rgba(253, 221, 74, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfddd4a,endColorstr=#ccfddd4a);
}
.how_to_block div.col4 {
    background-color:rgba(239, 111, 74, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc95ec5a,endColorstr=#cc95ec5a);
}
.how_to_block div.col5 {
    background-color:rgba(149, 236, 90, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccef6f4a,endColorstr=#ccef6f4a);
}
.how_to_block_h1 {
	background-color:rgba(0, 37, 79, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e500254f,endColorstr=#e500254f);
	color:#fff;
	font-size:30px;
	line-height:40px;
	padding:0 15px;
	width:258px;
	height:126px;
	position:absolute;
	left:0;
	top:31px;
	overflow:hidden;
	display:block;
	font-family: "Roboto Condensed",sans-serif;
    font-weight: 100;
}
.how_to_block strong {
	font-weight: 900;
}
.featured {
	display:inline-block;
	position:absolute;
	background-color:rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
	font-size:18px;
	font-weight:900;
	line-height:33px;
	padding:0 22px;
	top:217px;
	color:#172e51;
}
.how_to_block a,
.solutions_block a, 
.download_block a,
.translate_block a,
.software_info a {
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:20;
}
.solutions_block, 
.download_block,
.translate_block {
	background-color:#f05c40;
	color:#fff;
	position:relative;
}
.translate_block {
	height:310px;
}
.solutions_block span, 
.download_block span {
	font-size:48px;
	line-height:1;
	padding:20px 40px 0 33px;
	font-family: "Roboto Condensed",sans-serif;
	display:block;
}
.solutions_block:after,
.download_block:after,
.translate_block:after {
	display:block;
	content:'';
	position:absolute;
	bottom:39px;
	left:33px;
	width:50px;
	height:50px;
	background:url(../../img/new/content.png) no-repeat 0 0;
	z-index:10;	
}
.translate_block:after {
	bottom:29px;
}
.download_block,
.translate_block {
	background-color:#52a918;
}
.download_block h1 {
	line-height:40px;
}
.download_block p {
	padding:22px 0 0 33px;
	font:30px 'Roboto Condensed', sans-serif;
}
.download_block:after {
	background-position:0 -65px;
}
.fdm_block .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;
}
.translate_block h3 {
	padding: 31px 31px 0 31px;
}
.translate_block p {
	padding: 0 31px;
	font-size:16px;
	line-height:25px;
}
.translate_block span {
	color:#ffe778;
}
.translate_block span:last-child {
	display:block;
}
.software_item {
	clear:both;
	cursor: pointer;
    padding: 14px 0 15px;
	margin:0 19px;
    overflow: hidden;
	border-bottom:1px solid #c5c5c5;
}
.software_item div {
	font:18px 'Roboto', sans-serif;
	overflow:hidden;
	/*float:left;
	color:#0d80bc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.software_item h2{
	font:18px 'Roboto', sans-serif;
	color:#0d80bc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.software_item h2:hover {
	color:#bc260d;
}
.software_item p {
	color:#7d7d7d;
	font-size:13px;
}
.software_item a {
    color: #0059a5;
    font-size: 18px;
    line-height: 24px;
	font-weight:500;
}

.software_item a.maintagp {
	font-weight: 400;
	font-size:13px;
}

.select_software {
	background-color:#40b4f0;
}
.select_software h2 {
	color:#fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select_software p {
	color:#d5effc;
}
.software_block {
	height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.software_item:last-child {
	border:none;
}

/* captcha */
#captcha {
	left:0;
	top:0;
	position:fixed;
	height:100%;
	width:100%;
	background:transparent url(../../img/bgfrm.png) repeat;
	z-index: 302;
}
#captcha div {
	border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -o-border-radius:8px;
    -ms-border-radius:8px;
	-moz-box-shadow:  0 5px 20px rgba(0, 0, 0, 0.5); /* ff */
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); /* chrome+safari */
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.5); /* opera */
	behavior: url(/styles/PIE.htc);
	background:#fff;
	position:absolute;
	left:40%;
	top:30%;
	padding:20px;
	font-size:13px;
}
#captcha img {
	float:left;
	margin:10px 20px 10px 0;
	border:1px solid #ADADAD;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
}
#captcha span {
	color:#ff3300;
	font-size:13px;
}
#captcha .set_txt {
	width:95px;
	height:48px;
    line-height: 48px;
	padding:0 3px;
	font-size:34px;
	margin:10px 0;
	border: 1px solid #ADADAD;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
}
#captcha .butclose{
	background:url(../../img/close.png) no-repeat;
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	top:-11px;
	right:-11px;
}
#comments_error, #comments_error_reply { 
	background: #C1504D;
	color: #FFFFFF;
	font-weight: 400;
	padding: 0 4px;
}
.placeholder {color: #aaa;}

.software_info a.download{
	position: relative;
	width: 90px;
	color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	padding: 11px 52px 9px 20px;
	z-index: 21;
	background: url(../../img/new/content.png) no-repeat 122px -757px #52a918;
}

.how_to_block a, .solutions_block a, .download_block a, .translate_block a, .software_info a {
	background:url('about:blank');
}




.mdl-layout {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 500;
}

.mdl-container {
    background: #fff;
    left: 50%;
    margin-left: -391px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 10%;
    z-index: 5000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #4e6680;
}

#mdl-download .mdl-container {
	margin-left:-276px;
}

.mdl-close {
    background:url(../../img/new/content.png) no-repeat -76px -641px;
    cursor: pointer;
    display: inline;
    height: 15px;
    left: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    z-index: 9999999;
}
.mdl-overlay {
    background:rgba(78, 102, 128, 1);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.2;
    position: fixed;
    right: 0;
    top: 0;
    transition: text-shadow 2s cubic-bezier(0, 1, 0, 1) 0s;
    z-index: 4900000;
}
.mdl-container form {
	padding:40px 51px 60px;
	width:680px;
}

.mdl-container #mdl-cnt-mdl-download form {
	width:450px;
}

#mdl-cnt-mdl-download .contact_errors {
	margin:9px 0;
}

.form_h1 {
	font:100 44px/1 'Roboto Condensed', sans-serif;
	margin-bottom:30px;
	float:left;
}
.modal_input {
	margin-bottom:10px;
	clear:both;
}
.modal_input span, .modal_text span {
	width:107px;
	display:inline-block;
	float:left;
	padding-top:8px;
}
.modal_text {
	margin:20px 0;
}
#mdl-cnt-mdl-download .modal_text {
	margin-top:53px
}
input[type="text"].inp_txt, textarea.inp_txt {
	border-color: #818181;
	font-size:15px;
}
input[type="text"].inp_txt {
	line-height:38px;
	padding:0 10px;
	width:240px;
}
textarea.inp_txt {
	width:550px;
	padding:0 10px;
	height:128px;
	resize:none;
}
input[type="submit"].btn {
	margin:10px 0 0 107px;
	background-color:#51cc71;
	color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	width:149px;
	line-height:38px;
	height:40px;
	font-size:18px;
}
input[type="submit"].btn:hover {
	background-color:#51cc71;
}

.contact_errors {
    color:#f7f7f7;
	background-color:#a91818;
    margin:9px 0 0 18px;
	float:left;
	line-height:35px;
	padding:0 20px;
	border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
	display:none;
}
.contact_errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact_ok {
    color:#f7f7f7;
	background-color:#52a918;
    margin:9px 0 0 18px;
	float:left;
	line-height:35px;
	padding:0 20px;
	border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
	display:none;
}


/* ajax_listOfOptions list box */
#ajax_listOfOptions{
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    behavior: url(/styles/PIE.htc);
    position:absolute;
    overflow:auto;
    border:1px solid #4e6680;
    background-color:#fff;
    text-align:left;
    font-size:14px;
    z-index:100;
    border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
    color:#000000;
    font-weight:normal;
    width: 326px;
}
#ajax_listOfOptions div{
    cursor:pointer;
    font-size:16px;
    border-bottom: 1px solid #e1e1e1;
}
#ajax_listOfOptions div:first-child {
	color:#1b6eae;
}
#ajax_listOfOptions div:last-child {
	border-bottom:none;
}
#ajax_listOfOptions .optionDiv{
    padding: 7px 77px 5px 5px;
    position:relative;
}
#ajax_listOfOptions div:first-child {
	background-color:#f1f8ff;
}
#ajax_listOfOptions span{
    color:#b6b6b6;
    font-size:12px;
    display:block;
}
#ajax_listOfOptions span.stars{
    display:block;
    float:none;
    margin:0;
    position:absolute;
    right:10px;
    top:12px;
}
#ajax_listOfOptions .optionDivSelected{
    padding: 7px 5px 5px 5px;
    position: relative;
    font-size: 16px;
	color: #bc260d;
}
#ajax_listOfOptions p {
    margin:0 0 0 41px;
	max-width: 170px;
    overflow: hidden;
	text-overflow: ellipsis;
}
#ajax_listOfOptions .optionDivSelected span{

}
#ajax_listOfOptions img {
    float:left;
    margin-right:10px;
}
.latest_software_block {
    padding:0;
    background:#fff;
    margin-bottom:20px;
}
.latest_software_block.fdm_block {
    height:auto;
    margin-bottom: 0;
}
.latest_software_block .h3 {
    padding: 0 20px;
    margin-bottom:20px;
    background-color: #e7e7e7;
    font: 34px/80px 'Roboto Condensed', sans-serif;
    color: #13324b;
}

.latest_software_block .software_item {
    padding: 0 20px 20px 20px;
}
.latest_download_button {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../../img/new/content.png) 0 -238px no-repeat;
    float:right;
    margin-top:2px;
}

.latest_download_button:hover {
    background-position: 0 -688px;
}

.wrap_reviews {
    margin-bottom: 25px;
}

/*dmca: start*/
.wrapper_form {
    background-color: #F0EDED;
}

#pperror {
    padding: 15px 0 20px;
}

.contact_form {
    padding: 20px;
}

.contact_form p {
    margin: 20px 0;
}

.contact_form div {
    line-height: 26px;
}

.contact_form .note {
    margin-bottom: 10px;
}

.contact_form input[type=submit].btn {
    margin-left: 0;
    clear: both;
    float: none;
    display: block;
    margin-bottom: 10px;
}
/*dmca: end*/

body {
    -webkit-text-size-adjust:none;
}

body.overflow {overflow: hidden; position: relative;}


.wrapper {
    width: 940px;
    margin: 0 auto;
}

.content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

/*contact us: start*/
.mdl-close {visibility: inherit;}
.mdl-cnt.mdl-brd {display: block;}
.modal_text:nth-child(7) {padding-left: 107px;}
/*contact us: end*/

.clear_search {display: none;}

/* -----Download page------ */
.wide_page {
    overflow: hidden;
    background-color: #f3f3f3;
	border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
	position:relative;
	padding:30px 20px 35px;
	color:#4c4c4c;
	font-size:17px;
	line-height:25px;
}
.wide_page h1 {font-size:40px;}
h1.download_title {margin-bottom: 20px;}
.wide_page h1 span { display:block; margin-left:58px;}
.wide_page p {margin:15px 0;}
/* -----end Download page------ */
/* -----404 page------ */
.big_text {
    font-size: 100px;
    line-height: 100px;
    color: #ddd;
}
.big_text b {font-size: 140px;}
.pad_bot {padding-bottom: 20px;}
.no-cols h1 {color: #666; margin: 0;}
/* -----end 404 page------ */
/* -----download page fdm block------ */
.wrapper_download {
	background-color: #ebebeb;
	margin: 0 -20px;
	padding: 25px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.title_prog {
	font: 300 22px/30px "Roboto", "Arial", sans-serif;
	margin-bottom: 30px;
}

.title_prog b {
	font-weight: 400;
	font-size: 25px;
}

.title_prog .red {color: #e41e26;}

.section_step {
	color: #535353;
	font-size: 18px;
	margin-bottom: 4px;
}

.wrapper_download .btn_download {
	color: #fff;
	font-size: 17px;
	display: block;
	width: 300px;
	height: 80px;
	padding: 15px 10px 15px 82px;
	margin-bottom: 30px;
	background: url(/img/new/layout.png) no-repeat 18px -374px #16a93c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper_download .balloon {
	background-color: #f2f2f2;
	border: 1px solid #cacaca;
	padding: 15px 20px;
	max-width: 460px;
	position: absolute;
	top: -50px;
	left: 340px;
	color: #535353;
	font-size: 17px;
	line-height: 26px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper_download .balloon:before {
	content: '';
	display: block;
	width: 33px;
	height: 37px;
	background: url(/img/new/layout.png) no-repeat 0 -470px;
	position: absolute;
	left: -33px;
	top: 16px;
}

.wrapper_download .balloon a {
	color: #068d29;
	font-weight: 500;
}

.wrapper_download .balloon b {font-weight: 700;}

.balloon .pluses {margin-top: 10px;}

.balloon .pluses span {
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
}

.balloon .pluses span:last-child {padding-right: 0;}

.balloon .pluses span:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 6px;
	left: 2px;
	background: url(/img/new/layout.png) no-repeat 0 -570px;
}

.balloon .align_right {
	text-align: right;
	line-height: normal;
	margin-top: 8px;
}

.wrapper_download .balloon a {
	font-size: 15px;
	font-weight: 400;
}

.wrapper_download .btn_download b {
	font: 700 25px "Roboto Condensed", "Roboto", "Arial", sans-serif;
	display: block;
}

.dwnld_link {
	font-size: 15px;
	color: #535353;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dwnld_link a {
	color: #068d29;
	margin-right: 5px;
	text-decoration: underline;
}

.note {
	color: #020202;
	font: 400 20px/24px "Roboto Condensed", "Roboto", "Arial", sans-serif;
}

.note a {
	color: #068d29;
	text-decoration: underline;
	font: 400 17px "Roboto", "Arial", sans-serif;
}

.wrapper_download hr {
	width: 100%;
	height: 1px;
	background-color: #7a7a7a;
	border: none;
	margin: 50px 0 35px;
}

.dwnld_via {
	font-size: 15px;
	color: #535353;
}

.dwnld_via a {color: #257ab8;}
/* -----end download page fdm block------ */

/*tags: start*/
.wrapper_tags {margin-left: 54px;height: 27px;}
.software_item .wrapper_tags a {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	color: #464646;
	background-color: #f2f2f2;
	padding: 0 4px;
	margin-right: 10px;
	margin-top: 6px;
}
/*tags: end*/

@media (max-width: 975px) {
    .header {padding: 22px 20px 0;}
	.main_search { right:20px;}
	.adv1{
		margin-left:20px;
	 	margin-right:20px;
	}
	.wrapper {		
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		padding-left:20px;
		padding-right:20px;
	}
	.right_container  {width: 44%;}
    .article_h1 {left: -3%;width:103%;}
	

    .footer { margin-left:20px; margin-right:20px;}
    .container, .wrapper {width: 100%;}
    .copy {padding: 0 10px;}
    .left_container, .copy, .content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }	
}
@media (max-width: 905px) {
	.header { height:auto; margin-bottom:20px;}
	.header_wrapper { margin-right:0;}
	.main_search {
		clear: both;
		position: relative;
		padding: 10px 0 0;
		top: auto;
		right:auto;
	}
	.searchform input[type="text"] {
		width:100%;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	.search_btn {top:17px;}
}
@media (max-width: 824px) {
    .mdl-container {
        left: 20px;
        right: 20px;
        margin-left: 0;
    }
	#mdl-download .mdl-container {
		margin-left:0;
	}
	.mdl-container #mdl-cnt-mdl-download form {
		width: 100%;
	}

    .mdl-container form {
        width: 100%;
        padding: 40px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    textarea.inp_txt {width: 76%;}
}

@media (min-width: 801px) {
	.right_advertisement {height: 600px;}
}

@media (max-width: 840px) {
	.wrapper_download .balloon {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 38px;
		margin-bottom: 20px;
	}
	.wrapper_download .balloon:before {
		left: 20px;
		top: -35px;
		background-position: 0 -528px;
	}
}

@media (max-width: 800px) {

    #ajax_listOfOptions {width: 240px;}
    .articles-nav li {font-size: 15px;}
    .content {
/*        border-top-width: 20px;
        padding: 0 3%;*/
    }
}


@media (max-width: 780px) {
}

@media (max-width: 680px) {
	#footer .copy {text-align: center; clear:both;}
    #footer .footer_links2 {width: 100%;}
	
	
    #ajax_listOfOptions {width: 145px;}
    #ajax_listOfOptions .optionDiv {padding-right: 10px;}
    textarea.inp_txt {width: 65%;}
}
@media (max-width: 620px) {
	.like_wrapper { display:none;}
	.logo { float:none;}
}
@media (max-width: 600px) {
    .big_text {font-size: 80px;}
    .big_text b {font-size: 100px;}
    .pad_bot {padding-bottom: 0; margin-bottom: 20px;}
}

@media (max-width: 580px) {
	.wide_page h1 {font-size:32px;}
	.wide_page {font-size:16px;} 
	.articles-nav { margin-left:10px;}
	
	
	
    #ajax_listOfOptions {
        left: 20px !important;
        right: 20px !important;
        width: auto;
    }

    .optionDiv {position: relative;}
    .clear_search {
        display: block;
        position: absolute;
        background: url(http://img.informer.com/images/v2/sprite_bing_exit_monitor.png) no-repeat 4px 4px;
        height: 20px;
        width: 20px;
        right: 10px;
        top: 6px;
        z-index: 600;
    }

    .tabs {
        position: relative;
        margin-top: 65px;
        left: auto;
        text-align: center;
    }

    .content {

    }


    .big_text {font-size: 50px;line-height: 70px;margin-bottom: 20px;}
    .big_text b {font-size: 70px;}
    .wide_page br {display: none;}

    .tag {font-size: 13px;}

    .software_item div a:nth-child(2) {
        max-width: 87%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 556px) {
	.header { padding-top:10px;}
	.logo {
		float:none;
		width:300px;
		height:80px;
		background: url(../../img/new/logo_sm.png) no-repeat 0 0;
		margin: 0 auto 10px;
	}
}
@media (max-width: 500px) {
    .modal_text.captcha_wrap {padding-left: 0;}
    .mdl-container {top: 10px;}
    .reply .form_items {width: auto;}
}

@media (max-width: 470px) {
    .mdl-container {left: 10px; right: 10px;}
    .mdl-container form {padding: 20px 20px 30px;}
    .modal_input span, .modal_text span {padding-bottom: 10px;}
    input[type="submit"].btn {margin-left: 0;}
    input[type="text"].inp_txt, textarea.inp_txt {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	
	
	
	.footer_links a { display:inline-block;}
	a.gg {margin-top: 15px;}
}

@media (max-width: 380px) {
	.wide_page h1 {font-size:28px;}
	.wide_page {font-size:15px;} 





    .mdl-container {bottom: 10px; overflow: auto;}
    .mdl-container form {min-width: 325px;}
    .mdl-close {
        position: fixed;
        top: 20px;
        right: 20px;
        background-color: #fff;
    }

	.wrapper_download .btn_download {width: 100%;}
	.wrapper_download .btn_download b {font-size: 20px;}
}

@media (max-width: 340px) {
	a.tw {margin-top: 15px;}
	.logo {width:260px;height:69px;background-size:contain;}
    .adv1 {
        margin: 0 10px 20px;
    }
    .adv1 > div {
        padding: 13px 0;
    }
}