@charset "UTF-8";

/* http://expressprefixr.herokuapp.com/ */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cboxTitle {
    /*color: rgb(66, 89, 104) !important;*/
    /*font: normal normal 14px/22px Arial, Helvetica, sans-serif;*/
    /*padding-left: 1em;*/
}

#branding a.logo-en {
    margin-top: -50px;
    margin-left: -20px;
}

.en #branding {
    margin-left: 0;
    margin-top: -25px;
}

.ltr #menu-primary {
    background: #FFF !important;
    font-size: 18px;
    margin: 2px 0;
}

/* === <hr> tag === */

hr, .divider_line {
    display: inline-block;
    clear: both;
    width: 100%;
    height: 1px;
    border: none;
    background: rgb(196, 232, 239);
    background-color: rgb(196, 232, 239);
    color: rgb(196, 232, 239);
}

hr:after,
.divider_line:after {
    display: none;
    visibility: hidden;
}


.ltr #menu-primary li a {
	font: normal normal 11px/13px 'LetoSansBold', Arial, Helvetica, sans-serif;
	color: #6c7f8b;
	margin: 0 10px 0 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.90;
	text-align: center;
	text-decoration: none;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden; /* text-shadow:  0 0 1px rgba(0,159,195,.3);

	-webkit-text-stroke:  .01em rgb(0,159,195);
	 */
}

.ltr #menu-primary li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    visibility: visible;
    z-index: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	/* text-shadow:  0 0 1px rgba(0,159,195,.3);
	-webkit-text-stroke:  .01em rgb(0,159,195);
	 */
}

li.lang_item {
    margin:0;
    background: #FFF;
    visibility: hidden;
}

.ltr #menu-primary li a.lang_item_link {
    width:  30px;
    max-width: 30px;
    margin:0;
    color: #9adae3;
    opacity: .75;
    padding: 6px;
}

.ltr #menu-primary li a.lang_item_link:hover,
.ltr #menu-primary li a.lang_item_link:focus {
   color: #22acca;
   opacity: 1;
}

.ltr #menu-primary li a.lang_item_link.active {
    color: #22acca;
    background: #FFF url("../images/IMG/lang_bg.png") no-repeat 0px 0px;
    opacity: 1;
    text-decoration: none;
}

ul#menu-primary-items {
    float:right;
}

ul#menu-secondary-items li.menu-item a[rel="home"] {
    display: none;
}

form#stargaizer_searchform {
     width:222px;
     height:  35px;
     position: relative;
}

#stargaizer_searchform input[type="text"]#s {
    margin: 0;
    padding: 5px 35px 5px 15px;
    background: url("../images/IMG/search_box_bg_blue.png") no-repeat top left;
    font: normal normal 13px/15px Arial, Helvetica, sans-serif;
    color: rgb(66,89,104);
    vertical-align: baseline;
    width: 222px;
    height: 35px;
    border: 0px solid #FFF;
    b-webkit-order: none;
    -moz-order: none;
    -ms-order: none;
    -o-order: none;
    outline: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    z-index: 10;
}

input#searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	height: 35px;
	width: 35px;
	padding: 0;
    }

.searchresults {
    padding: 0 15px 0 0;
}

.searchresults .entry-title a {
    font: 24px/24px 'LetoSans', Arial, Helvetica, sans-serif;
    padding: 0 0 15px 0;
    margin: 0;
    text-align: left;
}

.searchresults_h1 {
    font: 24px/24px 'LetoSans', Arial, Helvetica, sans-serif;
    padding: 0 0 15px 0;
    margin: 0;
    color:  #ebe827;
    padding: 0;
    margin: 0 0 15px 0;
}

li.menu_divider:last-child,
li.menu_item.menu_divider:last-of-type
li.menu_divider:last-of-type {
    display: none !important;
    visibility: hidden;
    }

#footer {
    background: #FFF !important;
    margin: 0 auto;
    }

#menu-social {
    height: 75px;
    width: 100%;
    overflow: hidden;
    background: url("../images/IMG/logo_od_small.png") no-repeat 10px center;
    border-top: 1px solid #c4e8ef !important;
    border-bottom: 1px dashed #c4e8ef !important;
    border-left: 0px solid #c4e8ef !important;
    border-right: 0px solid #c4e8ef !important;
}

.footer_forms {
        list-style: none;
	margin: 0 0 0 50px !important;
	padding: 0;
	height: 72px;
	width: 930px;
}

.front.footer_forms {
    border-top: 0px solid rgb(196, 232, 239);
    border-bottom: 2px solid rgb(196, 232, 239);
    border-left: 0px solid rgb(196, 232, 239);
    border-right: 0px solid rgb(196, 232, 239);
    margin-left: 0 !important;
    padding-left: 50px;
    width: 100%;
}

.front.footer_forms > li {
    width: 330px !important;
}

#footer_forms {
        margin: 0;
	padding: 0;
	height: 72px;
	border-top: 2px solid #c4e8ef !important;
	border-bottom: 0px solid #c4e8ef !important;
	border-left: 0px solid #c4e8ef !important;
	border-right: 0px solid #c4e8ef !important;
}

.footer_forms li {
        line-height: 72px;
        float: left;
	vertical-align: baseline;
}

.footer_forms li a {
        font: normal 15px 'LetoSans', Arial, Helvetica, sans-serif;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
        list-style: none;
	color:  #019fc4;
	text-transform: uppercase;
	text-decoration: underline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    }

#front_forms {
	margin: 0;
	width: 100%;
	height: 110px;
	vertical-align: middle;
        list-style: none;
	color: rgb( 199,102,78);
	text-transform: uppercase;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	border-top: 0px solid #c4e8ef !important;
	border-bottom: 1px solid #c4e8ef !important;
	border-left: 0px solid #c4e8ef !important;
	border-right: 0px solid #c4e8ef !important;
}

#front_forms > div {
	height: 45px;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
        font: normal 16px/16px 'LetoSans', Arial, Helvetica, sans-serif;
	background: url("../images/IMG/envelope_forms.gif") no-repeat 30px center;
	padding: 0 0 0 110px;
	vertical-align: middle;
        list-style: none;
	color: rgb( 199,102,78);
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}


#front_forms a {
    display: inline;
    text-decoration: underline;
    font: normal 15px 'LetoSans', Arial, Helvetica, sans-serif;
}


.footer_forms #forma_priem {
	width: 390px;
	padding: 0 0 0 60px;
	background: url("../images/IMG/smile.gif") no-repeat center left;
}

.footer_forms #forma_obuchenie {
	width: 340px;
	background: url("../images/IMG/magister_hat.gif") no-repeat center left;
	padding: 0 0 0 75px;
}


#soc_profiles {
        width: 200px;
	height: 72px;
	background: url("../images/IMG/blue_plashka_big.png") no-repeat center right;
	padding: 0 10px;
	text-align: left;
	position: relative;
    }


#soc_profiles_text {
    backface-visibility: hidden;
    color: rgb(66, 89, 104);
    float: left;
    font: 13px/1.2em "LetoSans",Arial,Helvetica,sans-serif;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    text-align: left;
    top: 18px;
    width: 161px;
}

#soc_profiles_text a {
    font: normal 15px 'LetoSans', Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    color: rgb(1, 159, 196);
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


#soc_profiles_text a,
#soc_profiles_links a {
	line-height: 1.1em;
	padding: 0;
}

#social_profiles > p a {
	text-decoration: none;
}

#soc_profiles_links a {
    background: rgba(0, 0, 0, 0) url("../images/IMG/social_icons_1.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 32px;
    vertical-align: middle;
    width: 20px;
}


#soc_profiles_links a.facebook {
	background-position: 0 1px;
	right: 100px;
}
#soc_profiles_links a.vkontakte {
    background-position: -24px 1px;
    right: 77px;
}
#soc_profiles_links a.youtube {
    background-position: -45px 1px;
    right: 56px;
}
#soc_profiles_links a.instagram {
    background: rgba(0, 0, 0, 0) url("../images/IMG/social_icons_2.png") no-repeat scroll 0 0;
    background-position: -71px 1px;
    right: 30px;
}


#credit {
        font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 65px;
	display: inline-block;
	color: #85959e;
	float: left;
	text-align: left;
}

#ya-informer {
    display: inline-block;
    float: left;
    margin: 8px 10px;
}

.highlighted_text {
    color: rgb(66,89,104);
    background-color: rgb(226,251,255);
    font: normal 14px/18px Arial, Helvetica, sans-serif;
    box-shadow: none;
    outline: 0;
    margin: 0 0 12px 0;
    padding: 20px;
    display: block;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}


.highlighted_text p {
    color: rgb(66,89,104);
    background-color: rgb(226,251,255);
    font: normal 14px/18px Arial, Helvetica, sans-serif;
    margin: 0;
}

.tech_text {
   color: rgb(66,89,104);
   font: normal 14px/18px 'LetoSans', Arial, Helvetica, sans-serif;
   -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden; /* text-shadow:  0 0 1px rgba(0,159,195,.3);

	-webkit-text-stroke:  .01em rgb(0,159,195);
	 */
}

#sidebar-primary .cclp-latest-posts-widget {
	border: none !important;
	padding: 0;
	margin:  0 0 15px 0;
}

.widget .cclp-recent-posts {
	margin: 0 auto !important;
}

.cclp-recent-posts li {
	list-style: none;
}

#sotrudniki {
	margin: 15px 15px 15px 0px;
	padding: 0 0 15px 0;
	border-top: 0px solid #C4E8EF;
	border-bottom: 2px solid #C4E8EF;
	border-left: 0px solid #C4E8EF;
	border-right: 0px solid #C4E8EF;
}

.empty_dep {
    margin-top: 0px !important;
    padding-top: 0px;
    border-top: 2px solid #C4E8EF;
}

.sotrudniki_entry {
	position: relative;
	margin: 0px;
	padding: 15px 10px 0px;
	border: 1px solid #C4E8EF;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.profession_title {
	font: italic normal 14px/1em Georgia, Times, "Times New Roman", serif;
	color: rgb(108,127,139);
	padding: 0 5px;
	margin: 0;
	float: left;
}

.sotrudniki_list li {
    margin-top: 15px;
}

.ids_list,
ul.sotrudniki_list,
ul.sotrudniki_list ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.ids_list li,
.sotrudniki_list li {
	list-style: none;
}



#pop_sovet .ids_list li {
       margin: 20px 0 0 0;
}

.sotrudniki_entry .entry-top {
	height: 125px;
	width:100%;
	max-width:100%;
}

.sotrudniki_header {
	max-width: 620px;
	float: left;
}

.sotrudniki_header h1 {
	font: normal 400 17px/17px 'LetoSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: rgb(66,89,104);
	padding: 0 0 3px 0;
	margin: 0;
}

.sotrudniki_content h3 {
	font: bold normal 15px/1em Arial, Helvetica, sans-serif;
	color: #019FC4;
}

.sotrudniki_entry .entry-more {
	margin: 0;
	padding: 0 10px;
	text-align: right;
	border-top: 1px dashed #c4e8ef;
}

.entry_more {
	height: 40px;
	border-top: 1px dashed rgb(196, 232, 239);
}

.entry_more.bottom {
	cursor: pointer;
	width: 100%;
	position: relative;
}

.entry_more.bottom .podrobnee {
	color: #019FC4 !important;
        background: #C4E8EF url("../images/IMG/podrobnee_b.gif") no-repeat center right;
}


.department_header .entry_more p,
.department_group .entry_more p,
.department_group .entry_less p,
.sotrudniki_entry .entry_more p,
.sotrudniki_entry .entry_less p {
	cursor: pointer;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	float: right;
	width:auto;
	height:25px;
	line-height: 25px;
	background: rgb(255, 255, 255);
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}

.department_header .entry_more p {
	background: rgb(255, 255, 255);
}

.department_header .entry_more p.expanded,
.entry_toggle.bottom > p {
	background: #C4E8EF url("../images/IMG/podrobnee_b.gif") no-repeat center right;
}

.entry_toggle.bottom > p {
	position: absolute;
	right:0;
}

.department_header .entry_more p span {
	color: #019FC4 !important;
}

.department_header .entry_more p span,
.department_group .entry_more p span,
.department_group .entry_less p span,
.sotrudniki_entry .entry_more p span,
.sotrudniki_entry .entry_less p span {
	margin: 0;
	padding: 0 25px 0 10px;
	vertical-align: middle;
	max-width: 100%;
	text-align: center;
	height:  25px;
        line-height: 25px;
	color: rgb(108,127,139);
}

.podrobnee {
	background: url("../images/IMG/podrobnee.gif") no-repeat center right;
}

.sotrudniki_content .podrobnee {
	background: url("../images/IMG/podrobnee_exp.gif") no-repeat center right;
}

.expanded .podrobnee {
	background: url("../images/IMG/svernut.gif") no-repeat center right;
}

.department .expanded .expanded .podrobnee,
ul > li.department.expanded > ul > li.department.expanded > header > div > p > span,
.expanded.podrobnee {
	background: url("../images/IMG/podrobnee_b.gif") no-repeat center right;
}

ul > li.department.expanded > ul > li.department > header > div > p > span {
	background: url("../images/IMG/podrobnee.gif") no-repeat center right;
}

.department_header {
	height: 45px;
	cursor: pointer;
}


.department_header h1 {
	max-width: 650px;
	overflow: hidden;
	font: 18px/45px 'LetoSans', Arial, Helvetica, sans-serif;
	color: rgb(1, 159, 196);
	padding: 0;
	margin: 0;
	float:left;
}

.department_header.expanded {
     border-bottom: 2px solid #C4E8EF;
}

.department_header.expanded h1 {
   font: 18px/45px 'LetoSansBold', Arial, Helvetica, sans-serif;
}

.department_header .entry_more {
	height: auto;
	border: none;
    float: right;
}

.sotrudniki_list li.department.firstItem {
   border-top: 0px solid #C4E8EF;
}

.sotrudniki_list > .department {
	width:100%;
	height:auto;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 2px solid #C4E8EF;
	border-bottom: 0px solid #C4E8EF;
	border-left: 0px solid #C4E8EF;
	border-right: 0px solid #C4E8EF;
}

.ids_list .id_img {
	width: 80px;
	height: auto;
}

.id_img {
	display: block;
	width: 80px;
	max-width: 100%;
	height: 105px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0px;
}

.id_img img {
	border:  none;
	outline: none;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.sovet_entry {
    margin: 0px 15px 0px 0px;
    padding: 0 0 12px 0;
    border-top: 0px solid #C4E8EF;
    border-bottom: 2px solid #C4E8EF;
    border-left: 0px solid #C4E8EF;
    border-right: 0px solid #C4E8EF;
}

.sovet_header {
    margin: 0px 0px 0px 225px;
}

.sovet_header h1.entry-title {
    font: 17px/1em 'LetoSans', Arial, Helvetica, sans-serif;
    vertical-align: baseline;
    color: rgb(108,127,139);
    text-align: left;
    padding: 0;
    margin: 0px 0px 12px 0px;
    text-transform: uppercase;
}

.sovet_header h2.profession_title {
    font: italic normal 15pxpx/1em Georgia, Times, "Times New Roman", serif !important;
    text-align: left;
    color: rgb(108,127,139);
    padding: 0;
    margin: 0 0 14px 0;
    vertical-align: baseline;
    float: none;
}

.sovet_quote {
        font: italic normal 14px/17px Georgia, Times, "Times New Roman", serif !important;
	border: 1px solid #EBE827;
	position: relative;
	margin: 15px 0px 20px 225px;
	padding: 15px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.sovet_quote p {
        font: italic normal 14px/17px Georgia, Times, "Times New Roman", serif !important;
}

.sovet_quote > i.speech_bubble {
	display: inline-block;
	position: absolute;
	top: 35px;
	left: -19px;
	height: 30px;
	width: 19px;
	background: url("../images/IMG/sovet_speech_bubble_tri.gif") no-repeat center right;
}


.sovet_entry .id_img {
    margin: 0;
    padding: 0;
    width: 195px;
    height: 195px;
    border: 1px solid rgb(0,159,195);
}

h1.pop_sovet {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.program_entry > .entry-content {
    display: inline-block;
    max-width: 515px;
    padding: 0;
    margin: 0;
    vertical-align:middle;
    overflow: hidden;
}

#programs .entry  {
    border-top: 1px solid rgb( 196, 232, 239);
    margin: 0 15px 0 0;
    min-height: 180px;
    padding: 0 0 10px 200px;
    position: relative;
}

#programs .entry.expanded {
    height:  auto;
}

#programs .entry.first {
    border-top: 0px;
}

#programs header.programs_header  {
    padding-top:  20px;
    margin-bottom: 2px;
}

.programs_header h1  {
    padding:0;
}


#programs .entry-content  {
    padding: 0;
    max-width: 515px;
    max-height: 90px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

#programs.parent-programs .entry {
    height: 180px;
}

#programs.parent-programs .entry-content {
	float: right;
        width:  500px;
	max-width: 500px;
}

#programs .entry.last {
    border-bottom: 1px solid rgb( 196, 232, 239);
    margin: 0 15px 0 0;
}

#programs .entry header h3.h3 {
                font: normal normal 17px/60px 'LetoSansBold', Arial, Helvetica, sans-serif;
		text-align: left;
		vertical-align: middle;
		margin:  0;
		padding: 0;
		border: none;
}

.program_content {
    clear: both;
    padding-bottom: 35px;
    padding-top: 15px;
    width: 100%;
}

.prgs_img {
		display: inline-block;
		width:  185px;
		max-width: 100%;
		height: auto;
		text-align: center;
		margin: 0px 30px 0px 0px;
		padding: 0px;
    position: absolute;
    left: 0;
}

.prgs_img img {
	display: inline-block;
	/*width:  185px;*/
	max-width: 100%;
	height: 135px;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.parent.prgs_img {
		display: inline-block;
		width:  200px;
		max-width: 100%;
		height: auto;
		float: left;
		text-align:  right;
		margin: 20px 50px 0 0;
		padding: 0px;
}

.parent.prgs_img img {
	display: inline-block;
	width:  200px;
	max-width: 100%;
	height: 140px;
	float: left;
	margin: 0px;
	padding: 0px;
		border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.program-footer.entry-footer {
    /*position: absolute;*/
    /*left: 215px;*/
    /*bottom: 25px;*/
    margin: 0;
    padding: 0;
}

.program-footer .readmore {
    width: 100px;
    height: 20px;
    margin: 0;
    float: left;
    background: url("../images/IMG/dalee_blue.gif") no-repeat center left;
    font-size: 14px;
}

.newsheader h1 {
    font: 24px/40px 'LetoSans', Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}



.parent.prgs_img img {
	display: inline-block;
	width: 140px;
	max-width: 100%;
	height: 110px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#yadmap {
            width: 100%;
            height: 300px;
        }

.mn-latest-posts .elements { line-height:1.5; display:block; padding:0; margin:1em 0; background:#eee; border-radius:4px; border:1px solid #ddd; }
.mn-latest-posts .elements li { display:block; margin:0; padding:0.3em 0.4em 0.3em 2em; border-bottom:1px solid #ddd; background:url('sort-icon.png') no-repeat 0.4em 45%; }
.mn-latest-posts .elements li:last-child { border:none; }
.mn-latest-posts .element-image select { width:7em; }
.mn-latest-posts .widget-inside .mn-latest-posts p { margin:0.5em 0; }
.mn-latest-posts h4 { margin-bottom:0.5em; }
.mn-latest-posts .terms { max-height:10em; overflow:scroll; margin:0 0 1em 0; padding:0.5em; border:1px solid #ddd; background:#fff; border-radius:4px; }
.mn-latest-posts .terms li { margin:0; padding:0; }

#yandex_donate {
   position: relative;
   width: 523px;
   height: 175px;
   margin: 0 auto;
   padding: 0;
}

#yandex_agreement {
    width:100%;
    height:35px;
    position: absolute;
    left:0;
    bottom: 0;
    }

#sidebar_cites {
    margin: 0;
    padding: 0;
}

#gallery,
#album_items {
    margin: 0;
    padding: 0;
}

#gallery:after {
    content: "";
    display: table;
    clear: both;
}

nav.pagination {
    position: relative;
    text-align: center;
    vertical-align: baseline;
    margin:  0 auto 10px;
    height: 35px;
    max-height: 35px;
    width: 100%;
    padding: 0;
}

nav.pagination .page-numbers,
nav.pagination a {
font: normal normal 13px/35px Arial, Helvetica, sans-serif;
vertical-align: baseline;
/* width: 30px; */
min-width: 30px;
margin: 0;
color: #22ACCA;
padding: 0 6px;
float: left;
}


a.prev.page-numbers {
    color: #85959E;
}

nav.pagination a.next.page-numbers {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

.page-numbers.current,
span.page-numbers,
nav.pagination span a.current {
    padding: 0 6px;
    display: block;
    font: normal normal 14px/33px Arial, Helvetica, sans-serif;
    color: rgb(34, 172, 202);
    background: rgb(255, 255, 255) url("../images/IMG/lang_bg.png") no-repeat 0px 7px;
    text-decoration: none;
}

span.paging {
    margin: 0 auto;
    display: inline-block;
    padding: 0;
}

#colorbox {
    /*background-color: #FFF;*/
}

#gallery_albums,
#album_gallery {
    width:100%;
    height:100%;
    position: relative;
    margin:0;
    padding: 0;
    list-style: none;
    float:left;
}

#gallery_albums figure,
.album_item figure {
    margin: 0;
    padding: 0;
}

#gallery_albums figcaption,
.album_item figcaption {
    display: inline-block;
    width: 100%;
     background: rgb(255, 255, 255) url("../images/IMG/lookingglass.png") no-repeat top right;
    font: normal normal 14px/21px Arial, Helvetica, sans-serif;
    color: rgb(108, 127, 139);
    padding: 0 25px 0 0;
    z-index: auto;
}

#gallery_albums .entry,
#album_items .entry,
#album_items .hentry {
    display: block;
    width:  235px;
    height:  auto;
    margin: 0px 24px 8px 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

#gallery_albums .entry a img,
.album_item a img{
    opacity: 1;
}

#gallery_albums .entry img,
.album_item img {
	width: 235px;
	max-width: 235px;
	height: 175px;
	max-height: 175px;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid rgb(196, 232, 239);
	border-bottom: 1px solid rgb(196, 232, 239);
	border-left: 1px solid rgb(196, 232, 239);
	border-right: 1px solid rgb(196, 232, 239);
}

.albumrow {
    width: 100%;
    height: 1px;
    display: inline-block;
    clear: both;
}

#sidebar-primary > #gallery_category_nav {
	width: 195px;
	padding: 10px;
	margin: 0 0 15px 0;
	max-width: 100%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
}

#sidebar-primary > #gallery_category_nav ul {
    list-style: none;
    margin:0;
    padding: 0;
}

#gallery_category_nav ul li {
    font: normal normal 14px/33px Arial, Helvetica, sans-serif;
    float: none;
    width:  auto;
    /*max-height: 50px;*/
    overflow: hidden;
    list-style: none;
    border-top: 0px;
    border-bottom: 1px solid rgb(196, 232, 239);
    border-left: 0px;
    border-right: 0px;
}

#gallery_category_nav ul li a.current  {
    font-weight: bold;
}

#gallery_category_nav ul li.last_cat {
    border-bottom: 0px;
}

#gallery_category_nav ul li a  {
    display: inline-block;
    color: rgb(66, 89, 104);
    margin: 5px 0 0 0;
    line-height: 1.3rem;
    }

span.albumcat_count {
    display: inline;
    color: rgb(66, 89, 104);
}

.layout-2c-l #news {
    padding: 0 15px 0 0;
}

#recent_list {
	width: 100%;
	padding: 0px 10px 10px 10px;
	margin: 0 0 15px 0;
	max-width: 195px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #EBE827;
}

#recent_list > .widget-title {
    margin: -16px 0px 0px 0px;
}

#recent_video_list h3.widget-title > .wrap {
    background: url("../images/IMG/blue_plashka_175x25.png") no-repeat center;
    width: 100%;
    height: 35px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    font-family: 'LetoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

#recent_video_list h3.widget-title span {
        font-size: 14px;
}

#recent_video_list {
    margin-bottom: 15px;
}

#recent_video_list a.gallery-link,
#recent_video_list a.gallery-link img {
    display: block;
    width:  165px;
    height: 135px;
    margin: 0 auto;
    padding: 0;
    border: 0px solid #FFF;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}

#recent_video_list figcaption {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: rgb(1, 159, 196);
    background-color: rgb(196, 232, 239);
    background-image: none;
    background-repeat: no-repeat;
    background-position: top right;
    font: normal normal 14px/17px Arial, Helvetica, sans-serif;
    padding: 10px 0 0 0;
    z-index: auto;
}

.album_video_close {
    background: url("../images/IMG/video_frame_close.png") no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}

#recent_video_list ul {
    background-color: rgb(196, 232, 239);
    margin: 15px 0 0 0;
    padding: 10px;
    border: 1px solid #019fc4;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#recent_video_list ul li {
    margin: 0 auto 15px;
    padding: 0;
}

#recent_list h3.widget-title > .wrap {
    background: url("../images/IMG/blue_plashka.gif") no-repeat center;
    width: 100%;
    height: 35px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    font-family: 'LetoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


.recent_list {
    padding: 0;
    margin: 0 !important;
}

.recent_list li {
    padding: 12px 0 0 0;
    margin: 0;
    list-style: none;
    border-top: 0px solid rgb(196, 232, 239);
    border-bottom: 1px solid rgb(196, 232, 239);
    border-left: 0px solid rgb(196, 232, 239);
    border-right: 0px solid rgb(196, 232, 239);
}

.recent_list li.entry:first-of-type {
    margin: 0;
    padding: 0;
}

.recent_list li.entry:last-of-type {
    margin: 0;
    padding: 12px 0 0 0;
}

.recent_list li h3 {
    font: normal bold 13px/1em Arial, Helvetica, sans-serif;
    padding:0;
    margin: 0;
}

.recent_list .more {
    background: url("../images/IMG/bluplashka_fronpage.gif") no-repeat center;
}

.recent_list .entry-date {
    color: rgb(108, 127, 139);
}

.frontpage {
    padding-right: 15px;
}
.page-template-frontpage #recent_list
{
    margin: 15px 0 0 0;
    border: 1px solid #c4e8ef;
}


#recent_list.news_archive
{
    margin: 15px 0 25px;
    border: 1px solid #c4e8ef;
    padding: 0px 0px 10px 10px
}


#recent_list.news_archive h3.widget-title > .wrap {
   color: #6C7F8B;
   font: normal normal normal 13px/35px 'LetoSans', Arial, Helvetica, sans-serif;
   background: url("../images/IMG/blue_plashka2.png") no-repeat center;
}

#recent_list.news_archive li
{
    border: none;
    float: left;
}

#recent_list.news_archive li a
{
    color: #6C7F8B;
    display: block;
    text-align: center;
    font: normal normal normal 13px/14px 'LetoSans', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    border: none;
    float: left;
    padding: 0 15px 0 0;
}

.page_list {
    margin: 0 0 20px;
    padding: 0;
    display: block;
    height: auto;
    border: none;
}

.ltr .page_list ul {
     width:100%;
    max-width: 195px;
    list-style: none;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
}

.page_list ul li a {
        display: block;
        color: #6C7F8B;
        font: normal normal normal 14px/35px 'LetoSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	background: #C9EAF0;
	width:100%;
	height:35px;
	line-height: 40px;
	margin-bottom: 5px;
	text-align: center;
}

.page_list ul li a:hover,
.page_list ul li a:focus {
    color: #FFF;
}

.page_list ul li a.current {
    color: #FFF;
    background: #C9EAF0 url("../images/IMG/blue_plashka_175x25.png") no-repeat center;
}

.event_footer .readmore {
    width: 100px;
    height: 20px;
    float: left;
    background: url("../images/IMG/dalee_orange.gif") no-repeat center left;
}

.event_footer .readmore {
    width: 100px;
    height: 20px;
    float: left;
    background: url("../images/IMG/dalee_orange.gif") no-repeat center left;
}

.news_footer .readmore {
    width: 100px;
    height: 20px;
    margin: 0;
    float: left;
    background: url("../images/IMG/dalee_blue.gif") no-repeat center left;
}

.program-footer .readmore a,
.event_footer .readmore a,
.news_footer .readmore  a {
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 20px;
    vertical-align: middle;
}

.single_header h1 {
    position: relative;
    display: inline-block;
    padding: 0 0 16px 0;
}

.single_header h1:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0px;
}

/*.news_footer.entry-footer{*/
    /*position: absolute;*/
    /*bottom: 3px;*/
    /*right: 150px;*/
/*}*/

.news_footer .readmore  a {
     font: normal normal 12px/20px Arial, Helvetica, sans-serif;
     margin: 0 auto;
     padding: 0;
     text-align: center;
     vertical-align: baseline;
}

.recent_list li .readmore {
    width: 100px;
    height: 20px;
    margin-bottom: 12px;
    float: left;
    background: url("../images/IMG/dalee_blue.gif") no-repeat center left;
}

.recent_list li .readmore a {
    color: #FFFFFF;
    text-align: center;
    width:100%;
    line-height: 20px;
    vertical-align: middle;
    padding: 0 0 0 7px;
}

.news_readmore a {
    font: normal normal 12px/30px Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    background: url("../images/IMG/bluplashka_fronpage.gif") no-repeat center;
}

.events_list {
    margin-left: 0 !important;
    padding: 0;
    max-height: 250px;
    width: 100%;
}

.events_list li {
    list-style: none;
}

#frontpage_events {
    width: 100%;
    margin: 0 15px 0 0;
}

#frontpage_events .event_title a {
    color: #f48b36;
}

#frontpage_events header h2 {
    font: normal bold 13px/20px Arial, Helvetica, sans-serif;
    color: rgb(244, 139, 54);
    padding: 0;
    margin: 0;
    text-align: left;
}

#frontpage_events .events_list .entry {
    display: block;
	width: 375px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	border:none;
	overflow: hidden;
}

#frontpage_events .events_list .entry.odd {
	border-right: 1px dashed #f48b36;
}

#frontpage_events .event_thumb {
    padding: 0;
    margin: 0;
    float:left;
}

#frontpage_events .event_thumb img {
    padding: 0;
    margin: 0 20px 0 0;
    float:left;
}

#frontpage_events .event_excerpt,
#recent_list .recent_excerpt {
    font: normal normal 12px/15px Arial, Helvetica, sans-serif;
    padding: 0 15px 0 0;
    color: rgb(79, 100, 114);
}


.all_events {
    margin: 20px 0 0 0;
    padding: 0;
}

.all_events a {
     display: block;
     font: normal normal 12px/14px Arial, Helvetica, sans-serif;
     text-align: right;
     text-decoration: underline;
     color: #f48b36;
     background: url("../images/IMG/podrobnee_orange.gif") no-repeat right -5px;
     padding: 0 15px 0 0;
}

#main > .equal.frontpage {
    padding: 0 15px 0 0;
}

#frontpage_events .event_content {
    display: block;
    height: 125px;
}

#frontpage_events .event_footer {
    display: block;
    width: 100%;
    height: 20px;
}

#frontpage_events > header {
    width:  100%;
    height: 75px;
    padding: 0;
    position: relative;
}

#frontpage_events #widget_title_left,
#frontpage_events #widget_title_right {
    float: left;
    overflow: hidden;
    width: 50%;
    height: 75px;
    margin: 0;
    padding: 0;
}

#frontpage_events header h3.widget_title {
    background: url("../images/IMG/orange_plashka.gif") no-repeat center left;
    width: 118px;
    height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 0 15px;
    padding: 0;
    vertical-align: middle;
    font-family: 'LetoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


input#submitBtn {
    background: #FFF;
    color: rgb(1, 159, 196);
}

input#submitBtn[disabled],
input#submitBtn:disabled {
    background: rgb(231, 234, 236);
    color: rgb(121, 205, 224);
    cursor: default;
}

label#agreementDisclamer {
    font-family: 'LetoSans', Arial, Helvetica, sans-serif;
}

select#paymentType {
    font: normal normal 12px/14px Arial, Helvetica, sans-serif;
    color: rgb(108, 127, 139);
}


/*** google forms ***/

#gforms {
    margin: 0;
    width: 100%;
    padding: 0 15px 0 0;
    clear: both;
}

.g_form  {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}

.g_gform_header {
    background: #e6f9fd url("../images/IMG/podrobnee-e6f9fd.gif") 715px 10px  no-repeat;
    height:45px;
    width:  100%;
    margin: 0 0 15px 0;
    padding: 0;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    border: 1px solid #C4E8EF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.ss-gform.entry_more.entry_toggle {
        position: relative;
	height: 45px;
	padding: 0;
	margin: 0;
	display: inline-block;
	width:100%;
	cursor: pointer;
}

.ss-gform.entry_more.entry_toggle.top {
	width:150px;
	float: left;
}

.ss-gform > .podrobnee.top {
        background: none;
}

.ss-gform > .podrobnee {
        position: absolute;
	right: -2px;
        font: normal normal 18px/45px 'LetoSans', Arial, Helvetica, sans-serif;
        color: #019FC4;
	text-align: right;
	padding: 0px 25px 0px 0px;
	margin: 0;
        background: url("../images/IMG/podrobnee.gif") center right no-repeat;
}

.g_gform_header h2 {
        font: normal normal 18px/45px 'LetoSans', Arial, Helvetica, sans-serif;
	color: #019FC4;
	padding-left: 18px;
}

.google_forms h2 {
        font: normal normal 18px/45px 'LetoSans', Arial, Helvetica, sans-serif;
	color: #019FC4;
	padding: 0;
	width: 100%;
	max-width: 550px;
	float: left;
}

.google_forms  {
    display: none;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0px 15px 0px 15px;
     border: 1px solid #C4E8EF;
     border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    clear: both;
}

.google_forms .ss-required-asterisk {
    color: rgb(1, 159, 196);
    font-size: 16px;
}

.google_forms form label {
    cursor: default;
}

.required-message {
    display: none;
    visibility: hidden;
}

.ltr .google_forms ul,
.ltr .google_forms ol {
    margin-left: 0px;
    list-style: none;
}

.ss-q-title, .ss-q-help {
    font: normal normal 12px/30px Arial, Helvetica, sans-serif;
    color: rgb(66, 89, 103);
}

.google_forms input[type="text"],
.google_forms input[type="date"],
.google_forms textarea {
    font: italic bold 12px/30px Arial, Helvetica, sans-serif;
    color: #acb0b2;
    background: #FFF;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #c4e8ef;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.google_forms textarea,
.google_forms textarea:focus,
.google_forms textarea:active,
.google_forms textarea:hover {
    resize:vertical;
    font: italic bold 12px/22px Arial, Helvetica, sans-serif;
    /* height: auto; */
    max-width: 540px;
    min-height: 65px;
}

.google_forms select {
    border: 1px solid #c4e8ef;
}

.google_forms input[type="text"]:focus,
.google_forms input[type="text"]:hover,
.google_forms input[type="text"]:active,
.google_forms textarea:hover,
.google_forms textarea:focus,
.google_forms textarea:active,
.google_forms input[type="date"]:focus,
.google_forms input[type="date"]:hover,
.google_forms input[type="date"]:active,
.google_forms select:hover,
.google_forms select:focus,
.google_forms select:active
{
  box-shadow: 0 0 2px rgba(1, 159, 196, .7);
  border: 1px solid rgba(1, 159, 196, 1);
}

.PASTSEMINAR .ss-choice-label {
    color: #ACB0B2;
}

.ss-choice-item,
.ss-choice-item > label,
.ss-choice-label {
    font: normal normal 12px/19px Arial, Helvetica, sans-serif;
    height:auto;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #52646E;
}


label[for="agreemntDisclamer"] {
		    line-height: 19px;
		    vertical-align: top;
		    margin: 0 11px 0 0;
}

input[name="agreemntDisclamer"] {
		    padding: 0;
		    vertical-align: top;
		    position: relative;
		    top: 0px;
		    *overflow: hidden;
}

#yad_agreement {
                    margin: 11px 0px;
}

#content input[type="checkbox"],
#content input[type="radio"] {
    display: inline-block;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    width: 22px;
    height: 19px;
    padding: 0px;
    margin: 0 0 0 0;
    cursor: pointer;
}


#content input[type="checkbox"]:before,
#content input[type="checkbox"]::before,
#content input[type="radio"]:before,
#content input[type="radio"]::before
{
    content: "";
    background: #FFF url(../images/IMG/input_checked_uncheked.png) no-repeat;
    background-position: 0 0px;
    display: inline-block;
    width: 22px;
    height: 19px;
    padding: 0 0 0 0px;
}

#content input[type="checkbox"]:checked:before,
#content input[type="checkbox"]:checked::before,
#content input[type="radio"]:checked:before,
#content input[type="radio"]:checked::before
{
    content: "";
    background: #FFF url(../images/IMG/input_checked_uncheked.png) no-repeat;
    background-position: 0 -24px;
    display: inline-block;
    width: 22px;
    height: 19px;
    padding: 0 0 0 0px;
}


#content input#agreemntDisclamer:before,
#content input#agreemntDisclamer::before
{
    content: "";
    background: #FFF url(../images/IMG/input_checked_uncheked-yandex.png) no-repeat;
    background-position: 0 0px;
    display: inline-block;
    width: 22px;
    height: 19px;
    padding: 0 0 0 0px;
}

#content input#agreemntDisclamer:checked:before,
#content input#agreemntDisclamer:checked::before
{
    content: "";
    background: #FFF url(../images/IMG/input_checked_uncheked-yandex.png) no-repeat;
    background-position: 0 -24px;
    display: inline-block;
    width: 22px;
    height: 19px;
    padding: 0 0 0 0px;
}

td.goog-inline-block {
    border: none;
}

.ss-form,
.ss-form [role="list"] {
    width:100%;
    max-width:  540px;
    float: left;
}

.required_banner {
     background: #FFF url(../images/IMG/required_asterisk.png) no-repeat top left;
     min-height: 30px;
     max-width: 180px;
     padding-left: 30px;
     float: right;
     display: block;
}

 .ss-q-help {
    font: normal normal 12px/20px Arial, Helvetica, sans-serif;
    color: #acb0b2;
    margin-bottom: 5px;
}

.ss-q-title {
    font: normal bold 12px/20px Arial, Helvetica, sans-serif;
    color: #52646e;
    margin-top: 10px;
}


.google_forms input[type="submit"],
.google_forms input[type="submit"]:hover,
.google_forms input[type="submit"]:focus,
.google_forms input[type="submit"]:active {
    display: block;
    background: url("../images/IMG/blue_plashka.gif") no-repeat center;
    width: 113px;
    height: 35px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    font-family: 'LetoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

/* .google_forms input[type="date"]:focus,
.google_forms input[type="datetime"]:focus,
.google_forms input[type="datetime-local"]:focus,
.google_forms input[type="email"]:focus,
.google_forms input[type="month"]:focus,
.google_forms input[type="number"]:focus,
.google_forms input[type="password"]:focus,
.google_forms input[type="search"]:focus,
.google_forms input[type="tel"]:focus,
.google_forms input[type="text"]:focus,
.google_forms input[type="time"]:focus,
.google_forms input[type="url"]:focus,
.google_forms input[type="week"]:focus,
.google_forms textarea:focus,
.google_forms select:focus {
color: #555;
background: #e3e3e3;
border-color: #c4e8ef;
} */

.embed-wrap {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 770px !important;
    height: 100%;
}
					#sidebar-primary {
					        margin: 0 0 0 15px;
						max-width: 195px;
						width: 100%;
					}

					#sidebar-primary .widget {
					        max-width: 195px;
						width: 100%;
						padding: 10px;
						margin: 0 0 15px 0;
						border-radius: 10px 10px 10px 10px;
						-moz-border-radius: 10px 10px 10px 10px;
						-webkit-border-radius: 10px 10px 10px 10px;
						border: 1px solid #EBE827;
					}


				#sidebar-primary .widget p {
					     font: italic normal 14px/1em Georgia, Times, "Times New Roman", serif;
					     color: rgb(108,127,139);
					}

				#sidebar-primary .widget p.profession {
					     color: rgb(108,127,139);
					     font: italic normal 14px/1em Georgia, Times, "Times New Roman", serif !important;
					     margin: 0 0 10px 0;
				}

				.blockquote {
					        font: italic normal 13px/17px Georgia, Times, "Times New Roman", serif !important;
					        color: rgb(108,127,139);
					        position: relative;
					        border: 1px solid rgb(204,229,234);
						margin: -10px 0 0 0;
						padding: 10px;
						border-radius: 10px;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						-khtml-border-radius: 10px;
						display: block !important;
				}

				#sidebar-primary .widget_text .widget-title > .wrap {
						font: italic normal 14px/1em Georgia, Times, "Times New Roman", serif !important;
						color: rgb(66,89,104);
						text-transform: none;
				}


				#sidebar-primary .widget img,
				#sidebar-primary img {
					        margin: 5px 0 10px;
						padding: 0px;
						border-radius: 10px;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						-khtml-border-radius: 10px;
						border: none;
				}

				#sidebar-primary a img {
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					filter: alpha(opacity=100);
					opacity: 1;

					-webkit-transition: none;
					-moz-transition: none;
					-o-transition: none;
					-ms-transition: none;
					transition: none;
				}



					#sidebar-primary .widget img.lichnosti {
					        height: auto;
						max-height: 115px;
						width: 100%;
						max-width: 120px;
						position: relative;
						text-align: center;
						margin: 0 0 10px 0;
						padding: 0px;
						border-radius: 0px;
						-moz-border-radius: 0px;
						-webkit-border-radius: 0px;
						-khtml-border-radius: 0px;
						display: block !important;
						border: none;
					}

					#sidebar-primary .widget p:nth-child(2) {
					        position: relative;
						margin:0;
						padding: 0 0 4px 0;
						display: inline-block;
					}

					#sidebar-primary .widget p:nth-child(2):before {
						width: 21px;
						height: 32px;
						position: absolute;
						right: 0%;
						bottom: 0%;
						margin-right: -30px;
						margin-bottom: 4px;
						background: url("../images/IMG/speech_bubble_blue.gif") no-repeat center right;
						content: "";
						z-index: 1;
					}

					.widget-tile > .wrap::before,
					.widget-tile > .wrap::after {
						    display: none !important;
						    visibility: hidden !important;
					}


					.cclp-latest-posts-widget h3.widget-title {
					        width:100%;
						max-width: 175px;
						padding: 0;
						margin: 0 0 0 10px;
					}
.cclp-latest-posts-widget,
.cclp-recent-posts {
					    max-width: 195px;
					    margin-top: 15px;
					    margin-bottom: 0px;
					    margin-right: 0px;
					    margin-left: 0px !important;
					    padding: 0;
					    float: none;
					    position: relative;
					    overflow:hidden;
					}

.widget_latest_thumb {
    margin: 0 !important;
    padding: 0 !important;
}


.cclp-latest-posts-widget h3.widget-title > .wrap {
					        background: url("../images/IMG/brown_plashka.png") no-repeat center;
						width: 100%;
						height: 35px;
					        color:  #FFF;
						font-size: 14px;
						text-align: center;
						text-transform: uppercase;
						text-decoration: none;
						margin: -5px 0 0 0;
						padding: 0;
						vertical-align: middle;
						font-family: 'LetoSans', Arial, Helvetica, sans-serif;
						font-weight: 500;
						line-height: 35px;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: auto;
						-webkit-backface-visibility: hidden;
						-moz-backface-visibility: hidden;
						-ms-backface-visibility: hidden;
						/*-webkit-text-stroke: 1px rgba(0,0,0,0.1);
						text-shadow: #fff 0px 1px 1px;*/

}


.cclp-latest-posts-widget h3.widget-title > .wrap a {
					        background: url("../images/IMG/brown_plashka.png") no-repeat center;
						display: block;
						width: 100%;
						height: 35px;
					        color:  #FFF;
						font-size: 14px;
						text-align: center;
						text-transform: uppercase;
						text-decoration: none;
						margin: -5px 0 0 0;
						padding: 0;
						vertical-align: middle;
						font-family: 'LetoSans', Arial, Helvetica, sans-serif;
						font-weight: 500;
						line-height: 35px;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: auto;
						-webkit-backface-visibility: hidden;
						-moz-backface-visibility: hidden;
						-ms-backface-visibility: hidden;
						/*-webkit-text-stroke: 1px rgba(0,0,0,0.1);
						text-shadow: #fff 0px 1px 1px;*/

}

.cclp-latest-posts-widget h3.widget-title > .wrap:before,
.cclp-latest-posts-widget h3.widget-title > .wrap:after {
                                                display: none;
						visibility: hidden;
}

/*
.donate-div img {
	padding-top: 0px;
	padding-bottom: 0px;
}
*/
img.nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
}
img.notoppadding {
	padding-top: 0px;
}
a.a_donate, a.a_donate:hover, a.a_donate:focus, a.a_donate:active{
	display: inline;
	color:#000;
}
h4.contentH4B {
	font-size: 16px !important;
	font-weight: bold;
	color: #d7c42d;
}


#sitemap ul {
    margin-left: 0px;
}

#sitemap div {
    margin-bottom: 15px;
    margin-right: 15px;
     margin-left: 0px;
}

#sitemap ul li {
    list-style: none;
}

#sitemap ul li a {
    list-style: none;
    font: normal normal 14px/16px Arial, Helvetica, sans-serif;
}

#toTop {
    background-color: #FFF;
    width: 110px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    font: normal normal 12px/30px 'LetoSans', Arial, Helvetica, sans-serif;
    color: #019FC4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 100px;
    display: none;
    cursor: pointer;
    border: 1px solid #C4E8EF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.gallery-link {
    position: relative;
    display: block;
}

.play_overlay {
    background: url("../images/IMG/ytplay-inactive-small.png") no-repeat center;
    width: 40px;
    height:  28px;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    border: none;
    margin: auto;
    padding: 0;
}

.gallery-link:hover .play_overlay,
.gallery-link:focus .play_overlay
{
    background: url("../images/IMG/ytplay-red-small.png") no-repeat center;
    width: 40px;
    height:  28px;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    border: none;
    margin: auto;
    padding: 0;
}

.video-frame::before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.video-frame {
    width: 100%;
    padding: 0 0 20px;
}

.album-video-wrap {
    background-color: rgb(196, 232, 239);
    width:  750px;
    height: 620px;
    float:  left;
    position: relative;
    border: 1px solid #FFF;
    padding: 0;
    margin:  0;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.album-video-wrap iframe, .album-video-wrap embed, .album-video-wrap object {
    margin: 0;
    position: absolute;
    top: 20px;
    /* bottom: 20px; */
    left: 20px;
    /* right: 50px; */
    /* width: 650px; */
    /* height: 535px; */
    border: 0;
    border-color: rgb(196, 232, 239);
    border-style: solid;
}

.album_video_desc {
    height: 20px;
    display: block;
    text-align: left;
    position: absolute;
    left: 45px;
    bottom: 0px;
    margin: 0;
    padding: 0 45px 50px 0px;
    overflow: hidden;
}

/* tables fixes */

.MsoNormalTable tr td {
    padding: 2px 20px !important;
}

/* стили ссылок отчетностей ( кастом фиксы ) */

singular-page-57 {}

.entry-content .img-hyperlink,
.entry-content .img-hyperlink:hover,
.entry-content .img-hyperlink:focus {
    padding: 0 10px 0 0;
    border: none;
    outline: none;
    display: block;
    font-size: inherit;
    /*float: left;*/
    margin: 0;
}

.entry-content .img-hyperlink img {
    margin: 10px 0;
    text-indent: -9999em;
    vertical-align: baseline;
}

.donate-wrapper {
    border: 1px solid #f27c22;
    background-color: #f27c22;
    border-radius: 5px;
    font-family: "LetoSans",Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
}

.donate-header {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

.donate-wrapper .donate-ways {
    list-style: outside none none;
    padding: 10px;
    margin: 0;
    background-color: white;
    border-radius: 0 0 5px 5px;
}

.donate-way {
    padding: 0 0 0 55px;
    line-height: 50px;
}

.donate-way-sms {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/stargazer/images/IMG/sms.png") no-repeat scroll left center
}

.donate-way-card {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/stargazer/images/IMG/card.png") no-repeat scroll left center
}

.donate-way > a {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    text-decoration: underline;
    color: #019fc4;
    font-size: 14px;
    padding-bottom: 5px;
}

#text-3 {
    display: none;
}

.simplegallery li {
    float: left;
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 10px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-boz-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.simplegallery li > a {
    padding: 0!important;
}

.simplegallery li img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.simplegallery li div {
    position: absolute;
    height: 0;
    width: 280px;
    background: rgba(0, 0, 0, .45);
    overflow: hidden;
    bottom: 10px;
    left: 10px;
    padding: 0 10px;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    transition: height 1s;
    color: #fff;
    line-height: 50px;
    font-size: 1.2em;
}

.simplegallery li:hover div {
    height: 50px;
}

.simplegallery p {
    clear: left;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.simplegallery p a {
    color: #909090;
    -webkit-transition: color .6s;
    -moz-transition: color .6s;
    -o-transition: color .6s;
    -ms-transition: color .6s;
    transition: color .6s;
}

.graygallery p a:hover {
    color: #eb5cf4;
}

.simplegallery-2col li {
    width: 350px;
    height: 350px;
}



#main_row #content.one-col {
    width: 100%;
    border-left:0px;
    border-right: 0px;
}

