/*
Theme Name: Stered
Author: Blueweb s.r.o.
Version: 1.0
*/

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

audio, canvas, video {
    display: inline-block;
    display: inline;
    /*zoom: 1;*/
}

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

[hidden] {
    display: none;
}

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

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    background-image:url(http://www.stered.sk/wp-content/uploads/2014/12/pozadie.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;

}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

#quote
{
	margin-left: 37px;
}

::-moz-selection {
    background: #d3d3d3;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #d3d3d3;
    color: #000;
    text-shadow: none;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
    text-decoration: underline;
    color: #67ba28;
}

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

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

p {
    margin: 0;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    /*_font-family: 'courier new', monospace;*/
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol, li {
    /*margin: 0;
    padding: 0;*/
}

dd {
    margin: 0 0 0 40px;
}

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

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

}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    /**margin-left: -7px;*/
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    /**vertical-align: middle;*/
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    /**overflow: visible;*/
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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;
    resize: vertical;
}

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

td {
    vertical-align: top;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    /**line-height: 0;*/
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /**zoom: 1;*/
}

.lastColumn {
    margin-right: 0 !important;
    border-right: none !important;
}

.lastRow {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}



.hpbg {
    background: url(img/hpbg.jpg) 50% 0 no-repeat;
    opacity: 0.3;
    position: absolute;
    z-index: -3333;
    width: 100%;
    height: 770px;
}

html {
	height: 100%;
	
	
	background: rgb(219,219,219); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(219,219,219,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    
	font-size: 62.5%;
	background-attachment: fixed;
}

#container {
    width: 954px;
    margin: 10px auto;
	padding: 10px 10px 10px 10px;
    font-size: 10px;
    font-family: Arial;
    line-height:180%;

	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	

filter:alpha(opacity=90);
    opacity:.90;

	
	
}

header {
    height: 90px;
    padding: 0px 0 0 0;
    position: relative;
    right: 0px;
}

#main {
    overflow: hidden;


}

.fll, .left {
    float: left !important;
}

.flr, .right {
    float: right !important;
}

#reclogo {
	float:right
}


aside {
    width: 167px;
    overflow: hidden;
    font-family: Arial;
    font-size: 13px;
	margin: 0;
}

aside.left {
    float: left;
	margin-right: 16px;
}

aside.right {
    float: right;
	margin-left: 16px;
}


#content {
    width: 588px;
    float: left;
    position: relative;


}

.home #content {
    width: 588px;
    height: 536px;
}



#stered-modals {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

.sipka {
    display: block;
    position: absolute;
    /*-webkit-animation-name: spaceboots;*/
    /*-webkit-animation-duration: 5s;*/
    /*-webkit-transform-origin: 50% 50%;*/
    /*-webkit-animation-iteration-count: infinite;*/
    /*-webkit-animation-timing-function: linear;*/
}

.sipka a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.sipka-east {
    background: url(img/siipky.gif) 0px -7px no-repeat;
	width: 48px;
	height: 32px;
}

.sipka-east:hover, .sipka-east.active {
	background: url(img/siipky.gif) 0 -57px no-repeat;
}

.sipka-north-east {
    background: url(img/siipky.gif) -53px -5px no-repeat;
	width: 37px;
	height: 42px;
}

.sipka-north-east:hover, .sipka-north-east.active {
    background: url(img/siipky.gif) -53px -55px no-repeat;
}

.sipka-south-east {
    background: url(img/siipky.gif) -103px -5px no-repeat;
	width: 37px;
	height: 40px;
}

.sipka-south-east:hover, .sipka-south-east.active {
    background: url(img/siipky.gif) -103px -55px no-repeat;
}

.sipka-south-west {
    background: url(img/siipky.gif) -152px -5px no-repeat;
	width: 46px;
	height: 37px;
}

.sipka-south-west:hover, .sipka-south-west.active {
    background: url(img/siipky.gif) -152px -55px no-repeat;
}

#sipka-43 {
    top: 34px;
	left: 189px;
}

#sipka-44 {
    /*top: 89px;*/
    /*left: 411px;*/
    top: 64px;
    left: 288px;
}

#sipka-45 {
    top: 166px;
    /*left: 226px;*/
    left: 153px;
}

#sipka-46 {
    /*top: 213px;*/
    /*left: 446px;*/
    top: 147px;
    left: 337px;
}

#sipka-47 {
    /*top: 327px;*/
    /*left: 111px; */
    top: 257px;
    left: 81px;
}

#sipka-48 {
    /*top: 242px;*/
    /*left: 675px;*/
    top: 180px;
    left: 492px;
}

#sipka-49 {
    top: 84px;
	left: 32px;
}

#sipka-50 {
    /*top: 85px;*/
    /*left: 643px;*/
    top: 61px;
    left: 469px;
}

#sipka-124 {
    /*top: 273px;*/
    /*left: 395px;*/
    top: 210px;
    left: 272px;
}

.modal {
    width: 240px;
	height: 110px;
    line-height: 180%;
    font-size: 11px;
    overflow: hidden;
    background: url("img/dialog.png") 0 0 no-repeat;
    position: absolute;
    padding: 5px 10px 10px 10px;
    z-index: 111;
    display: none;
}

.modal h3 {
    height: 27px;
	line-height: 22px;
	margin: 0;
	font-size: 14px;
}

.sipka:hover + .modal {
    display: block;
}

#modal-43 {
    top: 110px;
    left: 105px;
}

#modal-44 {
	top: 29px;
	left: 383px;
}

#modal-45 {
	top: 232px;
	left: 120px;
}

#modal-46 {
	top: 104px;
	left: 0px;
}

#modal-47 {
    top: 110px;
    left: 105px;
}

#modal-48 {
	top: 27px;
	left: 409px;
}

#modal-49 {
	top: 186px;
	left: -11px;
}

#modal-50 {
	top: 142px;
	left: 397px;
}

#modal-124 {
	top: 226px;
	left: 321px;
}

footer {
    clear: both;
    overflow: hidden;
    font-size: 11px;
}

#logo {
    margin: 0 0 0 0;
	padding-left: 15px;
	text-decoration: initial;
}

#search-form {
    position: relative;
}

#search-form .text {
 background: url(img/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: 12px Arial;
    color: #bebebe;
    width: 115px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}


#search-form .submit {
    position: absolute;
    top: -1px;
    height: 24px;
    line-height: 18px;
    font-size: 1em;
    padding: 1px 6px;
    right: -1px;
}

aside nav .menu {
    padding: 0 0 0 0;
    margin: 10px 0 30px 0;
    border-top: 1px #cccccc;
    border-top-style:dotted;
}

aside nav li {
    width: 167px;
    margin: 0;
    list-style: none;
    border-bottom: 1px #cccccc;
    border-bottom-style:dotted;
}

aside nav a {
    padding: 10px 0 10px 14px;
    color: black;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.current-menu-item > a, .current-page-ancestor > a, .single-novinka .menu-item-31 a {
    color: #00a301 !important;
}

aside .sub-menu {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

aside li:hover .sub-menu, .current-page-ancestor .sub-menu {
    display: block;
    height: auto;
    opacity: 1;
    margin: 0 0 6px 0;
}

aside nav .sub-menu li {
    border: 0;
    line-height: 25px;
}

aside nav .sub-menu a {
    padding: 0 0 0 30px;
}

#content article {
    min-height: 500px;
    /*width: 680px;*/
    text-align:justify;
    text-justify:inter-word;
    padding: 0 10px 30px 10px;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
}

.article-bottom {
    float: right;
    margin: 0 0 30px 0;
}

#content article .title {
    font-size: 2.3em;
    margin: 7px 0 0px 0;
    padding-left: 40px;
	padding-top: 10px;
    min-height: 40px;
    font-weight: normal;
    overflow: hidden;
	background-repeat: no-repeat;
	color: #008541;
	background: url(img/sipkaContent.png);
	background-repeat: no-repeat;
	text-align: left;
}

#content article .text {
    float: left;
}

#content article .gallery {
    /*width: 185px;
    float: right;*/
    clear: none !important;
    margin: 0 0 15px 0;

}

#content article .rps-image-gallery {
    /*width: 185px;
    float: right;*/
    clear: none !important;
    margin: 0 0 15px 0;

}

#content article .gallery-item {
    max-width: 175px;
    margin: 0px 10px 0px 0px;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	border: solid 2px rgb(0, 0, 0);
	border-top-style: none;
}




#content article a {
    color: #003f00;
    /*color: #00A301;*/
    font-weight: normal;
}

#content .video {
    float: right;
    overflow: hidden;
    width: 175px;
    height: 132px;
}

.dark-green {
    color: #003f00 !important;
}

.amq_show_modal {
    color: #003f00 !important;
}

#content article a:hover {
    text-decoration: none;
}

#content article h1 {
    font-size: 130%;
    line-height: 100%;


}

#content article h1, #content article h2, #content article h3, #content article h4 {
    margin: 0.7em 0;
}

#content article p {
    margin: 0 0 15px 0;
}

#news {
    list-style: none;
    padding: 0px 0 0 0;
}

#news h2 {
    font-size: 1em;
    padding: 0;
    margin: 0 0 4px 0;
    font-weight: normal;
}

#news h2 a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px 0 0;
	text-decoration: underline;
	color: #007733;
}

#news h2 a:hover {
	text-decoration: none;
}

.wp-pagenavi {
    font-family: Arial;
    text-align: right;
    margin: 0 10px 0 0;
}

.wp-pagenavi .first, .wp-pagenavi .last {
    letter-spacing: -4px;
}

.wp-pagenavi .current {
    margin: 0 3px;
    font-weight: bold;
}

.wp-pagenavi a {
    color: #67ba28 !important;
    text-decoration: none;
    margin: 0 1px;
}

#search-results h3 {
    margin: 0 0 3px 0;
}

#content .title .email {
    margin: 0 0 0 41px;
    font-size: 14px;
}

#content article table {
    margin-left: -2px;
}

#content article th, #content article td {
    /*white-space: nowrap;*/
    padding: 5px 2px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
}

#content article th {
    color: #1e5415;

}

#content article h4 {
    color: #164f0f;
    font-size: 1em;
    margin: 1em 0 0.2em 0;
}

.map1, .map2 {
    position: absolute;
	left: 163px;
}

.map1 a, .map2 a {
    color: #1e5415 !important;
    text-align: right !important;
    display: block;
}

.map1 {
    top: 123px;
}

.map2 {
    top: 424px;
}

.amq_show_modal, #show_modal_link {
    position: absolute;
    top: 50px;
    right: 50px;
    padding: 0 26px 0 0;
    background: url(img/mail-icon.png) 100% 2px no-repeat;
}

#faq {
    list-style: none;
}

.qtrans_language_chooser {
    position: absolute;
	right: 50px;
	top: 13px;
}

.qtrans_language_chooser li {
    display: inline;

}

.qtrans_language_chooser li:last-child a {
    border: 0;
}

.qtrans_language_chooser .active a {
    color: #00a302;
}

.qtrans_language_chooser a {
    line-height: 10px;
    height: 10px;
    text-decoration: none;
    color: black;
    padding: 0 5px;
    border-right: 1px solid black;
}

.qtrans_language_chooser a span {
    font-size: 12px;
}

footer .counter {
    padding: 2px 3px;
    

}

#contact-modal-bg {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #000;
    position: absolute;
    zoom: 1;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    z-index: 99998;
    top: 0;
    left: 0;
    display: none;
}

#contact-modal {
    margin: 0 auto !important;
    width: 100%;
    left: 0;
    top: 120px;
    position: absolute;
    z-index: 99999;
    display: none;
}

#contact-modal .left {
    float: left;
    width: 170px;
}

#contact-modal .textarea {
    float: left;
    margin: 0 0 0 20px;
}

#contact-modal .inner {
    width: 577px;
    z-index: 101;
    background: #f4f4f4;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    position: relative;
    border-radius: 10px;
}

#contact-modal  h1 {
    border-bottom: 2px solid #A1987F;
    font: italic 33px/normal Georgia, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0 0 10px;
}

#contact-modal .close {
    position: absolute;
    background: url('img/close-icon.png') no-repeat 0px 0px;
    top: 15px;
    right: 21px;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
}

#contact-modal p {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 26px;
}

#contact-modal #contact-form {
    margin: 0;
    overflow: hidden;
}

#contact-modal #contact-form .required {
    color: red;
}

#contact-modal #contact-form table td {
    padding: 0 0 10px;
    white-space: nowrap;
}

#contact-modal #contact-form input[type="text"], #contact-modal #contact-form input[type="email"] {
    border: 1px solid #a8a8a8;
    padding: 0 5px;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    width: 160px;
}

#contact-modal #contact-form .legend {
    font-weight: bold;
    line-height: 35px;
}

#contact-modal #contact-form .field {
    font-size: 16px;
    font-family: Arial;
    padding: 8px 0 0 0;
    margin: 0;
    display: block;
}

#contact-modal #message-sent {
    text-align: center;
    font-size: 25px;
    margin: 170px;
    display: none;
}

#contact-modal #contact-form textarea {
    border: 1px solid #a8a8a8;
    padding: 5px;
    font-size: 14px;
    height: 126px;
    width: 375px;
}

#contact-modal #send-question {
    float: right;
    cursor: pointer;
}

#contact-modal label {
    margin: 0 0 0 20px;
}

#contact-modal small {
    font-size: 11px;
    display: block;
}

button.clean-gray {

    border: 1px solid #bcb7b1;
    color: #000000;
    background: #f3f1f0 url(img/grad.png) 0 0 repeat-x;
    line-height: 2;
    margin: 13px 0 0 0;
    font-size: 14px;
    padding: 0px 5px;
    text-align: center;
    clear: both;
    float: right;
}

button.clean-gray:hover {
    background-color: #DDD;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDD), color-stop(100%, #BBB));
    background-image: -webkit-linear-gradient(top, #DDD, #BBB);
    background-image: -moz-linear-gradient(top, #DDD, #BBB);
    background-image: -ms-linear-gradient(top, #DDD, #BBB);
    background-image: -o-linear-gradient(top, #DDD, #BBB);
    background-image: linear-gradient(top, #DDD, #BBB);
    border: 1px solid #BBB;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #DDD;
}

.answer_spacer {
    height: 50px;
}

footer .footerlogos {
	display: inline;
	float: right;

}

footer .slovlogo {

	margin-left: 425px;
}

#logos {
	height: 44px;
}

#headerline {
	height: 5px;
	background: #008541;
	margin-top: -10px;
}

footer a{
	text-decoration: none;
}

table.valign-top  td {
	vertical-align: top !important;
}

.oznam_v {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.oznam {font-size: 9px; font-family: Arial, Helvetica, sans-serif; }