* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input, select, textarea, button, a {
 	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input[type=text], input[type=number], input[type=password], input[type=button], input[type=submit], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

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

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

input:focus, textarea:focus, select:focus, button:focus, div:focus {
	outline: none;
}

/*button[type=button]:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
	color: inherit;
}*/

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

dt, dd {
	display: inline;
	vertical-align: middle;
	font-size: .75em;
}

dd {
	margin: 0;
	font-weight: bolder;
}

dd::after {
	content: '\A';
	white-space: pre-line;
}

dd:last-of-type::after {
	content: '';
}

.screen-reader-text {
	display: none;
}

div.mce-toolbar-grp {
	background: #fff!important;
}

.mce-top-part::before {
	box-shadow: none!important;
}

body {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #f1f1f1;
	color: #000;
	font-size: 16px;
	line-height: 1.25;
	font-family: 'Roboto Slab', serif;
}

a {
	color: #000;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 3px;
}

hr {
	border-top:1px solid #d8dbe0;
	border-bottom:1px solid #fafafa;
	border-left:none;
	border-right:none;
	/*margin: 0 20px;*/
	margin-bottom: 1em;	
}

.wrap {
	min-height: 640px;
	/*overflow: auto;*/
	/*margin: 40px;*/
	/*padding: 10px;*/
	background: #fff;
	/*border: 1px solid #dbdbdb;*/
	/*box-shadow: rgba(0, 0, 0, .05) 0 0 5px;*/
	transition: all .5s;
}

.row-fluid {
	width: 100%;
}

.row-fluid:before,
.row-fluid:after {
	display: table;
	line-height: 0;
	content: '';
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	margin-left: 2.564102564102564%;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 100%;
}

.row-fluid .span11 {
	width: 91.45299145299145%;
}

.row-fluid .span10 { 
	width: 82.90598290598291%;
}

.row-fluid .span9 {
	width: 74.35897435897436%;
}

.row-fluid .span8 {
	width: 65.81196581196582%;
}

.row-fluid .span7 {
	width: 57.26495726495726%;
}

.row-fluid .span6 {
	width: 48.717948717948715%;
}

.row-fluid .span5 {
	width: 40.17094017094017%;
}

.row-fluid .span4 {
	width: 31.623931623931625%
}

.row-fluid .span3 {
	width: 23.076923076923077%;
}

.row-fluid .span2 {
	width: 14.52991452991453%
}

.row-fluid .span1 {
	width: 5.982905982905983%;
}

.site-title {
	width: 100%;
	max-width: 272px;
	height: 120px;
	padding: 0 20px;
	display: block;
	font-weight: normal;
	text-align: center;
}

.site-title > div {
	display: table;
	height: 100%;
}

.site-title > div > a {
	display: table-cell;
	vertical-align: middle;
}

.site-title > div > a > span {
	font-size: .5em;
	display: block;
}

/* navigation start */
.site-navigation {
	position: relative;
	width: 100%;
	min-height: 40px;
	background: #00a0d2;
	color: #fff;
	z-index: 99;
}
.site-navigation ul ul {
	display: none;
}
.site-navigation ul ul li {
	float: none;
}
.site-navigation li {
	float: left;
}
.site-navigation li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 10px 16px;
    background: #00a0d2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.site-navigation li.current-menu-item > a {
	background: #0091be;
}
.site-navigation li.current-menu-parent > a {
	background: #0091be;
}
.site-navigation li a:hover {
	text-decoration: none;
	background: #0082ab;
}
.site-navigation li.current-menu-item > a:hover {
	background: #0082ab;
}
.site-navigation li.current-menu-parent > a:hover {
	background: #0082ab;
}
.site-navigation li:hover ul {
    display: inline-block;
    position: absolute;
}
.site-navigation .sub-menu {
	position: relative;
	z-index: 1;
}
input.toggle, label.toggle {
    display: none;
}
label.toggle {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 10px 16px;
	background: #00a0d2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
    -webkit-user-select: none;
    user-select: none;
}
label.toggle:hover {
	background: #0082ab;
}
.language-chooser {
	float: right;
	text-decoration: none;
	display: block;
	padding: 14px;
}
.language-chooser li {
	float: left;
	border-left: 1px solid #fff;
}
.language-chooser li:first-child {
	border-left: 0;
}
.language-chooser li a {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	width: 2.5ch;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 2px;
	margin: 0 6px;
	padding: 0;
}
.language-chooser li a:hover,
.language-chooser li.active a {
	background: inherit;
	text-decoration: underline;
}
/* navigation end */

.menu {
	line-height: 20px;
}

.menu li {
	display: inline;
}

.menu a {
	margin-right: 1em;
	white-space: nowrap;
}

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

.the-content p {
	margin-bottom: 1em;
}

.the-content a[href] {
	color: #000;
	text-decoration: none;
}

.the-content a[href]:hover {
	text-decoration: underline;
}

.the-footnotes {
	float: left;
}

.the-copyright {
	float: right;
	text-align: right;
	white-space: nowrap;
}

.site-header,
.site-main,
.sidebar,
.site-footer {
	background: #fff;
}

.site-header {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #dcdcde;
}

.site-main {
	width: calc(100% - 25%);
	min-height: 400px;
	padding: 20px;
	float: left;
}

.full .site-main {
	width: 100%;
	float: none;
}

.sidebar {
	width: 25%;
	min-height: 400px;
	padding: 20px;
	float: right;
	overflow: auto;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdcde;
}

.sidebar .widget {
	margin-bottom: 24px;
}

.sidebar .widget input[type=text] {
	font-family: inherit;
	font-size: 13px;
	width: 100%;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
}

.sidebar .widget input[type="submit"] {
	position: relative;
	top: -35px;
	right: 4px;
	float: right;
	width: 34px;
	height: 34px;
	box-shadow: none;
	text-indent: -9999px;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='10.5' cy='10.5' r='7.5'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='15.8' y2='15.8'%3e%3c/line%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
}

.site-footer {
	border-top: 1px solid #dcdcde;
	width: 100%;
	min-height: 80px;
	padding: 30px 20px;
	clear: both;
	font-size: 13px;
}

.site-footer:after {
	content: '';
	clear: both;
	display: table;
}

.site-footer > div {
	width: 50%;
	min-height: 20px;
	line-height: 20px;
	display: inline-block;
}

.site-footer .widget-title {
	float: left;
	margin-right: 1em;
	font-size: inherit;
	line-height: 20px;
}

.site-footer .widget-title:after {
	content: ':';
}

.tools {
	float: right;
}

.tools a, .tools label {
	color: #000;
	font-size: .75em;
	margin-left: 1em;
	cursor: pointer;
}

.tools a:hover, .tools label:hover {
	text-decoration: underline;
}

/* Tabs */
ul[data-taxonomy] {
	overflow: hidden;
}

ul[data-taxonomy] li {
	float: left;
}

ul[data-taxonomy] li > span {
	display: inline-block;
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 6px 6px 6px 40px;
	background: #f2f2f2;
	word-break: break-all;
}

.term-edit,
.term-delete {
	cursor: pointer;
	visibility: hidden;
}

ul[data-taxonomy] li > span:hover .term-edit,
ul[data-taxonomy] li > span:hover .term-delete {
	visibility: visible;
	text-decoration: none;
}

p.not-found {
	display: none;
}

.term-form {
	clear: both;
	margin-bottom: 1em;
	overflow: visible;
}

.term-form:after {
	content: '';
	clear: both;
	display: table;
}

.term-form label {
	padding: 0 0 3px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.term-form input[type=text] {
	width: 227px;
	float: left;
	margin: 0 2px 0 0;
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
}

.term-form .selectize-control {
	width: 227px;
	float: left;
	margin: 0 2px 2px 0;
}

@counter-style dash {
	symbols: ' — ';
	fallback: square;
}

ul[data-taxonomy=currency] ul {
	counter-reset: section;
	counter-increment: section;
}

ul[data-taxonomy=currency] ul li:before {
	content: counters(section,'',dash);
}

ul[data-taxonomy=currency] li {
	float: none;
}

ul[data-taxonomy=currency] li > span:hover .term-delete {
	visibility: visible;
}

.button-primary {
	font-family: inherit;
	font-size: inherit;
	display: inline-block;
	min-width: 128px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #00a0d2;
	border: 1px solid #00a0d2;
	cursor: pointer;
	padding: 0 10px;
	-webkit-appearance:none;
	transition: transform .2s;	
}

.button-primary:hover {
	background: #0082ab;
}

.button-primary:focus,
.button-primary:active {
	color: #fff;
	outline: none;
	transform: scale(.95);
}

.button-secondary {
	font-family: inherit;
	font-size: inherit;
	display: inline-block;
	min-width: 128px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #333;
	background: #fff;
	border: 1px solid #dcdcde;
	cursor: pointer;
	padding: 0 10px;
	-webkit-appearance:none;	
	transition: transform .2s;
}

.button-secondary:focus,
.button-secondary:active {
	color: #333;
	outline: none;
	transform: scale(.95);
}

.tabs_login {
	width: 100%;
	height: 20px;
	margin: 10px 0;
}

.tabs_login li {
	display: inline;
	margin-right: 10px;
}

.tabs_login a {
	text-decoration: none;
}

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

.log_in, .log_out {
	position: relative;
	z-index: 100;
 	float:right;
 	cursor: pointer;
	text-decoration: none;
	display: block;
	padding: 10px 16px;
	background: #00a0d2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.log_in:hover, .log_out:hover {
	background: #0082ab;
}

nav.pagination ul {
	float: right;
}

nav.pagination ul li {
	list-style: none;
	float: left;
}

nav.pagination ul li:first-child,
nav.pagination ul li:last-child {
    font-weight: 700;
}

nav.pagination ul li a, nav.pagination ul li span {
	height: 34px;
	line-height: 20px;
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

nav.pagination ul li:hover a,
nav.pagination ul li .current {
    background-color: #d9d9d9;
    text-decoration: underline;
}

/* modal */
.modal {
	position: absolute;
}
.img-replace {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}
.modal-buttons input[type=checkbox] {
 	margin: 8px 4px;
}
.modal-rememberme {
	float: left;
	margin: 8px 0;
}
.modal-buttons input[type=checkbox],
label.rememberme {
	font-size: .75em;
	cursor: pointer;
}
.modal-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 16px;
}
.modal-buttons div {
	float: left;
}
.modal-buttons label,
.modal-buttons a {
	font-size: inherit;
	font-weight: inherit;
	display: block;
	min-width: 125px!important;
}
.modal-buttons label {
	margin: 0 3px 0 0;
}
.modal-close {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.modal-close:before, .modal-close:after {
	content: '';
	position: absolute;
	top: 14px;
	width: 14px;
	height: 3px;
	background-color: #646970;
}
.modal-close:before {
	transform: rotate(45deg);
	left: 8px;
}
.modal-close:after {
	transform: rotate(-45deg);
	right: 8px;
}
.modal-close:hover:before, .modal-close:hover:after {
	background-color: #135e96;
}
.modal-wrap:before {
	content: '';
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 101;
}
.modal-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 102;
}
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay,
.modal-open:checked ~ .modal-wrap .modal-dialog {
	display: block;
}
.modal-dialog {
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 490px;
	min-height: 320px;
	padding: 16px;
	overflow: hidden;
	display: none;
	z-index: 103;
}
.modal-dialog h3 {
	padding: 0 20px 8px 0;
	border-bottom: 1px solid #dcdcde;
}
.modal-dialog h4 {
	padding: 0 20px 0 0;
}
.modal-dialog p {
	padding: 8px 0;
	margin-bottom: 0;
}
.modal-dialog p label {
	padding: 0 0 3px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.modal-message {
	font-size: .75em;
	display: none;
}
/*.modal-dialog .field,
.wp-user-form .field {
	padding: 8px 0;
}
.modal-dialog .field label,
.wp-user-form .field label {
	display: block;
	font-size: .75em;
	margin-bottom: 4px;
}*/
/*.modal-dialog input[type=text],
.modal-dialog input[type=password],
.modal-dialog input[type=email],*/
.wp-user-form input[type=text],
.wp-user-form input[type=password],
.wp-user-form input[type=email] {
	font-size: inherit;
}
.wp-user-form {
	max-width: 490px;
}
.wp-editor-container {
	border: 1px solid #dcdcde!important;
}
#wp-link label input[type=text],
#wp-link .link-search-field {
	font-family: inherit;
	font-size: 13px;
	width: 100%;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
}
#wp-link .item-info {
	top: 7px!important;
}
#adduser .field:not(:nth-child(1n+8)) {
	float: left;
	width: calc((100% - 20px) / 2);
}
#adduser .field:not(:nth-child(1n+8)):nth-child(odd) {
	margin-left: 20px;
}
.media-modal-content {
	border-radius: 5px;
	box-shadow: none!important;
}
.count {
	display: inline-block;
	min-width: 1.25em;
	height: 1.25em;
	padding: 0 0.5em;
	text-align: center;
	background: #f2f2f2;
	border-radius: 0.625em;
}

/* cmb2 */
.cmb-type-file-list .cmb2-media-status .img-status {
	position: relative;
	display: inline-block;
	clear: none;
	vertical-align: middle;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
}

.cmb2-media-status .img-status img {
	background: #eee;
	border: 5px solid #fff;
	outline: 1px solid #dcdcde;
	box-shadow: inset 0 0 15px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);
	background-image: linear-gradient(45deg,#dcdcde 25%,transparent 25%,transparent 75%,#dcdcde 75%,#dcdcde),linear-gradient(45deg,#dcdcde 25%,transparent 25%,transparent 75%,#dcdcde 75%,#dcdcde);
	background-position: 0 0,10px 10px;
	background-size: 20px 20px;
	border-radius: 2px;
	margin: 15px 0 0;
	max-width: 350px;
	height: auto;
	float: left;
}

.cmb2-media-status .img-status .cmb2-remove-file-button {	
	background: #fff url('../images/trash.svg') no-repeat;
	background-size: 16px 16px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 5px;
	text-indent: -9999px;
	border-bottom-right-radius: 3px;
}

.cmb2-media-status.cmb-attach-list .img-status img {
	cursor: move;
}

.cmb2-media-status .img-status img {
	cursor: pointer;
}

.cmb2-element .ui-datepicker, .cmb2-element.ui-datepicker {
    min-width: auto!important;
}

.transaction-edit,
.transaction-delete {
	cursor: pointer;
	visibility: hidden;
}

.table td:hover .transaction-edit,
.table td:hover .transaction-delete {
	visibility: visible;
	text-decoration: none;
}

.term-form .message {
	font-size: .75em;
	line-height: 36px;
	float: right;
	display: none;
}

.success {
	color: green;
}

.error {
	color: red;
}

.error + .cmb-form [data-validation=required] {
	border: 1px solid red!important;
}

.cmb2-wrap input[type=text], .field input[type=number], .cmb2-wrap input[type=number], .cmb2-wrap textarea {
	font-family: inherit;
    font-size: 13px;
    width: 100%;
    min-height: 36px;
    padding: 8px;
    border: 1px solid #dcdcde;
}

.cmb2-checkbox-list ul {
    padding: 4px 0 0
}

.cmb2-checkbox-list li {
    display: inline-block;
}

.cmb-type-taxonomy-multicheck-hierarchical .cmb2-checkbox-list li {
	display: block;
}

.cmb-type-taxonomy-multicheck-hierarchical .cmb2-checkbox-list li.cmb2-indented-hierarchy li {
	display: inline-block;
}

.cmb2-checkbox-list li.cmb2-indented-hierarchy {
	margin-left: 1em;
}

.cmb2-checkbox-list li label {
    font-size: 13px;
    display: inline-block;
    margin: 0 0 2px 0;
    padding: 2px 4px;
    cursor: pointer;
}

.cmb2-checkbox-list li input[type=checkbox] {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	margin: 0;
}

.cmb2-checkbox-list li input[type=checkbox]:checked + label {
	background: #dcdcde;
	color: #000;
}

.cmb2-id--tinos-elements .cmb-td {
	padding-bottom: 2px;
}

.cmb2-id--tinos-elements-other-check input[type=checkbox] {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	margin: 0;	
}

.cmb2-id--tinos-elements-other-check input[type=checkbox]:checked + label {
	background: #dcdcde;
	color: #000;
}

.cmb2-id--tinos-elements-other-check .cmb2-metabox-description {
	color: inherit;
	font-style: inherit;
    font-size: 13px;
    display: inline-block;
    margin: 0 0 2px 0;
    padding: 2px 4px;
    cursor: pointer;
}

.cmb2-wrap .cmb-row:after {
    content: '';
    clear: both;
    display: block;
    width: 100%
}

.cmb2-metabox {
    clear: both;
    margin: 0
}

.cmb2-metabox hr {
	clear: both;
}

.cmb-th {
    padding: 0 0 3px;
}

.cmb-td {
    padding-bottom: 24px;
}

.row-fluid .cmb-th,
.cmb-th > label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

p.cmb2-metabox-description {
    color: #aaa;
    font-style: italic;
    margin: 0;
    padding-top: .5em
}

span.cmb2-metabox-description {
    color: #aaa;
    font-style: italic
}

.cmb2-postbox .cmb-row {
    padding: 0 0 1.8em;
    margin: 0 0 .8em
}

.cmb-form .button-primary, .cmb-form .button-secondary {
	min-width: 130px;
}

.cmb2-upload-button.button-secondary {
	font-size: .75em;
}

.cmb2-element.ui-datepicker select.ui-datepicker-month,
.cmb2-element.ui-datepicker select.ui-datepicker-year, 
.cmb2-element .ui-datepicker select.ui-datepicker-month,
.cmb2-element .ui-datepicker select.ui-datepicker-year {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
}

.cmb2-element.ui-datepicker select.ui-datepicker-month, 
.cmb2-element .ui-datepicker select.ui-datepicker-month {
	width: 54%;
}

.cmb2-element.ui-datepicker select.ui-datepicker-year, 
.cmb2-element .ui-datepicker select.ui-datepicker-year {
	width: 12%;
}

#read .cmb-td {
    padding-bottom: 30px;
}

#read .cmb-th {
	display: block;
}

#read .cmb-th br {
	clear: both;
}

#read .cmb-th.inline {
	float: left;
	margin-right: 6px;
	padding-top: 6px;
}

#read .cmb-td > ul:after {
	content: '';
	display: block;
	clear: both;
}

#read .cmb-td > ul > li {
	float: left;
	margin-right: 1.25em;
}

#read .cmb-td > ul.file-list > li {
	float: none;
}

#read .cmb-td ul ul {
	padding-left: 1em;
}

.single-divan #read td:nth-child(1) {
	width: 26%;
}

.single-divan #read td:nth-child(2) {
	width: 74%;
}

.single-divan #read .row-fluid:nth-of-type(2) .cmb-th {
	display: none;
}

p.cmb-add-row {
	position: relative;
	margin-top: -28px;
	right: 5px;
	float: right;
	margin-bottom: 0;
}

.empty-row.hidden {
	display: none;
}

.cmb-repeat .cmb-td {
	position: relative;
}

.cmb-repeat-row {
	position: relative;
}

.cmb-repeat-row .cmb-td {
	margin-right: 32px;
	padding-bottom: 0;
}

.cmb-repeat-row:not(:first-child) input {
	border-top: 0!important;
}

.cmb-td.cmb-remove-row {
	position: absolute;
	top: 8px;
	right: 8px;
}

.cmb-td.cmb-field-list,
.cmb-repeatable-grouping + .cmb-row > .cmb-td {
	padding-bottom: 0;
}

.cmb-type-group .cmb-remove-row {
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	padding: 8px;
}

.cmb-repeatable-grouping:first-child .cmb-remove-row {
	margin-top: 18px;
}

.cmb-type-group p.cmb-add-row {
	position: relative;
	right: 0;
	width: 36px;
	height: 36px;
	margin-top: -36px;
	margin-bottom: 0;
	padding: 8px;
}

.cmb-remove-row button.button-secondary, .cmb-add-row button.button-secondary {
	font-size: inherit;
	min-width: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #e5e5e5;
	border: 0;
	border-radius: 10px;
	padding: 0;
	overflow: hidden;
}

.cmb-remove-row button.button-secondary:before {
	content: '\ff0d';
	display: block;
}

.cmb-add-row button.button-secondary:before {
	content: '\ff0b';
	display: block;
}

.cmb-repeatable-grouping > .cmb-remove-group-row,
.cmb-repeatable-grouping > .cmbhandle,
.cmb-repeatable-grouping > .cmbhandle-title {
	display: none;
}

.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-th,
.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td input[type=text],
.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td input[type=number] {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td {
	padding-bottom: 0;
}

.cmb-repeat-group-field:not(:first-child) .cmb-td textarea {
	max-height: 36px;
}

.cmb-repeatable-grouping .button-primary {
	margin-top: 18px;
}

.cmb-repeatable-grouping .cmb-repeatable-group {
	min-height: 36px;
}

.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-th {
	display: none;
}

.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td input[type=text],
.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td input[type=number],
.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td textarea,
.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td .selectize-input,
.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td .select2-container--default .select2-selection--single {
	border-top-width: 0;
}

.cmb-repeat-group-field:not(:first-child) .cmb-td input[type=text],
.cmb-repeat-group-field:not(:first-child) .cmb-td input[type=number],
.cmb-repeat-group-field:not(:first-child) .cmb-td textarea,
.cmb-repeat-group-field:not(:first-child) .cmb-td .selectize-input {
	border-left-width: 0;
}

.cmb-repeat-group-field {
	margin-left: 0;
	float: left;
	width: calc((100% - 72px) / 2);
}

.cmb-repeat-group-field .select2-container {
	width: 100%!important;
}

.market,
.tariff,
.cost,
.cmb2-id--mnl-item,
.cmb2-id--mnl-work,
.cmb2-id--mnl-measure,
.cmb2-id--mnl-payment {
	float: left;
	width: calc((100% - 20px) / 2);
}

.tariff,
.cmb2-id--mnl-measure,
.cmb2-id--mnl-payment {
	margin-left: 20px;
}

/*.set [class*=cmb2-id--soutf-] {
	float: left;
	width: calc((100% - 40px) / 3);
}

.set .cmb-row:nth-of-type(3n),
.set .cmb-row:nth-of-type(3n - 1) {
	margin-left: 20px;
}

.set .cmb-row:nth-of-type(3n - 2) {
	clear: both;
}*/

.date,
.cmb2-id--mnl-benefits-in-kind,
.cmb2-id--mnl-place {
	float: none;
	clear: both;
}

.date:after {
	content: '';
	clear: both;
	display: table;
}

.date .cmb-repeat-group-wrap {
	float: left;
	width: calc((100% - 20px) / 2);
}

.date .cmb-repeat-group-wrap:last-child {
	margin-left: 20px;
}

/*.price .cmb-field-list .cmb-repeat-group-field:nth-of-type(1) {
	width: 72px;
}

.price .cmb-field-list .cmb-repeat-group-field:nth-of-type(2) {
	width: calc(100% - 144px);
}

.price .non-repeatable .cmb-field-list .cmb-repeat-group-field:nth-of-type(2) {
	width: calc(100% - 72px);
}*/

.price .inside .cmb-row:nth-child(-n + 3),
.cost .inside .cmb-row:nth-child(-n + 3) {
	width: 80px;
}

.price .inside .cmb-row:nth-child(4),
.cost .inside .cmb-row:nth-child(4) {
	width: 100%;
	min-width: 80px;
	max-width: calc(100% - 80px);
}

.price .inside .cmb-row:has(input[type=checkbox]:checked) ~ .cmb-row:nth-child(4),
.cost .inside .cmb-row:has(input[type=checkbox]:checked) ~ .cmb-row:nth-child(4) {
	max-width: calc(100% - 160px);
}

.date .inside .cmb-row:not(:first-child) .cmb-td input[type=text],
.date .inside .cmb-row:not(:first-child) .cmb-td input[type=number],
.date .inside .cmb-row:not(:first-child) .cmb-td textarea,
.date .inside .cmb-row:not(:first-child) .cmb-td .selectize-input {
	border-left-width: 0;
}

.date .inside .cmb-row {
	margin-left: 0;
	float: left;	
}

.price > .cmb-th > label,
.cost > .cmb-th > label,
.date > .cmb-th > label {
	display: inline-block;
	line-height: 14px;
}

.price label[for^=_mnl_],
.cost label[for^=_mnl_],
.date label[for^=_mnl_] {
	cursor: pointer;
}

.price .cmb-repeat-group-wrap:last-child .inside .cmb-row:nth-child(2) .cmb-td input[type=text],
.price .cmb-repeat-group-wrap:last-child .inside .cmb-row:nth-child(2) .cmb-td input[type=number],
.cost .cmb-repeat-group-wrap:last-child .inside .cmb-row:nth-child(2) .cmb-td input[type=text],
.cost .cmb-repeat-group-wrap:last-child .inside .cmb-row:nth-child(2) .cmb-td input[type=number],
.date .cmb-repeat-group-wrap:last-child .inside .cmb-row:nth-child(2) .cmb-td input[type=text] {
	border-left-width: 1px;
}

.price .inside .cmb-row.cmb-type-checkbox,
.cost .inside .cmb-row.cmb-type-checkbox,
.date .inside .cmb-row.cmb-type-checkbox {
	display: none;
}

.date .cmb2-id--mnl-date2 .cmb-td:has(input[type=checkbox]:not(:checked)) {
	padding: 0;
}

.date .inside .cmb-row:not(:last-child) {
	width: 52px;
}

.date .inside .cmb-row:last-child {
	width: 100%;
	min-width: 82px;
	max-width: calc(100% - 208px);
}

.date .inside .cmb-row .select2-container {
	width: 100%!important;
}

/*select2*/
.select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
}
.select2-search--dropdown .select2-search__field {
	width: 100%;
}
.select2-container--open .select2-dropdown {
	top: -36px;
}
.select2-search--dropdown {
	padding: 0!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #dcdcde;
}

/*selectize*/
.selectize-input, .selectize-dropdown {
	max-width: 100%;
	min-height: 36px;
	border-radius: 0!important;
	border-color: #dcdcde!important;
	box-shadow: none!important;
}
.selectize-input {
	background-image: none!important;
	background-color: #fff!important;
	border: 1px solid #dcdcde;
}

.selectize-input input {
	color: inherit!important;
}

.selectize-control {
	height: 36px;
}

.selectize-control .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 17px;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #808080 transparent transparent transparent;
}

.selectize-control .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #808080 transparent;
}

.selectize-dropdown-content {
	max-height: 170px!important;
}

.selectize-dropdown [data-selectable] {
	padding: 8px!important;
}

/* cmb2-field-ajax-search */
.cmb-type-post-ajax-search .cmb-td {
	position: relative;
}

.cmb-type-post-ajax-search .cmb-ajax-search-results {
	position: relative;
	margin-top: 36px;
}

.cmb-type-post-ajax-search .cmb-ajax-search[data-multiple="1"] {
	position: absolute;
	top: -36px;
}

.cmb-ajax-search-spinner {
	position: relative;
	float: right;
	margin: -24px 14px 0 0;
	width: 12px;
}

.autocomplete-suggestions {
	border-top: 0;
}

.autocomplete-suggestions > div {
	padding: 8px;
	font-size: 13px;
	line-height: 18px;
	color: #303030;
}

.autocomplete-suggestions > div:hover {
	background-color: #f5fafd;
	color: #495c68;
}

.autocomplete-suggestions strong {
	background: rgba(125, 168, 208, 0.2);
	border-radius: 1px;
	color: inherit;
}

.cmb-ajax-search-results {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cmb-ajax-search-results li a.edit-link {
	max-width: calc(100% - 45px);
	display: inline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cmb-ajax-search-results li a.remover {
	float: none;
}

.cmb-ajax-search-results li a.remover:hover {
	text-decoration: none;
}

.cmb-ajax-search-results li a.remover span {
	line-height: 22px;
}

/* glightbox */
.goverlay{
	background: rgba(0, 0, 0, 0.8)!important;
}

/*.glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
	display: block!important;
	padding: 16px;
	background: #fff;
	border-radius: 5px;
	box-shadow: none!important;
}

.glightbox-container .gslide-inner-content {
	width: auto!important;
	max-width: calc(100% - 100px)!important;
}

.gslide-external {
	width: calc(100vw - 100px)!important;
}

.gslide-image img {
	max-width: 100%!important;
}*/

.glightbox-clean .gprev, .glightbox-modern .gprev,
.glightbox-clean .gnext, .glightbox-modern .gnext {
	top: calc((100% - 48px) / 2)!important;
	width: 24px!important;
	height: 24px!important;
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
	left: 24px!important;
}

.glightbox-clean .gnext, .glightbox-modern .gnext {
	right: 24px!important;
}

.glightbox-clean .gclose, .glightbox-modern .gclose {
	width: 20px!important;
	height: 20px!important;
	top: 20px!important;
	right: 20px!important;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev, .glightbox-modern .gclose, .glightbox-modern .gnext, .glightbox-modern .gprev,
.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover, .glightbox-modern .gclose:hover, .glightbox-modern .gnext:hover, .glightbox-modern .gprev:hover {
	background-color: transparent!important;
}

/*table*/
.table {
	font-size: 13px;
    table-layout: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #dcdcde;
}

.table th {
	padding: 9px 8px;
	border-bottom: 1px solid #d9d9d9;
	background: #f5f5f5;
}

.table td {
	height: 35px;
    padding: 9px 8px;
    border: 1px solid #dcdcde;
}

.table p {
	margin:0;
}

.table th[data-sort] {
	cursor: pointer;
}

.table-wrap {
	overflow: auto;
}

.table-wrap form[role=search] {
	position: relative;
}

.table-wrap form[role=search] input[type=submit] {
	position: absolute;
	top: 1px;
	right: 4px;
	float: right;
	width: 34px;
	height: 34px;
	box-shadow: none;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='10.5' cy='10.5' r='7.5'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='15.8' y2='15.8'%3e%3c/line%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
}

.datatable-wrapper.no-footer .datatable-container {
	border-bottom: 0!important;
	overflow: auto;
}

.datatable-bottom, .datatable-top {
	padding: 0 0 8px 0!important;
}

.datatable-sorter::before {
	bottom: 6px!important;
}

.datatable-search {
	width: 100%;
}

.search-field {
	padding-bottom: 8px;
}

.search-field > input,
.datatable-input {
	font-family: inherit;
    font-size: 13px;
    width: 100%;
    min-height: 36px;
    padding: 6px 8px!important;
    border: 1px solid #dcdcde;
}

.datatable-table {
	border-collapse: collapse!important;
}

.datatable-sorter,.datatable-sorter:hover{color:inherit}.datatable-bottom > div:first-child{float:left}.datatable-bottom > div:last-child{float:right}.datatable-info{padding:6px 0}.datatable-pagination ul{margin:0;padding-left:0}.datatable-pagination li{list-style:none;float:left}.datatable-pagination a{float:left;padding:6px 12px;position:relative}.datatable-pagination .active a,.datatable-pagination .active a:focus,.datatable-pagination .active a:hover{color:inherit;cursor:default}.datatable-pagination .ellipsis a{color:inherit;cursor:default;pointer-events:none}

.datatable-table>tbody>tr>td, .datatable-table>tbody>tr>th, .datatable-table>tfoot>tr>td, .datatable-table>tfoot>tr>th, .datatable-table>thead>tr>td, .datatable-table>thead>tr>th {
	font-size: 13px;
	white-space: nowrap;
}

.datatable-table>tbody>tr>td, .datatable-table>tfoot>tr>td, .datatable-table>thead>tr>td {
	padding: 9px 8px!important;
	max-width: 256px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.datatable-table>tbody>tr>th, .datatable-table>tfoot>tr>th, .datatable-table>thead>tr>th {
	padding: 8px 8px!important;
}

.datatable-sorter::after, .datatable-sorter::before {
	display: none;
}

.datatable-table th a:hover {
	text-decoration: none;
}

.umloading {
	width: 100%;
	height: 240px;
	background: url('../images/spinner.svg') no-repeat center center;
}

/*read*/
.field {
	padding-bottom: 24px;
}

.field label {
	padding: 3px 0;
	display: block;
}

.field input[type=text], .field input[type=password], .field input[type=email], .field textarea {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	width: 100%;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
}

.file-list-wrap .file-list-image {
	position: relative;
	display: inline-block;
	clear: none;
	vertical-align: middle;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
}

.file-list-wrap .file-list-image img {
	background: #eee;
	border: 5px solid #fff;
	outline: 1px solid #dcdcde;
	box-shadow: inset 0 0 15px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);
	background-image: linear-gradient(45deg,#dcdcde 25%,transparent 25%,transparent 75%,#dcdcde 75%,#dcdcde),linear-gradient(45deg,#dcdcde 25%,transparent 25%,transparent 75%,#dcdcde 75%,#dcdcde);
	background-position: 0 0,10px 10px;
	background-size: 20px 20px;
	border-radius: 2px;
	/*margin: 15px 0 0;*/
	max-width: 350px;
	height: auto;
	float: left;
}

.cropit-preview {
	background-color: #dcdcde;
	background-size: cover;
	border: 1px solid #dcdcde;  
	width: 252px; 
	height: 252px;
}

.select-image-btn ,.image-size-label {
	font-size: 12px;
}

.select-image-btn {
	cursor: pointer;
	margin-bottom: 20px;
}

.cropit-image-input, .image-size-label, .cropit-image-zoom-input {
	visibility: hidden;
}

.cropit-image-zoom-input {
	width: 252px;
	margin: 10px 0;
	position: relative;
	display: block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 4px;
	background: #eee;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}

.cropit-image-zoom-input::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background:#eee;-webkit-border-radius:4px;border-radius:4px;outline:none}
.cropit-image-zoom-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#888;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:background .25s;-moz-transition:background .25s;-o-transition:background .25s;-ms-transition:background .25s;transition:background .25s}
.cropit-image-zoom-input::-webkit-slider-thumb:active{background:#bbb}
.cropit-image-zoom-input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#888;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:background .25s;-moz-transition:background .25s;-o-transition:background .25s;-ms-transition:background .25s;transition:background .25s}
.cropit-image-zoom-input.custom::-moz-range-thumb:active{background:#bbb}

@media only screen and (max-width: 782px) {
	.wrap {
		margin: 0;
		/*padding: 10px;*/
		border: none;
		box-shadow: none;
	}
	.site-header {
		width: 100%;
		height: 160px;
	}
	.site-main {
		width: 100%;
		min-height: 200px;
		float: none;
	}
	.full .site-main {
		min-height: 400px;
	}
	.sidebar {
		width: 100%;
		height: auto;
		min-height: 200px;
		float: none;
		border-width: 1px 0 0 0;
	}
	.sidebar .widget {
		margin-bottom: 24px;
		width: 25%;
		float: left;
		padding-right: 20px;
	}
	.sidebar .widget.widget_search {
		margin-bottom: 0;
		width: 100%;
	}
	.log_in, .log_out {
		margin-top: -40px;
	}
	.site-navigation {
		position: absolute;
		display: none;
	}
	input.toggle {
		display: none;
	}
	input[type=checkbox]:checked ~ .site-navigation, label.toggle {
		display: block;
		cursor: pointer;
	}
	.site-navigation li {
		float: none;
	}
	.site-navigation li:hover ul {
		display: block;
		position: relative;
	}
	.site-navigation li ul {
		display: block;
	}
	.site-navigation li ul li {
		display: block;
		margin-left: 20px;
	}
	.language-chooser {
		position: relative;
		top: -40px;
	}
	.language-chooser li {
		float: left;
	}	
}

@media only screen and (max-width: 639px) {
	.sidebar .widget {
		margin-bottom: 24px;
		width: 50%;
		float: left;
		padding-right: 20px;
	}
	.site-footer {
		padding: 20px;
	}
	.site-footer > div {
		width: 100%;
		text-align: center;
	}
	.modal-dialog {
		width: calc(100% - 40px);
	}
	.tabs .tab-panel {
		display: block;
	}
	.tabs > label {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		cursor: default;
	}
	.tab-panel {
		margin: 0;
		border: 0;
	}
	.term-form input[type=text] {
		width: 100%;
		margin: 0 0 2px 0;
	}
	.term-form .selectize-control {
		width: 100%;
	}
	div[class*=cmb2-id--mnl-],
	#adduser .field {
		width: 100%;
		margin-left: 0;
	}
	.row-fluid [class*="span"] {
		width: 100%;
		margin-left: 0;
	}
	.price,
	.cost,
	.date {
		width: 100%;
	}
	.price .cmb-repeat-group-wrap,
	.cost .cmb-repeat-group-wrap,
	.date .cmb-repeat-group-wrap {
		float: none;
		width: 100%;
	}
	.tariff,
	.price .cmb-repeat-group-wrap:last-child,
	.cost .cmb-repeat-group-wrap:last-child,
	.date .cmb-repeat-group-wrap:last-child {
		margin-left: 0;
	}
	/*.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-th {
		display: block;
	}
	.cmb-repeatable-grouping .cmb-repeat-group-field:first-child .cmb-td {
		padding-bottom: 24px;
	}
	.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td input[type=text],
	.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td input[type=number],
	.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td textarea,
	.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td .selectize-input,
	.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td .select2-container--default .select2-selection--single {
		border-top-width: 1px!important;
	}
	.cmb-repeat-group-field .cmb-td input[type=text],
	.cmb-repeat-group-field .cmb-td input[type=number],
	.cmb-repeat-group-field .cmb-td textarea,
	.cmb-repeat-group-field .cmb-td .selectize-input {
		border-left-width: 1px!important;
	}
	.date .cmb-row:not(:nth-child(2)) .cmb-td input[type=text],
	.date .cmb-row:not(:nth-child(2)) .cmb-td input[type=number],
	.date .cmb-row:not(:nth-child(2)) .cmb-td textarea,
	.date .cmb-row:not(:nth-child(2)) .cmb-td .selectize-input {
		border-left-width: 1px!important;
	}*/
	.controls {
		height: 80px!important;
	}
	.controls > div {
		width: 100%!important;
		max-width: 100%!important;
	}
	.controls > button:nth-of-type(1) {
		width: calc(50% - 2px);
		margin: 4px 2px 0 0!important;
	}
	.controls > button:nth-of-type(2) {
		width: calc(50% - 2px);
		margin: 4px 0 0 2px!important;
	}
	.ajaxpost > * {
		float: none!important;
		margin: 0 auto;
		display: block;
	}
	.modal-buttons div {
		width: 100%;
	}
	.modal-buttons label {
		margin: 0 0 3px 0!important;
	}
	.modal-buttons input[type=submit] {
		width: 100%;
	}
}

@media print {
	.site-header {
		height: 120px;
		padding: 20px 0;
	}
	.site-main {
		width: 100%;
		min-height: 800px;
	}
	.site-footer {
		min-height: 55px;
		padding: 35px 20px 0;
	}
	.site-title {
		height: 80px;
	}
	.datatable-table>thead>tr>th {
		border-bottom: 0!important;
	}
	.sidebar, nav, .menu, label.toggle, .log_in, .log_out, .button-primary, .button-secondary, .tools, .controls, input[type=submit], input[type=button], .search-form, .datatable-search, .term-form, .term-edit, .term-delete, .modal {
		display: none;
	}
	.selectric {
		background-color: transparent;
		border: 0;
	}
	ul[data-taxonomy] li > span {
		padding: 2px 12px 2px 0;
		background: transparent;
	}
}