﻿/*Theme                                                                 
  Name:Profiliceni zakladni sablona
  URI:http://www.cuptech.eu/
  Description:Šablona pro web profiliceni.eu
  Author:CUPtech s.r.o.
  Author URI:http://www.cuptech.eu
  Version:1.0
*/
@font-face {
    font-family: "KaushanScriptRegular";
    src: url("./font/kaushanscript-regular-webfont.eot");
    src: url("./font/kaushanscript-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("./font/kaushanscript-regular-webfont.woff") format("woff"),
         url("./font/kaushanscript-regular-webfont.ttf") format("truetype"),
         url("./font/kaushanscript-regular-webfont.svg#KaushanScriptRegular") format("svg");
}
/* ----- RESET CSS ----- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}
body{background:#fff;line-height:1;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display:block;}

/* ----- OBECNE ------ */
.clearfix{width:auto;}
.clearfix:after{height:0;clear:both;content:".";display:block;visibility:hidden;}
body{
  color: #ffffff;
  font-family: Trebuchet MS;
  background: url(img/bg-face.png) no-repeat scroll center 128px #000000;
  /*background: url(img/pixel-correctly.png) no-repeat scroll center top;*/
  font-size: 14px;
  line-height: normal;
}
p {
padding-bottom: 14px;
padding-left: 5px;
}
h1 {
  color: #af0000;
  font-size: 24px;
  font-family: KaushanScriptRegular;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-bottom: 15px;
}
a {
  color: #ff9b9b;
}
/* ----- HLAVICKA ----- */
div.hlavicka {
  height: 95px;
  background: url(img/top-menu-bg.png) repeat-x scroll 0 0;
  text-transform: lowercase;
}
div.hl-obsah{
  width: 700px;
  margin: 0 auto;
}
div.hl-obsah img {
  float: left;
  margin-top: 15px;
  margin-right: 60px;
}
div.hl-obsah ul li {
  float: left;
  list-style: none;
  margin-top: 29px;
  font-size: 18px;
  color: #ffffff;
  margin-left: 10px;
}
div.hl-obsah ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: KaushanScriptRegular;
}

/* ----- HLAVNI MENU -----*/
#menu-hlavnimenu li {
  background: url(img/button.png) no-repeat scroll left top;
  width: 291px;
  height: 71px;
  margin-top: -13px;
  list-style: none;
}
div.hlavni-menu{
  position: relative;
}
#menu-hlavnimenu li.current_page_item {
  background: url(img/button.png) no-repeat scroll left bottom;
}
#menu-hlavnimenu li:first-child{
  margin-top: 0px;
}
#main{
  width: 800px;
  margin: 0 auto;
}
.menu-hlavnimenu-container {
  margin-top: 66px;
  margin-left: 40px;
  padding-bottom: 80px;
}
#menu-hlavnimenu li a {
  font-size: 17px;
  line-height: 58px;
  text-decoration: none;
  color: #ffffff;
  font-family: KaushanScriptRegular;
  margin-top: 6px;
  margin-left: 5px;
  height: 60px;
  width: 234px;
  display: inline-block;
  background-position: 200px 12px !important;
}
#menu-hlavnimenu li.current_page_item a {
  background-position: 200px -51px !important;
}

/* ----- OBSAH -----*/
div.obsah{
  width: 700px;
  margin-left: 45px;
}

/* ----- PATICKA -----*/
#paticka{
  color: #688db2;
  padding-bottom: 100px;
  width: 700px;
  margin: 35px auto 0;
  text-align: center;
}

/* ----- SLIDER ----- */
#prev {background:url(img/slider-left.png) no-repeat scroll 0 0;  position:absolute; cursor: pointer;  width:7px;  height:13px;  top:102px;  left:-27px;  z-index:20;}
#next {background:url(img/slider-right.png) no-repeat scroll 0 0;  position:absolute; cursor: pointer;  width:7px;  height:13px;  top:102px;  left:720px}
/*.navi{margin-left: 45%; float: left; margin-top: 9px; height:23px; cursor: pointer;}
.navi a{width:24px;height:23px;float:left;margin:0px; background: url(img/header-image-button-blue.png) no-repeat scroll 0 0; display:block;font-size:1px}
.navi a.active{background: url(img/header-image-button-red.png) no-repeat scroll 0 0;} */
.scrollable{float:left;  height:250px;  margin-top: 9px; overflow:hidden;  position:relative;  width:715px; }
div.scrollline{position: relative; width: 700px; margin: 60px auto 0; height: 251px;}
.items{float:left;  position:absolute;  width:200000em;}
.item {float: left; /*padding-right: 50px;*/margin-right: 50px; width: 200px;}
.item .shadow {position: absolute;}

img.odlesk1{
position: absolute;
left: 41px;
top: -4px;
}