


/* powered by Orkhan Jafarov (orkhanjafarovr@gmail.com) */
* { outline: 0px !important;}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}



/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 0px dotted black;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 0;
padding: 11px;
min-height: 0;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding:0;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 1px;
width: 272px;
padding-bottom: 5px;
}

#xeber1 .ui-tabs .ui-tabs-nav { width: 100%;}

#xeber1 .ui-tabs .ui-tabs-nav { 
border-bottom: 0px #326929  solid;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin:0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	margin-right: 4px !important;
}
.ui-tabs .ui-tabs-nav li a {
	font-size: 14px;
float: left;
padding: 5px 0px;
text-decoration: none;
width: 34px;
text-align: center;


}

#xeber1 .ui-tabs-nav li a {
padding: 5px 13px;
cursor: pointer;
font-size: 15px;
width: 95px;
}
#xeber1 li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a { 
padding: 5px 13px;
background: #272727;
color: #DEDEDE;
}

#xeber1 li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a:before {
clear: both;
display: block;
position: absolute;
top: 28px;
left:42%;
z-index: 100;
content: "";
height: 0;
width: 0;
padding: 0;
border: 9px solid transparent;
border-top-color: #272727;
}


#xeber1 .ui-tabs .ui-tabs-nav li {
	margin-right: 2px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{ padding-bottom: 0px;}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.usi-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 5px 12px;
background: none;
top: 9px;
position: relative;
width: 257px;
height: 282px;
overflow-y: hidden;
overflow-x: hidden;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
	padding-top: 15px;
	margin: 0;
}

#xeberblock .ui-tabs .ui-tabs-panel {
background: #272727;
position: relative;
left: -13px;
width: 771px;
padding: 13px;
margin-top: 6px;
}




#week-block .ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 7px 0px;
background: none;
top: 9px;
position: relative;
width: 270px;
height: 283px;
overflow-y: hidden;
overflow-x: hidden;
}


#week-block .ui-tabs .ui-tabs-panel:hover {
display: block;
border-width: 0;
padding: 7px 0px;
background: none;
top: 9px;
position: relative;
width: 270px;
height: 283px;
overflow-y: scroll;
overflow-x: hidden;
}

.ui-tabs .ui-tabs-panel h2 {display: none;}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
	border:0;
	background: none;
	color: #34495e;
}
.ui-widget-content a {
	color: #34495e;
}
.ui-widget-header {
	border: 0px solid #2c3e50; outline: 0px !important;
	background: transparent;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0px solid #2c3e50; outline: 0px !important;
	background: transparent;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}

#xeber1 .ui-state-default a, #xeber1 
.ui-state-default a:link, #xeber1 
.ui-state-default a:visited {
	color: #666;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,

.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 0px solid #2c3e50; outline: 0 !important;
	background: transparent;
	font-weight: normal;
	color: #DDD;
	outline: 0px !important;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #DDD;
	text-decoration: none;
}


#week-block .ui-state-active:before {
clear: both;
display: block;
position: absolute;
top: 28px;
left: 11px;
z-index: 100;
content: "";
height: 0;
width: 0;
padding: 0;
border: 6px solid transparent;
border-top-color: #339800;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 0px solid #1ABC9C;
	background: #339800;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 0px #FFF solid !important;
	background: #009b00 url(img/green2.jpg) center top repeat-x;
}


#xeber2 .ui-state-active, #xeber2 .ui-widget-content .ui-state-active, #xeber2 .ui-widget-header .ui-state-active {
	border: 0px solid #1ABC9C;
	background: #339800;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 0px #FFF solid !important;
	height: 150px;
}

.view.view-weekly.view-id-weekly.view-display-id-block .views-field.views-field-title {
padding: 8px 8px 9px 8px;
background: #FFF;
border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
}


.ui-accordion-icons .ui-accordion-header a {
padding-left: 5px;
}

.ui-accordion .ui-accordion-header a { text-decoration: none;
background: #ffffff;
color: #339800;
padding: 5px 14px 5px 13px;
font-size: 18px;
min-width: 64px;
margin: 5px 10px;
display: inline-block;
border-radius: 5px;
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1); }

.ui-accordion .ui-accordion-header .ui-icon {display: none;}

.view.view-weekly.view-id-weekly.view-display-id-block .views-field.views-field-title:hover a{
	color: #379706;
}

#quickset-bu_hefte > h3.ui-accordion-header:nth-child(1) {
	background:url(img/buhefte.jpg) top center;
}

#quickset-bu_hefte > h3.ui-accordion-header:nth-child(3) {
	background:url(img/aqronom.jpg) top center;
}

#quickset-bu_hefte > h3.ui-accordion-header:nth-child(5) {
	background:url(img/kapital.jpg) top center;
}

#xeber2 .views-field-field-main-image {
	display: none;
}

#xeber2 h3.ui-accordion-header {
-webkit-transition: height 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition: height 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition: height 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition: height 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */	
}
#xeber2 h3.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all {

height:64px;
-webkit-transition: height 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition: height 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition: height 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition: height 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

#xeber1 .ui-state-active, 
#xeber1 .ui-widget-content .ui-state-active,
#xeber1 .ui-widget-header .ui-state-active {
background: transparent;
 }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {

	text-decoration: none;
}



/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 0px solid #1ABC9C;
	background: #1ABC9C ;
	color: #ffffff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #ffffff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 0px solid #1ABC9C;
	background: #1ABC9C ;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}


/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #16A085 url(images/ui-bg_diagonal-maze_0_16A085_10x10.png) 50% 50% repeat;
	opacity: .6;
	filter: Alpha(Opacity=60);
}
.ui-widget-shadow {
	margin: 0 0 0 -10px;
	padding: 0px;
	background: #000000 url(images/ui-bg_diagonal-maze_0_000000_10x10.png) 50% 50% repeat;
	opacity: 0;
	filter: Alpha(Opacity=0);
	border-radius: 18px;
}

/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/
/*FONTS*/

/*FONTS*/

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('fonts/Pe-icon-7-stroke.eot?-9uki6c');
	src:url('fonts/Pe-icon-7-stroke.eot?#iefix-9uki6c') format('embedded-opentype'),
		url('fonts/Pe-icon-7-stroke.woff?-9uki6c') format('woff'),
		url('fonts/Pe-icon-7-stroke.ttf?-9uki6c') format('truetype'),
		url('fonts/Pe-icon-7-stroke.svg?-9uki6c#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}




[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";

}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}


/*FONTS*/



body {
	background: #E1E1E1; /*url(img/gradient.png) center top fixed*/
	padding: 0;
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	padding-top: 20px;
}
 

a {
	text-decoration: none;
	   color: #1B7FA5;
}
 
.docenter {
	width:1200px;
	margin: 0 auto;
	position: relative;
}

.logo {display: none;}

div#navi {
width: 1200px;
margin: 0px auto;
position: relative;
padding-top: 22px;
padding-bottom: 22px;
padding-left: 0px;
z-index: 100;
border-radius: 4px 4px 0px 0px;
border-top: 2px rgba(121, 236, 121, 1) solid;
background: #303030 url(img/black.png);
}

span.subin {
    position: relative;
    display: initial;
    z-index: 100;
}


.subin ul li {
    list-style: none;
}
.subin.layihe ul li a {  padding: 9px 14px; }
.subin ul li a {
    padding: 9px 23px;
    display: block;
    color: #ABABAB;
    font-size: 13px;
}


.subin ul li a:hover {
    background-color: #464646;
}

.subin ui-corner-left {
    display: none;
    position: absolute;
    top: 18px;
    left: 0px;
    padding-left: 0;
    background-color: #272727;
    box-shadow: 0px 0px 3px -1px #000;
}

span.subin:hover ul {
	max-height: 1000px;
	    opacity: 1;

}

.subin ul {
-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    position: absolute;
    opacity: 0;
    top: -26px;
    left: 0px;
    padding-top: 47px;
    padding-left: 0;
    background-color: #272727;
    box-shadow: 0px 0px 3px -1px #000;
    max-height: 0px;
    overflow: hidden;
}
div#navi .subin a.navi-link:hover {
	background: none;
	border: 1px #272727 solid;
}
div#navi a.navi-link, .subin:hover a.navi-link{
	color: #fff;
	padding: 13px 24px 13px 40px;
	margin: 5px 0px;
	font-size: 13px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 12px;
	z-index: 2;
border-top: 1px rgba(83, 83, 83, 1) solid !important;
border:1px #fff solid;
color: #ffffff;
text-shadow: 1px 1px 0 #222222;

}

div#navi a.navi-link:beforde {
border-color: #FFF transparent transparent transparent;
border-width: 10px;
border-style: solid;
position: absolute;
z-index: 10;
width: 1px;
height: 0;
top: -5px;
left: 7px;
margin: 0 auto;
content: "";
}

div#navi .ar2row {
border-color:  #ccc transparent transparent transparent;
border-width: 10px;
border-style: solid;
position: absolute;
z-index: 100;
width: 1px;
height: 0;
top: -1px;
opacity: 0;
left: 80px;
margin: 0 auto;
content: "";
}

a.logokepez {
padding: 10px 12px 12px 12px;
float: left;
margin-top: -22px;
margin-right: 20px;

background: #007200 url(img/green2.jpg) center top repeat-x; 
}


div#navi a.navi-link {
color: #fff;
padding: 13px 24px 13px 40px;
margin: 5px 0px;
font-size: 13px;
position: relative;
border-radius: 3px;
overflow: hidden;
margin-right: 13px;
border-top: 1px rgba(83, 83, 83, 1) solid !important;
border: 1px rgba(0, 0, 0, 0.15) solid;
color: #ffffff;
text-shadow: 1px 1px 0 #222222;
}

div#navi a.navi-link:hover {
	color: #fff;
	border-bottom: 0px;
	border-top: 1px #00C900 solid;
background: #1F731F url(img/mainline2.jpg) center -11px repeat-x;
border: 1px rgba(117, 255, 164, 0.38) solid;
}



div#prefooter {
float: left;
width: 100%;	
position: relative;
}
#footer {
width: 100%;
float: left;
position: relative;
}

#footer .docenter{
position: relative;
margin-bottom: 22px;
border-radius: 4px;
width: 1200px;
padding:0px 0px;
height: 240px;
margin-bottom: 22px;
border-radius: 4px;
box-shadow: 0px 4px 10px -6px #666;
background: #ebebeb;
background: linear-gradient(#ebebeb, #c4c4c4);
background: -webkit-gradient(linear, 0, 0, 0 bottom, from(#ebebeb), to(#c4c4c4));
background: -webkit-linear-gradient(#ebebeb, #c4c4c4);
background: -ms-linear-gradient(#ebebeb, #c4c4c4);
background: -moz-linear-gradient(#ebebeb, #c4c4c4);
background: -o-linear-gradient(#ebebeb, #c4c4c4);
border-top: 1px solid #ffffff;
border-bottom: 1px solid #7c868e;
}


.foot1 {
	float: left;
}

.foot2 {
float: left;
padding: 15px;
width: 302px;
line-height: 29px;
}

.copyright {
position: relative;
width: 100%;
color:#666;
bottom: 0px;
float: left;
text-align: center;
font-size: 13px;
margin-bottom: 12px;
}

di2v#navi a.navi-link:hover span {
-webkit-animation: spin 0.2s  linear;
-moz-animation: spin 0.2s  linear;
-o-animation: spin 0.2s  linear;
animation: spin 0.2s  linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.bullet{
-webkit-animation: bullet 1s  linear infinite;
-moz-animation: bullet 1s  linear infinite;
-o-animation: bullet 1s  linear infinite;
animation: bullet 1s  linear infinite;
}
@-moz-keyframes bullet {
  0% {
    color:red;
  }
  100% {
    color:rgba(0,0,0,0);
  }
}
@-webkit-keyframes bullet {
  0% {
     color:red;
  }
  100% {
     color:rgba(0,0,0,0);
  }
}
@-o-keyframes bullet {
  0% {
     color:red;
  }
  100% {
     color:rgba(0,0,0,0);
  }
}
@-ms-keyframes bullet {
  0% {
     color:red;
  }
  100% {
    color:rgba(0,0,0,0);
  }
}
@keyframes bullet {
  0% {
     color:red;
  }
  100% {
     color:rgba(0,0,0,0);
  }
}



div#navi a.navi-link span {
font-size: 16px;
position: absolute;
left: 19px;
top: 14px;
}

div#navi a.navi-link bob {
border2-bottom: 1px #ccc solid;
}

div.green-line {
border-bottom: 1px #E4E4E4 solid;
position: absolute;
top: 0px;
width: 100%;
box-shadow: 2px 2px 26px -1px rgba(0, 0, 0, 0.21);
z-index: 1;
height: 59px;
}



div#navi a.navi-link:hover div.green-line {
	border-bottom: 1px #406c20 solid;
}



		#port {
			background: #fff;
			overflow: hidden;
			position: absolute;
			width: 1200px;
			height: 270px;
			margin-top: 50px;
			z-index: 10;
				border-radius: 4px;
		}

.site_wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	float: left;
}

.emptiness {
	float: left;
	width: 100%;
	height: 250px;
	position: relative;
}



#page-title {
	margin-top: 0px;
font: 500 28px/36px "Open sans", Arial, sans-serif;
margin-bottom: 30px;
}

#page-title-news {
background: #F6F6F6;
padding: 10px;
width: 824px;
border-left: 5px #1B7FA5 solid;
margin-top: 0px;
font: 500 28px/36px "Open sans", Arial, sans-serif;
margin-bottom: 30px;
margin-left: -49px;
}


.page {
	width: 100%;
	min-width: 1200px;
	margin-bottom: 50px;
	float: left;
	display: block;
	font: 400 16px/24px "Open Sans", Arial, sans-serif;

}

.field.field-name-field-kateqoriya {
float: left;
margin-right: 3px;
}

.page .docenter {

width: 1200px;
margin-bottom: 20px;

}

.news-page {
	background: #fff;
	padding: 24px 70px;
	color: #444;
	width: 750px;
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.35);
position: relative;
min-height: 360px;	
float: left;
	}


.section-page {
background: #fff;
padding: 24px 24px;
color: #444;
width: 780px;
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.35);
position: relative;
float: left;
 }


.layihe-page {
	background: #fff;
	padding: 24px 70px;
	color: #444;
	width: 750px;
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.35);
position: relative;
float: left;
margin-top: 320px;
	}	


.view.view-search.view-id-search.view-display-id-page {
	background: #fff;
padding: 24px 70px;
color: #444;
width: 750px;
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.35);
position: relative;
min-height: 360px;
float: left;
}

.view.view-search.view-id-search.view-display-id-page .views-row {
float: left;
width: 100%;
margin-bottom: 24px;
font-size: 15px;
}

.news-text {
	text-align: justify;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
position: absolute;
left: 18px;
width: 50px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style a {
	margin-bottom:6px;

}

strong {
font-weight: 700;
font-family: Arial;
font-size: 17px;
} 

#header {
	height: 320px;
	margin-bottom:20px;	
	box-shadow: 0px 6px 13px -6px #000;
	position: relative;
	padding: 0px 0px;
}



.underheader {
margin-bottom: 10px;
}



.main-line.inpage {
height: 30px;
padding: 5px 0px;
width: 1194px; 
margin-bottom: 20px;
box-shadow: none !important;

}

.blackstyle {
	color: #555 !important;
	border-bottom: 0px !important;
}

.viewcount {
	width: 100%;
	text-align: right;
}

.kateqoriya {
width: 100%;
float: left;
margin-bottom: 10px;
}

.main-line.inpage a{ 
	text-shadow:none !important;
	color:#555 !important;
}

div#shareaholic_share_panel, .reveal-modal-bg {
display: none !important;
visibility:  hidden !important;
height: 0px !important;
width: 0px !important;
overflow: hidden !important;
opacity: 0 !important;
}

.main-line.front {
height: 30px;
padding: 12px 12px 15px 12px;
width: 1178px; 
/*background: #009b00;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #009b00 0%, #006800 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009b00), color-stop(100%,#006800));
background: -webkit-linear-gradient(top, #009b00 0%,#006800 100%);
background: -o-linear-gradient(top, #009b00 0%,#006800 100%);
background: -ms-linear-gradient(top, #009b00 0%,#006800 100%);
background: linear-gradient(to bottom, #009b00 0%,#006800 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b00', endColorstr='#006800',GradientType=0 );
*/
background: #009b00 url(img/mainline2.jpg) center top repeat-x; 
border-radius: 4px;
box-shadow: 0px 6px 13px -6px #000;
margin-bottom: 20px;
}

.search-icn {
float: left;
position: relative;
padding: 4px;
color: #fff;
font-size: 27px;
left: -4px;
}

div.search-title {
float: left;
width: 117px;
border-radius: 4px 0px 0px 4px;
padding: 6px;
color: #fff; }

div.line {
float: left;
width: 100%;
}

div.week-line {
    position: absolute;
    right: 0px;
}
div.week-list {
    float: left;
}
.nowbe {
	background: #fff;
}

.nowbe .double-field-second, .nowbe .double-field-first {
	color: #333 !important;
}

span.plain-text {
float: left;
margin-right: 10px;
}

.grey {
	color: #666;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.47);
}

#now {
position: relative;
margin-bottom: 22px;
border-radius: 4px;
overflow: hidden;
width: 1200px;
padding:0px 0px;
height: 230px;
margin-bottom: 22px;
border-radius: 4px;
box-shadow: 0px 4px 10px -6px #666;
background: #ebebeb;
background: linear-gradient(#ebebeb, #c4c4c4);
background: -webkit-gradient(linear, 0, 0, 0 bottom, from(#ebebeb), to(#c4c4c4));
background: -webkit-linear-gradient(#ebebeb, #c4c4c4);
background: -ms-linear-gradient(#ebebeb, #c4c4c4);
background: -moz-linear-gradient(#ebebeb, #c4c4c4);
background: -o-linear-gradient(#ebebeb, #c4c4c4);
border-top: 1px solid #ffffff;
border-bottom: 1px solid #7c868e;
}

.canli.clicked { bottom: 20px;}
.canli {
border-top: 1px rgba(34, 34, 34, 1) solid;
box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
height: 96px;
width: 100px;
position: absolute;
right: 20px;
bottom: -85px;
z-index: 20;
padding: 20px;
padding-top: 12px;
border-top: 1px rgba(83, 83, 83, 1) solid;
background: rgb(66,66,66);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzI1MjYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(66,66,66,1) 0%, rgba(37,38,39,1) 44%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,66,66,1)), color-stop(44%,rgba(37,38,39,1)));
background: -webkit-linear-gradient(top,  rgba(66,66,66,1) 0%,rgba(37,38,39,1) 44%);
background: -o-linear-gradient(top,  rgba(66,66,66,1) 0%,rgba(37,38,39,1) 44%);
background: -ms-linear-gradient(top,  rgba(66,66,66,1) 0%,rgba(37,38,39,1) 44%);
background: linear-gradient(to bottom,  rgba(66,66,66,1) 0%,rgba(37,38,39,1) 44%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#252627',GradientType=0 );
color: #ffffff;
text-shadow: 1px 1px 0 #222222;
color: #fff;
border-radius: 4px;
box-shadow: 0px 6px 13px -6px #000;

-webkit-transition: all 300ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
   -moz-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
     -o-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
        transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */

-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
   -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
     -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
        transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}

a#canli-title {
color: #fff;
float: left;
width: 100%;
text-align: center;
font-size: 13px;
font-family: sans-serif;
margin-bottom: 10px;
cursor: default;
font-weight: bold;
}

a#canli-title .bullet{
	color: red;
}

.now-block {
float: left;
width: 190px;
padding: 10px 25px 58px 15px;
margin: 15px 0px;
border-left: 1px rgba(247, 247, 247, 0.5) solid;
border-right: 1px rgba(155, 155, 155, 0.3) solid;
position: relative;
height: 133px;
}

#nowblock1{
border-left: 0px #9B9B9B solid;	
}

#nowblock5 {
border-right: 0px #9B9B9B solid;	
}

a.now-link {
color: #1B7FA5;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.47);
font-size: 14px;
text-decoration: underline;
position: absolute;
top: 6px;
line-height: 18px;
}
div.now-title, #now .field.field-name-field-material a {
    float: left;  width: 100%;
    position: relative;
    top: 2px;
}

.now-block:hover .now-link, .now-block:hover .now-timecode {
text-descoration: none;
}

.now-block:hover .now-image{
box-shadow: 0px 17px 25px -10px rgba(255, 255, 255, 0.8);	
}

div.week-list li {
list-style: none;
display: inline;
}

div.week-list a {
color: #1B7FA5;
border-right: 1px #ccc solid;
padding-right: 10px;
padding-left: 4px;
}


div.week-list #week7 {
border-right: 0px #ccc solid;
}

div.now-image {
    border: 0px #C5C5C5 solid;
    width: 198px;
    height: 133px;
    background: #000;
}
div.now-image img {
    width: 100%;
    height: auto;
}


ul.field-collection-view-links {
display: none;
background: #fff;
right:0px;
top: 0px;
z-index: 1000;
position: absolute;
}

.now-block:hover ul.field-collection-view-links {
display: block;
}


div.now-timecode, #now .field.field-name-field-vaxt {
position: absolute;
bottom: -14px;
padding: 4px 8px;
left: 16px;
border-radius: 4px 4px 0px 0px;
color: #fff;
font-family: Tahoma;
font-weight: bold;
background: rgb(227,45,0);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzMmQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTE5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(227,45,0,1) 0%, rgba(137,25,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,45,0,1)), color-stop(100%,rgba(137,25,0,1)));
background: -webkit-linear-gradient(top,  rgba(227,45,0,1) 0%,rgba(137,25,0,1) 100%);
background: -o-linear-gradient(top,  rgba(227,45,0,1) 0%,rgba(137,25,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(227,45,0,1) 0%,rgba(137,25,0,1) 100%);
background: linear-gradient(to bottom,  rgba(227,45,0,1) 0%,rgba(137,25,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32d00', endColorstr='#891900',GradientType=0 );
}

div.efirde-title{
float: left;
margin: 26px 9px 10px 10px;
width: 20px;
height: 183px;
}

input#edit-soz {
width: 260px;
}

select#edit-sec {
margin-right: 10px;
width: 172px;
}




.form-text {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;

position: relative;
display: block;
border: 1px solid #EDEDED;
border-collapse: separate;
background: #fff;
-webkit-box-shadow: inset 0 1px 1px #cfcfcf;
-moz-box-shadow: inset 0 1px 1px #cfcfcf;
box-shadow: inset 0 1px 1px #cfcfcf;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;

}

.form-select {
border: 0px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
display: inline-block;
padding: 4px 6px !important;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
vertical-align: middle;
background: #fff;
background: -webkit-linear-gradient(top,#fff 0,#eee 100%);
background: -moz-linear-gradient(top,#fff 0,#eee 100%);
background: -o-linear-gradient(top,#fff 0,#eee 100%);
background: linear-gradient(to bottom,#fff 0,#eee 100%);
box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.46);
}

.form-submit {
color: #fff;
border-bottom: 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border-top: 1px #00C900 solid;
background: #1F731F url(http://elba.az/kepeztv/themes/kepeztv/img/mainline.png) center -4px repeat-x;
border: 1px rgba(117, 255, 164, 0.38) solid;
padding: 6px 29px;
cursor: pointer;
-webkit-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.form-submit:hover {
box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);	
text-shadow: 1px 1px 2px #fff;

}

.form-submit:active {
box-shadow: 0px 2px 9px -1px rgba(0, 0, 0, 0.32) inset;
text-shadow: 1px 1px 0px #000;


}

table.views-table {
width: 100%;
}

div#edit-soz-wrapper {
	padding:0px;
	height: 32px;
	margin-bottom: 12px;
}

div#block-views-popular-block-1, div#block-views-popular-block{
background: #fff;
padding: 1px 5px 2px 36px;
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.35);
}

div#block-views-popular-block-1 {
	margin-bottom: 15px;
}

div#block-views-popular-block-1 ul, div#block-views-popular-block ul{
padding: 0px;
counter-reset: li-counter;
}

div#block-views-popular-block-1 ul li, div#block-views-popular-block ul li{
list-style: none;


}

div#block-views-popular-block-1 ul li, div#block-views-popular-block ul li {   position: relative;
    margin-bottom: 20px  !important;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
div#block-views-popular-block-1 ul li:before, div#block-views-popular-block ul li:before {
position: absolute;
top: 0px;
left: -1em;
width: 0.8em;
font-size: 2em;
line-height: 1;
font-weight: bold;
text-align: right;
color: #CDCDCD;
content: counter(li-counter);
counter-increment: li-counter;
}


li.views-row .views-field-created {
float: left;
font-size: 10px;
}

.rightblock h2 {
font: 500 21px/22px "Open sans", Arial, sans-serif;
}

div#block-views-popular-block-1 a, div#block-views-popular-block a {
font-size: 14px;
}

.search-text.front {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: rgb(255,255,255);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
outline: none;
padding: 6px 22px 5px 17px;
width: 296px;
float: left;
}

.search-text.inpage {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline: none;
padding: 6px 22px 5px 17px;
width: 296px;
float: left;
}

#search-text:focus {
box-shadow: -5px 0px 23px -1px #FFFFFF;
 }

a#submit-search {
color: #fff;
padding: 11px 14px 23px 24px;
margin: 4px 0px;
font-size: 12px;
position: absolute;
border-radius: 0px 3px 3px 0px;
right: 0px;
top: -4px;
box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.13) inset;
overflow: hidden;
text-shadow: 1px 1px 0 #222222;
}


.submit-search.inpage {
box-shadow: none !important;
}

a#submit-search img {
	width: 28px;
position: absolute;
top: 3px;
left: 6px;
}

div.search-form {
float: left;
width: 413px;
position: relative;
}

a#android {
float: left;
color: #fff;
font-size: 15px;

text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.47);
}

a#android span, a#videoarxiv span{
border-bottom: 1px #fff dashed;	
}

a#android i {
font-size: 28px;
color: #87FF82;
position: relative;
top: 4px;
}

a#videoarxiv {
float: left;
color: #fff;
font-size: 15px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.47);
}

a#videoarxiv i {
font-size: 28px;
color: #ADCFD8;
position: relative;
top: 4px;
}

.spacer {
float: left;
width: 0px;
height: 38px;
position: relative;
border-left: 1px rgba(0, 0, 0, 0.16) solid;
border-right: 1px rgba(255, 255, 255, 0.26) solid;
margin: 0px 20px;

}

.empty-spacer {
float: left;
width: 0px;
height: 38px;
position: relative;
margin: 0px 16px;
}

div.soc-icons a {
font-size: 1.6em;
color: #FFFFFF;
position: relative;
top: 2px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.47);
margin-right: 11px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
div.soc-icons.inpage {
width: 468px;
float: left;
}

div.soc-icons span {
float: left;
color: #fff;
font-size: 15px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.47);
margin-right: 14px;
position: relative;
top: 9px;
}

#frontpage {
height: 350px;
background: #272727;
margin-bottom: 17px;
box-shadow: 0px 4px 10px -6px #666;
}

#main-news-block {
float: left;
width: 797px;
height: 350px;
background: #272727;
}

#weather-block {
float: left;
width: 122px;
height: 345px;
padding-top: 5px;
background: #007100 url(img/green2.jpg) center top repeat-x;
} 

span#weather-title {
background: #ffffff;
color: #339800;
padding: 5px 14px 5px 13px;
font-size: 18px;
min-width: 64px;
margin: 5px 10px;
display: inline-block;
border-radius: 5px;
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

#xeberblock .slick-prev {  top: inherit !important;  bottom:-90px;}

#xeberblock .slick-next {top: inherit !important;bottom: -90px;}

#xeberblock .slick-dots { bottom:  -205px !important;}

#weather-block .slick-prev {left:8px;  top: inherit !important;  bottom:-33px;}

#weather-block .slick-next {right:8px; top: inherit !important;bottom: -33px;}
.weather {
    padding: 7px 10px 0px 10px;
    position: relative;
}



.weather span.temp {
font-weight: bold;
color: #FFF;
padding: 2px;
border-radius: 17px;
font-size: 18px;
position: absolute;
right: 8px;
top: 26px;
}

.weather span.city {
font-size: 11px;
color: #fff;
right: 9px;
bottom: 3px;
position: absolute;
}
#week-block {
float: left;
width: 277px;
height: 350px;
padding: 2px;
}

/*BLOCKS BLOCKS BLOCKS**/

#main-news-block div#views_slideshow_cycle_teaser_section_slider-block{
	position: relative;
	float: left;

}

#main-news-block .views-field.views-field-title {
	position: absolute;
	bottom: 11px;
	background: #000;
	padding: 5px;
}

#main-news-block .views-field.views-field-title a {
	color: #fff;
	text-decoration: none;
}

#main-news-block .views-slideshow-controls-bottom.clearfix {
float: left;
width: 290px;
padding: 5px;
margin-left: 5px;
height: 338px;
overflow: hidden;
}

#main-news-block  .views-slideshow-pager-field-item.views_slideshow_pager_field_item {
color: #d6d6d3;
padding:9px 10px;
border-bottom: 1px rgba(85, 85, 85, 0.4) solid;
font-size: 13px;
cursor: pointer;
text-align: left;
line-height: 20px;
}


#main-news-block  .views-slideshow-pager-field-item.views_slideshow_pager_field_item.active {
	background: #007200;

	color: #fff;
position: relative;}


#main-news-block  .views-slideshow-pager-field-item.views_slideshow_pager_field_item.active:after {
clear: both;
display: block;
position: absolute;
top:13px;
left: -12px;
z-index: 100;
content: "";
height: 0;
width: 0;
padding: 0;
border: 6px solid transparent;
border-right-color:#007200;

}

#main-news-block div#views_slideshow_cycle_teaser_section_slider-block img {
width: 486px;
height: auto;
padding: 5px;
padding-right:0px;
}

div.week-prg {

}

.week-prg ul {
padding: 0px;
margin: 0px;
}

#xeberblock .slick-list { width: 100% !important; float: left;}

#xeberblock .slick-track:before, .slick-track:after {
	display: none !important;
}

.week-prg ul li {
list-style: none;
padding: 0px;
margin: 0px;
}

.newsblock-mini {
float: left;
height: 134px;
width: 750px;
padding:8px;
position: relative;
overflow: hidden;
}

.newsblock-image {
float: left;
}

.newsblock-title {
top: 90px;
font-size: 12px;
color: #DBDBDB;
width: 485px;
padding: 5px 5px 0px 10px;
background: rgba(0, 0, 0, 0.77);
float: left;
height: 129px;
}

#xeberblock .slick-prev:before, #xeberblock .slick-next:before { color: rgb(20, 20, 20) !important;}


.week-prg #selected {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzJkMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(227,45,0,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(227,45,0,0.65)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(227,45,0,0.65) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(227,45,0,0.65) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(227,45,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(227,45,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e32d00',GradientType=0 );
}

tr.past {
opacity: 0.3;
display: none;
}


tr.past:hover {
opacity: 1;

}

.week-prg #selected a{
	color: #f1f1f1;
}
.week-prg #selected span{
	color: #fff;
}


.container-inline.past {
padding-top: 5px  !important;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)  !important;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)))  !important;
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%) !important;
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%) !important;
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%) !important;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ) !important;
color:#444 !important;	
}

.container-inline.past .double-field-second, .container-inline.past .double-field-first{
color:#444 !important;		
}

.week-prg tr {
float: left;
width: 102%;
padding-left: 10px;
font-size: 13px;
-webkit-transition: all 300ms cubic-bezier(0.600, 0, 0.735, 0.045);
-webkit-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
-moz-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
-o-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
-webkit-transition-timing-function: cubic-bezier(0.600, 0, 0.735, 0.045);
-webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
-moz-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
-o-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
/* border-bottom: 1px #626262 solid; */
padding-top: 9px;
padding-bottom: 9px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.week-prg .double-field-first {
    float: left;
    margin-right: 8px;
    color: #fff;
}
 
 tbody {border-top: 0px #000 solid !important;
 }
.week-prg tr a {
    width: 204px;
    float: left;
    color: #fff;
}
.week-prg tr span span {
    width: 46px;  float: left;
}

.week-prg #selected span {
    width: 46px;  float: left;
}

.quicktabs-tabpage .node-proqram h2 {display: none;}

.double-field-second {
color: #d6d6d3;
width: 204px;
float: left;
margin-bottom: 8px;
}

#week-block  .quicktabs-tabpage {
height: 275px;
width: 300px;
padding-top: 15px;
overflow-y: scroll;
float: left;
overflow-x: hidden;
}
.ui-tabs .ui-tabs-panel .node-proqram {
	
	  width: 290px;
overflow-y: scroll;
overflow-x: hidden;
padding-bottom: 10px;
}

#week-block .quicktabs-wrapper {
    width: 270px;
    overflow: hidden;
}

#week-block .item-list ul li a {
padding: 6px;
border-radius: 2px;
color: #fff;
position: relative;
display: block;
width: 20px; 
float: left;
margin-bottom: 5px;
margin-right: 5px;
}

#week-block ul.quicktabs-tabs.quicktabs-style-nostyle {
border-bottom: 2px #fff solid;
float: left;
}


#xeberblock {
    height: 722px;
    margin-bottom: 30px;
}
#xeberblock .docenter {
width: 1200px;
margin-bottom: 22px;
border-radius: 4px;
height: 552px;
}

div#xeber1 {
width: 777px;
padding: 10px;
float: left;
border-radius: 4px;
box-shadow: 0px 4px 10px -6px #666;
background: #ebebeb;
background: linear-gradient(#ebebeb, #c4c4c4);
background: -webkit-gradient(linear, 0, 0, 0 bottom, from(#ebebeb), to(#c4c4c4));
background: -webkit-linear-gradient(#ebebeb, #c4c4c4);
background: -ms-linear-gradient(#ebebeb, #c4c4c4);
background: -moz-linear-gradient(#ebebeb, #c4c4c4);
background: -o-linear-gradient(#ebebeb, #c4c4c4);
border-top: 1px solid #ffffff;
border-bottom: 1px solid #7c868e;
}

div#xeber2 {
width: 380px;
float: left;
margin-left: 20px;
background: #fff;
}

#quickset-bu_hefte {
font-size: 14px;
background: #000;
}

h3.ui-accordion-header {
	font-size: 15px;
}

#bottomblocks {
min-height: 350px;
margin-bottom: 2px;
padding: 0px 0px;
/*background: url(https://d2hkcehpyog59.cloudfront.net/566ab97d187c40e3aa8da7550d84fc9e613d796a/images/backgrounds/2048/01.jpg) top center;*/
}

.bottomblocks-inside {
width: 100%;
min-height: 350px;
display: inline-block;
}



.btcontent {
font-size: 12px;
}

.btcontent  td.views-field.views-field-field-main-image img {
width: 60px;
height: auto;
}
.btcontent td {
font-size: 12px;
font-weight: bold;
padding: 5px 10px;
border: 0;
position: relative;
vertical-align: top;
}

.btcontent td.views-field.views-field-field-main-image {
width: 60px;
}


.btcontent tr:hover {
background: rgba(255, 255, 255, 0.28);
}



tr.even, tr.odd {
background-color: inherit;
border-bottom: 1px solid rgba(216, 216, 216, 0.14);
border-top: 1px solid rgba(223, 223, 223, 0) !important;
padding: 0;
}

.btblock {
width: 282px;
height: 440px;
float: left;
background: #272727;
margin: 10px 23px 14px 0px;
box-shadow: 0px 2px 6px -2px #000;
box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.23);
-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}


.btblock:hover {
box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 1);
}


.btblock:nth-child(4),.btblock:nth-child(8){
	margin-right: 0px;
}


.btblock td.views-field.views-field-title a {
color: #FFF;
display: block;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.48);
}





span.btdate {
font-size: 9px;
position: absolute;
bottom: 4px;
right: 4px;
color: rgba(255, 255, 255, 0.57);
}

.bttitle {
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
padding: 11px 10px 10px 10px;
font-size: 18px;
min-width: 64px;
margin: 11px 10px;
display: inline-block;
border-radius: 5px;
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
font-weight: 600;
}

.btblock.orange2 {
background: #eab92d;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhYjkyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNzk4MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eab92d 0%, #c79810 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810));
background: -webkit-linear-gradient(top,  #eab92d 0%,#c79810 100%);
background: -o-linear-gradient(top,  #eab92d 0%,#c79810 100%);
background: -ms-linear-gradient(top,  #eab92d 0%,#c79810 100%);
background: linear-gradient(to bottom,  #eab92d 0%,#c79810 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 );
}

.btblock.orange {
	background:#f1f1f1 url(img/buseher.jpg) top center;
	background-repeat: no-repeat;
}

.btblock.orange .bttitle {
color: #EA842D;
}

.btblock.orange:hover {
	box-shadow: 0px 0px 5px 3px  #EA842D;
}

.btblock.purple2 {
background: #9292d1;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyOTJkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #9292d1 0%, #585877 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9292d1), color-stop(100%,#585877));
background: -webkit-linear-gradient(top,  #9292d1 0%,#585877 100%);
background: -o-linear-gradient(top,  #9292d1 0%,#585877 100%);
background: -ms-linear-gradient(top,  #9292d1 0%,#585877 100%);
background: linear-gradient(to bottom,  #9292d1 0%,#585877 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9292d1', endColorstr='#585877',GradientType=0 );
}

.btblock.purple {
	background:#f1f1f1 url(img/medenixeber.jpg) top center;

	background-repeat: no-repeat;
}

.btblock.purple .bttitle {
color: #9292d1;
}

.btblock.purple:hover {
	box-shadow: 0px 0px 5px 3px  #9292d1;
}

.btblock.blue2 {
background: #499bea;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));
background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%);
background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%);
background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%);
background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );

}

.btblock.blue {
		background:#0796be url(img/bagban.jpg) top center;
    background-repeat: no-repeat;
    width: 587px;
    height: 148px;
    overflow: hidden;
}

.btblock.blue .bttitle {
color: #0796be;
}


.btblock.blue:hover {

box-shadow: 0px 0px 5px 3px  #499BEA;
}


.btblock.green2 {
background: #45b20e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YjIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTcwMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #45b20e 0%, #157008 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45b20e), color-stop(100%,#157008));
background: -webkit-linear-gradient(top,  #45b20e 0%,#157008 100%);
background: -o-linear-gradient(top,  #45b20e 0%,#157008 100%);
background: -ms-linear-gradient(top,  #45b20e 0%,#157008 100%);
background: linear-gradient(to bottom,  #45b20e 0%,#157008 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b20e', endColorstr='#157008',GradientType=0 );

}

.btblock.green {
	background:#f1f1f1 url(img/olaylar.jpg) top center;

	background-repeat: no-repeat;
}


.btblock.green .bttitle {
color: #45b20e;
}


.btblock.green:hover {
	box-shadow: 0px 0px 5px 3px  #45b20e;
}




.btblock.red2 {
background: #a90329;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}

.btblock.red {
	background:#f1f1f1 url(img/kinomania.jpg) top center;

	background-repeat: no-repeat;
}

.btblock.red .bttitle {
color: #a90329;
}

.btblock.red:hover {
	box-shadow: 0px 0px 5px 3px  #a90329;
}


.btblock.grblue2 {
background: #00b7ea;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDllYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
}

.btblock.grblue {
	background:#f1f1f1 url(img/avtodrom.jpg) top center;

	background-repeat: no-repeat;
}


.btblock.grblue .bttitle {
color: #00b7ea;
}

.btblock.grblue:hover {
	box-shadow: 0px 0px 5px 3px  #00b7ea;
}



.btblock.pink2 {
background: #ff5db1;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjAxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff5db1 0%, #ef017c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c));
background: -webkit-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
background: -o-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
background: -ms-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
background: linear-gradient(to bottom,  #ff5db1 0%,#ef017c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 );

}


.btblock.pink {
    background:#940202;
		background:#0796be url(img/debdeb.jpg) top center;

    background-size: cover;
    background-repeat: no-repeat;
    width: 587px;
    height: 179px;
    overflow: hidden;
    margin-right: 0;
}

.btblock.pink .bttitle {
color: #940202;
}



.btblock.pink:hover {
	box-shadow: 0px 0px 5px 3px  #ff5db1;
}




.btblock.yellow2 {
background: #73880a;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczODgwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDYzMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #73880a 0%, #546309 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73880a), color-stop(100%,#546309));
background: -webkit-linear-gradient(top,  #73880a 0%,#546309 100%);
background: -o-linear-gradient(top,  #73880a 0%,#546309 100%);
background: -ms-linear-gradient(top,  #73880a 0%,#546309 100%);
background: linear-gradient(to bottom,  #73880a 0%,#546309 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73880a', endColorstr='#546309',GradientType=0 );

}

.btblock.yellow {
	background:#f1f1f1 url(img/kulinar.jpg) top center;

	background-repeat: no-repeat;
}


.btblock.yellow .bttitle {
color: #73880a;
}



.btblock.yellow:hover {
	box-shadow: 0px 0px 5px 3px  #73880a;
}

.parallax-layer {
top: -50px;
left:-200px;
}
.weather i {
font-size: 40px;
color: #fff;
margin: 19px 16px 0px 0px;
}

a.biglogo {
position: absolute;
z-index: 100;
top: 127px;
left: 25px;
width: 147px;
}

.view.view-newsblock.view-id-newsblock .views-row {
width: 100%;
margin-top: 3px;
position: relative;
display: inline-block;
border-bottom: 1px #2E2E2E solid;
padding: 3px 0px 0px 0px;
}

.view.view-newsblock.view-id-newsblock .views-row:hover .views-field.views-field-field-main-image {
	opacity: 0.6;
}

	.view.view-newsblock.view-id-newsblock .views-row:hover {
	

	}

.view.view-newsblock.view-id-newsblock  .views-row-last {
	border-bottom: 0;
}

.view.view-newsblock.view-id-newsblock .views-field.views-field-field-main-image {
    float: left;
    margin-right: 10px;
}
.view.view-newsblock.view-id-newsblock .views-field.views-field-title {
width: 625px;
}

.view.view-newsblock.view-id-newsblock .views-field.views-field-title a {
	color: #DEDEDE;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.view.view-newsblock.view-id-newsblock .views-field.views-field-body {
font-size: 13px;
color: #585858;
width: 585px;
padding-top: 2px;
}

.view.view-newsblock.view-id-newsblock .views-field.views-field-created {
font-size: 12px;
position: absolute;
right: 0px;
top: 5px;
color: #DEDEDE;
}

.view.view-newsblock.view-id-newsblock span.marker {
font-size: 14px;
position: absolute;
right: 0px;
top: 31px;
display:none;
}

#xeber1 .pager-current {display: none !important;}

#xeber1 .pager li {
	font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#xeber1 .pager li a {color:#fff !important;}
 .pager li a {color: #1B7FA5 !important; font-size: 14px;}

 li.pager-current.first {
 	
 	margin-left: 10px;
 }



 li.pager-item, .pager-next, .pager-last {
margin-right: 10px !important;
}

#xeber1  .pager-previous { left: -25px; }
.pager-previous, li.pager-first {margin-right: 10px !important;}

#xeber1 .pager-next { right: -25px; }

.ajax-progress-throbber {display: none;
}

#xeber1 ul.pager {
position: absolute;
right: 1px;
bottom: -15px;
}

ul.pager {
float: left;
width: 100%;
padding-left: 0px;
margin-bottom: 10px;
}

.item-list .pager li {padding: 0;}


.kepezfm-icon {
background: url(img/kepezfmicon.png) no-repeat center;
width: 38px;
height: 28px;
display: block;
left: 12px !important;
top: 10px !important;
background-size: 100%;
}

.partners ul {
padding: 0;
margin: 0;
list-style: none;
}

.partners ul li {
    display: inline-block;
    margin-right: -23px;
    margin-left: 13px;
}

.partners ul li img {
height: 60px;
width: auto;
padding-top: 10px;
}
.partners {
    background: #464646;
    padding: 8px 6px;
    margin-top: 0px;
    margin-bottom: 22px;
    box-shadow: 0px 1px 3px -2px #000;
}
#animation2 {
	background: #ccc url(img/blic.png) no-repeat center bottom;
	float:left;
	height: 300px;
width: 100%;
display: none;
}
.play-icon {
position: absolute;
background: rgba(0, 0, 0, 0.37);
width: 125px;
height: 54px;
top: 3px;
left: 0px;
color: rgba(255, 255, 255, 0.49) !important;
font-size: 42px;
padding: 11px 0px;
text-align: center;
-webkit-transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
        transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}



.play-icon:hover i, .view.view-newsblock.view-id-newsblock .views-row:hover i,  .view.view-sections.view-id-sections .views-row:hover i{
 -ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
transform: scale(1.2);
}

.view.view-sections.view-id-sections .play-icon {

position: absolute;
background: rgba(0, 0, 0, 0.37);
width: 250px;
height: 60px;
top: 10px;
left: 10px;
color: rgba(255, 255, 255, 0.49) !important;
font-size: 68px;
padding: 37px 0px;
text-align: center;
-webkit-transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
-moz-transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
-o-transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
-moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
-o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);	
}


tr.darker {
background: #F7F7F7;
vertical-align: top;
}


.newsblock-title b {
    font-weight: bold;
    font-size: 13px;
}
.newsblock-title p {
    line-height: 16px;
    color: #848484;
}

.rightblock {
float: right;
width: 275px;
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin: 0;
}

.views-exposed-form .views-exposed-widget {
float: left;
padding: 0;
}


.view.view-sections.view-id-sections .views-row {
width: 755px;
float: left;
background: #F7F7F7;
padding: 10px;
font-size: 14px;
position: relative;
margin-bottom: 15px;
height: 134px;
border: 1px #DADADA solid;
margin-left: 23px;
}
.view.view-sections.view-id-sections .views-field.views-field-field-main-image {
    float: left;
    margin-right: 15px;
}
.view.view-sections.view-id-sections .views-field.views-field-title {
    float: left;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
    width: 485px;
}
.view.view-sections.view-id-sections .views-field.views-field-body {
    float: left;
    color: #9F9F9F;
    width: 454px;
    text-align: left;
font-size: 13px;
padding: 3px 0px;
}
.view.view-sections.view-id-sections .views-field.views-field-created {
font-size: 12px;
margin-right: 3px;
position: absolute;
bottom: 8px;
right: 10px;
line-height: 15px;
color: #898888;
border-bottom: 1px #D2D2D2 solid;
}

.views-field.views-field-nothing {
    position: absolute;
    left: -74px;
    top: 0px;
}
.date-day {
    font-size: 2em;
    font-weight: bold;
    padding: 8px 18px;
    width: 32px;
    text-align: center;
}
.date-month {
    font-size: 13px;
    width: 54px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 7px;
    background: #45AC0A;
    color: #fff;
    font-weight: bold;
}
.date-year {
    font-size: 12px;
    width: 54px;
    text-transform: lowercase;
    text-align: center;
    padding: 0px 7px;
}
.date-time {
    background: #D7D7D7;
    text-align: center;
    color: #9D9D9D;
}

.view.view-layiheler.view-id-layiheler.view-display-id-page .views-row {
float: left;
padding: 20px;
background: #fff;
margin: 5px;
box-shadow: 0px 1px 1px 0px #C6C6C6;
}


div#node-76 {
width: 466px;
float: left;
position: relative;
z-index: 10;
background: #fff;
padding: 17px;
}

a#playcanli {
padding: 19px 46px;
margin-top: 12px;
color: #000;
float: left;
border-radius: 5px;
background: rgb(227,45,0);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(227,45,0,1) 0%, rgba(137,25,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,45,0,1)), color-stop(100%,rgba(137,25,0,1)));
background: -webkit-linear-gradient(top, rgba(227,45,0,1) 0%,rgba(137,25,0,1) 100%);
background: -o-linear-gradient(top, rgba(227,45,0,1) 0%,rgba(137,25,0,1) 100%);
background: -ms-linear-gradient(top, rgba(227,45,0,1) 0%,rgba(137,25,0,1) 100%);
background: linear-gradient(to bottom, rgba(227,45,0,1) 0%,rgba(137,25,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32d00', endColorstr='#891900',GradientType=0 );
}

    
hr {
  border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(189, 189, 189, 0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(189, 189, 189, 0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(189, 189, 189, 0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(189, 189, 189, 0.75), rgba(0,0,0,0)); 
}

.view.view-sections.view-id-sections.view-display-id-block_3 .views-row {
float: left;
width: 79px;
height: 60px;
overflow: hidden;
margin-left: 23px;
}

.view.view-sections.view-id-sections.view-display-id-block_3 .views-row .play-icon {
width: 140px;
display: none;
}

.view.view-sections.view-id-sections.view-display-id-block_3 img {
width: 79px;
height: 46px;
padding: 8px 0px;
background: #45ac0a;
}

#quicktabs-newsblock li.ui-state-default.ui-corner-top.ui-state-active a {
    background-color: #272727 !important;
    color: #fff !important;
}

div#block-md-slider-atvbanner {
    position: absolute;
    bottom: 19px;
    right: 1px;
}

.totalcount {
    position: absolute;
    right: 180px;
    bottom: -85px;
    background: rgba(53, 53, 53, 0.71);
    height: 100px;
    color: #fff;
    z-index: 100;
    padding: 14px;
    border-radius: 4px;
}
.totalcount2 {
    text-align: left;
    padding: 14px 20px;
    margin-bottom: 29px;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.3);
    background: #fff;
}


#frame {
position: fixed;
width: 100%;
height: 100px;
z-index: 10000000;
	}

#popup {
    position: relative;
    opacity: 1;
    margin: 0px auto;
    top: 120px !important;
    z-index: 9999;
    display: block;
    padding: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 0px;
    width: 400px;
    border-top: 4px #008B00 solid;
    height: 210px;
    z-index: 100002;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.55);
}
#popup span{
font-size:20px !important;
font-weight:bold !important;
}

#popup h1{
	display: none;
background: #299a0b; /* Old browsers */
background: -moz-linear-gradient(top,  #299a0b 0%, #5bc448 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(99%,#5bc448)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #299a0b 0%,#5bc448 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #299a0b 0%,#5bc448 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #299a0b 0%,#5bc448 99%); /* IE10+ */
background: linear-gradient(to bottom,  #299a0b 0%,#5bc448 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#5bc448',GradientType=0 ); /* IE6-9 */

color: #FFFFFF !important;
font-size: 20px !important;
font-weight: 700 !important;
padding: 12px 1px 9px 12px !important;
margin: 0 !important;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif !important;
overflow: hidden !important;
}

.htmlarea {
  font-size: 12px !important;
  font-weight: normal !important;
  height: 216px !important;
  padding: 1px !important;
  background: #fff !important;
  overflow: hidden !important;
}
#mdfooter{
text-align: left;
height: 46px !important;
padding: 10px 10px 0px 3px !important;
margin-top: -325px;
margin-right: -2px;
}
#mdclose {
    float: right;
    background-color: #FFFFFF !important;
    color: #149305 !important;
    font-weight: normal !important;
    padding: 2px 11px 4px 11px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: arial,sans-serif !important;
    text-transform: none;
    outline: none !important;
    font-size: 25px !important;
    margin-top: 1px;
    top: 4px;
    box-shadow: 0px 1px 3px 0px #626562;
    border-radius: 100%;
    position: absolute !important;
    right: -46px;
}


div#featurenews {
    position: relative;
    overflow: hidden;
    width: 1200px;
    padding: 0px 0px;
    height: 149px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.86);
    border-bottom: 1px solid #7c868e;
}
div#featurenews .now-block {
    width: 222px;
    border: 0;
    margin: 9px;
    margin-top: 0px;
    padding: 0;
    padding-top: 10px;
    overflow: hidden;
}

div#featurenews .now-block img {
    width: 220px;
    height: 130px;
}

div#featurenews .now-block .field.field-name-field-material {
    position: absolute;
        bottom: 3px;
    z-index: 1;
    background: rgba(194, 206, 24, 0.74);
    height: 0px;
    padding: 3px 9px;
    width: 202px;
    font-size: 13px;
    overflow: hidden;
    -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

div#featurenews .now-block:hover .field.field-name-field-material{
	background: rgba(194, 206, 24, 0.91);
    height: 68px;
    padding: 3px 9px;
}

div#featurenews .now-block:hover img {
	    opacity: 0.6;
}


div#featurenews .now-block .field.field-name-field-material a {
    color: #000000;
    display: block;
    font-weight: bold;
    width: 100%;
    height: 200px;
}

div#widget_pager_bottom_newsphotos-block img {
    width: 100%;
    height: auto;
}

div#widget_pager_bottom_newsphotos-block .views-slideshow-pager-field-item {
    width: 90px;
    height: 87px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -3px;
}

div#widget_pager_bottom_newsphotos-block .views-slideshow-pager-field-item{
    opacity: 0.7;
}

div#widget_pager_bottom_newsphotos-block .views-slideshow-pager-field-item:hover {
    opacity: 1;
}

div#widget_pager_bottom_newsphotos-block .views-slideshow-pager-field-item.active {
opacity:1 !important;
}

.warningtext {
    width: 1160px;
    padding: 12px 20px;
     background: #d2802c;
    display: block !important;
    margin: 20px auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: "Open sans",sans-serif;
}

.warningtext span {
    border-left: 5px #fff solid;
    display: block;
    padding-left: 10px;
}
.warningtext {
    width: 1160px;
    padding: 12px 20px;
     background: #d2802c;
    display: block !important;
    margin: 20px auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: "Open sans",sans-serif;
}

.warningtext {
    width: 1160px;
    padding: 12px 20px;
     background: #d2802c;
    display: block !important;
    margin: 20px auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: "Open sans",sans-serif;
}

.warningtext span {
    border-left: 5px #fff solid;
    display: block;
    padding-left: 10px;
}
.clock {
	width: 150px;
	height: 150px;
	background: rgba(11, 25, 34, 0.35);
	border-radius: 106px;
	margin: auto;
	position: absolute;
	border: 2px rgba(255, 255, 255, 0.26) solid;
	top: -30px;
	bottom: 0;
	right: 20px;
}

.hour-hand {
	width: 4px;
	height: 55px;
	background: #cccccc;
	position: absolute;
	top: 20px;
	left: 73px;
}

.minute-hand {
	width: 3px;
	height: 80px;
	background: rgba(255, 255, 255, 0.82);
	position: absolute;
	top: -5px;
	left: 73px;
}

.second-hand {
	width: 2px;
	height: 80px;
	background: rgba(255, 255, 255, 0.33);
	position: absolute;
	top: -4px;
	left: 72px;
}

.hour-hand,
.minute-hand,
.second-hand {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.pin {
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


div#xeber2 {
    width: 340px;
    padding: 66px 20px 0px 20px;
    position: relative;
}

.view.view-xeber-lenti.view-id-xeber_lenti.view-display-id-block {
    height: 458px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: auto;
}

#xeber2 .views-row {
    margin-bottom: 15px;
    font-size: 14px;
}

#xeber2 .views-field.views-field-created {
    font-size: 12px;
    color: #999;
}

div#xeber2 h2 {
    background: #f1f1f1;
    padding: 13px 12px;
    position: absolute;
    left: 0px;
    top: -16px;
    width: 356px;
    font-size: 20px;
}


.xeber {
    margin-top: 15px;
}

.logokepez img {
	height: 27px;
    width: 60px;
    padding: 11px 5px 0px 5px;
}
§
div#example-video {
    width: 100%;
    height: 610px;
}
.page-node-17729 #page-title{
	display: none;

}
.page-node-17729 .news-page {
    padding:3% 5%;
    width: 90% !important;
}

