/* 
	den_style.css 
*/
li {
list-style-type:none;
}

h3 {
text-indent: 0px;
color: #000000;
font-size: 15px;
line-height: 15px;
text-align: justify;
}

#general_wrapper {
	margin: 0 auto 0 auto;
	border-left: 1px solid rgb(231, 231, 231);
	border-right: 1px solid rgb(231, 231, 231);
	width: 1050px;
	background-image: url(../images/template/gen_wrapper.png);
}

#header {
	height: 180px;
	width: 100%;
	background: url(../images/template/template_header.jpg);
}

#navs {
	float: right;
}

/*TOP MENU*/
#topmenu {
	position: relative;
}
.decoration a {
	text-decoration:underline;
}
.decoration a:hover {
	text-decoration:none;
}
.topmenu {
	margin : 0;
	padding : 0;
	float : left;
	font : bold 12px Arial;
	width : 100%;
	background : #014761;
}
.topmenu li {
	display : inline;
}
.topmenu li a {
	float : left;
	color : #fff;
	padding : 9px 12px;
	text-decoration : none;
	font-size: 10pt;
	border-right: 1px solid #ffffff;
}
.topmenu li a:visited {
	color : #fff;
}
.topmenu li a:hover, .topmenu li .current {
	color : #fff;
	background : #01729c;
}
/*END TOP MENU*/

#content {
	width: 100%;
	min-height: 600px;
}

#left_column {
	width: 23%;
	min-height: 600px;
	float: left;
}

#main_column {
	width: 54%;
	min-height: 600px;
	float: left;
}

#right_column {
	width: 23%;
	min-height: 600px;
	float: right;
}

#main_contacts {
	min-height: 360px;
	margin-top: 9px;
	background: #3b679e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzNiNjc5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjY3OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #3b679e 1%, #207cca 50%, #3b679e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#3b679e), color-stop(50%,#207cca), color-stop(100%,#3b679e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* IE10+ */
	background: linear-gradient(to right,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#3b679e',GradientType=1 ); /* IE6-8 */
}

#main_contacts h3{
	margin: 0;
	font-size: 12pt;
	color: #fff;
	padding:7px;
	border-bottom: 1px solid #013d6c;
}

#breadcrumbs {
	top: 3px;
	position: relative;
	padding: 4px 0px 5px 13px;
	color: #414141;
	font-size: 13px;
}

#mid_news_img {
	float: right;
	margin-left: 5px;
}

#news_text {
	float: left;
	padding-top: 20px;
	border-top: 1px solid #063446;
}

#news_text p {
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
	margin-bottom: 9px;
	text-indent: 25px;
	color: rgb(66, 64, 64);
}

#news_text img {
max-width: 475px;
margin:5px auto !important;
}

#mid_news_text {
	float: left;
	width: 100%;
}

#mid_news_text p {
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
	margin-bottom: 9px;
	text-indent: 25px;
	color: rgb(66, 64, 64);
}

/*Left menu*/

.blue .accordion { 
	border-top: 1px solid #013d6c;
	border-right: 1px solid #013d6c; 
	border-left: 1px solid #013d6c;
	background: #3b679e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzNiNjc5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjY3OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #3b679e 1%, #207cca 50%, #3b679e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#3b679e), color-stop(50%,#207cca), color-stop(100%,#3b679e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* IE10+ */
	background: linear-gradient(to right,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#3b679e',GradientType=1 ); /* IE6-8 */
}

.blue .accordion, .blue .accordion li {
	margin: 0; padding: 0; border: none; list-style-type: none;
}

.blue .accordion a {
	padding: 10px 10px 10px 15px;text-decoration:none; display: block; color: #fff; border-bottom: 1px solid #013d6c; border-top: 1px solid #4695d3;
}

.blue .accordion  ul li {
	list-style-position: inside;
	color: #fff;
}

.blue .accordion ul a {padding: 10px 10px 10px 25px;}
.blue .accordion ul li {margin-left: -40px;}
.blue .accordion a.dcjq-parent, .blue .accordion a.dcjq-parent:hover {padding: 10px 10px 10px 15px;}
.blue .accordion a.dcjq-parent.active {background: #0D5995}
.blue .accordion a:hover {background: #05477c;}
.blue .accordion a:active{}

/*END Left menu*/

#banners {
	z-index: 4;
	position: relative;
	float: left;
	margin-left: -2px;
	margin-top: 5px;
}

#left_info {

}

#contacts_title {

}

#contacts_content {
	margin-top: 10px;
	position: inherit;
	height: 295px;
}

.contacts_icon {
	float: left;
	position: inherit;
}

.contacts_cont {
	color: #fff;
	font-size: 8pt;
	line-height: 11pt;
	margin-bottom: 13px;
}

#contacts_content h4{
	color: #fff;
	font-size: 10pt;
	line-height: 6pt;
	margin: 0px 0px 10px 13px;
}

#flags {
	border-left: 1px solid #ffffff;
	height: 23px;
	padding-left: 5px;
	position: absolute;
	float: right;
	right: 7px;
	top: 5px;
}

#stroka {
	height: 1px; 
	width: 100%; 
	background-color: 1px solid #4695d3;
}

#podii, #vaglivo, #other_nni, #terminovo {
	border: 3px;
	margin-top: 10px;
	border-color: #013d6c;
	cursor: pointer;
}

#podii_title, #vaglivo_title, #other_nni_title, #terminovo_title {
	font-size: 12pt;
	color: #fff;
	border: 1px solid #013303;
}
#podii_title:hover, #vaglivo_title:hover, #other_nni_title:hover {
	background: #014761;
}

#podii_title h3, #vaglivo_title h3, #other_nni_title h3, #terminovo_title h3  {
	margin-top: 0;
	font-size: 12pt;
	color: #fff;
	padding: 7px 0px 0px 7px;
	height: 12px;
}

#vaglivo_title, .vaglivo_content, #podii_title, .podii_content, .banner_l, .banner_r, .banner_r_no_icon, .banner_dis, .post-createdon,
#other_nni, .other_nni_content, .terminovo_content, #terminovo_title {
	background: #3b679e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzNiNjc5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjY3OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #3b679e 1%, #207cca 50%, #3b679e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#3b679e), color-stop(50%,#207cca), color-stop(100%,#3b679e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* IE10+ */
	background: linear-gradient(to right,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#3b679e',GradientType=1 ); /* IE6-8 */
}
.podii_content, .vaglivo_content, .other_nni_content {
	display: none;
}

.podii_content p, .vaglivo_content p, .other_nni_content p, .terminovo_content p {
	color: #fff;
	padding: 7px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	border-bottom: 1px solid #fff;
}

.podii_content a, .vaglivo_content a, .other_nni_content a, .terminovo_content a,
.podii_content span, .vaglivo_content span, .other_nni_content span, .terminovo_content span {
	display: block;
	/*margin-left: 10px;*/
	font-weight: bold;
	color: #fff;
	line-height: 12pt;
	font-size: 10pt;
	padding-top: 5px;
	cursor: pointer;
}
#terminovo_title {
	background: rgb(255, 33, 33);
	border: 1px solid rgb(129, 0, 0);
}
.terminovo_content {
	background: rgba(255, 0, 0, 0.78);
}
#left_banners {
	margin-top: 10px;
}

.banner_l {
    margin-top: 9px;
	padding-bottom: 5px;
}

.banner_l a:hover {
	text-decoration: underline;
}

.banner_l h4{
    color: #fff;
    display: inline-block;
    width: 70%;
    margin: 0px;
    vertical-align: top;
    margin: 15px 7px 15px 10px;
	line-height: 18pt;
	font-size: 11pt;
}

.banner_l h3 {
    color: 
    #fff;
    display: inline-block;
    width: 66%;
    margin: 0px;
    vertical-align: top;
    margin: 15px 7px 15px 10px;
    line-height: 18pt;
    font-size: 11pt;
}

.img_1, .img_2, .img_3, .img_4, .img_21, .img_25, .img_26, .img_27, .img_32, .img_33{
    display: inline-block;
    width: 50px;
    height: 50px;
}

.img_28 {
    display: inline-block;
    width: 60px;
    height: 50px;
}

.img_1 {   
    background: url("../images/template/icons/video_icon.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}

.img_2 {
	margin-top: 3px;
    background: url("../images/template/icons/photo_icon.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}

.img_3 {
	margin-top: 3px;
    background: url("../images/template/icons/sport_icon.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}

.img_4 {
    background: url("../images/template/icons/gazeta_icon.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	margin-top: 15px;
}
.img_21 {
	background-image: url('../images/template/icons/balanc_icon.png');
	top: 2px;
	left: 10px;
}
.img_25 {
    background: url("../images/template/icons/law_icon.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	margin-top: 15px;
}

.img_26 {
    background: url("../images/template/icons/gmb.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	margin-top: 15px;
}

.img_27 {
    background: url("../images/template/icons/znak_dostupnosti.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	margin-top: 15px;
}

.img_28 {
    background: url("../images/template/icons/gender.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	margin-top: 15px;
}

.img_32 {
    background: url("../images/template/icons/3d_tour.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	margin-top: 15px;
}

.img_33 {
    background: url("../images/template/icons/kurs1.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	margin-top: 15px;
}

#social {
	float: right;
	position: absolute;
	margin-top: -14px;
	margin-left: 884px;
	z-index: 999;
}

.social {
    float: right;
    margin: 150px 0 0 160px;
    position: absolute;
}

.social a {
    background: rgba(0, 0, 0, 0) url("../images/template/social/sprite.png") repeat scroll 0 0;
    display: block;
    float: left;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}

.social .rss {
    background-position: -17px 0;
}

.social .tw {
    background-position: -34px 0;
}

.social .yt {
    background-position: -85px 0;
}

.social .gp {
    background-position: -68px 0;
}

.social .ins {
    background-position: -102px -17px;
}

#right_banners {
	text-align: center;
}

.banner_r {
    margin-top: 10px;
	padding-bottom: 5px;
}

.banner_dis {
    margin: 7px;
    padding-bottom: 5px;
    width: 30%;
    text-align: center;
    float: left;
    height: 65px;
}

.glow:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.glow {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.banner_r a, .banner_dis a {
	color: #ffffff;
}

.banner_r a:hover, .banner_dis a:hover {
}

.banner_dis h4{
    color: #fff;
    display: inline-block;
    margin: 0px;
    margin: 15px 7px 15px 10px;
	line-height: 15pt;
	font-size: 11pt;
}

.banner_r h4{
    color: #fff;
    display: inline-block;
    width: 70%;
    margin: 0px;
    vertical-align: top;
    margin: 15px 7px 15px 10px;
	line-height: 15pt;
	font-size: 11pt;
	text-align: right;
}

.banner_r_no_icon h4{
    color: #fff;
    /*display: inline-block;*/
    width: 94%;
    /*margin: 0px;*/
    vertical-align: top;
    margin: 14px 8px 15px 10px;
    line-height: 15pt;
    font-size: 11pt;
}

.img_5, .img_6, .img_7, .img_8, .img_9, .img_10, .img_11, .img_12, .img_13, .img_14, .img_15, .img_16, .img_17, .img_18, .img_19, .img_20, .img_22, .img_23, .img_24, .img_30, .img_31, .img_32, .img_psih {
    display: inline-block;
    width: 50px;
    height: 50px;
	float: left;
	background-repeat: no-repeat;
	position: relative;
}

.img_5 {   
	background-image: url('../images/template/icons/nmc_icon.png');
	top: 12px;
	left: 10px;
}
.img_6 {
	background-image: url('../images/template/icons/i_icon.png');
	float: left;
	top: 12px;
	left: 10px;
}
.img_7 {
	background-image: url('../images/template/icons/mouse_icon.png');
	top: 2px;
	left: 6px;
}
.img_8 {
	background-image: url('../images/template/icons/smc_icon.png');
	top: 17px;
	left: 10px;
}
.img_9 {
	background-image: url('../images/template/icons/grafik_icon.png');
	top: 30px;
	left: 12px;
}
.img_10 {
	background-image: url("../images/template/icons/mac_icon.png");
	top: -4px;
	right: -17px;
	height: 30px;
	float: right;
}
.img_11 {
    background-image: url("../images/template/icons/blog_icon.png");
	top: -4px;
	right: -22px;
	float: right;
}
.img_12 {
	background-image: url('../images/template/icons/biblioteka_icon.png');
	top: 2px;
	left: 12px;
}
.img_13 {
    background-image: url("../images/template/icons/icloud_icon.png");
	top: -14px;
	right: -22px;
	float: right;
}
.img_14 {
	background-image: url("../images/template/icons/spr_icon.png");
	top: 10px;
	left: -179px;
	float: right;
}
.img_15 {
    background-image: url("../images/template/icons/icloud_icon.png");
    float: right;
    right: -22px;
    top: -4px;
}
.img_16 {
    background-image: url("../images/template/icons/micropfone_icon.png");
    float: right;
   	right: 4px;
	top: 5px;
}
.img_17 {
    background-image: url("../images/template/icons/lustr_icon.png");
    float: right;
   	right: 4px;
	top: 5px;
}
.img_18 {
    background-image: url("../images/template/icons/map_icon.png");
	float: left;
	left: 12px;
	top: 10px;
}
.img_19 {
    background-image: url("../images/template/icons/mvs-logo.png");
	float: left;
	left: 10px;
	top: 11px;
}
.img_20 {   
	background-image: url('../images/template/icons/voenk_icon.png');
	top: 12px;
	left: 10px;
}

.img_22 {   
	background-image: url('../images/template/icons/nt_icon.png');
	top: 23px;
	left: 10px;
}
.img_23 {   
	background-image: url('../images/template/icons/zakaz_dovidku.png');
    top: 18px;
    left: 15px;
}
.img_24 {
    background-image: url("../images/template/icons/lustr_icon.png");
    float: right;
   	right: 4px;
	top: 5px;
}
.img_30 {
    background-image: url("../images/template/icons/znak_ua_hr.png");
    
   	left: 15px;
	top: 18px;
}
.img_31 {
    background-image: url("../images/template/icons/elar.png");
    
   	left: 15px;
	top: 15px;
}
.img_32 {
    background-image: url("../images/template/icons/lect_icon.png");
   	left: 9px;
	top: -4px;
}
.img_psih {
    background-image: url("../images/template/icons/psih_icon.png");
   	left: 15px;
	top: 12px;
}
.spravka {
	right: -50px;
	position: relative;
}
.zakaz_dovidku {
	position: relative;
}
#pagination_pages {
	text-align: center;
}

#pagination_pages span {
	background-color: #1D5BA8;
	color: #fff;
	padding: 5px;
	border: 1px solid #0C2C53;
	border-radius: 2px;
	margin-right: 10px;
}

.pagination_first {
	background-color: #1D5BA8;
	color: #fff;
	padding: 3px;
	border: 1px solid #0C2C53;
	border-radius: 2px;
	margin-right: 10px;
}

.pagination_last {
	background-color: #1D5BA8;
	color: #fff;
	padding: 3px;
	border: 1px solid #0C2C53;
	border-radius: 2px;
}

.pagination_first a, .pagination_first a:link, .pagination_first a:visited, 
.pagination_last a, .pagination_last a:link, .pagination_last a:visited,
#pagination_pages span a, #pagination_pages span a:link, #pagination_pages span a:visited { 
	color: #fff;
	text-decoration: underline; 
	outline: medium none;
}	

/*** Постраничная навигация базовый стиль ***/
.pagination{
	width:100%;
	float:left;
	text-align:center;
}

.pagination ul{
	width:100%;
	/*float:left;*/
	margin:0px;
}

.pagination ul li{
	float:left;
	display:inline-block;
	list-style:none;
	margin:3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.pagination ul li a, .pagination ul li a:visited{
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

.pagination ul li a:hover{
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

.pagination ul li a:link.whitecurve, .pagination ul li a:visited.whitecurve{
	border:1px solid #013d6c;;
	background: #3b679e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzNiNjc5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjY3OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #3b679e 1%, #207cca 50%, #3b679e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#3b679e), color-stop(50%,#207cca), color-stop(100%,#3b679e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* IE10+ */
	background: linear-gradient(to right,  #3b679e 1%,#207cca 50%,#3b679e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#3b679e',GradientType=1 ); /* IE6-8 */
	color:#ffffff;
	text-shadow:none !important;
	border-radius:4px;
}

.pagination ul li a:hover.whitecurve{
	border:1px solid #013d6c;
	background: rgb(73,192,240); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(73,192,240,1) 0%, rgba(44,175,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(73,192,240,1)), color-stop(100%,rgba(44,175,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=1 ); /* IE6-9 */
	color:#ffffff;
	text-shadow:none !important;
	border-radius:4px;
}

.pagination ul li a:link.whitecurveactive, .pagination ul li a:visited.whitecurveactive{
	border:1px solid #013d6c;
	background: rgb(73,192,240); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(73,192,240,1) 0%, rgba(44,175,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(73,192,240,1)), color-stop(100%,rgba(44,175,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=1 ); /* IE6-9 */
	color:#ffffff;
	text-shadow:none !important;
	border-radius:4px;
}

.pagination ul li a:hover.whitescurveactive{
	border:1px solid #013d6c;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #999);
	background: -ms-linear-gradient(top, #fff, #999);
	background: -webkit-gradient(linear,left top, left bottom, from(#fff), to(#999));
	background: -o-linear-gradient(top, #fff, #999);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#999999', GradientType=0);
	color:#ffffff;
	text-shadow:none !important;
	border-radius:4px;
}
	
.green, .accordion_green {
	background:#014761;
}	

.green, .accordion_green, .green, .accordion_green li {margin: 0; padding: 0; border: none; list-style-type: none;}
.green, .accordion_green a {padding: 10px 10px 10px 15px;text-decoration:none; display: block; color: #fff; border-bottom: 1px solid #ffffff;text-align:left;}
.green, .accordion_green  ul li { list-style-type: square; list-style-position: inside; color: #fff; }
.green, .accordion_green ul a {padding: 10px 10px 10px 25px;}
.green, .accordion_green a.dcjq-parent, .green, .accordion_green a.dcjq-parent:hover {padding: 0px;}
.green, .accordion_green a:hover {
	background : #01729c;
	color: white;
}
.green {
margin-top: 10px;
}
#footer_content {
	width: 100%;
	height: 184px;
	position: relative;
	z-index: 2;
}

#footer_content p {
	color: #ffffff;
	text-align: left;
	line-height: 11pt;
	margin-bottom: 1px;
	font-size: 9pt;
}

#footer_1, #footer_2, #footer_3, #footer_4 {
	width: 20%; 
	float:left; 
	height: auto;
	display:inline;
	text-align: left;
	margin: -5px 10px;
}

#footer_1, #footer_2, #footer_3 {
	border-right: 1px solid #47A3E0;
}

#footer_1 a, #footer_2 a, #footer_3 a, #footer_4 a {
	font-size: 11px;
	line-height: 12pt;
}

#bottommenu {
	top: 106px;
	position: relative;
}

.bottommenu {
	margin : 0;
	padding : 0;
	float : left;
	font : bold 12px Arial;
	width : 100%;
	background : #014761;
}
.bottommenu li {
	display : inline;
}
.bottommenu li a {
	float : left;
	color : #fff;
	padding : 9px 12px;
	text-decoration : none;
	font-size: 10pt;
}
.bottommenu li a:visited {
	color : #fff;
}
.bottommenu li a:hover, .bottommenu li .current {
	color : #fff;
	background : #01729c;
}

/* Slideshow */

#slideshow {
	background: #fff;
	width: 540px;
	padding: 5px;
	margin: auto;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 2px #999;  
	-moz-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;
}
#olweb {
	padding: 0px 0 0px 0;
	clear: both;
	font: 30px;
	right: 10px;
	bottom: 10px;
	position:absolute;
}

#slides {
	padding: 0px 0 0px 0;
	clear: both;
	position:relative;
}


.slides_container {
	overflow:hidden;
	position:relative;
	z-index: 1;
}

.slides_container a,
.slides_container img {
	display: block;
}

#slides .next,
#slides .prev {
	position:absolute;
	top: 0px;
	left: 0px;
	width:38px;
	height:38px;
	background-image:url(../images/slideshow/slides_arrows.png);
	z-index:10;
}

#slides .next {
	left:10px;
}

.slides_nav {
	display: none;
}


.slides_nav a.prev {
	background-position: 0 0;
	margin: 10px 0 0 0px;
}

.slides_nav a:hover.prev {
	background-position: 80px 0px;
}

.slides_nav a.next {
	background-position: 160px 0;
	margin: 10px 0 0 30px;
}

.slides_nav a:hover.next {
	background-position: 40px 0px;
}

#slides ul.pagination {
	border: 0;
	position: absolute;
	z-index: 10;
	margin: -36px 0 0 10px;
}


#slides ul.pagination li {
	float:left;
	margin: 0;
	list-style:none;
}

#slides ul.pagination li a {
	display:none;
	width:3px;
	height:0;
	padding-top:12px;
	margin-left: 4px;
	background: url(../images/slideshow/slides_arrows.png) 0 160px;
	float:left;
	overflow:hidden;
}

#slides ul.pagination li.current a {
	background: url(../images/slideshow/slides_arrows.png) 188px 160px;
}

p.caption {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-top: 1px solid #000000;
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: lighter;
    height: 18%;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    width: 525px;
}

.slider_text h1 {
    color: #FFFFFF;
    font-size: 11pt;
    margin: -82px 10px;
    position: absolute;
}

.slider_text a {
    color: #FFFFFF;
}

.slider_text span {
	color: #FFFFFF;
	margin: -55px 25px 0 11px;
	text-indent: 10pt;
	position: absolute;
	line-height: 10pt;
	font-size: 9pt;
}

.ticker_div {
	height: 30px; 
	padding: 4px 0 5px 13px; 
	margin-top: 20px;
}

.ticker_div #beg_stroka {
    margin:0;
}
 
#vertical-ticker{
    height:20px;
    overflow:hidden;
    margin:0; padding:0;
} 

#vertical-ticker li{
    display:block;
    color:#333;
    font-size:14px;
    font-family: Helvetica Neue, times, serif;
}

#beg_stroka{
    width:550px;
    margin:0 auto;
} 

#beg_stroka a {
	font-size: 11pt;
	color: #063446;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
}

#beg_stroka li a:hover {
	color: #000000;
}

/*Прокрутка страницы*/
/*Стилизация кнопки ВВЕРХ */
#back-top{	
	position: fixed;
	bottom: 10px;
	left: 4px;
	z-index: 10;
}

#back-top a{
	width:64px;
	display:block;
	text-align:center;
	font:11px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#bbb;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover{color:#000;}

/* графическая стрелка ВВЕРХ */
#back-top span{
	width:48px;
	height:73px;
	display:block;
	margin-bottom:7px;
	background:#ddd url(../images/template/arrow_icons.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover span{background-color:#777}

.img_news {
    max-width:475px; 
    margin:0 auto !important; 
}
#search_button {
	position: absolute;
	float: right;
	right: 116px;
	top: 0px;
	height: 33px;
	padding: 0 4px 0 4px;
}
#search_button a {
    display:block;
    color: #ffffff;
}
#search_button:hover{
	background: #01729C;
}
#search_button a span{
	font: bold 13px Arial;
	padding-top: 10px;
	display: block;
	color: #ffffff;
	float: left;
}
#search_button a img {
	margin-top: 2px;
	float: left;
}

.great-table-css {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	border-collapse:separate;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	margin: auto;
}

.great-table-css th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

    border: 1px solid #e0e0e0;
    
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.great-table-css th:first-child{
	text-align: center;
	padding-left:20px;
}
.great-table-css tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.great-table-css tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.great-table-css tr{
	text-align: center;
	padding-left:20px;
}
.great-table-css tr td:first-child{
	text-align: center;
	/*padding-left:20px;*/
	border-left: 0;
}
.great-table-css tr td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.great-table-css tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.great-table-css tr:last-child td{
	border-bottom:0;
}
.great-table-css tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.great-table-css tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.great-table-css tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.great-table-css a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.great-table-css a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.great-table-css a:active,
.great-table-css a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
/*конец стилей таблицы*/

/* Базовые стили вкладок(табов)  */
#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#tabs ul,#tabs2 ul,#tabs3 ul,#tabs4 ul,#tabs5 ul {margin-bottom: 0px;}
#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
	margin-right: 2px;
	list-style:none;
}
#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 10px 19px;
	background: #376BA5;
	text-decoration: none;
	color: #ffffff;
}
#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background: #014761;
}
#tabs_container {
	padding: 30px 15px;
	overflow: hidden;
	position: relative;
	background: white;
}
#tabs_container div {
	margin-right: 40px;
}
.chosen-container-single .chosen-single div {
	margin-right: 0px !important;
}
.chosen-container {
    margin-top: 10px !important;
}

/* параграфы содержания табов */
p {	font-weight: 400;
	font-size: 1em;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
}
/* убираем выделение ссылок пунктирной рамкой в FF и IE */
a:active,a:focus {
	outline: expression(hideFocus='true');
}

/*табы и css3*/
.transition {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
-ms-transition-delay: .3s;
transition-delay: .3s;
}
.make_transist {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.hidescale {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
filter: alpha(opacity=0);
opacity: 0;
display: none;
}
.showscale {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
-ms-transition-delay: .3s;
transition-delay: .3s;
display: block;
}
.hideleft {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.showleft {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
-ms-transition-delay: .3s;
transition-delay: .3s;
}
.hidescaleup {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.showscaleup {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
-ms-transition-delay: .3s;
transition-delay: .3s;
}
.hideflip {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: rotatey(-90deg) scale(1.1);
-moz-transform: rotatey(-90deg) scale(1.1);
-o-transform: rotatey(-90deg) scale(1.1);
-ms-transform: rotatey(-90deg) scale(1.1);
transform: rotatey(-90deg) scale(1.1);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.showflip {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
-ms-transition-delay: .3s;
transition-delay: .3s;
-webkit-transform: rotatey(0deg) scale(1);
-moz-transform: rotatey(0deg) scale(1);
-o-transform: rotatey(0deg) scale(1);
-ms-transform: rotatey(0deg) scale(1);
transform: rotatey(0deg) scale(1);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.tabulous_active {
background: white !important;
color: #376BA5 !important;
}
.tabulousclear {
display: block;
clear: both;
}

/*форми для сайту*/
select{
width: 302px !important;
padding: 0px !important;
background: transparent;
font-size: 16px;
height: 34px;
-webkit-appearance: none;
}


input, select {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=email], input[type=num], textarea, select {
  margin: 5px 5px 10px 158px;
  padding: 0 10px;
  width: 280px;
  height: 27px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.with-errors {
    color: red;
}

input[type=submit], input[type=reset], button[type=submit], button[type=reset], button {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 5px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active, input[type=reset]:active, button[type=submit]:active, button[type=reset]:active, button:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.controls {
margin: 10px 0;
}
.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}
.kadr-label {
	position: absolute;
	margin-top: 10px;
}
fieldset {
	position: absolute;
	top: 0px;
	left: -2px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0px;
}
#element_to_pop_up { 
    background-color:#ffffff;
    border-radius:5px;
	behavior: url(border-radius.htc);
    display:none; 
    padding:20px;
    min-width:600px;
    min-height: 350px;
}
#loader { 
    background-color:#ffffff;
    border-radius:5px;
	behavior: url(border-radius.htc);
    display:none; 
    padding:20px;
    min-width:40px;
    min-height:10px;
}
#search_pop_up { 
    background:url(../images/template/search_popup_bg.jpg) #ffffff;
	background-repeat: repeat-x;
    border-radius:5px;
	behavior: url(border-radius.htc);
    display:none; 
    padding:20px;
    width:600px;
    min-height: 350px;
}
#search_pop_up_border {
	border: 0px solid #ffffff;
}
#search_title {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #014761;
	font-size: 15pt;
	font-weight: 600;
}
#search {
	height: 27px !important;
	width: 535px;
	border:1px solid #014761;
	padding: 5px;
	background: #EBEBEB;
	margin: 0 0 0 8px !important;
}
#site-search-results {
	margin-top:60px;
}

.sisea-current-page, .sisea-page {
	background: #3B62DD;
	padding: 3px 5px;
	border-radius: 3px;
	color: #ffffff;
	border: 1px solid #E4E4E4;
}
.sisea-page a{
	color:#ffffff;
	}
.sisea-result {
	border-bottom: 1px solid #555;
}
.sisea-highlight {
	background-color: #A0C3FF;
}
.button {
    background-color: #2B91AF;
	behavior: url(border-radius.htc);
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px;
}
.button:hover {
    background-color: #1E1E1E;
}
.button > span {
    font-size: 84%;
}
.button.b-close, .button.bClose {
	behavior: url(border-radius.htc);
    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 4px 8px;
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 999;
}
.title_page_modal {
	color: #063446;
	font-weight: 600;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 20px;
}
#af_name, #af_email, #af_phone, #af_website {
	margin: -22px 0 5px 53px;
	width: 443px;
}
#af_message, #af_message_z {
	margin: 5px 0 5px 0;
	width: 511px;
	padding: 10px 0 0 5px;
	min-height: 100px;
}
#do_name {
	margin: -42px 0 0 50px;
	width: 450px;
}
#do_email, #do_address, #do_phone, #do_stform, #do_bdform, #do_typed, #do_nni, #do_facultet, #do_spec {
	margin: -42px 0 0 160px;
	width: 250px;
}

#do_year_s, #do_kurs {
	margin: 0 0 0 210px;
	width: 100px;
}

#do_year_e {
	margin: 0 0 0 20px;
	width: 100px;
}

#do_adrOrg, #do_titleOrg {
	margin: 0;
	width: 500px;
}

#pe_facultet, #pe_nni, #pe_email, #pe_phone, #pe_number, #pe_type {
    margin: -42px 0 0 182px;
    width: 250px;
}

#pe_kurs {
    margin: -42px 0 0 182px;
    width: 100px;
}

#pe_predmet {
    margin: 0 0 10px 0;
    width: 500px !important;
}

#guest_name, #guest_email, #guest_phone {
	margin: -42px 0 0 182px;
    width: 250px;
}
#guest_kod_block {
	display: none;
}
#guest_kod {
    margin: -3px 0 0 55px;
    width: 300px;
}

#imenn-table li {
	text-align: center;
	float:none !important;
	font-size: 10pt;
	line-height: 12pt;
	text-indent: 10pt;
	color:#000;
}

.stroka {
	border-bottom: 1px dashed #356CA8
}

.guest_name, .guest_email, .guest_town	{
	float: left;
}	

#bg-back {
	float: right;
	padding: 6px;
	background: #063466;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
#bg-back a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#bg-back a:hover {
}
.event_date {
	margin:0px;
	padding: 0;
	float: right;
	font-style: italic;
}
.guest_predupr {
	border-top: 2px solid red;
	display: block;
	border-bottom: 2px solid red;
	background: rgba(255, 0, 0, 0.5);
	color: #fff;
	padding: 5px;
	margin-bottom: 20px;
}
.post-author {
	font-style: italic;
	float: left;
	color: #000;
	font-weight: 700;
}
.post-createdon {
	float: right;
	border: 1px solid #cacaca;
	padding: 2px 5px 2px 5px;
	border-radius: 3px;
	margin-top: -2px;
}
.post-createdon a {
	color: #fff;
	font-style: italic;
	font-size: 9pt;
}
.post-text {
	clear: both;
	display: block;
}
.post-text p {
	text-indent: 18px;
	font-size: 9pt;
	text-align: justify;
	}
.posts-list {
	margin: 0px;
	padding: 0px;
	}
.guest_answ {
	color: #000;
}
.guest_success {
	border-top: 2px solid rgb(32, 139, 40);
	display: block;
	border-bottom: 2px solid rgb(32, 139, 40);
	background: rgba(72, 153, 27, 0.5);
	color: #fff;
	padding: 5px;
	margin-bottom: 20px;
}
.error_captcha_code, .error_name, .error_mail, .error_comment, .error_captcha_code {
	color: #D34D4D;
	font-style: italic;
	font-size: 9pt;
	}
.error {
	display: block;
	font-size: 9pt;
	font-style: italic;
}
.recall .error{
	margin-top: -2px !important;
}
.error_years {
	display: block;
    margin-top: 5px;
}
.quip-comment {
	border-top: 1px solid #cacaca;
}
.guest_question {
	color: #222222;
	background: #cacaca;
	padding: 5px;
	border-top: 1px solid #969393;
	border-bottom: 1px solid #969393;
	}
.right_text {
	font-size: 12px;
	line-height: 17px;
	font-weight: 700;
}
.right_text a {
	text-decoration: none !important;
}
.right_text a:hover {
	text-decoration: underline;
}
#tabs-d, #tabs-e {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
#tabs-d li, #tabs-e li{
  float: left;
  margin: 0;
}
#tabs-d a, #tabs-e a {
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);
  padding: 5px 10px;
  float: left;
  text-decoration: none;
  color: #444;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}
#tabs-d a:hover, #tabs-e a:hover,
#tabs-d a:hover::after, #tabs-e a:hover::after,
#tabs-d a:focus, #tabs-e a:focus,
#tabs-d a:focus::after, #tabs-e a:focus::after {
  background: #fff;
}
#tabs-d a:focus, #tabs-e a:focus {
  outline: 0;
}
#tabs-d a::after {
  content-tabs-d:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;
}
#tabs-e a::after {
  content-tabs-e:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;
}
#tabs-d #current a, #tabs-e #current a,
#tabs-d #current a::after, #tabs-e #current a::after {
  z-index: 3;
  text-decoration:underline;
}
#content-tabs-d, #content-tabs-e {
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}
#tabs-d>li.rc_terminovo>a {
	background:red;
	color:white;
	padding: 5px 33px;
	font-weight: normal;
}
#tabs-d>li.rc_podii>a {
	background:#3869A2;
	color:white;
	padding: 5px 35px;
	font-weight: normal;
}
#tabs-e>li.rc_vagno>a {
	background:#3869A2;
	color:white;
	padding: 5px 9px;
	font-weight: normal;
}
#tabs-e>li.rc_podr>a {
	background:#3869A2;
	color:white;
	padding: 5px 8px;
	font-weight: normal;
}

.rc_terminovo_content {
	background: rgb(249, 125, 125);
}

li.rc_podii, li.rc_podr {
	float:right !important;
}
.ticker-wrapper.has-js {
	width: 242;
	height: 50px;
	display: block;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.ticker-wrapper {
	background:#01729C;
}
.ticker {
	width: 240px;
	height: 50px;
	left: -10px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	padding-top: 9px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 17px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #fff;
	font-size:14px;
	font-weight:200;
	padding:3px;
}
.ticker-content a:hover {
	text-decoration: underline;	
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #01729C;
	display: block;
	width: 242px;
	height: 25px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #01729C;
	border-bottom: 1px solid #1F527B;
	height: 22px;
	width: 7px;
	display: block;
}
.ticker-controls {
	list-style-type: none;
	float: left;
	display:none;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
#vaglivo {
	margin-top:0px;
}
.small_table {
    margin-bottom: 20px;
}
.small_table tr td {
    padding: 3px 10px !important; 
    text-align: left;
}
.banner_navs h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #014761;
    color: rgb(1, 71, 97);
}    

.justifyleft {
    text-align: left !important;
}

/*Ефект кнопки ВАЖЛИВО*/

@-webkit-keyframes pulsate { 
    50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; } 
}

@keyframes pulsate { 
    50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; } 
}

#blink7 { 
    /*color: rgb(245,245,245); 
    text-shadow: 0 -1px rgba(0,0,0,.1);
    background: green; */
    -webkit-animation: pulsate 1.2s linear infinite; 
    animation: pulsate 1.2s linear infinite; 
}
/*Кінець ефект кнопки ВАЖЛИВО*/
.chosen-container .chosen-results {
	max-height: 120px !important;
}

#site_message {
    display: none;
}
