/*
Theme Name:   Cumil
Description:  Cumil Theme
Author:       Cumil
Author URI:   https://cumil.fun
Version:      1.0.0
*/

@import "//fonts.googleapis.com/css?family=Open+Sans:400&subset=latin,latin-ext";
@import "//fonts.googleapis.com/css?family=Open+Sans:400italic&subset=latin,latin-ext";
@import "//fonts.googleapis.com/css?family=Open+Sans:700&subset=latin,latin-ext";
@import "//fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext";
@import "//fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,latin-ext";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css";

html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}


.clear {clear: both;}

.gallery-caption{}

html,
body { 
position:relative;
margin:0px; 
padding:0px; 
font-family: "Open Sans", Arial, sans-serif!important;
color:#0c0d14;
font-size: 12px; 
min-height: 100%;
}

main{
position:relative;
margin:0px;
padding:60px 0px 0px 340px;
background:#0c0d14;
}

@media (min-width: 1680px) { 
main {
  padding:60px 0px 0px 660px;
}
}
@media (max-width: 1365px) { 
main {
  padding:61px 0px 0px 0px;
  background:#ffffff;
}
}
@media (max-width: 737px) { 
main {
  min-width: 100%!important;
}
}

a{
	text-transform:none;
	text-decoration:none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
    color: #9f8b4f;
}

a:hover{
    color: #cf7416;	
}

#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 32px;
    height: 32px;
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #23282d;
}

small{ font-size:8pt; font-weight:normal;}

.fr{ float:right;}
.fl{ float:left;}

img, img a{border:none;}

.box{ 
  width:100%;
  margin:0 auto 0 auto;
  padding:0 0 100px 0;
  overflow:hidden;
  min-height:calc(100vh - 160px);
}
@media (max-width: 1365px) { 
.box {
  padding:0;
  min-height: calc(100vh - 400px); 
}
}
@media (max-width: 737px) { 
.box {
  width: 100%!important;
}
}

.boxwide{ width:920px; margin:0px auto; padding:0;}

.cell{
	margin:0 40px 40px 0;
	padding:0px;
	float:left;
	width:204px;
	overflow:hidden;
	position:relative;
	background:#ffffff;
}

.cell img{
	margin:0;
	padding:0;
	width:190px;
}

.last{
	margin:0px 0px 30px 0px;
	float:left;
}

.twocell{
	margin:0 40px 40px 0;
	padding:4px;
	float:left;
	width:398px;
	overflow:hidden;
	position:relative;
}

h1, h2 {
    font-size: 35px;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-family: "Open Sans Condensed", Arial, sans-serif!important;
}
@media (max-width: 1365px) { 
h1 {
  font-size:35px;
  padding:0px;
}
} 

h1.entry-title {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: left;
}

@media (max-width: 737px) { 
h1.entry-title {
    font-size:25px;
    padding: 12px 10px 20px 10px!important;
    margin: 0;
    background: #ffffff;
    color: #0c0d14;
}
} 

h2.leading{
padding:0 0 10px 0;
margin:0;
}

h3{
font-size:20px;
font-weight:700;
padding: 20px 0 0 0;
}

h6{
font-size:10pt;
font-weight:normal;
font-style:italic;
padding:0;
margin:0;
letter-spacing:-1px;
}


header{
	top:0;
    left:0;
	width:340px;
	height:60px;
	background:#0c0d14;
    border-bottom: solid 1px #243345;
    position: absolute;
    z-index:102;
}
@media (min-width: 1440px) { 
header {
    position:fixed;
}
}
@media (max-width: 1365px) { 
header {
  width: calc(100% - 142px);
  border-bottom: none;
}
} 

body>header h1 #logo{
  display: block;
  width: 205px;
  height: 50px;
  margin: 5px 20px!important;
  padding: 0px!important;
	}


#navigation{
	margin:17px 0px 0px 0px;
	padding:0px;
	list-style:none;
	height:45px;
	position: relative;
	float:right;
	font-family: "Open Sans Condensed", Arial, sans-serif!important;
	font-size:24px;
	}
@media (max-width: 1365px) { 
#navigation {
  display: none;
}
} 
	
ul.nav{ float:right; margin:0px; padding:0px;}

.nav a  {
	position:relative;
	color:#fff;
	line-height:22pt;
	padding:8px 15px;
	height:30px;

	display:block;float:left;	
}

.nav a#homes{}

.nav li,.nav ul{float:right;	display:block;position: relative;}

.nav li.current_page_item, .nav li.current_page_parent{}
.nav li.current_page_item a:hover, .nav li.current_page_parent a:hover {}
.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a {}
.nav li  { float:left; width: auto; }
.nav li a.sf-with-ul { padding-right:15px !important; }


/* 2.2.1 Drop-down menus */
.nav li ul  {position: absolute; left: -999em; top:46px; width: 190px; z-index:999; padding:4px;
	background:#333 url(images/bg/bg-line1.png) repeat;;
}
.nav li ul li  { background: none;}
.nav li ul li a  {float:left; width:160px; color:#fff; font-size:0.9em;border-left:none; background:url(images/line-header.png) bottom repeat-x; }
.nav li ul li a.sf-with-ul {width:145px;  padding:8px 0 8px 15px;}
.nav li ul li a:hover  { border-bottom:none;}
.nav li ul ul  { margin: -50px 0 0 190px; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }

.nav li ul li a:hover, .nav li ul li.current_page_item, .nav li ul li.current_page_item a:hover{}

.nav li:hover,.nav li.hover  { position: relative;}
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }

.nav .sf-sub-indicator {position:absolute;display:block;right:1.0em;top:1.6em;width:10px;height:10px;text-indent:-999em;overflow:hidden; margin: -17px 0px 0px 0px;}
.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) 0 3px no-repeat;}




#latestpost{
	margin:20px 0 0 -40px;
	padding:0px;
	list-style:none;
	overflow:hidden;
	}
@media (max-width: 619px) { 
#latestpost {
    width: calc(100% - 20px);
    margin: 20px auto 0 auto;
}
}

#latestpost li{
	margin:0px 0px 40px 40px;
	padding:0;
	float:left;
	width:282px;
	height:auto;
	overflow:hidden;
	position:relative;
	}
@media (min-width: 1680px) { 
#latestpost li {
    width:302px;
}
}
@media (max-width: 619px) { 
#latestpost li {
  width: 100%;
  margin:0px 0px 20px 0px;
}
}
.clanok_single>#latestpost{
    margin: 10px 0px 0px -20px;   
}
@media (max-width: 619px) { 
.clanok_single>#latestpost {
    width: calc(100% - 20px);
    margin: 10px auto 0 auto;
}
}

#latestpost li{
	margin:0px 0px 40px 40px;
	padding:0;
	float:left;
	width:282px;
	height:auto;
	overflow:hidden;
	position:relative;
	}
@media (min-width: 1680px) { 
#latestpost li {
    width:302px;
}
}
@media (max-width: 619px) { 
#latestpost li {
  width: 100%;
  margin:0px 0px 20px 0px;
}
}
.clanok_single>#latestpost li{
    margin: 0px 0px 10px 20px;
    width: 354px;    
}
@media (max-width: 619px) { 
.clanok_single>#latestpost li {
  width: 100%;
  margin:0px 0px 10px 0px;
}
}

#latestpost li h2{
	font-size:14px;
	line-height:1.25em;
	margin:10px 0 10px 0;
	padding:0;
	font-family: "Open Sans", Arial, sans-serif!important;
	font-weight:700;
	text-transform:none;
    height: 34px;
    overflow: hidden;
}
@media (max-width: 619px) { 
#latestpost li h2 {
  max-height: 34px;
  height:auto;
}
}
@media (max-width: 619px) { 
.clanok_single>#latestpost li h2 {
  margin:5px 0 5px 0;
}
}
	
#latestpost li h2 a{

	}

.latestpost_nadpis{
    padding: 0;
}
	
#latestpost li .thumb{
	width:100%;
	height:147px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	}
@media (min-width: 1680px) { 
#latestpost li .thumb {
    height:157px;
}
}
@media (max-width: 619px) { 
#latestpost li .thumb {
    height:auto;
}
} 
.clanok_single>#latestpost li .thumb{
    height: 185px;   
}
@media (max-width: 619px) { 
.clanok_single>#latestpost li .thumb {
    height:auto;
}
} 

#latestpost li img{
	margin:0;
	padding:0px;
	float:left;
	width:100%;
	height:auto;
	}
    
ul#latestpost>li>.prispevok>.thumb:hover ~ .latestpost_nadpis>h2>a{
	color: #cf7416;
}

ul#latestpost>li.firstpost,.sticky{
	margin:0 0px 40px 40px;
	padding:0;
	float:left;
	width:443px;
	height:auto;
	overflow:hidden;
	position:relative;
    color:#ffffff;
	}       
@media (min-width: 1680px) { 
ul#latestpost>li.firstpost,.sticky {
  width:473px;
}
}
@media (max-width: 939px) { 
ul#latestpost>li.firstpost,.sticky {
  width: 604px;
}
} 
@media (max-width: 619px) { 
ul#latestpost>li.firstpost,.sticky {
  width: 100%;
  margin:0 0px 20px 0;
}
} 

ul#latestpost>li.firstpost>.prispevok>div.thumb, .sticky>div.thumb{
	width:100%;
	height:231px;
	overflow:hidden;
	background:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
@media (min-width: 1680px) { 
ul#latestpost>li.firstpost>.prispevok>div.thumb,.sticky>div.thumb{
    height:247px;
}
}
@media (max-width: 939px) { 
ul#latestpost>li.firstpost>.prispevok>div.thumb,.sticky>div.thumb{
    height:316px;
}
}
@media (max-width: 619px) { 
ul#latestpost>li.firstpost>.prispevok>div.thumb,.sticky>div.thumb{
    height:auto;
}
}  

ul#latestpost>li.firstpost>.prispevok>div.thumb>img{

}

ul#latestpost>li.firstpost>.prispevok>.latestpost_nadpisfirstpost{
	margin: -107px 0 0 0;
    padding: 20px;
    background: rgba(22, 24, 40, 0.8);
    position: relative;
    opacity: .99;
    float: left;
    width: calc(100% - 40px);
	}
@media (max-width: 619px) { 
ul#latestpost>li.firstpost>.prispevok>.latestpost_nadpisfirstpost {
    padding: 10px;
    width: calc(100% - 20px);
    margin: -87px 0 0 0;
}
} 

ul#latestpost>li.firstpost>.prispevok>.latestpost_nadpis_admin {
	margin: -129px 0 0 0!important;
	}
@media (max-width: 619px) { 
ul#latestpost>li.firstpost>.prispevok>.latestpost_nadpis_admin {
    margin: -109px 0 0 0!important;
}
} 

ul#latestpost>li.firstpost>.prispevok>.latestpost_nadpisfirstpost>h2{
	font-size:16px;
    margin: 0px 0 10px 0;
	padding:0;
	line-height:1.25em;
    font-weight:700;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
	}
    
ul#latestpost>li.firstpost>.prispevok>.latestpost_nadpisfirstpost>h2>a:hover{
    color:#ffffff;
}
ul#latestpost>li.firstpost>.prispevok>.thumb:hover ~ .latestpost_nadpisfirstpost>h2>a{
	color:#ffffff;
}

#content{
	float:left;
	width:500px;
	overflow:hidden;
}


.post{
	margin:0;
	padding:0px;
	overflow:hidden;
}

img.thumb{
	width:460px;
	height:120px;
	margin-bottom:10px;
}

.entry_wrap{
	width:100%;
	margin:0px;
	float:left;
	padding:20px 0;
	background:#FFFFFF;
    min-height: calc(100vh - 200px);
	}
@media (max-width: 737px) { 
.entry_wrap {
  padding:0px;
}
}

.entry{
	width:988px;
	margin:0px auto;
	padding:0px;
	}
@media (max-width: 987px) { 
.entry {      
    width:728px;
}
}
@media (max-width: 737px) { 
.entry {      
    width:100%;
}
}  
	
.entry a:hover{
    color:#cf7416;
}
	
.entry ol li{
	margin:0 0 0 30px;
	list-style: decimal
}


.meta{
	font-style:italic;
	font-size:8pt;
	padding:0;
	margin:0;
	}

.archthumb a img{
	width:80px;
	float:left;
	margin:10px 40px 40px 1px
	}

#sidebar{
  width:240px;
  min-height:750px;
  margin:0px;
  padding:0px 0px 0px 20px; 
  float:left;
  overflow:hidden;
}


#sidebar h2, h3{
font-family: "Open Sans Condensed", Arial, sans-serif!important;
font-weight:700;
font-size:20px;
padding:0px;
margin:0;
text-transform: uppercase;
}

#sidebar h4{
font-family: "Open Sans Condensed", Arial, sans-serif!important;
font-weight:normal;
font-size:20px;
padding:0px 0px 5px 0px;
margin:0px 0px 5px 0px;
color:#333;
}

#sidebar h4 a{
font-family: "Open Sans Condensed", Arial, sans-serif!important;
font-weight:normal;
text-transform:uppercase;
font-size:25px;
padding:0px 0px 5px 0px;
margin:0px 0px 5px 0px;
color:#333;
}

.post h3{
font-family: "Open Sans Condensed", Arial, sans-serif!important;
font-weight:normal;
text-transform:uppercase;
font-size:35px;
line-height:40px;
}

.post h3 a{
	text-transform:uppercase;
	font-weight:normal;
}

#sidebar ul{
	margin:0px;
}

#sidebar ul li ul{
	margin:0 0 0 0;
}

ul#bottomlist {
margin:0 0 20px 0;
float:left;
padding:0;
list-style:none;
width:558px;
font-size:8pt;
}

ul#bottomlist li{
float:left;
list-style:none;
margin:0;
padding:0;
}

ul#bottomlist li a{
float:left;
list-style:none;
margin:0;
padding:0 10px;
color:#999;
}

.credit{
padding:0 10px;
color:#999;
font-size:8pt;
}

footer{
  width: calc(100% - 340px);
  height:100px;
  left:340px;
  display:table;
  position: absolute;
  bottom:0;
  z-index:99;
  border-top: solid 1px #dddde0;
  background:#ffffff;
  color: #3e4154;
}

@media (min-width: 1680px) { 
footer {
    width: calc(100% - 660px);
    left: 660px;
}
}

@media (max-width: 1365px) { 
footer {
    width: 100%;
    left: 0;
    position: relative;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 15px 0 15px 0;
}
} 

.footer_info{
  width: 372px;
  height: 100%;
  padding: 0 40px;
  border-right: solid 1px #dddde0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1365px) { 
.footer_info {
    display: table-row!important;
}
} 

body>main>footer .footer_info img {
    width: 186px;
    height: 39px;
    margin-bottom: 10px;
}

@media (max-width: 1365px) { 
body>footer .footer_info img {
    padding-top: 15px;
}
} 

body>main>footer .copyright {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 1365px) { 
body>main>footer .copyright {
    padding-bottom: 15px;
    width:100%;
}
} 

body>main>footer .links {
    height: 100%;
    padding: 0 20px;
}

footer .table-cell {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1365px) { 
footer .table-cell {
    border-top: solid 1px #dddde0;
}
} 

@media (max-width: 1365px) { 
.item {
  width: calc(100% - 20px)!important;
  padding:20px 10px 0 10px!important;
}
}

body>main>footer .links .item {
    display: inline-block;
    padding: 8px 12px;
    vertical-align: top;
}

body>main>footer .links .item a {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #191c2e;
    text-decoration: none;
} 

body>main>footer .links .item a:hover {
    color:#9f8b4f
}

/* comments 
********************************************************************************************
********************************************************************************************/

#comments {
	clear: both;
}
.comm-navigation {
	padding: 0 0 18px 0;
	overflow:hidden;
	clear:both;
}
h3#comments-title,
h3#reply-title {
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	background:url(images/line-h.png) top repeat-x;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 40px 0 0 80px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 44px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	list-style: none;
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
}
#comments .pingback {
	background:url(images/line-h.png) bottom repeat-x;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	background:url(images/line-h.png) top repeat-x;
	margin: 24px 0 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-weight: normal;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
display: none;
}
#respond .form-allowed-tags code {
display: none;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	margin-top:30px;
}


/* forms 
********************************************************************************************
********************************************************************************************/

input, textarea,input checkbox,input radio,select, file{

	padding:10px;
	margin:0 10px 0 0;
	float:left;
	font-family: "Open Sans Condensed", Arial, sans-serif!important;
	font-weight:normal;
	font-size:10pt;
	}


form#contactform fieldset input{
	float:none;
	width:320px;
	margin-top:30px;}
	
form#contactform fieldset textarea{
	margin-top:30px;
	width:430px;}
	
form#contactform fieldset input#submit{
	width:150px;}

#adressmap{
	margin:0 0 50px 0;
	}

#map iframe{
	width:190px;
	overflow:hidden;
	}


#submit{
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.48, #BBBBBB),
    color-stop(0.87, #DEDBDE)
);
background-image: -moz-linear-gradient(
    center bottom,
    #BBBBBB 48%,
    #DEDBDE 87%
);

	color:#666;

	font-family: "Open Sans Condensed", Arial, sans-serif!important;
	font-weight:bold;
	font-style:normal;
	float:left;
	cursor:pointer;
	margin:20px 0 0 0;


	}

#contact{
	padding:0 0 30px 0;
	}
	
	
	

/* elements
********************************************************************************************
********************************************************************************************/
blockquote{
	font-family: "Open Sans Condensed", Arial, sans-serif!important;
	font-weight:normal;
	font-style:italic;
	color:#999;
	font-size:16pt;
	}
	
	
	
ul { list-style-position: inside; } 
ol { padding-left:20px; padding-bottom:20px;}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #fff0;
	text-decoration: none;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {

	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* tabs */
table{margin:.5em 0 1em;}
table td,table th{text-align:left;border:1px solid #fff;padding:.4em 1.0em;}
table th{background-color:#7b889f;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #fff; }
table td{background-color:#eee;}
table th a{color:#d6f325;}
table th a:hover{color:#fff;}
table tr.even td{background-color:#ddd;}
table tr:hover td{background-color:#fff;}

table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}
table, table.post{
  border-collapse: collapse;  
}



/* misc
********************************************************************************************
********************************************************************************************/

img.aligncenter,
img.alignright,
img.alignleft,
.archthumb a img,
.comment-author img{

}


img.aligncenter {
	display: block;
	margin: 10px auto 10px auto;
	float: none;
    min-width: 300px;
    max-width: 728px;
    max-height: 728px;
    width: auto;
    height: auto;
	}
@media (max-width: 737px) { 
img.aligncenter {
  width: 100%
}
}  

img.alignright {
	margin: 10px 1px 10px 20px !important;
	display: inline;
	float: right;
	}


img.alignleft {
	margin: 10px 20px 10px 1px;
	display: inline;
	float: left;
	}

.arpw-thumbnail, .wpp-thumbnail{
	margin: 0px 0px 5px 0px !important;
}

.alignright {
	float: right;
	margin-left:20px;
	}

.alignleft {
	float: left;
	margin-right:20px;
	}

.aligncenter,.wp-caption .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
	
.wp-caption {
   text-align: center;
   padding-top: 5px;
   margin-bottom:10px;
   margin-top:10px;
   background:#eee;

}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   padding: 0 4px 5px;
   margin: 0;
}



input, textarea, button, select, label { font-family: inherit!important; }
.themeform input,
.themeform select,
.themeform textarea,
.themeform button,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner, 
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform input[type="submit"],
.themeform select,
.themeform button, 
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input, 
.themeform select,
.themeform textarea, 
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #444; }
.themeform input[type="text"], 
.themeform input[type="password"], 
.themeform input[type="email"],
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform select,
.themeform textarea { background: #fff; border: 2px solid #ddd; color: #999; display: block; max-width: 100%; outline: none; padding: 7px 8px; font-size:14px;}
.themeform input[type="text"]:focus, 
.themeform input[type="password"]:focus, 
.themeform input[type="email"]:focus,
.themeform input[type="url"]:focus,
.themeform input[type="tel"]:focus,
.themeform input[type="number"]:focus, 
.themeform select:focus,
.themeform textarea:focus { border-color: #ccc; color: #444; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.themeform label .required { color: #3b8dbd; }
.themeform input[type="submit"],
.themeform button[type="submit"] { background: #3b8dbd; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #444; }

.themeform.searchform div { position: relative; }
.themeform.searchform div input { padding-left: 26px; line-height: 20px; }
.themeform.searchform div:after { color: #ccc; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 10px; top: 6px; font-family: FontAwesome; }

.ger,.wp-caption{ 
font-weight:normal;
font-size: 14px;
}

.navigation { margin:10px 0 40px 0; overflow:hidden; float:left; width:728px;}


.inset{	}

.ts-wrapper {
    padding: 0px!important;
    overflow: auto;
}

.contentTeaser {
display: block;
float: left;
width: 24%!important;
margin: 0% 0% 0px 1%!important;
}

#SC_TBlock_298550 .contentTeaser {
display: block;
float: left;
width: 49%!important;
margin: 0% 0% 0px 1%!important;
}

.wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
.wp-pagenavi a,
.wp-pagenavi span { font-size: 16px; padding: 7px 8px; display: inline; margin: 0 2px; border:none!important;}
.wp-pagenavi span.pages { font-size: 17px; font-weight: 300; display: block; margin-bottom: 1em!important; border: none!important; }
.wp-pagenavi span.pages:before { content: "\f15c"; font-family: FontAwesome; margin-right: 6px; }
.wp-pagenavi span.extend { border: none!important; border-bottom: 3px solid transparent!important; border-top: 1px solid transparent!important; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #27B2ED; }
.wp-pagenavi .last {display:none;}
.wp-pagenavi .first {display:none;}
.wp-pagenavi a { color: #333; border: none; border-bottom: 3px solid #333!important; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: none; border: none; border-bottom: 3px solid #27B2ED!important; border-top: 1px solid #27B2ED!important; }

#ig-lista{
bottom: -125px;
font-size: 18px;
text-align:center;
position: fixed;
 z-index: 1000;
 width: 100%;
 padding: 25px 10px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 background: #9f8b4f;
 color: white;
-webkit-transition: bottom 0.45s;
-o-transition: bottom 0.45s;
transition: bottom 0.45s;
}

#sidebar, #reklama_top, .reklama_pc {
  display: block;
}
@media (max-width: 987px) { 
#sidebar, #reklama_top {
  display: none!important;
}
}
@media (max-width: 737px) { 
.reklama_pc {
  display: none!important;
}
}

#sidebar_left {
    display: none;
}

@media (min-width: 1680px) { 
#sidebar_left {
    position: absolute;
    width: 300px;
    top: 66px;
    left: 20px;
    z-index: 97;
    display: block;
    max-height: calc(100% - 66px);
    overflow: hidden;
}
}

#sidebar_left img {
    width: 300px;
}

#sidebar_left li {
    margin: 0 0 15px 0;
}

#sidebar_left h3, #sidebar_left h2 {
    font-size: 18px;
    line-height: 1;
    margin: 2px 0 0 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    color: #edecea;
    font-family: "Open Sans Condensed", Arial, sans-serif!important;
}

#sidebar_left a:hover {
    color: #edecea;
}

#sidebar_left ul.arpw-ul>li>a:hover ~ a {
	color: #edecea;
}

#sidebar ul.arpw-ul>li>a:hover ~ a {
	color: #cf7416;
}  

#reklama_l {
    width:300px;
    position:fixed;
    z-index:98;
    top:66px;
    left:20px;
    color:#edecea;
    display: block;
}
@media (max-width: 1365px) { 
#reklama_l {
  display: none!important;
}
}
@media (min-width: 1680px) { 
#reklama_l {
    position:fixed;
    top:66px;
    left:340px;
    color:#edecea;
    display: block;
}
}

.reklama_mobil, .reklama_tablet {
  display: none;
}
@media (max-width: 737px) { 
.reklama_mobil {
  display: block;
  color:#9f8b4f;
}
}
@media (min-width: 738px) { 
.reklama_tablet {
  display: block;
}
}
@media (max-width: 737px) { 
.reklama_tablet {
  display: none;
}
}

.reklama_mobil_wrap {
  display: none;
}
@media (max-width: 1365px) { 
.reklama_mobil_wrap {
  display: block;
}
}

.reklama {
  display: block;
  color:#9f8b4f;
}

aside{
  width: calc(100% - 340px);
  position:fixed;
  top:0;
  left:340px;
  z-index:100;
  height:60px;
  border-bottom: solid 1px #dddde0;
  background:#ffffff;
  -webkit-transition: border-bottom 0.2s;
  -o-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}

@media (max-width: 1365px) { 
aside {
  top: 0px;
  left: 0;
  width: 100%;
  position: absolute;
  background: #0c0d14;
}
}

.button_partner{
  top: 0;
  position: relative;
  display: inline-block;
  width: initial;
  float: right;
  height: 100%;
  background: #9f8b4f;
  border: none!important;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.button_partner:hover {
  background-color:#9f8b4f!important;
}

.button_header{
  float: right;
  height: 60px; 
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.button_header a {
  font-size: 25px;
  line-height: 60px;
  padding: 0px 35px;
  color:#edecea;
  display: inline-block;
  height: 100%;
  border-left: solid 1px #dddde0;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

@media (max-width: 1365px) { 
.button_header a {
    padding: 0px 15px;    
    border-left: solid 1px #243345;
}
}

.button_header a i {
  line-height: 60px!important;
}

@media (max-width: 1365px) { 
.button_partner, .insta_icon, .fb_icon {
  display: none!important;
}
}

.hladaj_lista {
    display:none;
}

@media (max-width: 1365px) { 
.hladaj_lista{
    display:block;
}
}

.hladaj_lista a {
    font-size:16px!important;
}

@media (max-width: 1365px) { 
.hladaj_lista a {
  color:#ffffff;
  background:transparent;
  float: right;
}
}

@media (max-width: 1365px) { 
.hladaj_lista a:hover{
  color:#9f8b4f;
}
}

.categorylist a {
    font-family: "Open Sans Condensed", Arial, sans-serif!important;
    font-size:16px!important;
    font-weight:700;
    text-transform:uppercase;
    background:#9f8b4f;
    color:#ffffff;
}

.categorylist a:hover {
    background:#9f8b4f;
}
@media (max-width: 1365px) { 
.categorylist a:hover{
  color:#9f8b4f;
  background:transparent;
}
}

@media (max-width: 1365px) { 
.categorylist a {
  color:#ffffff;
  background:transparent;
  float: right;
}
}

@media (max-width: 1365px) { 
.categorylist_title {
  display:none;
}
}

body>aside .button_header ul {
    position: relative;
    top: 0;
    text-align: center;
    border: solid 1px #dddde0;
    border-width: 1px 1px 0 1px;
    background: white;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0.2s, visibility 0s 0.3s;
    -o-transition: opacity 0.2s 0.2s, visibility 0s 0.3s;
    transition: opacity 0.2s 0.2s, visibility 0s 0.3s; 
}

@media (max-width: 1365px) { 
body>aside .button_header ul {
    position:absolute;
    top:60px;
    right:0;
}
}

body>aside .button_header ul li {
    display:block;
    border:solid 1px #dddde0;
    border-width:0 0 1px 0;
    border-collapse:collapse;
    height:35px;
}

body>aside .button_header ul li a {
    display:inline-block;
    padding:0 10px;
    width:100%;
    border:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:white;
    color:#9f8b4f!important;
    line-height:35px;
    font-size: 14px!important;
    white-space:nowrap;
    cursor:pointer!important;
    -webkit-transition:background 0.2s;
    -o-transition:background 0.2s;
    transition:background 0.2s;
}

body>aside .button_header ul li a:hover {
    background:#f3f3f4;
}

body>aside .button_header:hover ul {
    visibility:visible;
    opacity:1;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;
}

body>aside .button-header.active ul {
    visibility:visible;
    opacity:1;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;
}

body>aside .button_header:hover .categorylist_main {
    color:#0c0d14;
}

@media (max-width: 1365px) {
body>aside .button_header:hover .categorylist_main {
    color:#9f8b4f;
}
}

.fb_icon a {
    color:#3578E5!important;
}

.fb_icon a:hover {
    color:#9f8b4f!important;
}

.button_header a:hover {
    color:#9f8b4f;
}

#cumiltv {
  padding: 12px 25px;
  height: 36px;
  display: block;
}

#hladaj {
    width:515px;
    position:fixed;
    top: 0;
    z-index:101;
    margin-left:340px;
    padding:10px;
    -webkit-transition: opacity 0.2s, visibility 0.3s;
    -o-transition: opacity 0.2s, visibility 0.3s;
    transition: opacity 0.2s, visibility 0.3s;
}

@media (min-width: 1680px) { 
#hladaj {
    width: 555px;
}
} 

@media (max-width: 1365px) { 
#hladaj {
    width: calc(100% - 40px);
    position: absolute;
    top: 60px;
    margin-left: 0px;
    background: #ffffff;
    padding:10px 20px;
    visibility: hidden;
    opacity: 0;
}
}  

body>#hladaj form input[type=text] {
    float: left;
    width: 420px;
    height: 40px;
    padding: 0 20px;
    border: solid 1px #dddde0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 2px 2px 2px 0 #e9e9e9;
    box-shadow: inset 2px 2px 2px 0 #e9e9e9;
    outline: none;
    background: #f3f3f4;
    color: #9f8b4f;
    font-size: 16px;
    vertical-align: middle;
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

@media (min-width: 1680px) { 
body>#hladaj form input[type=text] {
    width: 460px;
}
} 

@media (max-width: 1365px) { 
body>#hladaj form input[type=text] {
    width:calc(100% - 60px);
}
} 

body>#hladaj form input[type=text]:focus{
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #9f8b4f;
}

body>#hladaj form button {
    float: left;
    width: 95px;
    height: 40px;
    padding: 0px 25px;
    border: solid 1px #dddde0;
    border-left: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 22px;
    line-height: 0;
    background-color: #e9e9e9!important;
    color: #9f8b4f;
    cursor: pointer;
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
}

@media (max-width: 1365px) { 
body>#hladaj form button {
    width: 60px;
    padding: 0px 20px;
}
}

body>#hladaj form button:hover{
  background-color:#d2d2d2!important;
}

.clanok {
  width:728px;
  padding:0px;
  font-size:20px;
}
@media (max-width: 1365px) { 
.clanok {
  width: calc(100% - 20px);
  padding: 10px;
  font-size:14px;
}
}

.clanok_single {
  width:728px;
  padding:0px;
  font-size:18px;
  line-height: 1.2em;
  margin:0px;
  float:left;
  text-align:justify;
}
@media (max-width: 737px) { 
.clanok_single {
  width: 100%;
  font-size:16px;
}
}

.clanok_vnutro {
    overflow:hidden;
}

@media (max-width: 737px) { 
.clanok_vnutro {
    padding: 0px 10px 0px 10px;
}
}

@media (max-width: 737px) { 
.entry_page>.clanok_single>.clanok_vnutro {
    padding: 0;
    background: #0e0f19;
    color: #ffffff;
}
}

@media (max-width: 737px) { 
.entry_page>.clanok_single>.clanok_vnutro h1.entry-title {
    margin: 0;
    width: calc(100% - 20px);
}
}     

/*.entry iframe {
    margin: 20px auto 0 auto!important;
    display: block;
}

@media (max-width: 737px) { 
.entry iframe {
    margin: 15px auto 0 auto!important;
}
}*/

.fb-like iframe {
    width: 280px!important;
    margin: 0!important;
}

@media (max-width: 737px) { 
.fb-like {
    margin: 20px 0 5px 0!important;
    display: inline-block!important;
}
}

@media (max-width: 737px) { 
.youtube-player /* , .entry>.clanok_single>.clanok_vnutro>.obsah_obsah iframe */ {
  width: 100%;
  height: 56vw!important;
  min-height: 179px!important;
}
} 

@media (max-width: 737px) { 
.content_iframe_all {
  width: 100%;
  height: 80vw!important;
  min-height: 179px!important;
  padding: 0px!important;
}
}

.html5-video-player, .content_iframe_all /* , .entry>.clanok_single>.clanok_vnutro iframe */ {
  width: 100%;
  height: 410px;
  padding: 0px;
}

@media (max-width: 737px) {
.acp_wrapper {
  background: #0e0f19;
  margin: 10px 0 0 0;
}
}

@media (max-width: 737px) {
.acp_content {
  color: #ffffff;
}
}   

.acp_previous_page {
  margin: 10px 4px 10px 0px!important;
}
@media (max-width: 737px) {
.acp_previous_page {
    margin: 10px 4px 0 0px!important;
    background-color: #27B2ED!important;
}
} 

.acp_next_page {
  margin: 10px 0px 10px 0px!important;
}
@media (max-width: 737px) {
.acp_next_page {
    margin: 10px 0px 0 0px!important;
    background-color: #27B2ED!important;
}
} 

.arpw-random-post {
    margin: -5px 0 0 0;
}

.arpw-title, .wpp-post-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25em;
}

.arpw-li, .wpp-list li {
    margin: 15px 0 0 0!important;
}

.button_style {
    display: inline-block;
    margin: 15px auto;
    padding: 20px;
    background: #9f8b4f;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;    
    cursor: pointer;
}

.button_style a {
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.button a:hover{
  color:#9f8b4f;
}

.hdq_button {
    font-weight: bold!important;
}

.entry p {
  background: #ffffff;
  padding: 0 0 5px 0;
  line-height: 1.4em;
}

.entry_page>.clanok_single>.clanok_vnutro {
    font-size:14px!important;
}

.entry_page p {
    padding:20px 0 0 0;
}
@media (max-width: 737px) {
.entry_page p {
  background: #ffffff;
  color: #9f8b4f;
  padding:20px 10px 0 10px;
}
}

.entry h3 {
    padding: 0;
    margin: 20px 0 0 0;    
}

.entry_page h3 {
    background: #ffffff;
}
@media (max-width: 737px) {
.entry_page h3 {
    margin:0px;
    padding:20px 10px 0 10px;
    color: #9f8b4f;
}
}

.entry_page>.clanok_single>.clanok_vnutro ul li:before {
    content: "";
    margin-right: 8px;
    margin-bottom: 1px;
    width: 7px;
    height: 7px;
    background: #9f8b4f;
    display: inline-block;
    border-radius: 100%;
}

.entry_page>.clanok_single>.clanok_vnutro ul li {
    padding:5px 0;
    font-size:14px;
    background: #ffffff;
}
@media (max-width: 737px) {
.entry_page>.clanok_single>.clanok_vnutro ul li {
    padding:5px 10px;
}
}

.popis {
  background: #ffffff;
  margin:0px 0px 15px 0px;
  font-weight:bold;
}

#share {
  display: block;
}
@media (max-width: 1365px) { 
#share {
  display: none;
}
}

video {
  margin: 10px auto;
  display: block;
  width:auto;
  max-width: 100%;
  height: auto;
  max-height:500px;
}

@media (max-width: 1365px) {
video {
  margin: 0px auto;
  display: block;
  max-height: 300px;
  width: auto;
}
}

.prev_left {
    width: 50%;
    float: left;
    margin: 10px 0;
    font-size: 14px;
}

.next_right {
    width: 50%;
    float: right;
    text-align: right;
    margin: 10px 0;
    font-size: 14px;
}

main>.archiv {
    background: #ffffff;
    padding: 20px 0 140px 0;
}
@media (max-width: 1365px) {
main>.archiv {
    padding: 20px 0 20px 0;
}
}

.box>.archiv {
    width: 928px;
}
@media (max-width: 939px) {
.box>.archiv {
    width: 604px;
}
}
@media (max-width: 619px) {
.box>.archiv {
    width:100%;
}
}
@media (min-width: 1680px) { 
.box>.archiv {
    width:988px;
}
}


.archiv h1{
    font-size:20px;
    text-transform:uppercase;
}
@media (max-width: 619px) {
.archiv h1 {
    padding: 0 10px;
}
}
@media (min-width: 1680px) { 
.archiv h1 {
    font-size:25px;
}
}

.category_riadok, {
    width: 100%;
    float: left;
}

.zobrazenia_riadok {
    display: none;
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}

.zobrazenia_riadok_admin {
    display: block;
}

.category_nadpis, .zobrazenia_nadpis {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25em;
    float:left;
    margin: 1px 0 0 0;
}

.category_nazov, .zobrazenia_pocet {
    font-size: 14px;
    line-height: 17px;
    max-height: 17px;
    overflow: hidden;
    margin: 0 0 0 5px;
    float: left;
    max-width: 214px;
    color: #9f8b4f;
}

.latestpost_nadpisfirstpost>.category_nazov a:hover {
    color:#ffffff;
}

.wp-pagenavi {
    text-align: center;
    font-weight: 700!important;
    line-height: 50px!important;
    margin-right:0!important;
}

.wp-pagenavi a, .wp-pagenavi span{
    display:inline-block;
    border: solid 1px #dddde0!important;
    border-radius: 3px;
    min-width: 50px;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    text-decoration: none;
    margin: 0 5px!important;
    padding: 0!important;
    color: #9f8b4f!important;
}
@media (max-width: 439px) {
.wp-pagenavi a, .wp-pagenavi span {
    display:none!important;
}
}

.wp-pagenavi i{
    height: 50px;
    line-height: 50px;
}

.wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current {
    background: none;
    border: none;
    border-bottom: solid 1px #dddde0!important;
    border-top: solid 1px #dddde0!important;
    color: #0c0d14!important;
}
@media (max-width: 439px) {
.wp-pagenavi span.current, .wp-pagenavi>.previouspostslink, .wp-pagenavi>.nextpostslink {
    display:inline-block!important;
}
}

.wp-pagenavi>.previouspostslink{
    border: solid 1px #9f8b4f!important;
    background: #9f8b4f!important;
    color: white!important;
}

.wp-pagenavi>.previouspostslink:hover{
    border: solid 1px #0c0d14!important;
    background: #0c0d14!important;
    color: white!important;
}

.wp-pagenavi>.nextpostslink{
    border: solid 1px #9f8b4f!important;
    background: #9f8b4f!important;
    color: white!important;
}

.wp-pagenavi>.nextpostslink:hover{
    border: solid 1px #0c0d14!important;
    background: #0c0d14!important;
    color: white!important;
}

.nic_sa_nenaslo{
    margin-left:40px;
}
@media (max-width: 619px) {
.nic_sa_nenaslo {
    margin-left:0px;
}
}

.nic_sa_nenaslo p{
    color: #9f8b4f;
    background:#ffffff;
    font-size: 14px;
}

@media (max-width: 737px) {
.paging_btns {
    padding: 0 0 3px 0!important;
}
}

.zdroje{
    margin:20px 0 0 0;
    height:17px;
}
@media (max-width: 1365px) {
.zdroje {
    margin:20px 10px;
}
}

.cookie-info {
    position: fixed;
    bottom: -200px;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #9f8b4f;
    color: white;
    text-align: center;
    line-height: 1.5em;
    -webkit-transition: bottom 0.65s, opacity 0.8s;
    -o-transition: bottom 0.65s, opacity 0.8s;
    transition: bottom 0.65s, opacity 0.8s;
}

.cookie-info .cookie-accept {
    display: inline-block;
    padding: 3px 8px;
    margin: 5px 0 0 12px;
    border: solid 1px white;
    color: white;
    font-style: normal;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.cookie-accept:hover {
    background:#eb5b48;
}

.cookie-info i {
    margin-top: -2px;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}

@media (max-width: 1365px) {
.cookie-info span {
    display:block;
}
}

.instagram-media {
    margin:0 auto!important;
}

.twitter-tweet {
    margin:10px auto!important;
}

@media (min-width: 1366px) { 
.admin_lista {
    top:32px!important;
}
}

@media (min-width: 1440px) { 
.header_admin {
    top:32px!important;
}
}

@media (min-width: 1366px) { 
.reklama_l_admin {
    top:98px!important;
}
} 

.isc-source-text {
    z-index:79!important;
}

.post-views {
    margin:0 0 10px 0;
}

@media (max-width: 737px) {
.post-views {
    margin: 0 0 10px 10px;
}
}

table._51mz{
    width:0px!important;
}

.wq-answer{
    height:20px;
}

#protag-before_content, #protag-in_content, #protag-after_content, #protag-in_article_video {
    padding: 0px!important;
}

#protag-native-after_content{
    padding:10px 0!important;
}

h3.hdq_question_heading {
    text-transform: none;
    text-align: left;
    margin: 20px 0 10px 0!important;
    line-height: 1!important;
    font-size: 22px;
}

.hdq_label_answer {
    font-size: 18px!important;
    padding: 10px!important;
    line-height: 1!important;
}

.hdq_quiz_wrapper {
    padding-bottom: 10px!important;
}

.hdq_results_wrapper {
    margin: 0!important;
}

.hdq_results_title {
    margin: 0 0 10px 0!important;
    font-size: 28px;
}

.hdq_result {
    font-size: 28px!important;
}

.entry_thumb {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.entry_thumb img {
    width: 100%;
    height: auto;
}

@media (max-width: 737px) {
.mobil10 {
    margin-left:10px!important;
}
}

.wp-embedded-content {
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 360;
}

p:empty {
  display: none;
}

h3.hdq_question_heading {
    line-height: 1.2!important;
}

.hdq_aria_label {
    display: inline-block;
    width: calc(100% - 62px);
    text-align: left;
}

.hdq-options-check {
    vertical-align: top;
}

.hdq_button {
    font-size: 26px;
    padding: 20px 30px!important;
    background: #0c0d14!important;
}

.hdq_button:hover {
    opacity: 1!important;
}

.hdq_jPaginate a:hover {
    color: #9f8b4f!important;
}

.hdq_adset_container {
    padding: 0px!important;
}

.hdq_quiz {
    max-width: 728px!important;
}

.post-page-numbers{
    text-transform: uppercase;
    font-size: 26px;
    padding: 20px 0px !important;
    font-weight: bold !important;
    min-width: 165px;
}