@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
input[type='radio'],
input[type='checkbox']{
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}
input[type='radio']+.radio,
input[type='checkbox']+.checkbox{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -1px 5px -4px 0;
	border: solid 1px #b6b6b6;
}
input[type='radio']+.radio:before,
input[type='checkbox']+.checkbox:before{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	margin: 0;
	content: ' ';
	background: #fb8e36;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input[type='radio']+.radio,
input[type='radio']+.radio:before{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='radio']:checked+.radio:before,
input[type='checkbox']:checked+.checkbox:before,
label:hover input[type='radio']+.radio:before,
label:hover input[type='checkbox']+.checkbox:before,
input[type='radio']+.radio:hover:before,
input[type='checkbox']+.checkbox:hover:before{
	width: 5px;
	height: 5px;
	margin: -2.5px 0 0 -2.5px;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
}
.font{
    font-family: Georgia, serif;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0 6px;
	font-size: 12px;
	color: #3a3a3a;
	box-sizing: border-box;
	border: solid 1px #dedede;
	background: #fff url('../images/blank.png') no-repeat right center;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
textarea{
	padding: 3px 6px;
	height: 132px;
}
.error{
	color: #c9252c;
	font-weight: bold;
	border-color: #c9252c;
	background: #fff url('../images/error.png') no-repeat right center;
}
textarea,
textarea.error{
	background-position: right 3px;
	background-position: right 6px top 3px;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 78px;
	height: 24px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: 0 none;
	background: #fb8e36;
}
.button:hover{
	background: #3c5a66;
}
.button.active{
	cursor: default;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	border: 0 none;
	border-top: solid 1px #bcb9b1;
	border-bottom: solid 1px #fff;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
	line-height: 1.65em;
}
.plaintext h1,
h1.title,
.plaintext h2,
h2.title,
.plaintext h3,
h3.title{
    font-family: Georgia, serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #006f51;
}
.plaintext p,
.plaintext img{
	margin: 0 0 10px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 10px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 10px !important;
}
.plaintext ol,
.plaintext ul{
	font-size: 12px;
	padding: 0 15px 10px;
}
.plaintext ol li,
.plaintext ul li{
	padding: 4px 0 0;
}
.plaintext ol li:first-child,
.plaintext ul li:first-child{
	padding: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 10px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 10px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */

#up2top{
	opacity: 0.75;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 80px;
	margin-left: 540px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
/*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);*/
}
#up2top:hover{
	opacity: 1;
/*	filter: none;
    -webkit-filter: none;*/
}
.fancybox-margin #up2top{
	margin-left: 533px;
}

#wrapper{
	overflow: hidden;
	min-width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
	width: 970px;
	margin: 0 auto;
}

/* header */
header .top{
	background: #476774;
}
header .logo{
	padding: 16px 64px 16px 0;
}
header .logo:before{
	position: absolute;
	right: 0;
	top: 0;
	width: 2000px;
	height: 100%;
	content: ' ';
	background: #3c5a66;
}
header .logo img{
	position: relative;
	z-index: 1;
}
header .search{
	padding: 16px 0 0 42px;
}
.search input[type='text']{
	width: 366px;
	border-color: #fff;
}
.search *{
	vertical-align: top;
}
header .login{
	padding: 18px 0 0;
	color: #fff;
}
header .login img{
	vertical-align: -1px;
}
header .login-link{
	margin: 0 20px;
}
header .register-link{
	margin-left: 19px;
}
header .login a{
	text-decoration: none;
}
header .login a:hover{
	text-decoration: underline;
}
header .bottom{
	border-bottom: solid 1px #000;
}
header nav{
	padding: 20px 0;
	font-size: 14px;
	color: #101010;
}
header nav li{
	margin-left: 20px;
}
header nav li:first-child{
	margin-left: 0;
}
header nav a{
	text-decoration: none;
}
header nav li.active a{
	cursor: default;
}
header nav li:before{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 2px;
	margin: 5px 0 0;
	content: ' ';
	background: #fb8e36;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
header nav li.active:before,
header nav li:hover:before{
	left: 0;
	width: 100%;
}
.add-news{
	width: auto;
	height: 32px;
	margin: 12px 0 0;
	padding: 0 10px;
	font-size: 14px;
	line-height: 32px;
}
.add-news img{
	margin-right: 8px;
	vertical-align: -5px;
}
header .line{
	top: 3px;
	margin: -1px 0;
	height: 0;
	border-bottom: solid 2px #000;
}
/* header off */

/* content */
main{
	padding: 40px 0 141px;
}
.sidebar{
	width: 200px;
}
.sidebar h2,
.aside-style-block h2{
	margin: 0 0 20px;
	padding: 0 0 2px;
	font-size: 14px;
	color: #000;
	border-bottom: solid 1px #000;
}
.aside-news-block{
	padding: 0 0 20px;
}
.aside-news{
	width: 200px;
	margin: 0 0 20px;
}
.aside-style-block .aside-news{
	margin-left: 64px;
}
.aside-style-block .aside-news:nth-child(3n+1){
	margin-left: 0;
}
.aside-news .img{	
	width: 52px;
}
.videos-block .img{
	position: relative;
}
.videos-block .img:before,
.videos-block .img:after{
	position: absolute;
	left: 50%;
	top: 13px;
	content: ' ';
}
.videos-block .img:before{
	width: 24px;
	height: 24px;
	margin: 0 0 0 -13px;
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.videos-block .img:after{
	opacity: 0.8;
	margin: 5px 0 0 -5px;
	border-style: solid;
	border-width: 7px 0 7px 11px;
	border-color: transparent transparent transparent #fff;
}
.aside-news .img .img-bottom{
	margin: 6px 0 0;
	font-size: 11px;
	line-height: normal;
	color: #9b9b9b;
}
.aside-news .img .img-bottom img{
	margin-right: 2px;
}
.aside-news .txt{
	width: 138px;
	margin: -2px 0 0;
	color: #55899e;
	word-wrap: break-word;
}
.aside-news .txt a{
	text-decoration: none;
}
.aside-news .txt a:hover{
	text-decoration: underline;
}
.aside-socials{
	padding: 0 0 30px;
}
.aside-socials li{
	margin: 0 0 10px;
}
.sidebar .banner{
	padding: 0 0 40px;
}
.sidebar .question{
	padding: 0 0 40px;
}
.sidebar .question h3{
	margin: 0 0 14px;
	font-size: 14px;
	color: #101010;
}
.sidebar .question ul li{
	margin: 0 0 9px;
}
.sidebar .question .buttons{
	padding: 11px 0 0;
}
.sidebar .question .button{
	width: 110px;
	height: 32px;
}
.sidebar .question .link{
	margin: 9px 0 0;
	color: #55899e;
	text-decoration: none;
}
.sidebar .question .link:hover{
	text-decoration: underline;
}
.aside-archive-block{
	padding: 0 0 40px;
	color: #55899e;
}
.aside-archive-block a{
	text-decoration: none;
}
.aside-archive-block a:hover{
	text-decoration: underline;
}
.aside-archive-block ul{
	padding: 0 0 16px;
}
.aside-archive-block ul li{
	margin: 0 0 5px;
}
.aside-archive-block .month{
	width: 106px;
}
.aside-archive-block .num{
	width: 41px;
	padding: 3px 0;
	font-size: 11px;
	color: #fff;
	background: #476774;
}
.aside-archive-block .showall{
	font-size: 11px;
}
.content{
	width: 728px;
}
.content .banner{
	margin: 0 0 40px;
}
.content-news{
	margin: 0 0 30px;
}
.content-news h1,
.content-news h2{
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 115%;
	color: #101010;
}
.content-news h1 a,
.content-news h2 a{
	text-decoration: none;
}
.content-news h1 a:hover,
.content-news h2 a:hover{
	color: #fb8e36;
	text-decoration: underline;
}
.content-news .info{
	margin: 0 0 12px;
	font-size: 11px;
	color: #9b9b9b;
}
.content-news .info .date,
.content-news .info .author{
	margin-right: 12px;
}
.content-news .info a,
.content-news .more{
	text-decoration: none;
}
.content-news .info a:hover,
.content-news .more:hover{
	text-decoration: underline;
}
.content-news .info .author a{
	color: #55899e;
}
.content-news .info .location{
	color: #fb8e36;
}
.content-news .like{
	margin: -6px 0 7px;
}
.content-news .like > *{
	height: 24px;
	font-size: 11px;
	line-height: 24px;
	box-sizing: border-box;
}
.content-news .like .plus,
.content-news .like .minus{
	cursor: pointer;
	width: 16px;
	color: #fff;
	background: #fb8e36;
}
.content-news .like .plus:hover,
.content-news .like .minus:hover{
	background: #3c5a66;
}
.content-news .like .num{
	width: 27px;
	color: #9b9b9b;
	border: solid 1px #dedede;
}
.content-news .img,
.content-news h3{
	margin: 0 0 10px;
}
.content-news h3{
	line-height: 150%;
}
.content-news .more{
	font-size: 11px;
	color: #55899e;
}
.content-news .infobar{
	margin: 6px 0 0;
	padding: 4px 10px;
	font-size: 11px;
	color: #fff;
	border-bottom: solid 1px #fff;
	background: #476774;
	-webkit-box-shadow: 0 2px 0 #000;
	-moz-box-shadow: 0 2px 0 #000;
	box-shadow: 0 2px 0 #000;
}
.content-news .infobar.secondary{
	margin: -5px 0 20px;
	border-bottom: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.content-news .infobar img{
	margin: 0 4px 0 26px;
}
.content-news .infobar img:first-child{
	margin-left: 0;
}
.content .pager{
	height: 32px;
	margin: -10px 0 40px;
}
.content .pager .button{
	width: 110px;
	height: 32px;
	line-height: 32px;
}
.pager .inline-table{
	cursor: default;
	width: 480px;
	height: 16px;
	margin: 4px 0 0;
	padding: 12px 0 0;
	color: #101010;
	border-top: solid 2px #fb8e36;
}
.pager .inline-table .td{
	width: 1000px;
}
.pager .inline-table .td:first-child,
.pager .inline-table .td:last-child{
	width: 500px;
}
.pager .inline-table .td:first-child{
	text-align: left;
}
.pager .inline-table .td:last-child{
	text-align: right;
}
.pager .inline-table a{
	text-decoration: none;
}
.pager .inline-table .td > *:hover,
.pager .inline-table .td.active > *{
	color: #fb8e36;
}
.pager .inline-table .td > *:before{
	position: absolute;
	left: 50%;
	top: -15px;
	width: 10px;
	height: 2px;
	margin: 0 0 0 -5px;
	content: ' ';
	background: #fb8e36;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.pager .inline-table .td > *:hover:before,
.pager .inline-table .td.active > *:before{
	top: -19px;
	height: 10px;
}
.sourcelink,
.printversion{
	font-size: 11px;
}
.sourcelink a,
.printversion a{
	text-decoration: none;
}
.sourcelink a:hover,
.printversion a:hover{
	text-decoration: underline;
}
.sourcelink{
	padding: 20px 0 0;
	color: #9b9b9b;
}
.printversion{
	padding: 4px 0 24px;
	color: #55899e;
}
.content-news .socials li{
	margin: 0 0 0 10px;
}
.content-news .socials li:first-child{
	margin: 0;
}
.comment,
.comments{
	padding: 0 0 20px;
}
.comment.single{
	padding-top: 30px;
	border-top: solid 1px #e6e6e6;
}
.comment .comment{
	padding: 20px 0 0;
}
.comment .img{
	width: 41px;
	height: 41px;
}
.comment .post{
	padding: 1px 0 0;
	margin: -1px 0 0 51px;
}
.comment.single .post{
	margin-left: 0;
}
.comment .post .info{
	margin: -3px 0 4px; 
	color: #9b9b9b;
}
.comment.single .post .info{
	margin-bottom: 14px;
}
.comment .post .info .username{
	margin: 0 8px 0 0;
}
.comment .post .info a{
	color: #55899e;
	text-decoration: none;
}
.comment .post .info a:hover{
	text-decoration: underline;
}
.comment .post .info .date{
	font-size: 11px;
}
.comment .post .txt{
	padding: 0 0 4px;
}
.comment .post .line{
	display: none;
}
.comment.level > .post > .txt > .line{
	display: block;
	position: absolute;
	left: -11px;
	top: 36px;
	width: 0;
	height: 100%;
	border-left: dotted 1px #9b9b9b;
}
.comment .post .answer{
	cursor: pointer;
	color: #fb8e36;
}
.comment .post .answer:hover{
	text-decoration: underline;
}
.comment .post label{
	color: #9b9b9b;
}
.comment .post textarea{
	resize: none;
	height: 92px;
	margin: 4px 0 8px;
}
.comment.single .post textarea{
	margin-bottom: 12px;
}
.comment .post .button{
	width: 96px;
	height: 32px;
}
.comment.single .post .button{
	width: 151px;
}
/* content off */

/* footer */
footer{
	min-width: 970px;
	height: 99px;
	margin: -101px 0 0;
	padding: 1px 0 0;
	font-size: 11px;
	line-height: 160%;
	color: #9b9b9b;
	border-top: solid 1px #000;
}
footer .line{
	height: 0;
	margin: 0 0 13px;
	border-top: solid 2px #000;
}
.rights{
	width: 598px;
}
.rights .copy img{
	margin: 4px 0 0;
}
.rights .copy .txt{
	height: 34px;
	margin: 0 0 17px 43px;
}
footer nav{
	width: 113px;
}
footer nav a,
.dev a{
	color: #55899e;
	text-decoration: none;
}
footer nav a:hover,
.dev a:hover{
	text-decoration: underline;
}
.counter{
	padding: 4px 0 0;
}
.counter li{
	margin: 1px 0 0;
}
.counter li:first-child{
	margin: 0;
}
.dev{
	white-space: nowrap;
}
.dev img{
	margin: 9px 0 0;
}
.dev .txt{
	margin: 0 0 0 23px;
}
/* footer off */

/* calendar */
#datepicker{
	padding: 0 0 40px;
}
#datepicker *{
	border: 0 none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.ui-datepicker{
	width: auto;
	padding: 0;
	background: none;
}
.ui-datepicker .ui-datepicker-header{
	height: 28px;
	padding: 0;
	line-height: 28px;
	background: #476774;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	cursor: pointer;
	width: 22px;
	height: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
	background: #fb8e36;
}
.ui-datepicker .ui-datepicker-prev{
	left: 0;
}
.ui-datepicker .ui-datepicker-next{
	right: 0;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover{
	background: #9b9b9b;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	color: #fff;
	text-indent: 0;
	text-align: center;
	background: none;
}
.ui-datepicker .ui-datepicker-prev:before{
	content: '<';
}
.ui-datepicker .ui-datepicker-next:before{
	content: '>';
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
	display: none !important;
}
.ui-datepicker .ui-datepicker-title{
	margin: 0 22px;
	line-height: inherit;
}
.ui-datepicker th span{
	color: #9b9b9b;
}
.ui-datepicker td{
	padding: 0;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a{
	padding: 2px 6px;
	color: #101010;
	text-align: center;
	background: none;
}
.ui-datepicker .ui-datepicker-calendar td span.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td span.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-hover{
	color: #fff;
	background: #fb8e36;
	-webkit-box-shadow: 0 3px 0 #fb8e36, 0 -3px 0 #fb8e36;
	-moz-box-shadow: 0 3px 0 #fb8e36, 0 -3px 0 #fb8e36;
	box-shadow: 0 3px 0 #fb8e36, 0 -3px 0 #fb8e36;
}
/* calendar off */















/* eof */
