@font-face {
font-family: "trebuchet";
src: url('fonts/trebuchet.eot'); /* EOT file for IE */
}
@font-face {
font-family: "trebuchet";
src: url('fonts/trebuchet.ttf') format("truetype");
}




a{color:#d0c2b1;}
a, input, textarea{outline-style:none;}
a:link, a:visited, a:hover, a:focus, a:active{color:#d0c2b1;text-decoration:none;}
.section-admin  #content a{text-decoration:underline;}
.section-admin  #content .tabs a{text-decoration:none;}




body
{
margin: 0px;
padding: 0px;
font-family:Trebuchet MS;
color:#d0c2b1;
}


#body-top {
  background: url("cssimg/body-top.jpg") repeat-x fixed left top #876341;
}
#body-bottom {
background: url("cssimg/body-bottom.jpg") no-repeat fixed center top;
}


#page, #closure-blocks
  {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
  }

  
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 940px;
    margin-left: 0;
    margin-right: -940px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 800px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -1000px; /* Negative value of #content's width + left margin. */
    min-height:500px;
  }

  .sidebar-right #content
  {
    width: 800px;
    margin-left: 0;
    margin-right: -800px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 600px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -800px; /* Negative value of #content's width + left margin. */
  }

 



 
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0;
    padding: 0;
  }


  #sidebar-right
  {
    float: left;
    width: 200px;
    margin-left: 800px; /* Width of content + sidebar-left. */
    margin-right: -1000px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0;
    padding: 0;
  }
  


  
  
  
  

#header {
  background: url("cssimg/body-bottom.jpg") no-repeat fixed center top transparent;
  height: 87px;
  position: fixed;
  top: 0;
  width: 940px;
  z-index: 20;
}



#header-inner
{
position:relative;
}


#logo /* Wrapper for logo */
{
height: auto;
padding: 0;
width: auto;
margin-top: 25px;
}

#logo-image /* The actual logo image */
{
}

h1#site-name, div#site-name /* The name of the website */
{
margin: 0;
font-size: 2em;
line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited
{
color: #000;
text-decoration: none;
}

#site-name a:hover
{
text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */
{
}

#header-blocks /* Wrapper for any blocks placed in the header region */
{
}

/** main (container for everything else) **/
#main {
  min-height: 800px;
  padding-top: 87px;
  position: relative;
}


#content-inner {
  margin: 20px 0;
  padding: 0;
}


.breadcrumb /* The path to the current page in the form of a list of links */
{
padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{
margin: 5px 0;
}


.help /* Help text on a page */
{
margin: 1em 0;
}

.more-help-link /* Link to more help */
{
font-size: 0.85em;
text-align: right;
}

#content-area /* Wrapper for the actual page content */
{
}

ul.links /* List of links */
{
margin: 1em 0;
padding: 0;
}

ul.links.inline
{
margin: 0;
display: inline;
}

ul.links li
{
display: inline;
list-style-type: none;
padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */
{
clear: both;
margin: 1em 0;
text-align: center;
}

.pager .pager-current{
background-color:#555555;
color:white;
}

.pager li{
    margin: 2px !important;
    padding: 0 !important;
}

.pager li a{
color:white!important;
background-color:#aaaaaa;
text-decoration:none;
}

.pager li a:hover{
background-color:#555555;
}

.pager li a, .pager .pager-current{
padding: 3px 6px!important;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
text-decoration: none !important;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
{
margin: 1em 0;
}


#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
{
display: none;
}



/** footer **/
#footer
{
height:27px;
}

#footer a {
text-decoration:none;
}



.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
{
height: 0;
overflow: visible;
color: #d8d8d8;
font-size: 75px;
line-height: 1;
font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
text-align: center;
word-wrap: break-word; /* A very nice CSS3 property */
}



.marker /* "New" or "Updated" marker for content that is new or updated for the current user */
{
color: #c00;
}


.node.node-unpublished .picture,
.comment.comment-unpublished .picture
{
position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}


.node .content {
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  position: relative;
}


/** Drupal comments **/
#comments /* Wrapper for the list of comments and its title */
{
margin: 1em 0;
}


.new /* "New" marker for comments that are new for the current user */
{
color: #c00;
}


.comment ul.links /* Comment links. See also the ul.links declaration above. */
{
margin: 1em 0;
}



/** Drupal blocks **/
.block /* Block wrapper */
{
margin-bottom: 1em;
}



.more-link /* Aggregator, blog, and forum more link */
{
text-align: right;
}

#user-login-form /* Drupal's default login form */
{
text-align: left;
}

tr.even /* Some tables have rows marked even or odd. */
{
/* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd
{
/* background-color: #eee; */ /* Drupal core uses a #eee background */
}

li a.active /* The active item in a Drupal menu */
{
color: #000;
}


/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios
{
margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error
{
border-color: #c00!important;
}

.form-item label /* The label for a form element */
{
display: block;
font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */
{
display: inline;
font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */
{
color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */
{
font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item
{
margin: 0.4em 0;
}

.form-submit {
border: medium none !important;
color: #FFFFFF;
cursor: pointer;
padding: 3px 10px;
background-color: #aaaaaa;
position:relative;
z-index:1;

text-shadow: 0 1px 1px rgba(0,0,0,.3);

border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;

background: -moz-linear-gradient(100% 100% 90deg, #98724E, #BDA38A); 
/* Safari 4-5, Chrome 1-9 */ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98724E), to(#BDA38A)); 
/* Safari 5.1+, Chrome 10+ */ 
background: -webkit-linear-gradient(#BDA38A, #98724E); 
/* Opera 11.10+ */ 
background: -o-linear-gradient(#BDA38A, #98724E);

background: linear-gradient(#BDA38A, #98724E);

-pie-background: linear-gradient(#BDA38A, #98724E);

/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#bebebe');*/

/*
-webkit-box-shadow: #888888 1px 2px 2px;
-moz-box-shadow: #888888 1px 2px 2px;
box-shadow: #888888 1px 2px 2px;
*/

/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=145, Strength=3);*/

behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);

}

.form-submit:hover{
background: -moz-linear-gradient(100% 100% 90deg, #BDA38A, #98724E);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BDA38A), to(#98724E)); 
background: -webkit-linear-gradient(#98724E, #BDA38A); 
background: -o-linear-gradient(#98724E, #BDA38A);
background: linear-gradient(#98724E, #BDA38A);
-pie-background: linear-gradient(#98724E, #BDA38A);
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
}

.container-inline div, .container-inline label /* Inline labels and form divs */
{
display: inline;
}

.tips /* Tips for Drupal's input formats */
{
margin: 0;
padding: 0;
font-size: 0.9em;
}

.page-node-add-simplenews .help{display:none;}


/** OpenID **/
/* The default styling for the OpenID login link seems to assume Garland's
* styling of list items.
*/
#user-login-form ul /* OpenID creates a new ul above the login form's links. */
{
margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link /* The "Log in using OpenID" links. */
{
margin-top: 1em;
margin-left: -20px; /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" links. */
{
margin-top: 1em;
}

#user-login ul
{
margin: 1em 0;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
#user-login li.user-link
{
margin-left: -2em; /* Un-do all of the padding on the ul list. */
}



#user-login #edit-name,
#user-login #edit-pass{
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
padding: 2px;
background: none repeat scroll 0 0 #efefef;
border: 1px solid #BBBBBB;
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
}








/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
* forms on the site.
*/
form tbody
{
border-top: 1px solid #ccc;
}

form th
{
text-align: left;
padding-right: 1em;
border-bottom: 3px solid #ccc;
}

form tbody th
{
border-bottom: 1px solid #ccc;
}

form thead th
{
text-align: left;
padding-right: 1em;
border-bottom: 3px solid #ccc;
}

.textarea-identifier{display:none;}
#popups{opacity:1;}

/* CUSTOM CSS */

/* HTML ELEMENTS  */

body, caption, th, td, input, textarea, select, option, legend, fieldset
{
 font-family: Trebuchet MS;
}




h1
{
font-size: 18px;
color:#ffffff;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
Remember, a margin specified in ems is relative to
the element's font-size, not to the pages' base
font size. So, for example, if we want a 1em margin
(relative to the base font), we have to divide that
length by the element's font-size:
1em / 2em = 0.5em */
}

h2
{
font-size: 14px;
color:#ffffff;
line-height: 1.3em;
margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
margin-bottom: 0.667em;
}

h3
{
font-size: 12px;
color:#ffffff;
line-height: 1.3em;
margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
margin-bottom: 0.769em;
}

h4, h5, h6
{
font-size: 1.1em;
color:#ffffff;
line-height: 1.3em;
margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
margin-bottom: 0.909em;
}


h1.title {
  font-family: arial;
  font-size: 34px;
  text-transform: uppercase;
}



.body-page h2 {
  font-family: arial;
  font-size: 34px;
  text-transform: uppercase;
}



.node .filefield-file .filefield-icon {
margin: 0 8px 0 0;
float:left;
}
.node .field-field-subory-page .field-item {
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
color: #555555 !important;
display: block;
font-size: 18px;
margin: 10px 0;
padding: 10px 10px;
text-transform: uppercase;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
}


.node .field-field-subory-page .field-item:hover {
background-color: #DDDDDD;
}

.node .filefield-file a {
display: block;
text-transform: uppercase;
}






/*  FOOTER  */


.footer-left {
display:block;
width:auto;
float:left;
}

.footer-right {
display:block;
width:auto;
float:right;
}

#footer .block {
margin-bottom:0;
}



.epix {
background: url("cssimg/epix.png") no-repeat scroll center top transparent;
display: inline-block;
height: 22px;
text-indent: -10000px;
width: 78px;
}

.epix:hover {
background-position: center bottom;
}



#block-menu-primary-links {
  clear: both;
  float: right;
}

#block-menu-primary-links ul{
margin:0;
padding:0;
}

#block-menu-primary-links .menu li {
  display: inline;
  list-style: none outside none;
}


#block-menu-primary-links .menu li a {
float:left;
padding:0 5px;
}

#block-menu-primary-links .menu li a:hover,
#block-menu-primary-links .menu li a.active {

}









/* ADMIN MENU + SIMPLEMENU */


#admin-menu {
font-size: 12px;
}
#admin-menu ul a{    
padding: 3px 8px;
}

#simplemenu {
  background: none repeat scroll 0 0 #000000;
  border-bottom: 1px solid #FFFFFF;
  font: 11px Verdana,Helvetica,sans-serif;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 9999 !important;
}
.userid-1 #simplemenu {display:none;}

#simplemenu li {
background: none repeat scroll 0 0 #DDDDDD;
text-align: left;
}

#simplemenu a {
background: none repeat scroll 0 0 #000000;
border-left: medium none !important;
border-right: 1px solid #FFFFFF;
color: #FFFFFF;
font-weight: normal;
padding: 4px 8px 5px;
text-decoration: none;
text-transform: uppercase;
width: auto;
}

#simplemenu li:hover, #simplemenu li.sfHover, #simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
background: none repeat scroll 0 0 gray;
color: #FFFFFF;
}











/* HEADER BANNER */

#block-block-4 {
  clear: both;
}

#block-block-4 .content {
}

.banner-item{background-color:transparent!important;}

.banner-item img{}

.banner-popis-box{}

.banner-title{}

.banner-description{}








/* BLOCKS  */

.block h2.title {}

#block-block-1 {}

#block-block-2 {}

#block-block-5 {}

#block-block-6 {}

#block-block-7 {}






/* SIDEBAR LEFT */

#sidebar-left ul {
margin:0;
padding:0;
}





/* CT PAGE */

.field-field-obrazok-page img{
background-color: white;
border: 1px solid lightgrey;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 3px 3px #888888;
  -moz-box-shadow: 3px 3px 3px #888888;
  -webkit-box-shadow: 3px 3px 3px #888888;
margin-bottom: 5px;
margin-right: 15px;
padding: 4px;
float:left;
position:relative;
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
}

.field-field-obrazky-page img {
  background-color: white;
  border: 1px solid lightgrey;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 3px 3px #888888;
  -moz-box-shadow: 3px 3px 3px #888888;
  -webkit-box-shadow: 3px 3px 3px #888888;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 4px;
  position:relative;
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
}
.field-field-obrazok-page img:hover,
.field-field-obrazky-page img:hover{
opacity:0.8;
filter: alpha(opacity=80);
}

.field-field-obrazky-page, .field-field-video-page, .field-field-subory-page {clear:both;}










/* CT GALERIA */

.field-field-galeria-obrazky .field-item{
float: left;
margin-bottom: 15px;
margin-right: 15px;
}

.field-field-galeria-obrazky .last-item{
margin-right: 0px;
}

.field-field-galeria-obrazky img{
border: 1px solid lightgrey;
padding: 5px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.field-field-galeria-obrazky img:hover{
opacity:0.8;
filter: alpha(opacity=80);
}


.field-field-galeria-obrazky a{
display: block;
}

.image-title {
  display: block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  width: auto;
  text-align: center;
}


.view-galeria td {
  padding-bottom: 20px;
  padding-right: 20px;
}

.view-galeria td.col-last {
  padding-right: 0px;
}


.view-galeria .views-field-title{
  display: block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  width: auto;
  text-align: center;
}

.views-field-field-galeria-obrazky-fid img{
border: 1px solid lightgrey;
float: left;
padding: 5px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.views-field-field-galeria-obrazky-fid img:hover{
opacity:0.8;
filter: alpha(opacity=80);
}











/*CT AKTUALITA */

.field-field-aktualita-obraz img{
  background-color: #5C4127;
  border: 1px solid #333333;
  margin-bottom: 10px;
  margin-top: 10px;
padding: 5px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.views-field-field-aktualita-obraz-fid img {
  background-color: #5C4127;
  border: 1px solid #333333;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  float: left;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 4px;
}

.field-field-aktualita-obraz img:hover {opacity:0.85;}
.views-field-field-aktualita-obraz-fid img:hover {opacity:0.85;}

.views-field-view-node  {
text-align: right;
text-decoration: underline;
}












/* KONTAKT */ 

.kontakt-firma {
display: block;
float: left;
width: auto;
}

.kontakt-firma a{}

.kontakt-gmap {
border: 1px solid lightgrey;
display: block;
float: right;
height: auto;
margin-bottom: 20px;
padding: 5px 5px 2px;
background-color:white!;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.kontakt-firma ul, .kontakt-kontakt ul {
padding-left: 0;}

.kontakt-firma li, .kontakt-kontakt li {
list-style: none outside none;}


.webform-client-form{clear:both;}

#webform-component-sprava{float:right;}
#webform-component-sprava .form-item {
  height: auto;
  margin: 0 !important;
}


#webform-client-form-2 .form-item {
  height: 38px;
}


.webform-client-form .form-item input, .webform-client-form textarea
{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #BBBBBB;
    box-shadow: 0 0 3px #CCCCCC inset;
    -moz-box-shadow: 0 0 3px #CCCCCC inset;
    -webkit-box-shadow: 0 0 3px #CCCCCC inset;
}

.webform-client-form .form-item input:hover, .webform-client-form textarea:hover{
border: 1px solid #999999;
}


.webform-client-form .form-item input:focus, .webform-client-form textarea:focus
{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 0 3px #aaaaaa;
    -moz-box-shadow: 0 0 3px #aaaaaa;
    -webkit-box-shadow: 0 0 3px #aaaaaa;
}


.webform-client-form .webform-component-textfield input,.webform-client-form .webform-component-email input
{
width:280px;
padding:2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position:relative;
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
}

#edit-captcha-response{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
}


#webform-client-form label{font-weight:normal;}



#webform-client-form-2 textarea {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
display: block;
height: 172px;
overflow: auto;
resize: vertical;
width: 610px;
position:relative;
z-index:2;
margin-bottom: 15px;
}



.captcha{
border:none;
width: 285px;
}
.captcha legend{display:none;}
.captcha .description{display:none;}
.captcha img{float:right;}



.spat {
  background: url("cssimg/spat.png") no-repeat scroll left center transparent;
  clear: both;
  display: inline-block;
  font-weight: bold;
  height: 25px;
  line-height: 24px;
  padding-left: 27px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -45px;
  z-index: 1;
}
.spat:hover{ text-decoration:underline; }




.search-results .search-info {
  display:none;
}

.search-results dt.title a {
  font-family: trebuchet MS,arial;
  font-size: 16px;
  text-decoration: underline;
}

.search-results dd{
margin-bottom: 25px;
margin-left: 0;
margin-top: 10px;
}

.section-search .box-inner h2.title {
  border-bottom: 1px dotted #555555;
  font-family: trebuchet MS,arial;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 5px;
}


.feed-icons{display:none;}



.node-edit-link ul li a {
  background-color: black;
  border: 1px solid #FFFFFF;
  border-radius: 1px 1px 1px 1px;
  color: #DDDDDD !important;
  font-size: 11px;
  padding: 2px;
  -moz-transition:all 500ms ease;
}

.node-edit-link ul li a:hover {
background-color: white;
color: #000000 !important;
border: 1px solid #000000;
}


.node-edit-link ul li{padding:0px;}






/*TABS*/

.tabs ul.primary {border-bottom: 1px solid #555555;}

.tabs .primary a {
border: medium none !important;
position:relative;
z-index:1;
color: #FFFFFF;
display: inline-block;
padding: 4px 6px !important;
border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
box-shadow: 0 0 1px #888888;
-moz-box-shadow: 0 0 1px #888888;
-webkit-box-shadow: 0 0 1px #888888;
background-image: -moz-linear-gradient(#666666, #000000);
background-image: -webkit-linear-gradient(#666666, #000000); 
background-image: -o-linear-gradient(#666666, #000000);
-pie-background: linear-gradient(#666666, #000000);
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
-moz-transition:all 500ms ease;
}

.tabs .primary a:hover,
.tabs .primary a.active {
color: #ffffff;
background-image: -moz-linear-gradient(#00A4E3, #184D90);
background-image: -webkit-linear-gradient(#00A4E3, #184D90); 
background-image: -o-linear-gradient(#00A4E3, #184D90);
-pie-background: linear-gradient(#00A4E3, #184D90);
behavior: url(http://www.pallos-topolniky.sk/sites/all/themes/mytheme/pie.htc);
}

.tabs .primary a .tab {_background: none!important;}



.front h1.title{display:none;}
#block-search-0 label{display:none;}










#block-block-5 {
  position: absolute;
  right: 0;
  top: 0;
  #top: 25px;
  width: 720px;
}



ul.mymenu {
  float: right;
  margin: 0;
  padding: 0;
}

.mymenu li {
  background: url("cssimg/menu.png") no-repeat scroll center top transparent;
  display: inline;
  float: left;
  list-style: none outside none;
}


.mymenu .first{background-position:left top;}
.mymenu .last{background-position:right top;}
    
.mymenu li:hover {background-position: center bottom;}
.mymenu .first:hover{background-position:left bottom;}
.mymenu .last:hover{background-position:right bottom;}


.mymenu li a {
  background: url("cssimg/separator.jpg") no-repeat scroll right center transparent;
  color: #382D22;
  float: left;
  font-family: trebuchet MS;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  text-shadow: 0 1px 1px #C8AF97;
  text-transform: uppercase;
}

.mymenu li.last a {background: none repeat scroll 0 0 transparent;}



.fb {
  background: url("cssimg/fb.jpg") no-repeat scroll right top transparent;
  color: #382D22 !important;
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-top: 7px;
  padding-right: 25px;
  width: 90px;
}



.clear{clear:both;}



.view-akcie .views-row {
  clear: both;
  display: inline-block;
  height: 223px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 940px;
}

.view-akcie .views-field-title a {
color: white;
font-family: arial;
font-size: 26px;
line-height: 38px;
text-align: left;
text-transform: uppercase;
}

.view-akcie .views-field-title a:hover {text-decoration:underline;}

.view-akcie .views-field-body {
  font-size: 15px !important;
  height: 128px;
  line-height: 18px;
  margin-bottom: 25px;
  overflow: hidden;
}


.view-akcie .views-field-view-node {
  text-align: left;
  text-decoration: none;
}

.view-akcie .views-field-view-node a{
color: white;
display: inline-block;
font-size: 15px;
height: 18px;
padding-left: 20px;
background:url(cssimg/detaily.png) left center no-repeat;
}

.view-akcie .views-field-view-node a:hover{text-decoration: underline;}




.kleft a, .kright a,
.kleft p, .kright p{
  color: white;
  font-size: 15px;
}


.kleft p, .kright p{
    padding-left: 25px;
}

.adresa {background: url("cssimg/adresa.png") no-repeat scroll left 3px transparent;}
.tel {background: url("cssimg/tel.png") no-repeat scroll left 3px transparent;}
.mail {background: url("cssimg/mail.png") no-repeat scroll left 3px transparent;}


.kleft{
float: left;
width: 500px;
}

.kright{float:left;}

.prenajom {
  font-size: 20px !important;
  font-weight: normal;
  padding-left: 0 !important;
  text-transform: uppercase;
}


.view-obchody h2.title{display:none;}



.view-obchody .views-row {
  float: left;
  height: 365px;
  margin-bottom: 35px;
  overflow: hidden;
  width: 460px;
}


.view-obchody .views-row-7,
.view-obchody .views-row-8,
.view-obchody .views-row-9,
.view-obchody .views-row-10
{
height:300px;
}


.view-obchody .views-row-even{
float: right;
}



.leftside {
  float: left;
  padding-right: 15px;
  width: 181px;
}

.rightside {
  float: left;
  /*height: 178px;*/
  height: auto;
  width: 263px;
  color:white;
}


.leftside,
.leftside a {
  font-size: 14px;
}


.rightside a {color:white;}

.field-field-obrazky{
    margin-bottom: 10px;
}

.field-field-obrazky img{
background-color: #5C4127;
border: 1px solid #333333;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
margin-bottom: 10;
padding: 4px;
}

.field-field-obrazky img:hover{opacity:0.85;}


.field-field-obrazky .field-items + div a {
  background: url("cssimg/nav.png") no-repeat scroll center center transparent;
  display: inline-block;
  height: 9px;
  margin-right: 8px;
  text-indent: -10000px;
  width: 9px;
  margin-top: 5px;
}

.field-field-obrazky .field-items + div a:hover,
.field-field-obrazky .field-items + div a.activeSlide {
  background: url("cssimg/nav-hover.png") no-repeat scroll center center transparent;
}


.nolink-title {
  font-size: 18px !important;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
/*  height: 63px;
  overflow: hidden;*/
  text-align: left;
}



.field-field-tel {background: url("cssimg/tel.png") no-repeat scroll left 3px transparent;padding-left:25px;  margin-bottom: 10px;}
.field-field-email {background: url("cssimg/mail.png") no-repeat scroll left 3px transparent;padding-left:25px;  margin-bottom: 10px;}
.field-field-web {background: url("cssimg/web.png") no-repeat scroll left 3px transparent;padding-left:25px;   margin-bottom: 10px;}
.field-field-web a {color:#BAA089;}

.field-fb {
  background: url("cssimg/fb2.png") no-repeat scroll left top transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom:10px;
}

.field-field-obrazky .field-item{background-color:transparent!important;}



.field-field-aktualita-obraz{text-align:center;}
.field-field-aktualita-popis{clear:both;}


.obchod-body {
  font-size: 12px;
  line-height: 16px;
}

.obchod-body strong {
  color: #2B1E12;
  font-size: 13px;
}

.obchod-body p,
.obchod-body h1,
.obchod-body h2,
.obchod-body h3
{
margin-top:0px;
}






.page-obchody-facebook .view-obchody .views-row{float:none;}
.page-obchody-facebook .view-obchody .views-row-even{float:none;}
.page-obchody-facebook #page{width:auto;}
.page-obchody-facebook #header{display:none;}
.page-obchody-facebook #main{padding-top:15px;padding-left:15px;}
.page-obchody-facebook #footer{display:none;}
.page-obchody-facebook #body-bottom{background:none;}
.page-obchody-facebook #content{width:auto!important;margin:0!important;}
.page-obchody-facebook .view-obchody .views-row{width:auto!important;height:auto!important;}









img.onas{
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 4px;
-moz-box-shadow: 0 0 4px;
-webkit-box-shadow: 0 0 4px;
float: left;
margin-bottom: 5px;
margin-right: 15px;
width: 435px;
}

.onasp{
line-height:16px;
}
