/*
Theme Name: mml.hr
Author: Danijel Sivinjski
Author URI: http://www.sivinjski.com/
Description: A custom theme for Museum Lapidarium.
Version: 1.0
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

body {
	color: #222;
	background-color: #fbfbfb;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ed048a;
	text-decoration: none;
	-o-transition:color .2s ease-out, background .3s ease-in;
  -ms-transition:color .2s ease-out, background .3s ease-in;
  -moz-transition:color .2s ease-out, background .3s ease-in;
  -webkit-transition:color .2s ease-out, background .3s ease-in;
  transition:color .2s ease-out, background .3s ease-in;
}

a:active,
a:hover {
	color: #222;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 56px;
	margin: 33px 0;
}

h2 {
	font-size: 28px;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	margin: 40px 0 10px 0;
	text-transform: uppercase;
}

.bluetext {
	color: #0000dc;
}

.pinktext {
	color: #d70a80;
}


h3 {
	font-size: 30px;
	margin: 22px 0;
}

h4 {
	font-size: 28px;
	margin: 25px 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 900;
}

p {
	margin: 0 0 24px;
}

blockquote,
q {
	color: #d70a80;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
q:before {
	content: " \2218 \2218";
	font-size: 1.5em;
	font-style: normal;
	font-weight: 300;
	color: #222;
}

blockquote {
	margin: -1em 0 1em 0;
	padding-bottom: -2em;
}

blockquote strong,
blockquote b {
	font-weight: 900;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: circle;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px; /* checkthis and test */
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	height: 1;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: 900;
	text-transform: uppercase;
}

td {
	padding: 5px;
}

del {
	text-decoration: line-through;
}

ins {
	background: #ed048a;
	background: -webkit-linear-gradient(left, #ed048a, transparent);
	background: -o-linear-gradient(right, #ed048a, transparent);
	background: -moz-linear-gradient(right, #ed048a, transparent);
	background: linear-gradient(to right, #ed048a, transparent);
	padding: 1px 2px;
	text-decoration: none;
}

/* Repeatable Patterns ---------------------------------------------------- */

.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 900;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #ed048a;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #222;
}

input:focus,
textarea:focus {
	border: 2px solid #222;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #ddd; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed048a 0%, #222 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed048a 0%, #222 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #222;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #d70a80; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed048a 0%, #222 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed048a 0%, #222 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d70a80; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed048a 0%, #222 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed048a 0%, #222 100%); /* W3C */
	border: none;
	border-top: 3px solid #ed048a;
	padding: 10px 24px 11px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #808080;
}

:-moz-placeholder {
	color: #808080;
}

::-moz-placeholder {
	color: #808080;
}

:-ms-input-placeholder {
	color: #808080;
}

/* Responsive images */
.entry-content img,
.entry-summary img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #333;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/* Basic Structure --------------------------------------------------------- */

.site {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-main {
	position: relative;
	margin-top: 55px;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	min-height: 50px;
	position: relative;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
	z-index: 20;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	margin-right: -4px;
}

.nav-menu li a {
	color: #222;
	display: block;
	font-size: .8em;
	line-height: 1;
	padding: 22px 12px 20px 12px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #d70a80;
	color: #fff;
}

/* Lang menu --------------------------------------------------------------- */

#top-right {
	width: auto;
	height: 55px;
	position: fixed;
	right: 0;
	z-index: 1;
}

ul.lang-menu,
div.lang-menu > ul {
	margin: 1px 5px 0 0;
	padding: 0;
	float: right;
}

.lang-menu li {
	display: inline-block;
	position: relative;
}

.lang-menu li a {
	color: #222;
	display: block;
	font-size: .8em;
	line-height: 1;
	padding: 20px 5px;
	text-decoration: none;
}

.lang-menu li:hover > a,
.lang-menu li a:hover,
.lang-menu li:focus > a,
.lang-menu li a:focus {
	color: #fff;
}

/* Style for home button --------------------------------------------------- */

 .nav-menu li.menu-item-7,
 .nav-menu li.menu-item-6, /* checkthis */
 .nav-menu li.menu-item-5 { /* checkthis */
	font-weight: 700;
 }

 .nav-menu li.menu-item-7 a,
 .nav-menu li.menu-item-6 a,
 .nav-menu li.menu-item-5 a {
 	color: #ed048a;
 }

 .nav-menu li.menu-item-2396 a,
 .nav-menu li.menu-item-320 a,
 .nav-menu li.menu-item-307 a,

 .nav-menu li.menu-item-318 a,
 .nav-menu li.menu-item-2461 a,
 .nav-menu li.menu-item-288 a,

 .nav-menu li.menu-item-2488 a,
 .nav-menu li.menu-item-319 a,
 .nav-menu li.menu-item-301 a {
 	color: #0000dc;
 }

	/* Galerija Rigo button */

 .nav-menu li.menu-item-320 a:hover,
 .nav-menu li.menu-item-320 :hover,
 .nav-menu li.menu-item-320 :focus > a,
 .nav-menu li.menu-item-320 a:focus,

 .nav-menu li.menu-item-307 a:hover,
 .nav-menu li.menu-item-307 :hover,
 .nav-menu li.menu-item-307 :focus > a,
 .nav-menu li.menu-item-307 a:focus,

 .nav-menu li.menu-item-2461 a:hover,
 .nav-menu li.menu-item-2461 :hover,
 .nav-menu li.menu-item-2461 :focus > a,
 .nav-menu li.menu-item-2461 a:focus,

 .nav-menu li.menu-item-288 a:hover,
 .nav-menu li.menu-item-288 :hover,
 .nav-menu li.menu-item-288 :focus > a,
 .nav-menu li.menu-item-288 a:focus,

 .nav-menu li.menu-item-319 a:hover,
 .nav-menu li.menu-item-319 :hover,
 .nav-menu li.menu-item-319 :focus > a,
 .nav-menu li.menu-item-319 a:focus,

 .nav-menu li.menu-item-301 a:hover,
 .nav-menu li.menu-item-301 :hover,
 .nav-menu li.menu-item-301 :focus > a,
 .nav-menu li.menu-item-301 a:focus {
	 background: #0000dc;
	 color: #fff;
 }

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #222;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #d70a80;
	color: #fff;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #222;
	background: #ddd;
	background: -webkit-linear-gradient(left, #ddd, transparent);
	background: -o-linear-gradient(right, #ddd, transparent);
	background: -moz-linear-gradient(right, #ddd, transparent);
	background: linear-gradient(to right, #ddd, transparent);
}

.menu-toggle {
	display: none;
	z-index: 100;
}

/* Navigation ------------------------------------------------------------- */

.navbar {
	background-color: white;
	opacity: 0.95;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

.site-header .search-form {
	position: absolute;
	right: 70px;
	top: 0;
	border-right: 1px solid #ddd;
}

.site-header .search-field {
	font-size: .8em;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border: none;
	cursor: pointer;
	height: 55px;
	margin: 0;
	padding: 0 5px 0 30px;
	position: relative;
	-webkit-transition: width 333ms ease, background 333ms ease;
	transition:         width 333ms ease, background 333ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	cursor: text;
	outline: 0;
	width: 200px;
}

.search-field:focus {
	padding-top: 0;
}

.search-form .search-submit {
	display: none;
}

/* Content ----------------------------------------------------------------- */

.hentry {
	padding: 0;
	z-index: -1; /* checkthis */
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 50%;
	width: 100%;
	padding-bottom: 20px;
}

/* Entry Header ------------------------------------------------------------ */

.entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto;
}

.entry-header {
	margin-bottom: 20px;
}

article {
	min-height: 90vh; /* checkthis */
	height: 100%;
	margin-top: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	outline-width: 4px;
	outline-style: dotted;
	outline-color: #d70a80;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

article.category-rigo {
	outline-color: #0000dc;
}

.entry-title {
	font-weight: 900;
	font-size: 3em;
	word-spacing: 10px;
	line-height: 1.2;
	height: 1;
	text-align: left;
	padding: 40px 60px 10px 60px;
	margin: 0;

				/* checkthis
				position: sticky;
				position: -webkit-sticky;
				position: -moz-sticky;
				position: -ms-sticky;
				position: -o-sticky;

				top: 50%;
				transform: translateY(-50%);
				padding-left: 2%;
				z-index: 10;
				*/
}

.entry-title a {
	color: white;
	background: #d70a80;
	background: -webkit-linear-gradient(left, #d70a80, transparent);
	background: -o-linear-gradient(right, #d70a80, transparent);
	background: -moz-linear-gradient(right, #d70a80, transparent);
	background: linear-gradient(to right, #d70a80, transparent);
	padding: 0 40px 0 12px;
	opacity: .9;
}

.entry-title a:hover {
	background: #d70a80;
	background: -webkit-linear-gradient(right, #d70a80, transparent);
	background: -o-linear-gradient(left, #d70a80, transparent);
	background: -moz-linear-gradient(left, #d70a80, transparent);
	background: linear-gradient(to left, #d70a80, transparent);
	opacity: 1;
}

.entry-title-single {
	text-align: center;
	font-weight: 900;
	font-size: 3em;
	/* text-transform: uppercase; checkthis */
	word-spacing: 5px;
	width: 98%;
	margin: 100px auto 40px auto;
	color: #333;
	opacity: .9;
}

/* Custom field */
.entry-add-info {
	font-weight: 300;
	font-size: 1.4em;
	color: #333;
	text-shadow: 1px 1px #fff;
	line-height: 1;
	height: 1;
	text-align: left;
	padding: 0 60px 60px 63px;
	margin: 0;
	z-index: 1;
	display: block;
}

/* Featured image */
.attachment-post-thumbnail {
	width: 100%;
}

.page-entry { /* checkthis */

}

.entry-title-page {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: 300;
	font-size: 4em;
	word-spacing: 8px;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0 0 20px -4px;
	color: #d70a80;
}

.post-8 .entry-title-page,
.post-9 .entry-title-page,
.post-11 .entry-title-page {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: 300;
	font-size: 4em;
	word-spacing: 8px;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0 0 20px -4px;
	color: #0000dc;
}


/* Entry Content ----------------------------------------------------------- */

.entry-content {
	font-size: .9em;
	line-height: 1.5;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a {
	color: #d70a80;
	border-bottom: 2px solid #d70a80;
}

.entry-content a:hover {
	color: #222;
	border-bottom: 2px solid #222;
}

/* Category specific styling */

.category-rigo .entry-title a,
.category-rigo-en .entry-title a,
.category-rigo-it .entry-title a {
	color: white;
	background: #0000dc;
	background: -webkit-linear-gradient(left, #0000dc, transparent);
	background: -o-linear-gradient(right, #0000dc, transparent);
	background: -moz-linear-gradient(right, #0000dc, transparent);
	background: linear-gradient(to right, #0000dc, transparent);
	padding: 0 40px 0 12px;
	opacity: .9;
}

.category-rigo .entry-title a:hover,
.category-rigo-en .entry-title a:hover,
.category-rigo-it .entry-title a:hover {
	background: #0000dc;
	background: -webkit-linear-gradient(right, #0000dc, transparent);
	background: -o-linear-gradient(left, #0000dc, transparent);
	background: -moz-linear-gradient(left, #0000dc, transparent);
	background: linear-gradient(to left, #0000dc, transparent);
	opacity: .9;
}

.category-rigo .entry-content a,
.category-rigo-en .entry-content a,
.category-rigo-it .entry-content a {
	color: #0000dc;
	border-color: #0000dc;
}

.category-rigo .entry-content a:hover,
.category-rigo-en .entry-content a:hover,
.category-rigo-it .entry-content a:hover {
	color: #0000dc;
	border-color: #0000dc;
}

.category-rigo ins,
.category-rigo-en ins,
.category-rigo-it ins,
.post-7 ins,
.post-9 ins,
.post-11 ins{
	background: #5c5ce3;
	background: -webkit-linear-gradient(left, #5c5ce3, transparent);
	background: -o-linear-gradient(right, #5c5ce3, transparent);
	background: -moz-linear-gradient(right, #5c5ce3, transparent);
	background: linear-gradient(to right, #5c5ce3, transparent);
	padding: 1px 2px;
	text-decoration: none;
}

.category-rigo blockquote,
.category-rigo-en blockquote,
.category-rigo-it blockquote,
.category-rigo q,
.category-rigo-en q,
.category-rigo-it q,
.post-7 blockquote,
.post-9 blockquote,
.post-11 blockquote,
.post-7 q,
.post-9 q,
.post-11 q {
	color: #0000dc;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

.category-rigo blockquote:before,
.category-rigo-en blockquote:before,
.category-rigo-it blockquote:before,
.category-rigo q:before,
.category-rigo-en q:before,
.category-rigo-it q:before,
.post-7 blockquote:before,
.post-9 blockquote:before,
.post-11 blockquote:before,
.post-7 q:before,
.post-9 q:before,
.post-11 q:before {
	content: " \2218 \2218";
	font-size: 1.5em;
	font-style: normal;
	font-weight: 300;
	color: #0000dc;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	color: #d70a80;
	border: 2px solid #d70a80;
	padding: 0 2px;
	text-decoration: none;
}

.page-links a {
	color: #d70a80;
	border: 2px solid #d70a80;
}

.page-links a:hover {
	color: #222;
	border-bottom: 2px solid #222;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #1e1e1e;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #83cc83;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/* Galleries --------------------------------------------------------------- */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* Post Formats ----------------------------------------------------------- */

 /* Standard */
 .format-standard .wp-video,
 .format-standard .wp-audio-shortcode,
 .format-standard .video-player {
 	margin-bottom: 20px;
 }

/* Gallery checkthis
.format-gallery {
	background-color: #e9e9e9;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

											.format-gallery .entry-title {
												font-size: 50px;
												font-weight: 400;
												margin: 0;
											}


.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #ed048a;
}
*/

/* Attachments ------------------------------------------------------------- */

.attachment .hentry {
	background-color: #ddd;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ed048a;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* Post/Paging Navigation ------------------------------------------------- */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #555;
}

.navigation a:hover {
	color: #d70a80;
	text-decoration: none;
}

.paging-navigation {
	margin-top: -3px;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.paging-navigation .nav-previous {
	padding-right: 10%;
}

.paging-navigation .nav-next {
	padding-left: 10%;
}

.paging-navigation a {
	color: #d70a80;
	font-size: 2em;
	font-weight: 300;
}

.paging-navigation a:hover,
.paging-navigation a:active {
	color: #222;
	font-size: 2em;
	font-weight: 300;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 20px;
	padding-left: 0 10px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 20px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #d70a80;
	text-decoration: none;
}

.post-navigation {
	color: #555;
	font-size: .8em;
	font-weight: 300;
	padding: 10px 0;
	background: transparent;
  background: -webkit-linear-gradient(left,#f6f6f6,transparent,transparent,transparent,transparent,transparent,transparent,#f6f6f6);
  background: -o-linear-gradient(left,#f6f6f6,transparent,transparent,transparent,transparent,transparent,transparent,#f6f6f6);
  background: -moz-linear-gradient(left,#f6f6f6,transparent,transparent,transparent,transparent,transparent,transparent,#f6f6f6);
  background: linear-gradient(to right,#f6f6f6,transparent,transparent,transparent,transparent,transparent,transparent,#f6f6f6);
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 98%;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

/* Search Results/No posts ------------------------------------------------- */

.page-header,
.archive-header {
	background: transparent;
}

.page-title {
	font-size: .9em;
	font-weight: 300;
	word-spacing: 2px;
	margin: 0 20px 0 60px;
	padding: 20px 0;
	width: 100%;
}

.archive-title {
	font-size: .9em;
	font-weight: 300;
	word-spacing: 2px;
	margin: 0 20px 0 0;
	padding: 20px 20px 20px 60px;
	width: 100%;

  /*	background: #fff600;
	background: -webkit-linear-gradient(left, #fff600, transparent);
	background: -o-linear-gradient(right, #fff600, transparent);
	background: -moz-linear-gradient(right, #fff600, transparent);
	background: linear-gradient(to right, #fff600, transparent); */
}

.archive-title a {
	color: #222;
	border-bottom: 2px solid #222;
}

.archive-title a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}

.page-title::before {
	content: " \2218 \2218 ";
	padding-right: 10px;
	color: #d70a80;
}

.page-content {
	font-size: .9em;
	font-weight: 300;
	margin: 0 auto;
	max-width: 50%;
	padding: 60px 0 20px 0;
	width: 100%;
}

/* 404 --------------------------------------------------------------------- */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-wrapper {
	background-color: #eee;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}

/* Multisite --------------------------------------------------------------- */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/* Footer ------------------------------------------------------------------ */

.site-footer {
	font-size: .8em;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	word-spacing: 1px;
	line-height: 1.6;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #f1f1f1;
}

.about-museum {
	color: #555;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0;
	width: 50%;
	float: left;
}

.site-info {
	color: #aaa;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0;
	width: 50%;
	float: right;
	text-align: right;
}

.about-museum a {
	color: #555;
	border-bottom: 1px solid #555;
}

.about-museum a:hover {
	color: #d70a80;
	border-bottom: 1px solid #d70a80;
}

.site-info a {
	color: #aaa;
	border-bottom: 1px solid #aaa;
}

.site-info a:hover {
	color: #222;
	border-bottom: 1px solid #222;
}

/* Media Queries ----------------------------------------------------------- */

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.error404 .page-header {
		margin-left: auto;
		max-width: 100%;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.attachment .entry-header {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

/* Intro ------------------------------------------------------------------- */
#background-video {
  width: 100vw;
  height: 75vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#museum-intro {
	width: 100%;
	height: 75vh; /* checkthis */
	padding: 60px 60px 0 80px; /* 60px 60px 0 60px checkthis */
	background-image: url(images/MML-2025-naslovnica.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;*/
	z-index: 5;
}

#museum-intro h1 {
	color: #fff;
	background: #d70a80;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: 300;
	font-size: 4em;
	float: left;
	margin: 0;
	padding: 4px 50px 4px 20px;
}

#museum-intro ul {
	width: 100%;
	float: left;
	list-style: none;
	line-height: 1.5;
	padding: 5px 0 0 0;
}

#museum-into li {
	font-size: 4em;
}

#museum-intro a {
	color: #fff;
	background: #0000dc;
	opacity: .95;
	padding: 1px 8px;
}

#museum-intro a:hover {
	color: #222;
	background: #fff;
}

p#museum-intro-credits {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-align: right;
	font-weight: 300;
	font-size: 0.7em;
	padding: 0 80px;
	margin-bottom: -24px;
	color: #bbb;
}

@media (max-width: 643px) {
	.hentry {
		padding: 0;
	}

	#museum-intro {
		width: 100%;
		height: 75vh; /* checkthis */
		padding: 20px; /* 60px 60px 0 20px checkthis */
		line-height: 1.3;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	#museum-intro h1 {
		color: #fff;
		background: #d70a80;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		text-align: left;
		font-weight: 300;
		font-size: 2em; /* 6em */
		margin: 0;
		padding: 4px 8px;
	}
	p#museum-intro-credits {
		padding: 0 8px;
	}
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0 auto;
		max-width: 98%;
		width: 100%;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.paging-navigation .nav-links,
	#content .author-info {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Small menu */
	.menu-toggle {
		height: 56px;
		min-height: 56px;
		display: inline-block;
		font-family: 'Karla', Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-size: .8em;
		line-height: 1;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #222;
		padding: 20px 20px 21px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		padding-left: 20px;
		width: auto;
	}

	.toggled-on .nav-menu li > ul a::before {
		content: "⋅⋅";
		padding-right: 5px;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #d70a80;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #ed048a;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-content {
		font-size: 1em;
	}

	.error404 .page-title {
		padding: 20px 0 0;
	}

	article {
		min-height: 40vh; /* checkthis */
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.entry-title {
		font-weight: 900;
		font-size: 6vw;
		letter-spacing: 0;
		word-spacing: 5px;
		line-height: 1.22;
		height: 1;
		text-align: left;
		padding: 40px 60px 5px 20px;
		margin: 0;
	}

	.entry-title a {
		color: white;
		background: #d70a80;
		background: -webkit-linear-gradient(left, #d70a80, transparent);
		background: -o-linear-gradient(right, #d70a80, transparent);
		background: -moz-linear-gradient(right, #d70a80, transparent);
		background: linear-gradient(to right, #d70a80, transparent);
		padding: 0 20px 0 6px;
		opacity: .9;
	}

	.entry-add-info {
		font-weight: 300;
		font-size: 1em;
		color: #222;
		line-height: 1;
		height: 1;
		text-align: left;
		padding: 0 60px 60px 63px;
		margin: 0;
		z-index: 1;
		display: block;
		padding: 0 20px 20px 23px;
	}

	.page-content {
		font-size: .9em;
		margin: 0 auto;
		max-width: 90%;
		padding: 20px 0;
		width: 100%;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.about-museum {
		color: #555;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		padding: 40px 0 10px 0;
		text-align: left;
	}

	.site-info {
		color: #aaa;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		padding: 10px 0 40px 0;
		text-align: left;
	}
}
/* Mobile devices */
@media (max-width: 359px) {
	/* checkthis, set and test */
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}
}

/* Print ------------------------------------------------------------------- */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-footer,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.main-navigation
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 1em;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}
}

.royalSlider {
	margin-bottom: 20px;
}

/* ------------------------------------------------------------ */
.dajla {
	height: 95vh;
	background: #000; /*211d14*/
}

.dajlavideo {
	position: relative;
	padding-bottom: 80vh; /*56.25%*/
	height: 0;
	overflow: hidden;
	max-width: 90%;
	width: 90%;
	margin: 0 auto;
}

.dajlavideo iframe, .dajlavideo object, .dajlaavideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	vertical-align: middle;
}

p.dajlatext1 {
	font-size: 16px;
	color: #fff;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: center;
}
p.dajlatext2 {
	width: 100%;
	text-align: center;
	margin-top: 16px;
	color: #fff;
}
p.dajlatext2 a {
	padding: 10px;
	margin: 0 8px;
	font-size: 16px;
	color: #fff;
	background: #ed048a;
	border-bottom: 1px solid #ddd;
	border-radius: 8px;
	text-align: center;
}
p.dajlatext2 a:hover {
	color: #ed048a;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

#OmoWidget {
  bottom: 18px !important;
  right: 18px !important;
  top: auto !important;
}
