.center{
	text-align: center;
}

.right{
	text-align: right;
}

.m25{
	margin-top: 25px;
}

.btn{
	margin-top: 5px;
}

.login{
	font-weight: bold;
}

.w100 img{
	width: 100%;
}

img[data-fancybox]{
	cursor: pointer;
}

.login-messages{
	position: absolute;
	top: 40px;
	right: 0;
	font-size: .8rem;
	margin-top: 5px;
	width: 220px;
	line-height: 1rem;
}

.php {
	display: block;
	padding: 25px;
	background: #f9fafa;
    border: 1px solid #dce7e7;
}

.hidden{
    display: none;
}

.box-content{
	font-size: 1.05rem;
	width: 78%;
}

.box-content.full{
	width: 100%;
	font-size: 1.05rem;
}

.box-content-right{
	width: 22%;
	box-sizing: border-box;
	padding-left: 20px;
}

.box-content-news{
	background: #f7f7f7;
	/*min-height: 200px;*/
	padding: 20px 20px 30px 20px;
	margin-bottom: 24px;
	font-size: .95rem;
	border-radius: 3px;
}
.box-content-news a{
	color: #666666;
	text-decoration: none;
}

.box-content-news a:hover{
	text-decoration: underline;
}


.content .box-content-news ul{
	list-style-type: none;
	margin: 0;
}

.content .box-content-news ul li{
	margin-bottom: 12px;
}

.box-content-news-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin: 10px 0;
}

.content p{
     margin: 10px 0;
}

.content ul{
    list-style-type: square;
    margin-left: 45px;
}

.content ol{
    margin-left: 45px;
}



.search{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 35px 0 0 -200px;
	height: 40px;
	width: 400px;
	
}

input[type=search].search-input{
	width: 300px;
}

.wrapper-up .modal{
	line-height: 1rem !important;
}
/*
.register-box span{
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    background: url(../images/register-icon.png) 0 0 no-repeat;
    background-size: auto 100%;
    line-height: 24px;
    margin-right: 3px;
}
*/
.register-box a:hover{
    text-decoration: none;
}

.main-info{
    background: #FFDF84;
    padding: 20px;
}

.notice{
    background: #FFDF84;
    padding: 20px;
}

.news-info-boxes{
    display: flex;

}

.portal-new{
    width: 53%;
    padding-right: 15px;
}

.info-box{
    width: 47%;
}

.portal-new-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.news-box{
    display: flex;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.news-box li{
    position: relative;
    width: 49%;
    /*padding-right: 15px;*/
    margin-top: 15px;
    box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
}

.news-box li a{
    color: #333333;
    text-decoration: none;
}

.news-box li img{
    width: 100%;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.news-img{
    position: relative;
    overflow: hidden;
}


.news-img img{
	filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    -moz-filter: grayscale(75%);
    -ms-filter: grayscale(75%);
    -o-filter: grayscale(75%);
}


.news-box li:hover .news-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0)
}

.news-box-cat #dle-content{
	display: flex;
	flex-wrap: wrap;
}

.news-box-cat article{
    position: relative;
    width: 25%;
    padding-right: 15px;
    margin-top: 15px;
    box-sizing: border-box;
	overflow: hidden;
}

.news-box-cat article a{
    color: #333333;
    text-decoration: none;
}

.news-box-cat article img{
    width: 100%;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}


.news-box-cat article:hover .news-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-category{
    position: absolute;
    right: 15px;
    top: 0;
    background: #378FCC;
    font-size: 1.05rem;
    color: #FFFFFF;
    padding: 6px 25px;
    z-index: 99;
}

.news-category.blog-category{
    background: #F8CA44;
    color: #000000;
}

.news-descr{
    padding: 10px 15px;
    background: #E8E8E8;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
	font-family: 'Roboto';
}

.news-title-other{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	background-color: rgba(57,129,180,0.75);
    color: #EFEFEF;
	height: 95px;
    font-size: 1.05rem;
	padding: 5px 15px;
}

.news-info{
	margin: 0 0 10px;
}

.experience-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
}

.experience-list{
	display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.experience-list li{
    width: 32%;
    margin-top: 15px;
    box-sizing: border-box;
}

.experience-list li img{
    width: 100%;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.experience-list-img{
    position: relative;
    overflow: hidden;
}

.experience-list li:hover .experience-list-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.experience-list-title{
    position: absolute;
    bottom: 35px;
    right: 15px;
    width: 70%;
    text-align: right;
}

.experience-list-title span{
    background-color: rgba(55, 143, 204, 0.91);
    box-decoration-break: clone;
    box-shadow: 10px 0 0 #378FCC, -10px 0 0 #378FCC;
    color: #fff;
    display: inline;
    font-weight: 400;
    line-height: 1.6;
    font-size: 1.1rem;
}

.experience-list-block{
    padding-top: 5px;
    text-align: right;
}

.experience-list li a{
    color: #444444;
    text-decoration: none;
}

.firmware-knowledge-box{
    display: flex;
    flex-wrap: nowrap;
}

.firmware-knowledge-box li{
    width: 50%;
    border: 1px solid #E8E8E8;
	border-radius: 10px;
	box-sizing: border-box;
}

.firmware-box{
    margin-right: 7px;
    background-size: 100% auto;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.firmware-box a{
    text-decoration: none;
    color: #ffffff;
}

.firmware-box{
    background: #378FCC;
    color: #ffffff;

}

.firmware-box:hover{
    background: #378FCC;
    color: #ffffff;
}

.firmware-box:hover a{
    color: #ffffff;
}

.firmware-box:hover .firmware-title{
    color: #ffffff;
}

.firmware-img img{
    width: 100%;
}

.firmware-title,
.knowledge-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #26667A;
    margin-top: 25px;
    padding: 0 15px;
}

.firmware-title{
	text-transform: none;
	font-size: 2.1rem;
}

.firmware-title{
    color: #ffffff;
}

.knowledge-box{
    margin-left: 7px;
    background-size: 100% auto;
}

.knowledge-box a{
    color: #333333;
    text-decoration: none;
}

.firmware-desc,
.knowledge-desc{
    padding: 15px 15px 25px 15px;
}

.knowledge-img img{
    width: 100%;
}

.popular-discussions{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;

}

.popular-discussions-list::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
}

.popular-discussions-list::-webkit-scrollbar-track {
	background-color:#eeeeee;
}

.popular-discussions-list::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#378FCC;
}

.popular-discussions-list::-webkit-scrollbar-thumb:hover{
	background-color:#56999f;	
}

.popular-discussions-list::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
}

.popular-discussions-list::-webkit-scrollbar{
	width: 4px;
}

.popular-discussions-list{
	max-height: 600px;
	overflow-y: auto;
}

.popular-discussions-list li{
    margin-top: 15px;
}

.popular-discussions-title span{
    /*font-size: .8rem;*/
	color: #AAAAAA;
}

.popular-discussions-text{
    margin: 10px 0 0 50px;
	min-height: 50px;
}

.popular-discussions-avatar{
    float: left;
    margin-top: 15px;
}

.popular-discussions-info{
    font-size: .9rem;
    color: #666;
    margin-top: 5px;
    font-style: italic;
    padding-bottom: 10px;
    border-bottom: 1px dotted #bbbbbb;
	/*: 5px 0 0 40px;*/
}

.popular-discussions-list li:last-child .popular-discussions-info{
    border-bottom: none;
}

.politics{
    width: 280px;
    margin-top: 5px;
}

.social{
	display: none;
    position: fixed;
    right: 0;
    bottom: 50%;
    margin-bottom: -125px;
}

.modal{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #ffffff;
    color: #333333;
    width: 360px;
    height: 320px;
    margin: -160px  0 0 -180px;
    box-sizing: border-box;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 999;
}

.modal a{
    color: #3981B4;
}

.modal-fon{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: 998;
}

.modal-auth-title{
    font-size: 1.2rem;
    font-weight: bold;
}

.modal .login-form{
    margin-top: 20px;
}

.modal .login-form label{
    display: block;
    width: 70px;
	font-size: .95rem;
}

.modal .login-form input{
	display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    width: 100%;
}

[for=login-password]{
    margin-top: 10px;
}

.modal .login-form button{
    display: block;
    text-align: center;
    margin: 15px auto 0 auto;
    width: 120px;
    line-height: 32px;
    background: #3981B4;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #0a5498;
}

.modal .login-form button:hover{
    background: #2F6A97;
}

.modal .lost-password{
    margin-top: 15px;
	font-size: .9rem;
}

.modal .lost-password a{
	text-decoration: underline;
}

.modal-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close::after{
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    background: #444444;
    width: 1px;
    height: 24px
}

.modal-close::before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    background: #444444;
    width: 24px;
    height: 1px
}

.modal-close:hover::after,
.modal-close:hover::before{
     background: #3981B4;
 }

.bbcodes,
.btn{
    display: inline-block;
    padding: 0 25px;
    line-height: 32px;
    background: #3981B4;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #3981B4;
	border-radius: 3px;
}

.btn:hover,
.bbcodes:hover{
    background: #2F6A97;
}

.register-form-page .form-group{
    margin-top: 15px;
}

.register-form-page .form-group label{
     display: inline-block;
     width: 140px;
 }

.register-form-page .form-group input{
    line-height: 32px;
    padding: 0 10px;
	/*width: 300px !important;*/
}

.register-form-page .form-group button{
    line-height: 32px;
    padding: 0 15px;
}

.register-form-page .form-group textarea{
    width: 70%;
}

.register-form-page .form-group .reg-code{
    display: flex;
}

.register-form-page .form-group .reg-code li:first-child{
    width: 175px;
}

.register-form-page .form-submit{
    margin-top: 15px;
    padding-left: 100px;
}

.error{
    padding: 15px;
    background: #FFDF84;
    margin-bottom: 10px;
}

.speedbar{
	margin-bottom: 17px;
}

.showfull #dle-content{
	display: flex;
}

.content ul.ui-form{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.combo_field input{
	height: 32px;
    line-height: 32px;
    padding: 0 12px;
    width: 240px !important;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.ui-form #name{
	width: 180px !important;
}

.ui-form #password1{
	width: 180px !important;
}

.ui-form #password2{
	width: 180px !important;
}

.ui-form #email{
	width: 280px !important;
}


.ui-form #fullname{
	width: 180px !important;
}


#comment-editor{
	margin-top: 10px;
}

#sec_code{
	height: 46px;
    line-height: 46px;
    padding: 0 12px;
    width: 130px;
	font-size: 0.85rem;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.content ul.c-captcha{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	float: none;
}

.content ul.c-captcha li{
	float: left;
	margin-right: 5px;
}

.content ul.c-captcha::after{
	content: '';
	display: table;
	clear: both;
}

.sketch{
	border: 1px solid #378FCC;
	padding: 40px 20px;
	margin: 15px 0 10px 0;
	background: #378FCC;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	border-radius: 7px;
	font-size: 1.15rem;
}

.sketch-full{
	display: none;
}

.sketch-full.show{
	display: block;
}

.sketch-file{
	margin: 10px 0 0 0;
}

h2.comments-title{
	margin: 50px 0 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid #378FCC;
}

ul.comment-control{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-left: 10px;
}

ul.comment-control li{
	margin: 0 7px;
}

.rate_like{
	color: #6c9000;
}

.rate_like-dislike{
	color: #B20000;
}

.com_user .name a{
	color: #444;
	text-decoration: none;
	font-size: .95rem;
}

.com_user .grey{
	font-size: .8rem;
}

.com_info{
	display: flex;
}

.com_content{
	font-size: .9rem;
}

.comment-date{
	font-size: .85rem;
	color: #AAA;
	margin-bottom: 5px;
}


.comment-left .avatar{
	display: block;
	float: left;
	margin-right: 10px;
}

.comment-left .avatar span{
	display: inline-block;
	width: 28px;
	height: 28px;
	background-size: cover;
}

.com_user{
	line-height: 28px;
}

.meta{
	
}

.comment{
	margin-bottom: 20px;
}

.comment-left{
	display: flex;
	width: 100%;
}

.comment-right{
	width: 40px;
	text-align: right;
}


.comments_subscribe{
	display: block;
}

.comment-quotes,
.comment-complait,
.comment-edit,
.comment-remove{
	display: block;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.comment-quotes{
	background: url(../svg/quotes.svg) 0 0 no-repeat;
}

.comment-complait{
	background: url(../svg/warning.svg) 0 0 no-repeat;
}

.comment-edit{
	background: url(../svg/edit.svg) 0 0 no-repeat;
}

.comment-remove{
	background: url(../svg/delete.svg) 0 100% no-repeat;
}

.mass input{
	height: 14px;
	width: 14px;
}

ul.register-form-page,
ul.reg-code{
	list-style-type: none;
	margin: 0;
}

#result-registration{
	margin-top: 5px;
}

#dle-captcha img{
	height: 46px;
}

.news-date{
	font-size: .85rem;
	color: #777777;
}

.profile ul{
	list-style-type: none;
	margin: 0;
}

.profile ul.profile-list{
	margin-top: 20px;
}

.profile .avatar{
	text-align: center;
}

.profile .avatar span{
	background-size: cover;
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto;
}

.avatar-load{
	margin-top: 10px;
}


.news-box #dle-content{
	display: flex;
}

.shortstory{
	position: relative;
}

.profile{
	display: flex;
	width: 100%;
}


.profile-left,
.profile-right{
	width: 50%;
}

.profile-list li{
	margin-bottom: 10px;
}

.profile-list li span{
	font-size: .8rem;
	color: #777777;
}

#userinfo{
	width: 100%;
}

.allow_mail{
	font-size: .8rem;
}

.form-group{
	margin-bottom: 7px;
}

.form-group label{
	font-size: .8rem;
}

.send-pm{
	text-align: left;
	margin: 10px 0;
}



.send-pm a{
	display: inline-block;
    padding: 0 25px;
    line-height: 32px;
    background: #3981B4;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #0a5498;
	text-decoration: none;
	border-radius: 7px;
	font-size: .8rem;
	font-weight: bold;
}

.pmlist{
	margin-top: 10px;
}

.pm_status{
	margin-top: 10px;
}

.heading{
	margin: 25px 0 5px;
}

.btn-big {
    height: 32px;
	line-height: 32px;
    border-radius: 7px;
	padding: 0 15px !important;
}

.profile-save{
	margin-bottom: 15px;
}

.form-betatest{
	margin-top: 20px;
}

.form-betatest label{
	display: none;
}

.form-betatest input{
	display: block;
	margin-bottom: 5px;
}

.form-betatest textarea{
	display: block;
	font-size: .9rem;
	width: 50%;
	height: 100px;
}



.form-betatest button{
	line-height: 38px;
	padding: 0 15px;
	margin-top: 15px;
	background: #3981B4;
	color: #FFFFFF;
	border: 1px solid #3981B4;
	font-size: .95rem;
	cursor: pointer;
	border-radius: 4px;
}

.form-betatest button:hover{
	background: #2F6A97;
}

.error-jform{
	border-color: #CC0000 !important;
}

.jform-info{
	display: none;
	text-align: center;
	background: #117C4B;
	color: #FFFFFF;
	padding: 45px 12px;
	margin: 35px 0;
	border-radius: 12px;
	box-sizing: border-box;
	
}

 .jform-mail-title{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.page-cols{
	display: flex;
	justify-content: space-between;
}


.page-col{
	width: 49%;
	box-sizing: border-box;

	border-radius: 5px;
}

.page-col ul{
	list-style-type: none;
}

.page-col ul li{
	margin-bottom: 5px;
	padding: 0;
}

.page-col ul li a:hover{
	text-decoration: none;
}

.base-ide{
	background: #F4F4F4;
	padding: 20px 0 60px;
	text-align: center;
}

.base-ide ul{
	text-align: left;
	margin-top: 15px;
}

.base-espsmart ul{
	margin-left: 0;
}

.base-espsmart{
	background: #FFFFFF;
	text-align: center;
}

.base-espsmart ul{
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.base-espsmart ul li{
	width: 48%;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	background: #3981B4;
	-moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.base-espsmart ul li a{
	text-decoration: none;
	color: #FFFFFF;
	
}

.base-espsmart ul li a:hover{
	
}

.base-espsmart ul li:hover{
	background: #2E6792;
}

.esp-link{
	padding: 0 30px 80px 30px;
	margin-top: 30px;
	font-size: 1.1rem;
}


.esp-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3rem;
}

.esp-title img{
	width: 100%;
}

.pm-box{
	margin-top: 25px;
}

.comments {
	margin-top: 35px;
}

.mass_comments_action{
	display: none;
}

#comment-editor br{
	display: none;
}

.comments_subscribe{
	margin: 7px 0;
}

#comment-editor textarea{
	/*display: none;*/
	height: 90px;
	padding: 10px;
	/*width: 100%;*/
}

.info-text{
	background: #FFEFBF;
	font-size: .95rem;
	padding: 10px 20px;
}

ul.list-quick{
	list-style-type: none;
	display: flex;
	margin: 36px 0 0 0;
	column-gap: 24px;
}

.list-quick li{
	width: 25%;
	border-right: 1px dashed #AAAAAA;
	padding-right: 16px;
	box-sizing: border-box;
}

.list-quick li img{
	display: block;
	width: 100%;
}

.list-quick-title{
	margin-top: 12px;
	font-size: 1.1rem;
	/*font-weight: bold;*/
}

.list-quick li a:hover{
	text-decoration: none;
}

.quick-start{
	background: #FFF0C4;
	padding: 24px;
}

@media all and (max-width: 1200px) {
	
	.portal-new {
		width: 65%;
	}
	
	.info-box{
		width: 35%;
	}
	
	.firmware-knowledge-box li {
		width: 100%;
	}
	
	.knowledge-box{
		display: none;
	}
	
	.search{
		display: none !important;
	}
	
	.experience-list li {
		width: 33%;
	}
	
	.news-box-cat article {
		width: 33%;
	}
	
	.page-col img{
		width: 100%;
	}
	
	.box-content{
		width: 70%;
	}
	
	.box-content-right{
		width: 30%;
	}
	

}

@media all and (max-width: 960px) {
	
	.box-content img{
		width: 100%;
	}
	
	.portal-new {
		width: 100%;
		padding-right: 0;
	}
	
	.info-box{
		display: none;
	}
	
	.experience-list li {
		width: 49%;
	}
	
	.news-box-cat #dle-content{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.news-box-cat article {
		width: 49%;
		padding-right: 0;
	}

}

@media all and (max-width: 768px) {
	
	.info-box{
		display: none;
	}
	
		
	.box-content-right{
		display: none;
	}
	
	.box-content{
		width: 100%;
	}
	
	.fullstory img{
		width: 100%;
	}
	
	.form-betatest textarea {
		width: 100%;
	}
	
	
}

@media all and (max-width: 544px) {
	
	.profile {
		flex-wrap: wrap;
	}
	
	.profile-left, .profile-right {
		width: 100%;
	}
	
	.news-box li, .experience-list li{
		width: 100%;
	}
	
	.news-box-cat article {
		width: 100%;
		padding-right: 0;
	}
	
	.header{
		height: auto;
	}
	
	.auth-link-box{
		position: static;
		margin: 20px 0;
	}
	
	.register-box{
		display: block;
		text-align: right;
	}
	
	.logo{
		position: static;
	}
	
	.page-cols{
		flex-wrap: wrap;
	}
	
	.page-col{
		width: 100%;
	}
	
}
@media all and (max-width: 340px) {
	.form-betatest input {
		width: 100%;
	}
	
}
