@import url('./font-awesome.css');

h2.page-header a:hover,
h2.page-header a:visited,
h2.page-header a:focus,
h2.page-header a {
    text-decoration: none;
    color: #4d4d4d;
}

.page-header .rss a:hover,
.page-header .rss a:visited,
h2.page-header .rss a:focus,
h2.page-header .rss a {
    color: #ffffff;
}

.page {
	font-family: 'PT Sans',sans-serif;
	color: #343434;
	position: relative;
}

.page a {
	color: #0096db;
	text-decoration: underline;
}

.page a:visited {
	color: #38abd1;
}

.page a:hover,
.page a:focus,
.page a:active {
	color: #f1563a;
}

.page a.ajax-link,
.page a.ajax-link:visited {
	color: #f1563a;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.page a.ajax-link:hover,
.page a.ajax-link:focus,
.page a.ajax-link:active {
	border-bottom: 1px solid;
}

.page a.down-link {
	color: #343434;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.page a.down-link:hover,
.page a.down-link:focus,
.page a.down-link:active {
	color: #f1563a;
	border-color: #f1563a;
}

.page a.rss {
	display: inline-block;
	background: #e36f36;
	color: #ffffff;
	font-weight: 300;
	font-size: 12px;
	width: 30px;
	height: 18px;
	line-height: 20px;
	text-align: center;
	font-family: 'PT Sans',sans-serif;
	text-decoration: none;
	position: relative;
	top: -15px;
	margin-left: 5px;
}

.page a.rss:hover,
.page a.rss:active {
	background: #944E2B;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
	text-shadow: 0 0 1px rgba(0,0,0,0.25);
}

.page h1,
.page h2,
.page h3 {
	font-weight: 400;
	font-family: 'Bravo',sans-serif;
}

.page h4,
.page h5 {
	font-weight: 300;
}

.page h5 {
	font-size: 16px;
}

.page h6 {
	font-size: 14px;
	text-transform: uppercase;
}

.page img.img-polaroid {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page .row-fluid .span1:nth-child(12n+1),
.page .row-fluid .span2:nth-child(6n+1),
.page .row-fluid .span3:nth-child(4n+1),
.page .row-fluid .span4:nth-child(3n+1),
.page .row-fluid .span6:nth-child(2n+1) {
	margin-left: 0;
}


.page::-moz-selection,
.page ::selection {
	background-color: #70d1f1;
	color: #ffffff;
}

.page input::-webkit-input-placeholder,
.page textarea::-webkit-input-placeholder,
.page input:-moz-placeholder,
.page textarea:-moz-placeholder,
.page input::-ms-input-placeholder,
.page textarea::-ms-input-placeholder {
    color: #cacaca;
}

.page form input,
.page form textarea {
	margin-bottom: 15px;
}

/* Common Header & Footer */

.page header + div,
.page footer {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAQAAABKxSfDAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfeBQgEKxcbHqASAAAADGlUWHRDb21tZW50AAAAAAC8rrKZAAAANUlEQVQI103HMQ6AIBAAsB4hh/z/sSImnoOL3RqrysZQ2mNLaQn9lgKHS/PT0lY4DT18nXgBzH8PDKbByrIAAAAASUVORK5CYII=') repeat;
}

/* Header */

.page header {
	padding: 15px 0;
}

.page header h1 {
	margin-top: 15px;
	font-size: 30px;
	font-weight: 400;
	line-height: 28px;
	color: #4d4d4d;
	letter-spacing: 1px;
}

.page header .feedback {
	text-align: center;
	margin-top: 35px;
}

.page header .social {
	text-align: right;
	margin-top: 35px;
}

.page header .social a {
	display: inline-block;
	margin: 0 3px 3px 0;
	zoom: 1;
	*display: inline;
}

.page header .navbar-inner {
	height: 60px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #0092d9;
	background-image: -moz-linear-gradient(top, #02a7e0, #007cd2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02a7e0), to(#007cd2));
	background-image: -webkit-linear-gradient(top, #02a7e0, #007cd2);
	background-image: -o-linear-gradient(top, #02a7e0, #007cd2);
	background-image: linear-gradient(to bottom, #02a7e0, #007cd2);
	background-repeat: repeat-x;
	border-top: 1px solid #80d3f0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #0072ce;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02a7e0', endColorstr='#ff007cd2', GradientType=0);
	*zoom: 1;
	-webkit-box-shadow: 0 4px 0 rgba(6,76,132,0.9),0 -1px 0 rgba(0,175,228,0.9);
	-moz-box-shadow: 0 4px 0 rgba(6,76,132,0.9),0 -1px 0 rgba(0,175,228,0.9);
	box-shadow: 0 4px 0 rgba(6,76,132,0.9),0 -1px 0 rgba(0,175,228,0.9);
}

.page header .navbar-inner .nav {
	margin-top: -2px;
}

.page header .navbar-inner .nav > li {
	line-height: 14px;
}

.page header .navbar-inner .nav > li > a {
	padding: 27px 25px 22px;
	font-size: 14px;
	font-weight: 600;
	text-shadow: 1px 1px 0 #00649a;
	text-transform: uppercase;
	color: #ffffff;
}

.page header .navbar-inner .nav > li.active > a {
	cursor: default;
	background-color: rgba(0,0,0,0.1);
	color: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.page header .navbar-inner .nav > li > a:hover {
	background-color: rgba(0,0,0,0.1);
}

.page header .navbar-inner .navbar-form input {
	height: 20px;
	margin-top: 10px;
	width: 130px;
	padding: 10px;
}

.page header + div {
	padding: 13px 0;
	margin-bottom: 30px;
}

.page header + div .hot-topic-widget {
	min-height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.page header + div .hot-topic-widget strong,
.page header + div .hot-topic-widget b {
	font-weight: 600;
	text-transform: uppercase;
}

.page header + div .hot-topic-widget a {
	color: #343434;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.page header + div .hot-topic-widget a:hover,
.page header + div .hot-topic-widget a:focus {
	color: #f1563a;
	border-color: #f1563a;
}

.page header + div .hot-topic-widget ul {
	margin: 0 0 0 -7px;
}

.page header + div .hot-topic-widget ul li {
	line-height: 25px;
}

.page header + div .hot-topic-widget ul li a {
	line-height: 15px;
}

.page header + div *[class^="span"],
.page header + div *[class*="span"] {
	min-height: 15px;
}

/* Inner */

.page .page-header {
	line-height: 50px;
	font-family: 'Bravo',sans-serif;
	margin: 20px 0;
	padding: 0;
	border-bottom: 1px solid #eeeeee;
}

.page .page-header.with-breadcrumbs h2 {
	margin-bottom: 0;
}

.page .page-header.with-breadcrumbs .breadcrumbs-bl {
	line-height: 0;
}

.page .btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333 !important;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.page .btn:hover,
.page .btn:focus,
.page .btn:active,
.page .btn.active,
.page .btn.disabled,
.page .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.page .btn-primary {
	color: #ffffff !important;
	text-shadow: 1px 1px 0 #0079be;
	background-color: #02a6e0;
	*background-color: #007dd2;
	background-image: -moz-linear-gradient(top, #02a6e0, #007dd2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02a6e0), to(#007dd2));
	background-image: -webkit-linear-gradient(top, #02a6e0, #007dd2);
	background-image: -o-linear-gradient(top, #02a6e0, #007dd2);
	background-image: linear-gradient(to bottom, #02a6e0, #007dd2);
	background-repeat: repeat-x;
	border-color: #007dd2 #007dd2 #0073cf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02a6e0', endColorstr='#ff007dd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.page .btn-primary:hover,
.page .btn-primary:focus,
.page .btn-primary:active,
.page .btn-primary.active,
.page .btn-primary.disabled,
.page .btn-primary[disabled] {
	color: #ffffff;
	background-color: #2e87ce;
	*background-color: #0071b0;
}

.page .btn-primary:active,
.page .btn-primary.active {
	background-color: #0073cf \9;
}

.page .well {
	background-color: #f5f0e3;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.page .well .page-header {
	border-color: #e6dfce;
}

.page .well h2 {
	margin-top: 0;
}

.page .well a {
	color: #343434;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.page .well a:hover,
.page .well a:focus {
	color: #f1563a;
	border-color: #f1563a;
}

.page .well .nav-list {
	padding: 0;
	margin: 0;
}

.page .well .nav-list > li ul.nav-submenu {
	display: none;
	margin: 10px 0 0 5px;
}

.page .well .nav-list > li > i {
	float: right;
	cursor: pointer;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.page .well .nav-list > li > i:before {
	content: "\f107";
}

.page .well .nav-list > li.open ul.nav-submenu {
	display: block;
}

.page .well .nav-list > li.open > i:before {
	content: "\f106";
}

.page .well .nav-list > li,
.page .well .nav-list > li ul.nav-submenu li {
	display: block;
	margin-bottom: 10px;
}

.page .well .nav-list > li ul.nav-submenu li.active a {
	font-weight: 600;
	border: 0;
}

.page .well .nav-list > li ul.nav-submenu li.active a:hover,
.page .well .nav-list > li ul.nav-submenu li.active a:focus {
	color: #343434;
	cursor: default;
}

.page .well .nav-list > li ul.nav-submenu li:before {
	content: "— ";
}

.page .well .nav-list > li > a {
	display: inline;
	margin: 0;
	padding: 0;
}

.page .well .nav-list > li.active > a {
	background: transparent;
	font-weight: 600;
	text-decoration: none;
	cursor: default;
	border-bottom: 0;
	color: #343434;
}

.page .well .nav-list > li > a:active,
.page .well .nav-list > li > a:focus,
.page .well .nav-list > li > a:hover {
	background: transparent;
}

.page .bio-bl p {
	font-size: 16px;
}

.page .act-bl h4 > small {
	display: block;
}

.page .act-bl img {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	height: auto;
}

.page .act-bl img + img {
	margin-top: 20px;
}

.page .act-bl p,
.page .act-bl ul li {
	font-size: 16px;
}

.page .event-bl .nav-tabs {
	margin-bottom: -1px;
}

.page .event-bl .nav-tabs > li > a {
	text-decoration: none;
}

.page .event-bl .nav-tabs + .tab-content {
	border: 1px solid #dddddd;
	border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	-webkit-border-radius: 0 6px 6px 6px;
}

.page .event-bl .tab-pane {
	padding: 20px;
}

.page .event-bl .tab-pane p {
	margin-bottom: 30px;
}

.page .event-bl .tab-pane p.event-bl-top-link {
	margin-bottom: 0;
}

.page .event-bl h6 {
	margin-top: 20px;
}

.page .event-bl .event-bl-members strong {
	text-transform: uppercase;
}

.page .event-bl .event-bl-members strong + span {
	display: block;
}

.page .news-bl p img,
.page .event-bl img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .news-bl p img[style*="float:left"],
.page .news-bl p img[style*="float: left"],
.page .event-bl .tab-pane img[style*="float:left"],
.page .event-bl .tab-pane img[style*="float: left"] {
	margin: 3px 15px 5px 0;
}

.page .news-bl p img[style*="float:right"],
.page .news-bl p img[style*="float: right"],
.page .event-bl .tab-pane img[style*="float:right"],
.page .event-bl .tab-pane img[style*="float: right"] {
	margin: 3px 0 5px 15px;
}

.page .news-bl .event-share-bl,
.page .event-bl .event-share-bl {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.page .news-similar-widget .news-similar-widget-img,
.page .event-inside-widget .event-inside-widget-img {
	position: relative;
	margin-bottom: 20px;
}

.page a.tag-red,
.page .news-similar-widget .news-similar-widget-img span,
.page .event-inside-widget .event-inside-widget-img span {
	border-top: 1px solid #ed959b;
	border-radius: 4px 4px 4px 0;
	-moz-border-radius: 4px 4px 4px 0;
	-webkit-border-radius: 4px 4px 4px 0;
	background: #d52530;
	padding: 7px 10px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #a71a22;
	font-size: 12px;
	line-height: 12px;
	box-shadow: 0 -1px 0 #d52530;
}

.page .news-similar-widget p {
	margin: 20px 0 0 0;
}

.page a.tag-red {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.page a.tag-red:hover,
.page a.tag-red:focus,
.page a.tag-red:active {
	background: #f1563a;
}

.page .news-similar-widget .news-similar-widget-img span,
.page .event-inside-widget .event-inside-widget-img span {
	display: block;
	float: left;
	position: absolute;
	top: 8px;
	left: -8px;
}

.page .news-similar-widget .news-similar-widget-img span:after,
.page .event-inside-widget .event-inside-widget-img span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 4px solid #540106;
	border-top: 4px solid #540106;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	top: 26px;
	left: 0;
}

.page .news-similar-widget .news-similar-widget-img img,
.page .event-inside-widget .event-inside-widget-img img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .news-similar-widget .news-similar-widget-img + a,
.page .event-inside-widget .event-inside-widget-img + a {
	font-size: 16px;
}

.page .news,
.page .news-widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page .news > li,
.page .news-widget > li {
	display: block;
	margin: 10px 0 20px;
}

.page .news > li {
	margin-bottom: 40px;
}

.page .news > li .news-img,
.page .news-widget > li .news-widget-img {
	position: relative;
}

.page .news > li .news-img span,
.page .news-widget > li .news-widget-img span {
	display: block;
	float: left;
	position: absolute;
	top: 8px;
	left: -8px;
	border-top: 1px solid #ed959b;
	border-radius: 4px 4px 4px 0;
	background: #d52530;
	padding: 7px 10px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #a71a22;
	font-size: 12px;
	line-height: 12px;
	box-shadow: 0 -1px 0 #d52530;
}

.page .news > li .news-img span:after,
.page .news-widget > li .news-widget-img span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 4px solid #540106;
	border-top: 4px solid #540106;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	top: 26px;
	left: 0;
}

.page .news > li .news-img img,
.page .news-widget > li .news-widget-img img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 100%;
	height: auto;
}

.page .news > li h5,
.page .news-widget > li h5 {
	margin-top: 0;
}

.page .news > li h5 + div {
	margin-bottom: 10px;
}

.page .news-bl .news-tags {
	margin: 10px 0 15px 0;
}

.page .news-bl .news-tags span {
	display: block;
	float: left;
	line-height: 23px;
	margin-right: 15px;
}

.page .news-bl p {
	font-size: 16px;
}

.page .announces-bl {
	list-style: none;
	margin: 0;
}

.page .announces-bl > li {
	display: block;
}

.page .announces-bl > li + li {
	margin-top: 30px;
}

.page .announces-bl > li h5 {
	margin-top: 0;
}

.page .announce-bl h4 + div {
	margin-bottom: 10px;
}

.page .announce-bl p {
	font-size: 16px;
}

.page .announce-widget {
	margin-bottom: 20px;
}

.page .announce-widget .announce-widget-bl {
	border: 2px solid #269ede;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .announce-widget .announce-widget-bl .announce-widget-header {
	background: #269ede;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	text-shadow: 1px 1px 0 #1b729f;
}

.page .announce-widget .announce-widget-bl .announce-widget-content {
	padding: 20px;
    height: 70px;
    overflow-y: auto;
}

.page .announce-widget .announce-widget-bl .announce-widget-content a {
	color: #343434;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.page .announce-widget .announce-widget-bl .announce-widget-content a:hover,
.page .announce-widget .announce-widget-bl .announce-widget-content a:focus {
	color: #f1563a;
	border-color: #f1563a;
}

.page .announce-widget .announce-widget-controls {
	padding: 10px;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .announce-widget .announce-widget-controls .announce-widget-ctl-left {
	float: left;
}

.page .announce-widget .announce-widget-controls .announce-widget-ctl-right {
	float: right;
}

.page .announce-widget .announce-widget-controls .announce-widget-ctl-left a,
.page .announce-widget .announce-widget-controls .announce-widget-ctl-right a {
	position: relative;
	top: -1px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 19px;
	width: 10px;
	height: 19px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAATCAYAAABobNZCAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUICQEHYRrvDQAAAZZJREFUSMe1ll1LAmEUhJ+zYvYFQUVedBNESJGY1v//BaVFUUgE3XRRVCDYh4lONxMsobjqOlezu+/M8O6+55wNxmMXaJg/AU1JZEFENKzHuqdR65Ix+hWgav4FXDMdrq0DqEbEStbwAOpAERDQAvrTJEvqWyf71CMisoTvA1vmD8AbM0DSm/XYb39S+AZQMe8AbeZD2z4AlYjYGBde8AFLgAHQBIbzJEsa2mdg30ZEFEaFHwHr5rdAlxwgqWs/7H/0P3wH2DN/AR7JEZIegWdf7kVE+S98CTjxgx/gksXgCuiZ1yKilAA1oDRiATnvvmd/nFdLgM/UmlUWi7UU/0iAO+DdNw6BzUWkRsSm/XHeXeJyuvDrToDT1GfIK7hk38Q5F5KGf6f92/UoYNn1HjkFh/2W7d+U9P2/zl9THW071enmRcV+AG1Jr+Pa632qHg+A8py7LtsH4FnS/aTB0kpVQH3WCoiIVeuxXyvLVOsD5+7HReDMfX+a4IJ1Rfuce8xm+pnoADepSXc85caPrQO4kdQZtegX+2l+Izgr1pAAAAAASUVORK5CYII=') 0 0 no-repeat;
}

.page .announce-widget .announce-widget-controls .announce-widget-ctl-right a {
	background-position: -22px 0;
}

.page .announce-widget .announce-widget-controls .announce-widget-ctl-tabs {
	line-height: 13px;
}

.page .announce-widget .announce-widget-controls .announce-widget-ctl-tabs a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 13px;
	height: 13px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUICDMFY6awZwAAAgRJREFUOMuV1b+P0mAYB/Bvn/btmbcNLeQ1QnBgMHG4hcToIt7gDP+Ak4MucIM33GZc9B8wsTi6XAT+ChPEhJHlBhPnIwaGklw78MJTFyEn2HL9Tk36PJ/3Z1ojSRJsMhgMGpZldWzbfiaEuEtEM2b+rrUOWq3WCDlyW8tIkgS9Xs8yTfOjlLLt+z48z4OUEqZpYr1eI45jLBaLbhiGb5rNps4aOK9lAYBpmp8LhcKrcrkMpRSklBBCgIjAzNBao1gstufzuQ3gddYE8lpGv99/6rruqFqtolKpwHEcENEezMyIogjT6bRRr9d/pGx7bossy+p4ngelFBzHwQoGzsch7l9coXpxhfNxiCUnICI4jgOl1Gna6net/w0O4B/Lsm37+eaciAhvxyG6l9fb4u7lNe6YBt4/9kBEkFKepE1g18rKxiIhxD0pJWzbBgB8/RXvFX/5GW2fhRAqDd21DkUIoYiIfluWBcMwbtVERPOMd7ktYuZvq9UKm+/Biwdyr/DlQ+fmBRqmgbvWoTDzkLTWQRzHWC6XAIAPTzy0j134RwT/iNA+dvHuUWHbpLUO0sBd61C01oGRJAlGo9GnWq3W8X0/8/Iwc+C67mkWmtciAAjD8Gw2m3WjKAIzpzV0oyg6O7SqvJZx87wmk0lDKdWRUp78vaFzZh5qrYNSqZTrX3Bb6w9/8CgCZRpK7QAAAABJRU5ErkJggg==') -19px 0 no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	margin-top: 2px;
}

.page .announce-widget .announce-widget-controls .announce-widget-ctl-tabs a.active {
	background-position: 0 0;
}

.page .blogs .row-fluid,
.page .blog-bl .row-fluid,
.page .blog-widget .row-fluid {
	margin-bottom: 30px;
}

.page .blogs img,
.page .blog-bl img,
.page .blog-post img,
.page .blog-widget img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .blog-post h4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.page .blog-post p,
.page .blog-post blockquote {
	font-size: 16px;
}

.page .blogs h5,
.page .blog-bl h5,
.page .blog-widget h5 {
	margin-top: 0;
}

.page .blog-bl h5 + small {
	display: block;
	margin-bottom: 10px;
}

.page .blog-bl h6,
.page .blog-post h6 {
	margin-top: 15px;
	margin-bottom: 0;
}

.page .blog-bl h6 span,
.page .blog-post h6 span {
	text-transform: none;
	font-weight: 300;
	display: block;
}

.page .blog-post .comments {
	margin-top: 40px;
}

.page .blog-post .comment + .comment {
	margin-top: 15px;
}

.page .blog-post .comment .comment-author {
	margin-bottom: 10px;
}

.page .blog-bl .blog-bl-entry + .blog-bl-entry {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}

.page .blogs .blog-announce,
.page .blog-widget .blog-widget-announce {
	height: 90px;
	overflow: hidden;
}

.page .blog-bl .blog-announce {
	max-height: 104px;
	overflow: hidden;
}

.page .blog-bl .blog-announce p {
	margin: 0;
}

.page .blog-bl .blog-announce p + p {
	margin-top: 20px;
}

.page .blogs .blog-announce {
	height: 105px;
}

.page .blogs .blog-announce small {
	display: block;
	margin-top: 5px;
}

.page .blogs a.btn,
.page .blog-widget a.btn {
	position: relative;
	left: -90px;
	top: 5px;
	width: auto;
}

.page .blog-posts-widget {
	margin-top: 20px;
}

.page .blog-posts-widget small {
	display: block;
	margin: 0 0 10px 0;
}

.page .blog-posts-widget a {
	font-size: 16px;
}

.page .photogalleries-bl ul,
.page .photogallery-bl ul,
.page .video-bl {
	margin: 0;
}

.page .photogalleries-bl li {
	height: 180px;
	overflow: hidden;
	margin-bottom: 15px;
}

.page .photogalleries-bl li .photogalleries-bl-img {
	margin-bottom: 10px;
	position: relative;
	max-height: 128px;
	overflow: hidden;
}

.page .photogalleries-bl li .photogalleries-bl-img img {
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	width: 100%;
	height: auto;
}

.page .photogalleries-bl li .photogalleries-bl-img:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #000000;
	background-color: rgba(0,0,0,0.65);
}

.page .photogalleries-bl li .photogalleries-bl-img span,
.page .photogalleries-bl li .photogalleries-bl-img small {
	position: absolute;
	left: 5px;
	bottom: 0;
	line-height: 30px;
	max-width: 50%;
	overflow: hidden;
	color: #fff;
	z-index: 1;
}

.page .photogalleries-bl li .photogalleries-bl-img small {
	right: 5px;
	left: auto;
}

.page .video-bl li a,
.page .photogalleries-bl li a {
	color: #343434;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.page .video-bl li a:hover,
.page .photogalleries-bl li a:hover {
	color: #f1563a;
	border-color: #f1563a;
}

.page .photogallery-bl h4 + div {
	margin-bottom: 15px;
}

.page .photogallery-bl ul li {
	height: 300px;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .photogallery-bl ul li h6 {
	margin-bottom: 3px;
}

.page .photogallery-bl img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .photogallery-bl .photogallery-img-full {
	margin-bottom: 20px;
}

.page .video-bl {

}

.page .video-bl h4 + div {
	margin-bottom: 15px;
}

.page .video-bl iframe {
	width: 80%;
}

.page .video-bl li {
	height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .video-bl li img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 100%;
	margin-bottom: 15px;
}

.page .video-widget a {
	color: #343434;
}

.page .video-widget a:hover,
.page .video-widget a:focus {
	color: #f1563a;
}

.page .video-widget img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .video-widget .video-preview-img {
	position: relative;
}

.page .video-widget .video-preview-img span {
	display: block;
	float: left;
	position: absolute;
	top: 8px;
	left: -8px;
	border-top: 1px solid #ed959b;
	border-radius: 4px 4px 4px 0;
	background: #d52530;
	padding: 7px 10px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #a71a22;
	font-size: 12px;
	line-height: 12px;
	box-shadow: 0 -1px 0 #d52530;
}

.page .video-widget .video-preview-img span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 4px solid #540106;
	border-top: 4px solid #540106;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	top: 26px;
	left: 0;
}

.page .video-widget .row-fluid {
	margin-top: 15px;
}

.page .topic-widget p {
	margin-bottom: 20px;
}

.page .topic-widget h5 {
	font-weight: 300;
}

.page .topic-widget img {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 145px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .action-widget h5 {
	font-weight: 300;
	margin-top: 0;
}

.page .action-widget .row-fluid {
	margin-bottom: 20px;
}

.page .action-widget .action-widget-img {
	position: relative;
}

.page .action-widget .action-widget-img img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .action-widget .action-widget-img span {
	display: block;
	float: left;
	position: absolute;
	top: 8px;
	left: -8px;
	border-top: 1px solid #80d3f0;
	border-radius: 4px 4px 4px 0;
	background: #008ed8;
	background-image: -moz-linear-gradient(top, #02a6e0, #007dd2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02a6e0), to(#007dd2));
	background-image: -webkit-linear-gradient(top, #02a6e0, #007dd2);
	background-image: -o-linear-gradient(top, #02a6e0, #007dd2);
	background-image: linear-gradient(to bottom, #02a6e0, #007dd2);
	background-repeat: repeat-x;
	padding: 7px 10px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #006fad;
	font-size: 12px;
	line-height: 12px;
	box-shadow: 0 -1px 0 #00afe4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02a6e0', endColorstr='#ff007dd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.page .action-widget .action-widget-img span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 4px solid #023657;
	border-top: 4px solid #023657;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	top: 26px;
	left: 0;
}

.page .action-widget .muted {
	margin-bottom: 10px;
}


.page .gallery-widget {
	margin-bottom: 20px;
}

.page .gallery-widget .gallery-widget-bl a {
	color: #343434;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.page .gallery-widget .gallery-widget-bl a:focus,
.page .gallery-widget .gallery-widget-bl a:hover {
	color: #f1563a;
	border-color: #f1563a;
}

.page .gallery-widget .gallery-widget-bl img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .gallery-widget .gallery-widget-controls {
	padding: 10px;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.page .gallery-widget .gallery-widget-controls .gallery-widget-ctl-left {
	float: left;
}

.page .gallery-widget .gallery-widget-controls .gallery-widget-ctl-right {
	float: right;
}

.page .gallery-widget .gallery-widget-controls .gallery-widget-ctl-left a,
.page .gallery-widget .gallery-widget-controls .gallery-widget-ctl-right a {
	position: relative;
	top: -1px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 19px;
	width: 10px;
	height: 19px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAATCAYAAABobNZCAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUICQEHYRrvDQAAAZZJREFUSMe1ll1LAmEUhJ+zYvYFQUVedBNESJGY1v//BaVFUUgE3XRRVCDYh4lONxMsobjqOlezu+/M8O6+55wNxmMXaJg/AU1JZEFENKzHuqdR65Ix+hWgav4FXDMdrq0DqEbEStbwAOpAERDQAvrTJEvqWyf71CMisoTvA1vmD8AbM0DSm/XYb39S+AZQMe8AbeZD2z4AlYjYGBde8AFLgAHQBIbzJEsa2mdg30ZEFEaFHwHr5rdAlxwgqWs/7H/0P3wH2DN/AR7JEZIegWdf7kVE+S98CTjxgx/gksXgCuiZ1yKilAA1oDRiATnvvmd/nFdLgM/UmlUWi7UU/0iAO+DdNw6BzUWkRsSm/XHeXeJyuvDrToDT1GfIK7hk38Q5F5KGf6f92/UoYNn1HjkFh/2W7d+U9P2/zl9THW071enmRcV+AG1Jr+Pa632qHg+A8py7LtsH4FnS/aTB0kpVQH3WCoiIVeuxXyvLVOsD5+7HReDMfX+a4IJ1Rfuce8xm+pnoADepSXc85caPrQO4kdQZtegX+2l+Izgr1pAAAAAASUVORK5CYII=') 0 0 no-repeat;
}

.page .gallery-widget .gallery-widget-controls .gallery-widget-ctl-right a {
	background-position: -22px 0;
}

.page .gallery-widget .gallery-widget-controls .gallery-widget-ctl-tabs {
	line-height: 13px;
}

.page .gallery-widget .gallery-widget-controls .gallery-widget-ctl-tabs a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 13px;
	height: 13px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUICDMFY6awZwAAAgRJREFUOMuV1b+P0mAYB/Bvn/btmbcNLeQ1QnBgMHG4hcToIt7gDP+Ak4MucIM33GZc9B8wsTi6XAT+ChPEhJHlBhPnIwaGklw78MJTFyEn2HL9Tk36PJ/3Z1ojSRJsMhgMGpZldWzbfiaEuEtEM2b+rrUOWq3WCDlyW8tIkgS9Xs8yTfOjlLLt+z48z4OUEqZpYr1eI45jLBaLbhiGb5rNps4aOK9lAYBpmp8LhcKrcrkMpRSklBBCgIjAzNBao1gstufzuQ3gddYE8lpGv99/6rruqFqtolKpwHEcENEezMyIogjT6bRRr9d/pGx7bossy+p4ngelFBzHwQoGzsch7l9coXpxhfNxiCUnICI4jgOl1Gna6net/w0O4B/Lsm37+eaciAhvxyG6l9fb4u7lNe6YBt4/9kBEkFKepE1g18rKxiIhxD0pJWzbBgB8/RXvFX/5GW2fhRAqDd21DkUIoYiIfluWBcMwbtVERPOMd7ktYuZvq9UKm+/Biwdyr/DlQ+fmBRqmgbvWoTDzkLTWQRzHWC6XAIAPTzy0j134RwT/iNA+dvHuUWHbpLUO0sBd61C01oGRJAlGo9GnWq3W8X0/8/Iwc+C67mkWmtciAAjD8Gw2m3WjKAIzpzV0oyg6O7SqvJZx87wmk0lDKdWRUp78vaFzZh5qrYNSqZTrX3Bb6w9/8CgCZRpK7QAAAABJRU5ErkJggg==') -19px 0 no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	margin-top: 2px;
}

.page .gallery-widget .gallery-widget-controls .gallery-widget-ctl-tabs a.active {
	background-position: 0 0;
}

.page .news-sidebar-widget > ul {
	list-style: none;
	margin: 0;
}

.page .news-sidebar-widget > ul > li {
	display: block;
	margin-bottom: 20px;
}

.page .news-sidebar-widget > ul > li > div {
	margin-bottom: 5px;
	color: #606060;
	font-size: 14px;
}

.page .news-sidebar-widget > ul > li > a {
	font-size: 16px;
}

.page .video-sidebar-widget a {
	color: #343434;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.page .video-sidebar-widget a:hover,
.page .video-sidebar-widget a:focus {
	color: #f1563a;
}

.page .comission-person {
	margin-bottom: 20px;
}

.page .comission-person:after {
	content: "";
	display: table;
	line-height: 0;
	float: none;
	clear: both;
}

.page .comission-person img {
	float: left;
	max-height: 120px;
	width: 80px;
	margin-left: 20px;
	margin-right: 20px;
}

.page .comission-person.comission-person-chief img {
	max-height: 150px;
	margin-left: 0;
	width: 100px;
}

.page .comission-person p {
	font-size: 18px;
	line-height: 30px;
}

.page .comission-person p small {
	font-size: 14px;
	display: block;
	line-height: 20px;
}

.page .breadcrumbs {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.page .breadcrumbs > li {
	line-height: 20px;
	display: inline;
	margin-right: 20px;
	position: relative;
}

.page .breadcrumbs > li > a {
	line-height: 14px;
	color: #444444;
	font-family: 'PT Sans',sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-shadow: none;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	display: inline;
	padding: 0;
}

.page .breadcrumbs > li + li:before {
	content: "\f105";
	position: absolute;
	top: 0;
	left: -13px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	color: #cccccc;
	line-height: 15px;
}

.page .breadcrumbs > li:last-child > a {
	color: #343434;
	text-decoration: none;
	border-color: transparent;
	margin-right: 0;
}

.page .breadcrumbs > li > a:hover,
.page .breadcrumbs > li > a:focus {
	color: #f1563a;
	border-color: #f1563a;
}

.page .breadcrumbs > li:last-child > a:hover,
.page .breadcrumbs > li:last-child > a:focus {
	cursor: default;
	color: #343434;
	border-color: transparent;
}

.accordion {
	margin-bottom: 20px;
}

.accordion .accordion {
	margin-bottom: 0;
}

.accordion-group {
	margin-bottom: 2px;
	border: 0;
}

.accordion-heading {
	border-bottom: 1px solid #cccccc;;
	padding: 8px 15px 2px 0;
	line-height: 20px;
}

.accordion-heading .accordion-toggle {
	font-size: 16px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.accordion-heading .accordion-toggle:after {
	color: #cccccc;
	position: absolute;
	right: -12px;
	top: 0;
	content: "\f106";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.accordion-heading .accordion-toggle.collapsed:after {
	content: "\f107";
}

.accordion-heading .accordion-toggle:hover,
.accordion-heading .accordion-toggle:active {
	text-decoration: none;
}

.accordion-heading .accordion-toggle:hover:after,
.accordion-heading .accordion-toggle:active:after {
	color: #444444;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-inner {
	padding: 9px 20px;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: rgba(0,0,0,0.02);
}

.page .nav.nav-pills {
}

.page .nav.nav-pills > li {
}

.page .nav.nav-pills > li.nav-header {
	padding: 0;
	line-height: 40px;
}

.page .nav.nav-pills > li > a {
	font-size: 16px;
	text-decoration: none;
	color: #343434;
	border: 1px solid #cccccc;
}

.page .nav.nav-pills > li + li > a {
	margin-left: 10px;
}

.page .nav.nav-pills > li > a:hover,
.page .nav.nav-pills > li > a:focus,
.page .nav.nav-pills > li > a:active,
.page .nav.nav-pills > li.active > a {
	border-color: #0096db;
	background-color: #0096db;
	color: #ffffff;
}

.page .pagination {
	display: block;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #eeeeee;
}

.page .pagination > ul > li > a,
.page .pager > li > a {
	border: 1px solid #c9c9c9;
	margin-right: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 21px;
	line-height: 21px;
	color: #777777;
	text-shadow: 1px 1px 1px #ffffff;
	text-align: center;
	text-decoration: none;
	min-width: 8px;
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: linear-gradient(to bottom, #f9f9f9, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffeaeaea', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}

.page .pagination > ul > li > a:hover,
.page .pagination > ul > li > a:focus,
.page .pagination > ul > li > a:active,
.page .pager > li > a:hover,
.page .pager > li > a:focus,
.page .pager > li > a:active {
	background-color: #d9d9d9;
	background-image: -moz-linear-gradient(top, #eaeaea, #d9d9d9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeaea), to(#d9d9d9));
	background-image: -webkit-linear-gradient(top, #eaeaea, #d9d9d9);
	background-image: -o-linear-gradient(top, #eaeaea, #d9d9d9);
	background-image: linear-gradient(to bottom, #eaeaea, #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffd9d9d9', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.page .pagination > ul > li > a:active,
.page .pager > li > a:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.page .pagination > ul > li.active > a {
	background-color: #676767;
	border-color: #676767;
	color: #ffffff;
	text-shadow: 1px 1px 1px #555555;
	box-shadow: inset 0 0 3px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 3px 2px rgba(0,0,0,0.2);
	background-image: none;
	filter: none;
}

.page .pagination > ul > li.disabled > a,
.page .pager > li.disabled > a {
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.page .pagination > ul > li.disabled > a:focus,
.page .pagination > ul > li.disabled > a:hover,
.page .pagination > ul > li.disabled > a:active,
.page .pager > li.disabled > a:focus,
.page .pager > li.disabled > a:hover,
.page .pager > li.disabled > a:active {
	background: transparent;
}

.page .label {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	min-width: 12px;
	text-align: center;
}

.page .label.label-info {
	background-color: #3bb5dd;
}

.page .alert {
	border-radius: 0;
	border: 0;
	background-color: #d0b527;
	min-height: 22px;
	padding-top: 16px;
	padding-bottom: 14px;
	color: #ffffff;
	text-shadow: none;
}

.page .alert > [class^="icon"],
.page .alert > [class*=" icon"] {
	font-size: 32px;
	color: #ffffff;
	float: left;
	position: relative;
	top: -5px;
	margin-right: 20px;
	text-shadow: 0 0 2px rgba(255,255,255,0.5);
}

.page .alert a {
	color: #ffffff;
}

.page .alert a:hover,
.page .alert a:focus {
	color: #ac2209
}

.page .alert a.close {
	text-decoration: none;
	text-shadow: none;
}

.page .alert a.close:hover,
.page .alert a.close:focus {
	color: #ffffff;
}

.page .alert.alert-success {
	background-color: #34cd94;
}

.page .alert.alert-error {
	background-color: #c4302e;
}

.page .btn.btn-transparent {
	font-weight: 200;
	background: transparent;
	font-size: 12px;
	text-transform: none;
	color: #0096db !important;
	border: 1px solid #cfcfcf;
	padding: 4px 7px;
	line-height: 17px;
	text-decoration: underline;
}
.page .btn.btn-transparent:hover {
	color: #f1563a !important;
	border-color: #f1563a;
}

.page section p img[style*="float:right"],
.page section p img[style*="float: right"] {
	margin: 3px 0 5px 15px;
}

.page section p img[style*="float:left"],
.page section p img[style*="float: left"] {
	margin: 3px 15px 5px 0;
}

.page ul.inline,
.page ol.inline {
	margin-left: -7px;
}

.page ul.inline li,
.page ol.inline li {
	padding-left: 7px;
	padding-right: 7px;
}

.page ul.unstyled {
	margin-bottom: 15px;
}

.page ul.unstyled li {
	line-height: 18px;
	margin-bottom: 10px;
}

.page .comission h4,
.page .multimedia-bl h5 {
	margin-top: 0;
}

.page .person h6,
.page .comission h6 {
	margin-top: 0;
	margin-bottom: 5px;
}

.page .comission h3 + small,
.page .comission h6 + small {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 90%;
}

.page .comission h6 span {
	text-transform: none;
	display: block;
	color: #343434;
}

.page .comission + .comission,
.page .person + .person,
.page .president-act + .president-act,
.page .cooperation-act + .cooperation-act,
.page .hot-topic-bl + .hot-topic-bl,
.page .multimedia-bl + .multimedia-bl {
	padding-top: 15px;
	border-top: 1px solid #eeeeee;
}

.page .comission + .comission,
.page .president-act + .president-act,
.page .cooperation-act + .cooperation-act,
.page .multimedia-bl + .multimedia-bl {
	margin-top: 15px;
}

.page .hot-topic-bl img {
	margin-bottom: 15px;
}

.page .hot-topic-bl h4,
.page .hot-topic-bl h5 {
	margin-top: 0;
}

.page .person p img {
	margin-bottom: 5px;
}
.page .hot-topic-bl img,
.page .multimedia-bl img {
	margin-bottom: 5px;
	border-radius: 6px;
	width: 100%;
	height: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.page .hot-topic-bl img {
	margin-bottom: 15px;
}

/* Footer */

.page footer {
	margin-top: 40px;
}

.page footer .container {
	padding: 35px 0;
}

.page footer ul {
	margin: 0;
	list-style: none;
}

.page footer ul li {
	display: block;
	padding: 12px 0 0 0;
	line-height: 16px;
}

.page footer ul li:first-child {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.page footer ul li:first-child a {
	text-decoration: none;
	text-transform: uppercase;
	color: #4d4d4d;
}

.page footer:before,
.page footer:after {
	content: "";
	float: left;
	width: 100%;
	height: 9px;
}

.page footer:before {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXUAAAAJCAYAAAB9s89EAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUICzsWLYfF6AAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABfUlEQVR42u3aO3bDQAxDUSH73zPTpfJHhWOJ5H2lGxEAKQ3nOMdx/Bw7iFra1J0FWjNAV5pnkgF9FTOy7h3e9ftBLz+Bq6kHM1BsOe0dD3j+jfpqkKbuWkoG5sP78P515uQB3xIwc4EKj1t7tUl3hmrLgn7Nopm8qsYN3+jQAqApRQNdzTytBfpreLY1uE9ryUzWkmduqv9f6jt7qWshsjCrdZ6e8KmdN9EXl9TY+Z2T5c+XEV55XYNy8E9KmfBjbjbFr0vqKT3Ram7MiczXHm4tExY23qv7LnrrJvpjFnjaVM/m703oBGBppK+5B8VbnupXGchJr0xaDPLACAuNJRSy0Xef86ca+yXj957UEq/0AgBY9rfp45m8eSN3OVn8ICvIHTLnEb6eX8nTXMJy96SfLH8WdsiRX5A3ZO0ADuh36CtAPwMALNqAXoYeguUNALyjgDlzVeYOADAAlxzAZ+coZgvotdgBAIDPfitdmgIAgFfnhLz5zaUaAOCPX/PXWhObW4AHAAAAAElFTkSuQmCC') center top no-repeat;
}

.page footer:after {
	position: relative;
	top: -9px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXUAAAAJCAYAAAB9s89EAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUIDAAeGqG0ZwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABiElEQVR42u3c224DMQiE4Z2+/zvT+2rTg2Q1C3z/ZRRFZgYcQ5zNBQAAviOHPqcOfx4AAJhD3ZwRvr5WZAIAnG5UAcAeBfSuK0NnAMAEDD6Bs3UUtQX0auwA+Q7IK8hnAACehsES5DIgh6B54xX4Dp7TCG/0r/ipLqERfZFPGtVZnoKP9AK/weuFB/C7Q53GQbMH3si7c/p0/ts9j3/WZMtjFeQCAAxtWsVHM37Thu98wn0DpAnSaNLeup8S71OGT1ELNG0az+bvm4gTgCZUfM01KNrSVL7ygE9y5S+NgZtZ6Kap4dBOHUObf1lX5MKoPccwn0d4rXUN8kHDxhN6zPWm6PWW9ZScaFU36oTnaw+3+eX7MK9ZC41ba7Up7gyNLQvyNYtq8l1r3PAdHbEA0BSLYVBc2weGkwdwk24n16L83PrjxaS9fuUQOtd1fSw5UMVa2qw7C2KdcDu3+23JDMirqJF1e/jWR7OAnsCJZirDGliN8lwNtt6QmzRo7x5L8UB92A+fv85PJE1aE1dKcvwAAAAASUVORK5CYII=') center top no-repeat;
}

.page footer + div {
	background: #ffffff;
	padding: 30px 0;
}

.page footer + div a + a {
	margin-left: 10px;
}

/* Social Links */

.page a.social {
	position: relative;
	margin-left: 30px;
}

.page a.social:before {
	position: absolute;
	left: -30px;
	top: -3px;
	content: "";
	background: url(../img/social.png) no-repeat;
	display: block;
	height: 22px;
	width: 22px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.page a.social.facebook:before {
	background-position: 0 -22px;
}

.page a.social.facebook:hover:before {
	background-position:0 0;
}

.page a.social.flickr:before {
	background-position: -22px -22px;
}

.page a.social.flickr:hover:before {
	background-position: -22px 0;
}

.page a.social.dribbble:before {
	background-position: -44px -22px;
}

.page a.social.dribbble:hover:before {
	background-position: -44px 0;
}

.page a.social.google:before {
	background-position: -66px -22px;
}

.page a.social.google:hover:before {
	background-position: -66px 0;
}

.page a.social.linkedin:before {
	background-position: -88px -22px;
}
.page a.social.linkedin:hover:before {
	background-position: -88px 0;
}

.page a.social.pinterest:before {
	background-position: -110px -22px;
}

.page a.social.pinterest:hover:before {
	background-position: -110px 0;
}

.page a.social.rss:before {
	background-position: -132px -22px;
}

.page a.social.rss:hover:before {
	background-position: -132px 0;
}

.page a.social.skype:before {
	background-position: -154px -22px;
}

.page a.social.skype:hover:before {
	background-position: -154px 0;
}

.page a.social.twitter:before {
	background-position: -176px -22px;
}

.page a.social.twitter:hover:before {
	background-position: -176px 0;
}

.page a.social.vimeo:before {
	background-position: -198px -22px;
}

.page a.social.vimeo:hover:before {
	background-position: -198px 0;
}

.page a.social.youtube:before {
	background-position: -220px -22px;
}

.page a.social.youtube:hover:before {
	background-position: -220px 0;
}

.page a.social.odnoklassniki:before {
	background-position: -242px -22px;
}

.page a.social.odnoklassniki:hover:before {
	background-position: -242px 0;
}

.page a.social.vkontakte:before {
	background-position: -264px -22px;
}

.page a.social.vkontakte:hover:before {
	background-position: -264px 0;
}

.page a.social.livejournal:before {
	background-position: -286px -22px;
}

.page a.social.livejournal:hover:before {
	background-position: -286px 0;
}

.page .inline a.social {
	line-height: 25px;
}

/* Select 2 plugin

   Note that some Select2 styles is not isolated by css prefix
   since it's rendering widget block right above of </body> */

.page .select2-container .select2-choice {
	border: 1px solid rgba(0,0,0,0.6);
	height: 32px;
	line-height: 32px;
	color: #333333;
	background: transparent;
}

.page .select2-container .select2-choice .select2-arrow {
	border: 0;
	background: transparent;
}

.page .select2-container.select2-container-active .select2-choice {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.page .select2-container-multi .select2-choices .select2-search-field input {
	padding: 6px 9px;
}

.page .select2-container .select2-choice .select2-arrow b {
	background: transparent;
	color: #333333;
	font-size: 14px;
}

.page .select2-container .select2-choice .select2-arrow b:before {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.page .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:before {
	content: "\f106";
}

.page .select2-container-multi .select2-choices {
	border: 1px solid rgba(0,0,0,0.6);
	background: transparent;
}

.page .select2-container .select2-choice abbr {
	background: transparent;
	width: 32px;
	height: 32px;
	color: #999999;
	font-size: 14px;
	top: 0;
	width: 20px;
	height: 34px;
}

.page .select2-container .select2-choice abbr:hover {
	color: #000000;
}

.page .select2-container .select2-choice abbr:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.select2-search {
	padding: 0;
}

.select2-search input {
	border: 0;
	padding: 5px 10px 5px 25px;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
}

.select2-search:before {
	position: absolute;
	left: 9px;
	top: 6px;
	color: #999999;
	content: "\f002";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.select2-search input:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #cccccc;
}

.select2-drop-active {
	border-color: #000000;
}

.select2-results {
	padding: 0;
	margin: 0;
}

.select2-results li {
	line-height: 26px;
}

.select2-results .select2-highlighted {
	background: #3bb5dd;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
	padding: 3px 7px 4px;
}


/* Media Queries */

@media (max-width: 767px) {

	.page header .navbar .navbar-inner {
		background: transparent;
		height: auto;
		border: 0;
		box-shadow: none;
		-moz-box-shadow: none;
	}

	.page header .navbar .navbar-inner .nav {
		margin: 0 0 0 -15px;
	}

	.page header .navbar .navbar-inner .nav > li > a {
		padding: 13px 15px 10px;
		color: #0096db;
		text-shadow: 1px 0 0 rgba(0,0,0,0.2);
	}

	.page header .navbar .navbar-inner .nav > li > a:hover,
	.page header .navbar .navbar-inner .nav > li > a:focus,
	.page header .navbar .navbar-inner .nav > li > a:active,
	.page header .navbar .navbar-inner .nav > li.active > a {
		color: #f1563a;
		background: transparent;
	}

	.page header + div {
		margin-left: -20px;
		margin-right: -20px;
	}

	.page header + div .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page footer {
		margin-left: -20px;
		margin-right: -20px;
	}

	.page footer .container {
		padding: 15px 20px;
	}

	.page footer ul li:first-child {
		padding-top: 25px;
		margin-bottom: 0;
	}

	.page .attention-widget,
	.page .news-sidebar-widget,
	.page .video-sidebar-widget {
		/* display: none; request #2447251 */
	}

	.page .photogalleries-bl li {
		height: auto;
		overflow: visible;
		margin-bottom: 35px;
	}

	.page .photogalleries-bl li .photogalleries-bl-img {
		max-height: none;
	}

	.page .photogallery-bl ul li {
		height: auto;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	.page header h1 {
		font-size: 26px;
	}

	.page header .navbar-inner {
		height: 40px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.page header .navbar-inner .nav > li > a  {
		padding: 17px 15px 12px;
		font-size: 12px;
	}

	.page header .navbar-inner .navbar-form input {
		width: 90px;
		height: 12px;
		margin-top: 4px;
		font-size: 12px;
	}

	.page .photogallery-bl ul li {
		height: 250px;
	}

	.page .photogalleries-bl li .photogalleries-bl-img span {
		font-size: 11px;
	}
}

@media (min-width: 979px) {
	.page .event-bl .nav-tabs {
		margin-top: 20px;
		margin-right: 6px;
	}

	.page .event-bl .nav-tabs > li > a {
		color: #343434;
		text-decoration: none;
		background-color: #eaeaea;
		margin: 0;
		border-left: 0;
		border-top: 1px solid #dddddd;
		border-right: 0;
		position: relative;
		margin: 0 23px 0 0;
		padding: 5px 5px 6px;
		font-size: 12px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		margin: 0 25px 0 0;
	}

	.page .event-bl .nav-tabs > li > a:after {
		content: "";
		position: absolute;
		right: -25px;
		top: -1px;
		width: 25px;
		height: 33px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAhCAYAAAAswACjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUMByg1aHebOwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACAUlEQVRIx7XWTXOiQBCA4beB+QCM7iWV//+ncs8hVbFEAVFABWYvIbVZNQLRuTE9VU/1TPcw8vr66nzfZ7FY8PLywj1GVVWkaUpRFHRdhyw/PlzTNFR1DcDz8zPz+XwysFqt2Gw2xFGE1hoRIRARlFIopajrmvf3d0SEp6en0UCSJGRpyp/FAs/zvua9fxdZa5nFMavVajRQliXrJGE+n38DzpAeAnh7exuFpGlKPJudARcRgFkcU1UVZVkOAvI8p6oqjNYX4xcRESEKQ5bL5fAsouhq3LsWsNZyPB6pP6vu2iiKgqZpCIJgPCIiWGtvZpOmKWEY/rjG+ylojaEsS7quuxjvM9VKTUc8z0NrTZIkF+NZlmGNuXlm3q0F1hjyPD+bd86xXq8x90C01nRty/F4/Da/2+3QWl/si9EIgDbm7BbYbreDshiMGK3Z7/df323bUhTFzQMfhSilcM5xOBy+esMYg4jcD+nPpq+yPM+vXiG/QvotO51O1HWNGrhVoxClFK7r2Gw2g3pjEtJXWZZlg6tqEmK0xjmH7/uPQ5RSiMjVu+wuSF9l/3f/3RGjNYdHI0op2rYdtWWjkf5mrj+7/2GIsXbwI2My4n/+zA4Ds5mEAIRhePOR8WtEBQGIDDqbyQhAHEXsdjucc49DgiAgHFAEv0IA4jjm1DTsf4D+AqFm3vbw5sDfAAAAAElFTkSuQmCC') left top no-repeat;
	}

	.page .event-bl .nav-tabs > li.active > a {
		background-color: #ffffff;
	}

	.page .event-bl .nav-tabs > li.active > a:before {
		content: "";
		position: absolute;
		left: -25px;
		top: -1px;
		width: 25px;
		height: 33px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAhCAYAAAAswACjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUMByosPipReQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACF0lEQVRIx7XWy5KiMBQG4D9RIIARUKnShVW+/xO5c9tTILcAAiHNrJxqp6XlYrNMTuqrk5wcQs7nc2eaJlzXxXq9xru+2+2GOI4hhAD58/HRtW2LW1XBsix4ngfG2CwgCAKkaQrf98E5ByWEQNM0rDlHKyUulwvqup4MhGEIIQROpxMcxwGlFPRrAGMMK9tGHMeTgLIsEUURjscjlsvlv3H6fyBjDGVZIgiC0Ugcx9jv99A07WGcPgte2Tau1yuklIOBNE2hlHpaPE8RQggs00QURaOy8H3/6RztW8QYQ5IkaNv2JSCEACEEpmmOQwghYIwNKoI4jrHb7Xrn6U+LmWEgDEN0Xdcb0zQNpJSwbXsaQimFruvI87w3JkkSuK77Y6b01VYww0CSJE/nuq5DFEXzEV3XURYFlFLf5vI8x2q1wmKxmIcAgG4YyLLs23iWZYOa6iDE0PVviFIKRVGAc/4eRNM0VFX1cGeEEOCcgxDyHuR+NkKIhzbiOM6gtYMR4wsipYSUEpZlvRfRNA23soRSalQWo5B7lQkhBlfVJMTQdSRJAkIIDMP4HeReZWO2ajRyb5S/ijRNA875yzYyC6nqGp7njf73D0batgWldPDdmIRUVYXNZjPpqUSHZqE+P0cf+Cikqir4vj+oGU5C6rpGB8x6jNNX90LkOQ6Hw+QsXiJlWWK73fa+p2YjRVGALha9r8Ix3191W+a3dYkw6wAAAABJRU5ErkJggg==') left top no-repeat;
	}

	.page .event-bl .nav-tabs > li.active > a:after {
		right: -25px;
		width: 25px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAhCAYAAADH97ugAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUMBygYLajHTgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACEklEQVRIx7XW646yMBAG4JdyqBzkEEzUxPu/JC9BTURLqdIKIvtj437Zb0EpKj+Zpk9m6Aw11ut1a9s2kiRBmqZ45yOlBGMMQggYbdu2dV1ju92CUor5fP4WZL/f43g8wvc8OI4DAgC2bWO1WuF8PoNz/jKSZRlyxhBHESilMAzjGwIAQgiWyyU2m81LSFmWOGQZwjAEIT/b/4MAwHVdhGEIxthoiDEGPwh+IX8gAJjNZtjtdqMQzjmklKCO8yf2B6KUIggCnE6ncdl4XmeMdL1MkkS7fEIIXK9XWJY1HAqCAJfLBXVda2Xjum5vnPQF4jhGnueDkKqqoJSCY9v6UBRFyLJsEJTnOSaUPlzTC9m2Dc/zUJblww3atsXhcAAdC92zejYpTqfT94ghZDw0nU7BOUfbtr1riqJ4ms1TyDRN+L6P8/ncGW+aBkKIh4dgEAQAYRiiKIre3rkPzZeh6XQKIQRut1vnyOkaN6MgQkjnSKrrGkop2APKNgjqKx/n/GnvaENBEKAsSzRNo33atCDDMH6VTymFpmlgmuZ7of+bl3OulY0W5Pv+z0RnjGl9Hy3ofij2+z0cxxnUO6OhKIoghNDORhuaTCajstGG7j9Edbl8HoqiCFVVPZzob4EIIYjjGFKpz0IAkKYppJRaWY2CLMtCkiSQUn4Wut9oq7pGNfBKNhoyTROLxQJFUQy6/30BwmTtgg7+fmoAAAAASUVORK5CYII=') left top no-repeat;
	}

	.page .event-bl .nav-tabs > li:first-child > a {
		border-left: 1px solid #dddddd;
		border-radius: 4px 0 0 0;
		-moz-border-radius: 4px 0 0 0;
		-webkit-border-radius: 4px 0 0 0;
		margin: 0 25px 0 0;
		padding-left: 12px;
	}

	.page .event-bl .nav-tabs > li.active:first-child > a:before {
		display: none;
	}

	.page .event-bl .nav-tabs > li.active:first-child > a:after {
		right: -25px;
		width: 25px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAhCAYAAADH97ugAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUMBygYLajHTgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACEklEQVRIx7XW646yMBAG4JdyqBzkEEzUxPu/JC9BTURLqdIKIvtj437Zb0EpKj+Zpk9m6Aw11ut1a9s2kiRBmqZ45yOlBGMMQggYbdu2dV1ju92CUor5fP4WZL/f43g8wvc8OI4DAgC2bWO1WuF8PoNz/jKSZRlyxhBHESilMAzjGwIAQgiWyyU2m81LSFmWOGQZwjAEIT/b/4MAwHVdhGEIxthoiDEGPwh+IX8gAJjNZtjtdqMQzjmklKCO8yf2B6KUIggCnE6ncdl4XmeMdL1MkkS7fEIIXK9XWJY1HAqCAJfLBXVda2Xjum5vnPQF4jhGnueDkKqqoJSCY9v6UBRFyLJsEJTnOSaUPlzTC9m2Dc/zUJblww3atsXhcAAdC92zejYpTqfT94ghZDw0nU7BOUfbtr1riqJ4ms1TyDRN+L6P8/ncGW+aBkKIh4dgEAQAYRiiKIre3rkPzZeh6XQKIQRut1vnyOkaN6MgQkjnSKrrGkop2APKNgjqKx/n/GnvaENBEKAsSzRNo33atCDDMH6VTymFpmlgmuZ7of+bl3OulY0W5Pv+z0RnjGl9Hy3ofij2+z0cxxnUO6OhKIoghNDORhuaTCajstGG7j9Edbl8HoqiCFVVPZzob4EIIYjjGFKpz0IAkKYppJRaWY2CLMtCkiSQUn4Wut9oq7pGNfBKNhoyTROLxQJFUQy6/30BwmTtgg7+fmoAAAAASUVORK5CYII=') left top no-repeat;
	}

	.page .event-bl .nav-tabs > li:last-child > a {
		margin-right: 18px;
	}

	.page .event-bl .nav-tabs > li:last-child > a:after {
		width: 18px;
		right: -18px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAiCAYAAABfqvm9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUMBykPt2BzyAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABTUlEQVRIx63VXW+CMBTG8X8ZfaPO6Pf/ZF55qfMVUQFDDbsZy5ZNsFjuGpJfzunT9oi2bVsifuliscBay2w2YzqdvgyKj/W69d5T1TVZljGfzzHGjAYTIQRSSqbv7/imYblccrvdxoM/F8YYJs5xPB7jgB1aliXb7TYOCDBxjv1+T9M0cUAhBJm1HA6HOGDXep7neO/jgEIIjDHBASV9P43W7HY7Qi5TL5gkCUopLpdLHLCrMs/zeKBSivJ65X6/xwEBlNYURREP1ErFBaWU1HX91JlMnt1spRTn8zkeqGODUkqqshxMOwm5VkrrwSqDwGfSDgKllFRV1dt2ENil3VdlMDiUdjDYtf3okAeDQy/QKFAb83AqjgLfvh7e0+kUBwSw1v47b0aDMk3x3v/Zy9EggMsyVqvVryH2EpimKdYYNptNHBDAOUdRFN/oJ2h/lJtdwex8AAAAAElFTkSuQmCC') left top no-repeat;
	}

	.page .event-bl .nav-tabs > li.active:last-child > a:after {
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAIAAABbQmwDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUMBywSqRHrVAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABMElEQVQ4y5XUzaqDMBAF4GM0+BetwYIWfP9H6gN0UV2IxlZDRa1dCOVyaW0m+48ckjNjnc9nzrmUMk1TGB9rXddpmsqydF03yzJDxgBwzouiGIah6zoCA8AYO51O1+uVxgD4vh/Hcdu2NAbgeDxWVUVmrusKIfq+pzEAUkqTnP+ZEGIcx2maaAxAkiRKKTI7HA51XZMZ5zwIAq01jW0X7jfmM4uiqOu6dV1pzLbtMAyHYaAxAHEc3243Moui6H6/P59PGmOM7RSN7TzXTs49JoTQWi/LQmOWZX3LyfZL9O3ff7AwDMdxnOeZxr49zG/2Medv5nkegMfjQWMfB9eIbTn/Fs2IMcaSJGmahsYApGla1/V7Ak2Z4zhSyveOMWXbzlZKbbNLYLZt53l+uVy01i+XfIcpt7kSZAAAAABJRU5ErkJggg==') left top no-repeat;
	}
}

@media (min-width: 1200px) {
	.page header h1 {
		font-size: 38px;
		line-height: 31px;
	}

	.page header .navbar-inner .navbar-form input {
		width: 220px;
	}

	.page header .hot-topic-bl .hot-topic-inner-bl {
		height: 17px;
		font-size: 16px;
		line-height: 16px;
	}

	.page .massmedia-widget .well {
		padding-left: 30px;
		padding-right: 30px;
	}

	.page .blog-widget .blog-widget-announce {
		height: 115px;
		overflow: hidden;
	}

	.page .blogs .blog-announce {
		height: 127px;
	}

	.page .blog-widget a.btn {
		left: -90px;
		top: 5px;
		width: auto;
	}

	.page .event-bl .nav-tabs > li > a {
		font-size: 14px;
	}

	.page .photogalleries-bl li {
		height: 235px;
		margin-bottom: 20px;
	}

	.page .photogalleries-bl li .photogalleries-bl-img {
		max-height: 188px;
	}

	.page .photogallery-bl ul li {
		height: 350px;
	}
}

/* Fonts */

@font-face {
	font-family: 'Bravo';
	src: url('../font/bravorg.eot');
	src: url('../font/bravorg.eot?#iefix') format('embedded-opentype'),
		url('../font/bravorg.woff') format('woff'),
		url('../font/bravorg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../font/pts56f.eot');
    src: url('../font/pts56f.eot?#iefix') format('embedded-opentype'),
         url('../font/pts56f.woff') format('woff'),
         url('../font/pts56f.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'PT Sans';
    src: url('../font/pts76f.eot');
    src: url('../font/pts76f.eot?#iefix') format('embedded-opentype'),
         url('../font/pts76f.woff') format('woff'),
         url('../font/pts76f.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../font/pts75f.eot');
    src: url('../font/pts75f.eot?#iefix') format('embedded-opentype'),
         url('../font/pts75f.woff') format('woff'),
         url('../font/pts75f.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
     font-family: 'PT Sans';
    src: url('../font/pts55f.eot');
    src: url('../font/pts55f.eot?#iefix') format('embedded-opentype'),
         url('../font/pts55f.woff') format('woff'),
         url('../font/pts55f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*
.news-bl img { 
  height:auto !important;
}
*/

/*
img { 
  height:auto !important;
}
*/
