/*!
Theme Name: krm
Theme URI: http://fotobashnya.com.ua/
Author: Студія Фотобашня
Author URI: http://fotobashnya.com.ua/
Description: Тему розробелно для Краматорської міської ради
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: krm
Tags: Краматорська міська рада

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

krm is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */


@font-face {
	font-family: 'proba_pro_bold';
	src: url('font/ProbaPro-Bold.woff2') format('WOFF2'),
		url('font/ProbaPro-Bold.woff') format('WOFF'),
		url('font/ProbaPro-Bold.eot') format('EOT'),
		url('font/ProbaPro-Bold.svg') format('SVG'),
        url('font/ProbaPro-Bold.ttf') format('TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proba_pro_regular';
	src: url('font/ProbaPro-Regular.woff2') format('WOFF2'),
		url('font/ProbaPro-Regular.woff') format('WOFF'),
		url('font/ProbaPro-Regular.ttf') format('TTF'),
		url('font/ProbaPro-Regular.eot') format('EOT'),
        url('font/ProbaPro-Regular.svg') format('SVG'); 
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proba_pro_semi_bold';
	src: url('font/ProbaPro-SemiBold.woff2') format('WOFF2'),
		url('font/ProbaPro-SemiBold.woff') format('WOFF'),
		url('font/ProbaPro-SemiBold.eot') format('EOT'),
		url('font/ProbaPro-SemiBold.ttf') format('TTF'),
		url('font/ProbaPro-SemiBold.svg') format('SVG');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proba_pro_light';
	src: url('font/ProbaPro-Light.ttf') format('TTF'),
		url('font/ProbaPro-Light.woff') format('WOFF'),
		url('font/ProbaPro-Light.eot') format('EOT');
	font-weight: normal;
	font-style: normal;
}

ProbaPro-Light.ttf
body {
	margin: 0;
    
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-family: 'proba_pro_bold'; font-size: 36px; line-height: 1.5em/60px; margin-bottom: 0px;
}

h2 {
    font-family: 'proba_pro_bold'; font-size: 30px; line-height: 1.1; margin-bottom: 20px;
}

h3 {
    font-family: 'proba_pro_bold'; font-size: 24px; line-height: 1.1; margin-bottom: 20px;
}
h3.titlenews {
    font-family: 'proba_pro_semi_bold'; font-size: 22px; line-height: 1.1; margin-bottom: 10px;
}

h3.slidetitle {
    font-family: 'proba_pro_light'; font-size: 20px; line-height: 1; margin-bottom: 20px; 
}

h5, h6 {
    font-family: 'proba_pro_semi_bold'; font-size: 20px; line-height: 1.5em/30px; margin-bottom: 26px;
}

h4 {
    font-family: 'proba_pro_semi_bold'; font-size: 20px; line-height: 1.5em/30px; margin-bottom: 10px;
}

h1.site-title, h1.site-title a {
    text-align: center;
    text-decoration: none;
}

.header, .header a {
    color:#fff!important;
    text-decoration: none!important;
}

.left {float: left;}
.right {float: right;}
.footer {
    background: #f9f9f9;
    padding: 0 40px 20px 40px;
}

.graiblock {
	background: #f9f9f9;
	margin-bottom: 35px;
}

.graiblock .btn-secondary {   
    margin: 0 0 20px 0;
}

.graiblock .blockstring {
    /* margin-bottom: 20px; */
    width: 100%;
	padding: 40px 40px 0 40px;
}

.rower {
	    margin-right: -15px;
    margin-left: -15px;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

h2.widget-title-center {    
    font-family: 'proba_pro_bold'; 
    font-size: 30px; 
    line-height: 1.1; 
    margin: 40px 0 10px 0;
}

h2.govement {
    display:none;
    width:100%;
}


/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #1d1d1b;
	font-family: sans-serif;	
	font-size: 1.1rem;
	line-height: 1.3;
    font-family: 'proba_pro_regular';
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

.site-description {
    font-size: 89%;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    line-height: 1.1;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.mainthumbnail {
    margin-bottom:20px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.bsui .form-control,
textarea {
	color: #666;
	border: 2px solid #1D1D1B;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
}

label {
	font-family: 'proba_pro_semi_bold';
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #1D1D1B;
}

select {
	border: 1px solid #1D1D1B;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1D1D1B;
}

a:visited {
	color: #1D1D1B;
}

a:hover, a:focus, a:active {
	color: #004bc1;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
    text-decoration:underline;
}
i.fa {
  	opacity: 0.5;
    padding-right:10px;
	font-size: 24px;
}


.city a{
    display:inline-block;
    position: relative;
    padding: 0 0 7px 30px;
}

.city a:before {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f08e";
    top: 1px;
    left: 0;
    /*content: "\f35d";*/
    color:#1D1D1B;
    /*font-weight: 600;*/    
}
:active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0!important;
}



.navigator {
    margin-top:20px;
}
#carouselExampleIndicators {
    margin: 2px 0 40px 0;
}
.right-coll {
    text-align: right;
    margin-bottom: 0;
    margin-top:10px;
	width:290px;
}

.right-coll .fa-facebook, .right-coll .fa-youtube {
    opacity: 0.5;
    background: #fff;
    color: #182a4b;
    padding:4px 16px 2px 17px;
    /*margin: -45px 0 5px 0;*/
    font-size:24px;
}
.searchbtn {
    background: #2d5ca6;
    /*padding: 10px;*/
    border:1px solid #2d5ca6;
    border-radius: 0;
    margin:0;
    height: 40px;
    line-height: 20px;
    font-size:1.2rem;
    padding:0 10px 0 20px;
}

button .fa {
    opacity: 0.5;
    padding-right: 10px;
    font-size: 16px; 
}

/*search*/
.searchbtn i {    
    text-align: center;
    color:#fff;
    background: transparent;
}
#blocksearch {
   display: none; 
    position:absolute;
    left:0;
    z-index: 999;
    width:100%;
    margin-top: -6px;
}

.blocksearch {
    background: #111f37;
    padding: 35px 25px;
}

#blocksearch input[type="text"] {
    background:#182a4b;
    width:100%;
    color:#fff;
    font-size:20px;
    border: 1px solid #182a4b;
    padding: 15px 25px;
}

#blocksearch button[type="submit"], .bsui .uwp_login_submit, .bsui .uwp_register_submit {
    background:#ffce00!important;
    width:100%!important;
    color:#1d1d1b!important;
    font-size:18px!important;
    border: 1px solid #ffce00!important;
    padding: 15px 25px!important;
    margin-left: 2px;
    border-radius: 0!important;
    font-family: 'proba_pro_bold';
}

.bsui .dropdown-toggle {
    white-space: nowrap;
    display: none;
}

.bsui .uwp-footer-link {
	font-size: 18px;
	text-decoration:underline;
}


#blocksearchdoc {
   display: none; 
   /* position:absolute;
    left:0;
    z-index: 999;*/
    width:100%;
    margin-top: -6px;
}

.blocksearchdoc {
    background: #f9f9f9;
    padding: 0;
}

#blocksearchdoc input[type="text"], .recentdocf input[type="text"] {
    background:transparent;    
     color:#1d1d1b;
    font-size:20px;
    border: 2px solid #1d1d1b;
    padding: 15px 25px;
}

#blocksearchdoc button[type="submit"] {
    background:#ffce00!important;
    width:100%!important;
    color:#1d1d1b!important;
    font-size:18px!important;
    border: 1px solid #ffce00!important;
    padding: 15px 25px!important;
    margin-left: 2px;
    border-radius: 0!important;
    font-family: 'proba_pro_bold';
}


#pagecontent {
    width:100%;
    margin-bottom: 20px;
}

#pagecontent form input[type="search"] {   
    
    color:#1d1d1b!important;
    font-size:18px;
    border: 2px solid #323A45;
    padding: 15px 25px;
    border-radius: 0!important;
}


input[type="submit"] {
    background:#182a4b!important;
    width:200px!important;
    color:#fff!important;
    font-size:18px!important;
    border: 3px solid #182a4b!important;
    padding: 17px 25px!important;
    margin-left: 2px;
    border-radius: 0!important;
    font-family: 'proba_pro_bold';
}


input#searchsubmit {
    background:#182a4b!important;
    width:100%!important;
    color:#fff!important;
    font-size:18px!important;
    border: 3px solid #182a4b!important;
    padding: 18px 25px!important;
    margin-top: 8px;
    border-radius: 0!important;
    font-family: 'proba_pro_bold';
}


.media-videogalereya, .media-fotogalereya, .mediagallery-fotogalereya, .mediagallery-videogalereya {
	display: block;
}

/*search*/


.enterbtn {
   background: #ffce00;
   font-family: 'proba_pro_semi_bold';
    border:0px solid #2d5ca6;
    border-radius: 0;
    margin:0 0 0 -3px;
    height: 40px;
    line-height: 20px;    
    font-size:1.2rem;
    padding:0 35px;
}
.servisesheader {
    padding-top:15px;
}

@media (max-width: 1024px) {
    .centralblock {
    margin-top:40px;
}

    .btn-secondary {
        width: 220px;
    }
    .mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    position: absolute;
    right: 30p!importantx;
    top: 15px!importantx;;
    font-size: 30px;
}
}
    

.serviseslogo {
   padding-top:15px; 
}

.servisesheader div {
    padding-bottom: 10px;
    text-align: right;
}
.breadcrumbs {
    margin: 0 auto 40px auto;
    width: 100%;
    padding: 15px 0;    
    border-bottom:1px solid #C2C5CB;
}

.dates {
    padding-right: 15px;
    font-size: 16px;
}

.breadcrumbs nav ul {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0 -40px;
}
.breadcrumbs nav ul li, .breadcrumbs nav ul li a {
    text-decoration: none;
    color: #6b6b6b!important;
}
.breadcrumbs nav ul li, .breadcrumbs nav ul li a {
    display: inline-block;
   font-size: 1rem;
    text-decoration: none;
    color: #ccc;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation  ul.sub-menu {
    background: #111f37;
    width: 1400px;
    position: absolute;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 0;
}



.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
    font-size:1.2rem; 
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    background: #111f37;
    
    position: static;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	position: absolute; 
    left: 0!important;
}

.main-navigation li:hover ul ul {
   position: absolute;
   left: 0px!important;
   border:1px solid red;
   width: auto;
}

.main-navigation li:hover {background: #111f37; }

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    display: flex;
}

.main-navigation ul ul ul {
	left: auto;
	top: 100%;
    display: block!important;
    padding-bottom: 20px;
}

.main-navigation ul ul a {	
  width: auto;
   padding:20px;
}

.main-navigation a:hover {	
   color:#ffce00!important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;   
}


.main-navigation li, .main-navigation ul ul li  {
	float: left;
	position: relative;
}
.main-navigation ul ul ul li  {
    display: block;
    float: none;
    text-align: left;
    padding: 5px 0;
    }

.main-navigation a {
	display: block;
	text-decoration: none;
    padding:20px;
}

.main-navigation ul ul li a {
	display: block;
	text-decoration: none;
    padding:20px;
    color:#ffce00!important;
}

.main-navigation ul ul ul li a {
	display: block;
	text-decoration: none;
    padding: 5px 20px;
    color:#ffffff!important;
}
*/

.navigation #cd_primary_nav {margin-left: -60px;}
.navigation {
    
    height: 75px;
    padding: 0;
}
#footermenu {
	clear: both;
	display: block;
    font-size:1.2rem; 
    list-style-type:none;
    margin: 15px 0 0 -20px;
    font-family: 'proba_pro_bold';
    
}
#footermenu li {display: inline-block;}

#footermenu li a{
    text-decoration: none;
	position: relative;
    display: inline-block;
   padding: 25px 15px ;
    background-color: transparent;
    cursor: pointer;  
}

#footermenu a:hover {cursor:pointer;}
.govement {
    float:left;
    width:50%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.entry-content a {
	text-decoration: underline;
	color:#2d5ca6;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'proba_pro_bold';
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}




/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.header {
    background: #182a4b;
    padding: 10px 30px 0 30px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



.leftcolumn {
    padding-left: 0px;
}

.newscolumn {
    margin-right: 0px;
    margin-left: 0px;    
}

.rightcolumn {
    padding-right: 0px;
}

.carousel-caption date {
    font-weight: normal;
    font-size:1rem;
    display: block;
    padding: 0 0 10px 0;
    text-transform: lowercase;
    color:#c2c5cb;
} 
date {
    font-family: 'proba_pro_semi_bold';
    font-size:1.1rem;
    display: block;
    padding: 0 0 10px 0;
    text-transform: lowercase;
} 

.content-area date {
    font-family: 'proba_pro_semi_bold';
    font-size:1.1rem;
    display: block;
    padding: 0 0 20px 0;
    text-transform: lowercase;
} 


.blockstring {
    margin-bottom:20px;
}

.blockstring row {
    margin-bottom:10px;
}

.hor {
    text-align: left;
    padding: 0;
}
.tags {
    margin: 0px 0 40px 0;
}

.tags a {
    color:#2d5ba6;
    padding: 4px 20px 4px 20px;
    background: #f6f7fb;
    border-radius:20px;
    cursor: pointer;
    margin: 0 -10px 25px 1px!important;
    text-decoration:none;
	font-size: 14px;
	white-space:nowrap;
	line-height: 2em;
}

.tagstooter {
    margin: 20px 0 5px 0;
}

.tagstooter a {
    font-family: 'proba_pro_bold';
    font-size: 20px!important;
    color:#000;
    padding-right: 20px;   
    cursor: pointer;
    text-decoration:none;
}


h2.widget-title-center-golova {
    text-align: center!important;
    padding: 10px 0 0 0;
}

.tags a:hover {
    color:#f6f7fb;   
    background: #2d5ba6;
    border-radius:20px;
}
figcaption {
    font-size: 14px;
    color:#ccc;
    /*border-bottom:1px solid #ccc;*/
    padding-bottom: 15px;
}
 

#servises {
    /*margin: 40px 0 40px -80px; */
    display: flex;
    justify-content: center; /*Центрирование по горизонтали*/
    align-items: center;
    width:100%;
    margin: 20px 0 40px 0; 
}
#servises li  {
    list-style: none; 
    margin:  0 1px 0 0;    
    display: inline-block;
    text-align: center;
    overflow: hidden;
    line-height: 14px;
    margin: 1px;
    /*width:20%;*/
}

#servises li a {
     width:200px; 
    height: 90px;
    background: #182a4b;
    line-height: 1.1;
    padding: 30px 20px;
    font-weight: 500;
    color: #f4f4f4;
    display: block;
}

#servises li a:hover {
  
    height: 90px;
    background: #ffce00;
    line-height: 1.1;
    padding: 30px 20px;
    font-weight: 500;
    color: #000;
    display: block;
}

#servises h2 {
    display: none;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 30px 0;
}


/*nav.pagination  {
    background: #fbfbfb;
}*/

.nav-links a {
    background: #eeeeee;
    padding: 10px 15px;
    color: #727275;
}

.nav-links span {
    background: #3498db;
    padding: 10px 15px;
    color: #fff;
}
.tribe-list-widget {
    margin-left:-40px;
}

.tribe-list-widget li{
   list-style-type: none;
}

.tribe-list-widget.city a:before {
   
    position: absolute;
    display: none;
    font-family: "FontAwesome";
    content: "\f08e";
    top: 1px;
    left: 0;
    /* content: "\f35d"; */
    color: #1D1D1B;
    /* font-weight: 600; */
}

.tribe-event-date-start, .tribe-event-time {
     font-family: 'proba_pro_bold';
	
}

.tribe-event-duration {
	margin:0 0 20px 0;
}

h4.tribe-event-title {
    font-family: 'proba_pro_regular';
    padding: 10px 0;
    line-height: 1.1;
    margin:0;
}

.tribe-events-widget-link a{    
    background-color: #fff;
    color: #1d1d1b;
    border: 2px solid #ffce00;
    text-align: center;
    float: right;
    margin: 0 0 40px 0;
    width: 180px;
    padding: 10px 0;
    font-family: 'proba_pro_bold';
}
.tribe-events-widget-link a:hover{    
    background-color: #ffce00;
    color: #1d1d1b;
    border: 2px solid #ffce00;
    text-align: center;
    float: right;
    margin: 0 0 40px 0;
    width: 180px;
    padding: 10px 0;
    text-decoration: none;
}

section.error-404 {
	margin: 10% 0;
	text-align: center;
}

.blockstring .nav {
   display: flex!important; 
}
.mainthumbnail, .leftcolumn {
    overflow:hidden;
	margin-bottom:15px;
	
}
.mainthumbnail img{
	height: 250px;
	object-fit: cover;
    object-position: 0 0;
	width:100vw;
}
.picturies img {
	object-fit: cover;
    object-position: 50% 10%;
	width: 100vw;
}

.mainthumbnail img, .leftcolumn img {
    transition: 1s; /* Время эффекта */
   }
.mainthumbnail img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
   }
.psgal {
	margin:0!important;
}


.popnews ul {
    margin-left: -40px;
    
}

.popnews ul li { 
    list-style-type:none;
    padding: 0 0 15px 0;
    text-decoration: underline;
    
}

.popnews .post-date {
    display: block;
    font-family: 'proba_pro_semi_bold';
    padding: 10px 0 15px 0;
    text-decoration: none;
}

.popnews h2.widget-title-center {margin: 10px 0 10px 0;}


.entry-content table tr{
	border-bottom:1px solid #1d1d1b;
}

.entry-content table tr:hover{
	background: #fbfbfb;
}


.entry-content table td {
	padding: 10px;
}

.entry-content table tr:first-of-type {
	border-top:2px solid #1d1d1b;
	border-bottom:2px solid #1d1d1b;
	font-weight: bold;
	
}

.entry-content table tr:first-of-type td {
	padding: 25px 10px;
}


/*календар*/
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    background: #ffce00;
    color:#1d1d1b;
    margin: 0;
    padding: 15px 14px;
    padding: 6px calc(5% + 8px);
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
     color:#1d1d1b!important;
    font-size:16px;
    padding: 25px 0;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: #182a4b;
}

.tribe-events-calendar td div {
    text-align: center;
    padding: 10px 0;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    -webkit-appearance: button;
    background:  #ffce00;
    background-image: none;
    border: none;
    border-radius: 0;
     color:#fff!important;
    font-size: 16px;
    height: auto;
    letter-spacing: 0;
    line-height: 2;
    padding: 25px;
    width: 100%;
    margin-top: -15px;
}

.tribe-events-button {
     background:  #ffce00!important;
     color:#1d1d1b!important;
    border:1px solid #ffce00;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
   background: #182a4b;
    margin-bottom: 2rem;
    padding: 0 1.5rem 1rem;
}

.tribe-block__events-link .tribe-block__btn--link a {
     background:  #ffce00!important;
    border:1px solid #ffce00;
     color:#1d1d1b!important;
    font-weight: 700;
    font-size: 1rem;
    margin: 10px 15px 10px 0;
    min-height: 38px;
    padding: 0 17px 0 14px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 30px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: 1;
    list-style: none;
    font-size: 18px;
    padding-bottom: 10px;
}

.govement .textwidget a  {
    /*font-size:16px;*/
    padding-bottom: 15px; 
    padding-left: 22px;
}

footer .cosials a  {
    /*font-size:16px;*/
    padding-bottom: 15px; 
}

footer hr {
    background-color: #182a4b;
    border: 0;
    height: 2px;
    margin-bottom: 1.5em;
}

footer .govement a:before {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f08e";
    left: auto;
    /* content: "\f35d"; */
    color: #1D1D1B;
    padding-top:3px;
    font-size:14px;
    /* font-weight: 600; */
}

/*footer .cosials a:before {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
   content: "\f082";
    left: auto;
    /* content: "\f35d"; */
   /* color: #1D1D1B;
    padding-top:3px;
    font-size:16px;
    /* font-weight: 600; */

.serviseslogo button {
	background:transparent!important;
	border:0px solid #fff;
}
.left-reg {
    border-right: 2px solid red;
}

.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea {
	border:2px solid #919191;
	padding:15px;
	width:100%;
} 

.wpcf7-form-control-wrap p label {
	font-family: 'proba_pro_bold';	
	margin:0 0 5px 0!important;
}
form.wpcf7-form p {
	padding:0;
	margin:0 0 15px 0!important;
}

a.dorbutn {
    padding: 15px 30px 15px 30px;
    width: 100%;
    background: #2d5ba6;
    color: #ffffff!important;
    font-size: 20px;
    text-decoration: none;
	margin-right:2px;
	margin-top: 20px;
	cursor:pointer;
}


#accordion h3.titlenews {
	text-align: left;
	color: #1D1D1B;
	font-family: 'proba_pro_bold';
	text-decoration: none!important;
	font-size:20px;
}

#accordion button h3.titlenews:hover {
	text-decoration: none!important;
} 
/**/

.glob {
	padding:20px;
}

.left-reg {
	border-right:4px solid #2d5ba6;
	margin-right:20px;
	padding-left:20px;
}

.popnews embed, .popnews iframe, .popnews object {
    max-width: 100%;
    width: 100%;
    height: 300px;
}

.hometitle {
	font-size: 19px;
	line-height: 1.1;
	padding: 15px 0 0 0 ;
}

.gogat a {
	text-decoration: underline;	
	margin-top: 0;
	font-size: 75%; 
}

#dokumenty-do-2020 .seldoc {
	display:none;
}

.carousel-control-prev, .carousel-control-next {
	display:none;
}

date.docdata {
	font-family: 'proba_pro_regular'!important;
}

.sbscrbr-unsubscribe-wrap {display:none!important;}

.sbscrbr-email-wrap {
  margin-top:25px;
  
}
.bws-plugin-reviews {
    background: none repeat scroll 0 0 #BEE1F1;
    border: 1px solid #70A8C2;
    border-radius: 3px;
    display: none;
}


/*версия для слабовидящих*/
fieldset select{
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:0px solid #fff;      
    overflow: hidden;
    line-height: 1!important;
}

fieldset select[size] {
    height: 40px;
}

fieldset select:focus
{
    border:none!important; 
    outline: 0;
}

fieldset select option {
   display: inline-block;
   padding:5px 10px 10px 7px;
   float:left;
  line-height: 1!important;
}

.bvi-panel .bvi-rows select option {
    font-size: 16px!important;
    color:#000!important;
    letter-spacing: normal!important;
    line-height: 1!important;
    
    border:1px solid #f1f1f1;
    margin:0;
    padding: 9px 12px 0px 12px;
    height:40px;
    font-weight: bold;
}
.bvi-panel .bvi-rows select#select-texts-switcher option:nth-child(2) {
    font-size:22px!important;
    padding: 6px 12px 0px 12px;
}

.bvi-panel .bvi-rows select#select-texts-switcher option:nth-child(3) {
    font-size:26px!important;
    padding: 2px 12px 0px 12px;
}
.bvi-panel .bvi-rows select option::selection {
    background: red!important;
}

.bvi-panel .bvi-title, .bvi-panel .bvi-title-header, .bvi-panel .bvi-btn.bvi-btn-default {
    font-size: 20px!important;
    color:#000!important;
    letter-spacing: normal!important;
    line-height: 1!important;   
}

@media only screen and (max-width:1024px){
	
	#masthead {
		display: none;
	}
}


.card-body input[type="submit"] {
    background: #ffce00!important;
    width: 200px!important;
    color: #1d1d1b!important;
    font-size: 18px!important;
    border: 3px solid #ffce00!important;
    padding: 10px 25px!important;
    margin-left: 2px;
    border-radius: 0!important;
    font-family: 'proba_pro_bold';
	text-transform:none!important;
}

.textour ul {
    margin-left: -40px;
    font-size: 14px;
    list-style-type:none;
}

option::selection {background: #ccc;}
option::-moz-selection {background: #ccc;}
option::-webkit-selection {background: #ccc; color:#fff;}
.tab-content.artic > .active {
    display: block;
    padding: 0;
} 
.tab-content > .tab-pane a {
	text-decoration:underline;
}

.blockintro p {
	padding: 20px;
	background: #f7f7f7;
	margin-bottom:5px;
}



.img-circle img {
	border-radius: 50%!important;
}
date .datpopr {
	text-transform:none!important;
}

.list-my_taxonomy li {
	list-style-type:none;
}

.list-my_taxonomy li.active {
	list-style-type:none;
	color:red;
}


.sidebar-offer_cat li {
	list-style-type:none;
	width:100%;
}

.sidebar-offer_cat li.active a {
	color:#2d5ca6!important;
}

.coutblue {
	display: inline-block;	
	color: #000;
	background: #ffce00;
	padding:5px;
	margin : 1px;	
	float:right;
	font-size: 16px;
	min-width: 40px;
	text-align: center;
	border-radius: 2px;
}

.sidebar-offer_cat li.active a span {
	display: inline-block;	
	color: #fff;
	background: #2d5ca6;
	padding:5px;
	margin : 1px;	
	float:right;
	font-size: 16px;
	min-width: 40px;
	text-align: center;	
	border-radius: 2px;
}
.borderbox {
	border:1px solid #ccc;
	padding:35px;
	margin-bottom: 15px;
}
.borderboxheader {
	text-align: center;
	padding:25px;
	margin-bottom: 15px;
}

.borderbox div a {
	display: inline-block;	
	padding-bottom:5px;
}

.borderboxheader img {
	border-radius: 20px;
	margin-bottom: 15px;
}



.borderboxzast {
	border:1px solid #ccc;
	padding:35px;
	margin-bottom: 15px;
}



.borderboxzast h4 a {
	 font-family: 'proba_pro_semi_bold'; font-size: 20px; line-height: 1.5em/30px; margin-bottom: 0;	
	 
}
.borderboxzast div {
	padding: 0;
} 

.pageright a{
	text-decoration: underline;
}

.popnews embed, .popnews iframe, .popnews object {
   height: 80px!important;
    /* width: 100%; */
    /* height: 300px; */
}

.popnew embed, .popnew iframe, .popnew object {
  
    width: 100%;
   height: 300px; 
}
.petition-main.table-frame-holder.petition-item {
  margin: 0 0 10px;
  background-color: #fbfbfb!important;
  padding: 20px 30px 20px 28px;
  flex: 0 1 32.4%;
  /*font-size: 0;*/
  display: inline-block;
  width: 100%;
}
.seconddesign .petition-main .container-fluid .heeader-frame h1 {
    margin: 0;
    margin-top: 0;
	font-size:24px!important;
}
.entry-content i.fa {
	font-size: 16px!important;
}


.entry-content i.fa, .bd-highlight i.fa, .views i.fa {
	font-size: 14px!important;
	margin-right: -7px;
	color:#999;
}

.views  {
	color:#999;
	font-size: 14px;
}
.bd-highlight span {
	color:#999;
	font-size: 14px;
}

.centralblock .views {
	font-weight: bold;
	color: #1d1d1b!important;
	font-size: 16px!important;
}
.centralblock i.fa {
	margin-right: -7px;
	font-size: 16px!important;
	color: #1d1d1b!important;
}




/*accordion*/
.cd-accordion-menu {
  	/*width: 100%;  	
  	margin-right:-40px;*/
 	list-style-type:none;
	transition: 3s linear;
    margin-left: -40px;
}	

.cd-accordion-menu li {
	color: #1d1d1b;
}

.cd-accordion-menu span {
	background: #ffce00;    
    position: absolute;
    width: 57px;
    height: 100%;
    right: 0;
    top: 0;   
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding-top: 15px;  
    
}

.cd-accordion-menu span:before {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f08e";
    top: 15px;
    left: 22px;
    /* content: "\f35d"; */
    color: #fff;
    /* font-weight: 600; */
}


.cd-accordion-menu li li li span:before {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f08e";
    top: 5px;
    left: 22px;
    /* content: "\f35d"; */
    color: #fff;
    z-index: 999;
    /* font-weight: 600; */
}

.cd-accordion-menu li .has-children{
	/*list-style-type:none;
	font-size: 16px;
	color: #1d1d1b;
    padding: 0;*/
  
       position: relative;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  
}	

.cd-accordion-menu li li li:hover {
    padding-left: 10px; 
    color: #ccc;
    cursor:pointer;
    background: #fbfbfb;
}


/*.cd-accordion-menu li li li span {
    padding: 5px 16px;
    margin-top: -5px;
    
}*/
.cd-accordion-menu li li ul {
    padding-bottom: 20px; 
}

.cd-accordion-menu li {
    padding:  0;
     width: 100%;
}
.cd-accordion-menu li li {
	font-size: 14px;
	color: #1d1d1b;
    /*padding: 5px 0;*/
    width: 100%;
    margin-bottom: 1px;
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    /*align-items: flex-start;*/
}

.cd-accordion-menu li li li {
    padding: 5px 65px 5px 0;
}


.cd-accordion-menu li li li span {
   padding-top: 7px;
}

.cd-accordion-menu ul {
  /* by default hide all sub menus */
 display: none;
 list-style-type:none;
}
.cd-accordion-menu li {
	transition: 0.5s linear;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
	user-select: none;
    
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
 /* padding: 18px 18px 18px 0;*/
  background: #fbfbfb;
 font-weight: normal; 
    font-size: 17px;
    padding: 15px 0 15px 65px;
}

.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
    background: #f8f8f8;
	transition: 3s linear;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
	/*top: 20px;*/
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(images/cd-icons.svg);
  background-repeat: no-repeat;
    margin-top: 15px; 
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 10px;
    top: 10px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
	display:none;
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
   left: 36px;
   background: url(images/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #fbfbfb;
  padding-left: 45px;
  padding-right: 50px;
    
}

.cd-accordion-menu ul label, .cd-accordion-menu ul a {
    width: 100%;
    margin-bottom: 2px;
}

.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #ccc;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 0px;
   top: 10px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}

/*.cd-accordion-menu ul ul {
	padding-top: 30px;
}*/
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
/*@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 15px 15px 15px 82px;
   
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
   padding-left: 106px;
  }
  .cd-accordion-menu ul label::before {
    /*left: 48px;*/
	/*top: 25px; 
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
 /* -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}*/