/*** GLOBAL : GENERAL STYLE DEFAULTS ***/

html
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff;
	margin: 0;
}
body, input, textarea
{
	color: #222;    
	font-family: Arial, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal;
	clear: both;
}
hr

{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}


html, body {
	height: 101%;
}


/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
/*
div#container
{

}
div#content
{
	
}
*/

/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
/*
.menu ul
{
    list-style: none;
    margin: 0;
}
.menu ul ul
{
    display: none;
}
.menu li
{
    display: inline;
    float: left;
	padding: 0 8px 0 4px;
}
.menu-item
{
	
}
.menu-item a
{
	font-size: 30px;
	text-decoration: none;
	color: #3eaf00;
}
.menu-item a:hover
{
	color: #5d8a05;
}
*/

/*** HEADER : OTHER ***/



/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
	
}
h2.entry-title
{
	
}
h2.entry-title a
{
	
}
h1.page-title
{
	
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	/* Style that affects actual entry/post content */
}
.entry-content a
{
	
}
.entry-content a:hover
{
	
}
.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}

.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}
ul {
	padding: 0px;
}
.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/
div#footer
{
	position:relative;/*for top fixed*/
	top:0px; /*for top fixed*/
	/*float: left;
	clear: both;*/
}


/*** YOUR CSS ***/

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
height: auto !important;
height: 100%;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 170px;
	background-image: url("img/header-960x145.jpg ");
	background-repeat: no-repeat;
	background-size: 960px;
	background-color:white;
	/*position:fixed; for top fixed*/
	/*top: 0px; for top fixed*/
	position:relative;
	z-index:100;/*for top fixed*/
}

#logo {
	width: 812px;
	height: 100px;
	margin-left: 74px;
	text-align: center;
}

#logo img {
		margin-top: 10px;
}

#slogan {
		width: 960px;
		position: relative;
		height: 45px;
		text-align: center;
}

#language-selection {
	float: right;
	margin: 5px 5px 0 0;
}

#container {
	width: 960px;
	min-height: 800px;
}

#content {
	width: 960px;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
}

.postContent{
	float: left;
	width: 773px;
	min-height: 150px;
	margin-left: 10px;
}

.postThumbnail {
	width: 177px;
	float: left;
	min-height: 150px;
	text-align: center;
}

.postThumbnail a img {
	margin-top: 24px;
}

/* Links within the pages */
a:link {color: #004478; text-decoration: none;}
a:visited {color: #004478; text-decoration: none;}
a:hover {color: #004478; text-decoration: none;}
a:active {color: #004478; text-decoration: none;}

.menu-header {
	width: 600px;
	height: 20px;
	float: left;
	background-color: #d61f2c;
	border-bottom-right-radius: 10px 14px;
}

.menu {
	display: inline;
	cursor: pointer;
}

.menu li {
	float: left;
	list-style-type: none;
}

.menu li a {
	display: block;
	line-height: 20px;
	padding: 0 10px 0 10px;
	font-family: Arial, Times New Roman;
	font-size: 13px;
	font-weight: bold;
}

.menu a:link, a {text-decoration: none; color: #ffffff;}
.menu a:visited {text-decoration: none; color: #ffffff;}
.menu a:hover {text-decoration: none; color: #ffffff; background-color: #8A0808;}
.menu a:active {text-decoration: none; color: #ffffff;}


.menu .sub-menu {
	display: none;
}

.menu li:hover .sub-menu {
	display: block;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	max-width: 350px;
	margin: 0;
	padding: 0;
	background-color: #d61f2c;
	overflow: hidden;
}

.menu li:hover .sub-menu li {
	clear: both;
	width: 100%;
}

.menu li:hover .sub-menu li a {
	padding: 1px 10px 1px 10px;
	margin: 0;
}

.menu-header2 {
	width: 630px;
	height: 20px;
	float: left;
	background-color: #d2d2d2;
	border-bottom-right-radius: 10px 14px;
}

.menu-header2 .menu li:hover .sub-menu {
	background-color: #d2d2d2;
}

.menu-header2 .menu a:hover {background-color: #818181;}

#social-network {
width: 182px;
display: block;
text-align: center;
left: 602px;
position: absolute;
}

#footer {
	height: 30px;
	width: 960px;
	text-align: center;
	background: linear-gradient(#8A8A8A, #DFDFDF);
	float: left;	
}

#nenopietni {
	margin-left: 3px;
}

#krasotaji {
	float: left;
	margin-top: 3px;
}

#ezisi {
	float: left;
	margin-top: 3px;
}

#author {
	float: right;
	margin-right: 3px;
	color: #000000;
	line-height: 30px;
	font-size: 12px;
}

#author a {
	color: #000000;
}

#author a:hover {text-decoration: underline;}

#ezisLogo {
	float: right;
	position:relative;/*for top fixed*/
	top: 0px;/*for top fixed*/
}

.entry-utility {
	display: none;
}

.meta-sep {
	display: none;
}

/* Search box code */
#primary {
	float: right;
	position: relative;
	height: 20px;
}

#primary li {
	list-style-type: none;
}

input#s {
	height: 15px;
	background-image: url("img/search-icon.png");
	background-repeat: no-repeat;
	background-position: 98%;
}

#searchsubmit {
	display: none;
}

/* Slideshow code */
#slideShow {
	margin-top: 5px;
	float: left;
}

li#slideshowwidget-3 {
	list-style-type: none;
}

h3.widget-title {
	display: none;
}

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

.entry-meta {
	display: none;
}

.entry-title {
	font-weight: bold;
}

.page-title {
	display: none;
}

#ezislogo {/*for top fixed*/
position:relative;/*for top fixed*/
top: 175px;/*for top fixed*/
}/*for top fixed*/

#main {
	position:relative;/*for top fixed*/
	top:0px;/*for top fixed*/
}
#wpadminbar {
display: none;
}


#continue > a {
	text-decoration: none;
	color: rgb(80, 88, 140);
	font-weight: 600;
}
#continue > a:hover {
	text-decoration: underline;
	color: rgb(219, 68, 97);
	font-weight: 600;
}
#continue { 
	position: relative;
	right: 20px;
	bottom: 5px;
	text-align: right;
}
#promo-content {
	position: relative;
	padding-top: 0;
}
#continue > a > img {
	position: absolute;
	right: 10px;
	top: -30px;
	width: 160px;

}
#continue > a > img:hover {
	position: absolute;
	right: 10px;
	top: -30px;
	width: 160px;
	background-color: rgba(169, 40, 40, 0.1);
	border-radius: 11px;
}
#promo-wrapper{
	position: relative;
	top: 10px;
	height: 100%;
	width: 100%;
}
#nav-below {
display:none;
}
#post-118 > div > table > tbody > tr > td {
padding: 50px;
}

#post-118 > div > table {
border-spacing: 30px;
}
#sertifikati > table > tbody > tr > td:nth-child(1) {
padding-right: 20px;
}

#numberDisplay, #imageDetails, #hoverNav {
display: none !important;
z-index: 1000000;
}
