@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/OpenSans300.eot);
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans300.eot) format('embedded-opentype'), url(fonts/OpenSans300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans400.eot);
  src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans400.eot) format('embedded-opentype'), url(fonts/OpenSans400.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/OpenSans600.eot);
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/OpenSans600.eot) format('embedded-opentype'), url(fonts/OpenSans600.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/OpenSans700.eot);
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans700.eot) format('embedded-opentype'), url(fonts/OpenSans700.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(fonts/OpenSans800.eot);
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(fonts/OpenSans800.eot) format('embedded-opentype'), url(fonts/OpenSans800.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(fonts/OpenSans400italic.eot);
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/OpenSans400italic.eot) format('embedded-opentype'), url(fonts/OpenSans400italic.woff) format('woff');
}




/*  PREDDEFINOVANE TRIDY ---------------------------------------------------- */
.fontSmall {
    font-size: 0.85em !important;
}
.fontBig {
    font-size: 1.15em !important;
}
.fontSize10 {
    font-size: 10px !important;
}
.fontSize11 {
    font-size: 11px !important;
}
.fontSize12 {
    font-size: 12px !important;
}
.fontSize13 {
    font-size: 13px !important;
}
.fontSize14 {   
    font-size: 14px !important;
}
.fontSize15 {
    font-size: 15px !important;
}
.fontSize16 {
    font-size: 16px !important;
}
.fontSize17 {
    font-size: 17px !important;
}
.fontSize18 {
    font-size: 18px !important;
}
.fontSize19 {
    font-size: 19px !important;
}
.fontSize20 {
    font-size: 20px !important;
}
.fontSize22 {
    font-size: 22px !important;
}
.fontSize24 {
    font-size: 24px !important;
}
.fontSize26 {
    font-size: 26px !important;
}
.fontSize28 {
    font-size: 28px !important;
}
.fontSize30 {
    font-size: 30px !important;
}
.fontNormal {
    font-weight: 400 !important;
    font-style: normal !important;
}
.fontBold {
    font-weight: 700 !important;
}
.fontBolder {
    font-weight: 800 !important;
}
.fontLight {
    font-weight: 300 !important;
}
.alignLeft {
    text-align: left !important;
}
.alignRight {
    text-align: right !important;
}
.alignCenter {
    text-align: center !important;
}
.floatLeft {
    float: left !important;
}
.floatRight {
    float: right !important;
}
img.floatLeft, 
.floatLeft img {
    margin: 0 10px 10px 0;
}
img.floatRight, 
.floatRight img {
    margin: 0 0 10px 10px;
}
.clearLeft {
    clear: left !important;
}
.clearRight {
    clear: right !important;
}
.clearBoth {
    clear: both !important;
}
.clearNone {
    clear: none !important;
}
.marginAuto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.rtl {
     unicode-bidi: bidi-override !important;
     direction: rtl !important;
}
.margin0 {
    margin: 0 !important;
}
.marginTop0 {
    margin-top: 0 !important;
}
.marginBottom0 {
    margin-bottom: 0 !important;
}
.padding0 {
    padding: 0 !important;
}
.padding10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padding20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.nowrap {
    white-space: nowrap !important;
}
.borderNone,
.borderNone td,
.borderNone th {
    border: none !important;
    border-collapse: separate;
}
.displayNone {
    display: none !important;
}
.displayBlock {
    display: block !important;
}
.displayInlineBlock {
    display: inline-block !important;
    &display: inline !important;
    &zoom: 1;
}
.overflowHidden {
    overflow: hidden !important;
}
.overflowVisible {
    overflow: visible !important;
}
.overflowAuto {
    overflow: auto !important;
}
.cursorPointer {
    cursor: pointer !important;
}
.cursorDefault {
    cursor: default !important;
}
.positionRelative {
    position: relative !important;
}
.colorBlack {
    color: #000;
}
.colorGray {
    color: #666;
}
.colorSilver {
    color: #999;
}
.colorRed {
    color: #f00;
}
.colorBlue {
    color: #06c;
}
.opacity0 {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	filter: alpha(opacity=0) !important;
}
.opacity10 {
    opacity: 0.1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
	filter: alpha(opacity=10) !important;
}
.opacity20 {
    opacity: 0.2 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
	filter: alpha(opacity=20) !important;
}
.opacity30 {
    opacity: 0.3 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
	filter: alpha(opacity=30) !important;
}
.opacity40 {
    opacity: 0.4 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
	filter: alpha(opacity=40) !important;
}
.opacity50 {
    opacity: 0.5 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
}
.opacity60 {
    opacity: 0.6 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
	filter: alpha(opacity=60) !important;
}
.opacity70 {
    opacity: 0.7 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
	filter: alpha(opacity=70) !important;
}
.opacity80 {
    opacity: 0.8 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
	filter: alpha(opacity=80) !important;
}
.opacity90 {
    opacity: 0.9 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
	filter: alpha(opacity=90) !important;
}
.opacity100 {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
}
.imgShadow {
    -moz-box-shadow: 0px 1px 7px #aaa;
    -webkit-box-shadow: 0px 1px 7px #AAA;
    box-shadow: 0px 1px 7px #AAA;
}



/*  GLOBALNI DEFINICE ------------------------------------------------------- */
body, p, fieldset, form,
table, tr, td, th {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    font: 0.9em/1.5 "Open Sans", Arial, "Helvetica Neue", helvetica, sans-serif;
    color: #000;
    cursor: default;
    overflow-y: scroll; 
    background: #fff;
}
body.not-front { 
    background: #fff url('img/www/bodyBGcenterAbstract4.jpg') no-repeat scroll center top;
    /*background: url('img/www/bodyBGwhite.png') no-repeat scroll center top, url('img/www/bodyBG.png') repeat-x scroll 0 0;*/
}
a img {
    border: none;
    text-decoration: none !important;
    color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans";
    margin: 1.5em 0 0.4em 0px;
    padding: 0;
    clear: both;
    font-weight: 700;
}
h1 {
    font-size: 2.65em;
}
h2 {
    font-size: 2.65em;
    font-weight: 300;
    color: #06c;
    margin: 0.7em 0 0.4em 0;
    line-height: 110%;
}
h3 {
    font-size: 1.5em;
    text-transform: uppercase;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}
a,
.link {
    color: #769d00;
    text-decoration: underline;
}
.link {
    cursor: pointer;
}
a:hover, 
a:focus, 
a:active,
.link:hover {
    text-decoration: none;
    outline: none;
}
a.underlineNone {
    text-decoration: none;
}
a.underlineNone:hover {
    text-decoration: underline;
}
a.noLink {
    text-decoration: none;
    color: #000;
}
b, strong {
    font-weight: 700;
}
p {
    margin-bottom: 1em;
}
hr,
.hr {
    height: 13px;
    width: 100%;
    border: none !important;
    outline: none !important;
    background: transparent url('img/www/hr4.png') no-repeat scroll center center;
    padding: 0;
    margin: 40px 0 30px 0px;
    clear: both;
    &display : list-item;
    &filter : alpha(opacity=0);
    &list-style : url('img/www/hr5.png') inside;
}
table {
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid #aaa;

}
tbody {
    border: none;
}
table td, 
table th {
    padding: 3px 12px;
    border: 1px dotted #ddd;

}
table th {
    border-color: #999;
    background-color: #edf3f9;
    font-size: 105%;
    color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
}

.niceImg {
    border-radius: 5px;
}

/*
input {
    height: 25px;
    font: 12px "Arial CE", Arial, "Helvetica CE", helvetica, sans-serif;
    color: #000;
    border: 1px solid #999;
    padding: 1px;
    text-indent: 5px;
}
input:hover {
    border: 1px solid #d590b3;
}
input:focus {
    border: 2px solid #d590b3;
    padding: 0px;
}
textarea {
    line-height: 160%;
    font: 12px/1.9 "Arial CE", Arial, "Helvetica CE", helvetica, sans-serif;
    color: #000;
    border: 1px solid #999;
    padding: 1px;
}
textarea:hover {
    border: 1px solid #d590b3;
}
textarea:focus {
    border: 2px solid #d590b3;
    padding: 0px;
}
*/
.button {
    display: inline-block;
    &display: inline;
    &zoom: 1;
    height: 30px;
    line-height: 29px;
    margin: 7px 0 0 0;
    padding: 0 20px;
    &padding: 0 10px;
    border: none;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    background: #83b300 url('img/www/buttonBG.png') repeat-x scroll 0 -25px;
    text-shadow: 0 -1px 0 #587800;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: normal;
}
.button:hover,
.button:focus,
.button:active {
    background-color: #97ce00;
}
.button:active {
    background-position: 0 -105px;
}
.button .icon16 {
    vertical-align: -2px;
    &vertical-align: middle;
    margin: 0 5px 0 -9px;
    &margin-left: -5px;
}




.clean,
.cleaner {
    width: 1px;
    height: 1px;
    border: none;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
}
.mailLinuxBox {
    /*background: url('img/www/mailLinuxBox.png') no-repeat scroll right center;
    padding-right: 71px;*/
}
.shadowTop {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    background: url('img/www/shadowTop.png') no-repeat scroll center center;
}
.shadowBottom {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: url('img/www/shadowBottom.png') no-repeat scroll center center;
}







/* ikony -------------------------------------------------------------------- */

.icon16,
.icon32 {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
    background: url('img/www/icons.png') no-repeat scroll 0 0;
    display: inline-block;
}
.icon32 {
    width: 32px;
    height: 32px;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.iconMargin {
    margin: 0 0.5em 0.2em 0.2em;
}
.iconFeedbackArrow {
    background-position: -80px -120px;
}
.iconQr {
    background-position: 0 -80px;
}
.iconVcf {
    background-position: 0 -120px;
}
.iconOk {
    background-position: -80px 0;
}
.iconOkOrange {
    background-position: -80px -40px;
}
.iconNo {
    background-position: -80px -80px;
}
.iconButtonArrow {
    background-position: -80px -160px;
}
.iconLinkExternal {
    background-position: 0px -280px;
}
.iconPhone {
    background-position: 0 -400px;
}
.iconMail {
    background-position: 0 -440px;
}
.iconCamera {
    background-position: -240px -320px;
}

.icon32.iconDownload {
    background-position: -240px -160px;
}
.icon32.iconCompas {
    background-position: -240px -80px;
}
.icon32.iconMap {
    background-position: -240px -40px;
}
.icon32.iconPhone {
    background-position: -240px -240px;
}
.icon32.iconPrint {
    background-position: -240px -200px;
}
.icon32.iconFax {
    background-position: -240px -280px;
}
.icon32.iconUsers {
    background-position: -300px 0px;
}
.icon32.iconImage {
    background-position: -300px -40px;
}
.icon32.iconImages {
    background-position: -300px -80px;
}
.icon32.iconPlay {
    background-position: -300px -200px;
}
.icon32.iconMail {
    background-position: -300px -240px;
}
.icon32.iconSkype {
    background-position: -300px -160px;
}
.icon32.iconGithub {
    background-position: -120px 0px;
}
.icon32.iconTip {
    background-position: -367px -160px;
}
.icon32.iconMenu {
    background-position: -360px -200px;
}
.icon32.iconMenu2 {
    background-position: -360px -240px;
}



/* header ------------------------------------------------------------------- */
/*body.not-front {
    padding-top: 110px !important
}*/
#header {
    height: 78px;
    position: relative;
    cursor: default;
    clear: both;
    padding: 0 10px;
    z-index: 100;
}
body.not-front #header {
    background: #fff;
}
#logo {
    width: 133px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    background: url('img/www/logo.png') no-repeat scroll left top;
    overflow: hidden;
    position: relative;
    margin: 15px 25px 0 0;
    color: #06c;
    text-decoration: none;
    display: block;
    float: left;
}
#logo:focus {
    outline: 1px solid #ddd;
    outline-offset: 5px;
}
#logo strong {
    display: none;
}


#menuSwitch {
    display: none;
}
#menu {
    float: left;
    margin: 26px 0 0 0;
    font-size: 1.05em;
    color: #000;
    padding: 0;
    z-index: 99;
    position: relative;
    font-weight: 400;
}
/* prvni uroven */
#menu li {
    float: left;
    list-style-type: none;
    height: 52px;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 90;
}
/*#menu li.expand {
    background: url('img/www/menuArrowDown.png') no-repeat center 36px;
}
#menu li.expand:hover {
    background-position: center 58px;
    transition: background-position .15s ease-out;
    -webkit-transition: background-position .1s ease-in;
}*/
#menu li a,
#menu li span {
    text-decoration: none;
    display: block;
    height: 39px;
    line-height: 39px;
    color: #000;
    padding: 0px; 
    float: left;
    /* text-shadow: 0px 0px 5px #fff; */
}
#menu li a:hover,
#menu li.active > a  {

    
}
#menu li span:hover,
#menu li.active > span  {
    cursor: default;
}
#menu li em {
    font-style: normal;
    padding: 6px 18px;
    text-shadow: 0px -1px 0px #fff;
}
#menu li:hover em,
#menu a:hover em,
#menu a:focus em {
    background-color: #eee;
}
/* druha uroven */
#menu li ul { 
    position: absolute;
    left: -3px;
    top: 48px;
    /*display: none;*/
    display: block;
    float: none;
    background: #fff;
    margin: 0;
    width: 220px;
    z-index: 93;
    font-size: 0.85em;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .3);
}
/* vetsi sirka pouze pro prvni polozku produkty 
    - ostatni jsou mensi, protoze nemaji dva sloupce */
#menu > li:nth-of-type(n+2) > ul { 
    width: 190px;
}
#menu li:hover ul,
#menu li.active > ul { 
    padding: 0 0px 10px 0px;
    height: auto;
    opacity: 1;
    overflow: visible;
    top: 52px;
    border: 1px solid #ddd\9;
    border-top: none;
    transition: opacity .15s ease-in, top .15s ease-out;
    -webkit-transition: opacity .15s ease-in, top .15s ease-out;
}
#menu li ul li { 
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
    background: none;
    border: none;
   /* text-shadow: 0px 0px 5px rgb(0,0,0);*/

}

#menu li ul li a,
#menu li ul li span { 
    height: auto;
    line-height: 16px;
    padding: 7px 22px 7px 22px;
    float: none;
    color: #333;
    background: none;
    &width: 170px; /* zadani pevne sirky v ie, protoz jinak neni klikatelna cela polozka */
}
#menu li ul li:hover > a  { 
    /*background: #8b0 url('img/BGmenuHover10.png') repeat-x left top !important;*/
    background-color: #eee !important;
    color: #0;
}
#menu li ul li a:hover,
#menu li ul li a:focus,
#menu li ul li span:hover,
#menu li ul li.active > a,
#menu li ul li.active > span { 
    /*background: #8b0 url('img/BGmenuHover10.png') repeat-x left top !important;*/
    background-color: #007ddb !important;
    color: #fff;
    /*text-shadow:  0px -1px 0px #759f00;*/
    text-shadow:  0px -1px 0px rgba(0,0,0,0.3);
    /*border-color: #fff;*/
}

/* sipka u rozbalovacich polozek */
#menu li ul li.expand > a,
#menu li ul li.expand > span { 
    background: url('img/www/menuArrowRight.png') no-repeat 193px center;
}
#menu li ul li.expand > a:hover,
#menu li ul li.expand > span:hover { 
    background-image: url('img/www/menuArrowRightWhite.png');
}
/* preload sipek */
#menu:before,
#menu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: url('img/www/menuArrowRight.png') no-repeat 193px center;
}
#menu:after {
    background-image: url('img/www/menuArrowRightWhite.png');
}



/* treti uroven */
#menu li ul li ul { 
    position: absolute;
    left: 206px;
    display: inline-block; !important;
    z-index: 99;
    width: auto;
    min-width: 170px;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    padding: 0 !important;
    border: none\9 !important;
}
#menu li ul li:hover ul,
#menu li ul li.active ul,
#menu li ul li.delayActive ul { 
    top: -11px !important;
    left: 213px;
    padding: 10px 0 10px 0 !important;
    height: auto !important;
    border: 1px solid #eee\9 !important;
    border-top: 1px solid rgba(0,0,0, .05);
    opacity: 1 !important;
    transition: opacity .15s ease-in, left .15s ease-out;
    -webkit-transition: opacity .15s ease-in, left .15s ease-out;
}
#menu li ul li ul li a {
    white-space: nowrap;
    &width: 175px !important;  /* fix treti urovne v ie (at je klikatelna cela polozka) */
}
#menu .sipka {
    font-size: 9px;
    position: relative;
    top: -1px;
}


/* menu - pravy sloupec */
#menu li a i {
    float: right;
    color: #999;
    margin-right: -3px;
}
#menu li ul li a:hover i,
#menu li ul li a:focus i,
#menu li ul li span:hover i,
#menu li ul li.active > a > i,
#menu li ul li.active > span > i { 
    color: #fff;
}

/* menu modry pruh */
/*#logo {
    margin-right: 0;
}
#headerRight {
    top: 7px !important;
    margin-right: 15px;
}
#headerBG {
    width: 800px;
    float: right;
    height: 40px;
    margin-top: 30px;
    color: #fff;
    background: url('img/www/menu.png') no-repeat scroll right 2px;
}
#menu {
    margin-top: 0px;
}
#menu > li {
    margin-right: -12px;
}
#menu li em {
    background: url('img/www/menu.png') no-repeat scroll left top;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
    min-width: 50px;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    position: relative;
}
#menu li:hover em,
#menu a:hover em,
#menu a:focus em  {
    background-position: left -50px;
    background-color: transparent;
}
#menu li:last-of-type em:after {
    content: "";
    background: url('img/www/menu.png') no-repeat scroll left top;
    width: 13px;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: -1px;
    top: 0
}
#menu > li > ul {
    top: 37px;
}
body.front #menu li:hover em,
body.front #menu a:hover em,
body.front #menu a:focus em  {
    background: url('img/www/menu.png') no-repeat scroll left 1px;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
    position: relative;
}
body.front #menu li:hover em:after,
body.front #menu a:hover em:after,
body.front #menu a:focus em:after {
    content: "";
    background: url('img/www/menu.png') no-repeat scroll left -100px;
    width: 13px;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: -3px;
    top: 0
}
body.front #menu > li > ul {
    top: 37px;
}
*/

#header #menu .menu-splitter {
    border-top: 1px solid rgba(0,0,0,0.25);
}



#headerRight {
    float: right;
    position: relative;
    top: 33px;
    left: 0;
    &width: 258px;
}


/* vyhledavani */
.search {
    float: right;
    margin: 0;
    height: 25px;
    line-height: 20px;
    width: 50px;
    max-width: 160px;
    position: relative;
    overflow: visible !important;
}
.searchInput {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    outline-width: 0;
    width: 50px;
    height: 25px;
    line-height: 17px;
    vertical-align: middle;
    display: block;
    font: 15px/1.3 "Arial CE", Arial, "Helvetica CE", helvetica, sans-serif;
    text-indent: 5px;
    color: #000;
    position: relative;
}
/*body.not-front*/ .searchInput {
    color: #000;
}
.search.active .searchInput {
    width: 150px;
    margin-right: 25px;
}
.searchButton {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0px;
    margin: 0px;
    outline-width: 0;
    background: url('img/www/icons.png') no-repeat scroll 1px 5px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.searchBorder {
    width: 100%;
    height: 3px;
    display: block;
    border: 1px solid #aaa;
    border-top: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.searchBorder {
    border-color: #aaa;
}
.search.active .searchBorder {
    border-color: #666;
}
.searchButton:hover,
.searchBorder:hover {
    opacity: 1 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100) !important;
}

/* vypis vysledku vyhledavani */
/*body.page-search #contentContainer h2 {
    display: none;
}*/

#search-form {
    margin-bottom: 2em;
}
#search-form #edit-basic {
    text-align: center;
    margin: 1em 0 0.3em 0;
}
#search-form #edit-basic label {
    display: none;
}
#search-form #edit-submit {
    display: inline-block;
    &display: inline;
    &zoom: 1;
    height: 30px;
    line-height: 29px;
    margin: 7px 0 0 0;
    padding: 0 20px;
    &padding: 0 10px;
    border: none;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    background: #83b300 url('img/www/buttonBG.png') repeat-x scroll 0 -25px;
    text-shadow: 0 -1px 0 #587800;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: normal;
}
#search-form #edit-submit:hover,
#search-form #edit-submit:focus,
#search-form #edit-submit:active {
    background-color: #97ce00;
}
#search-form #edit-submit:active {
    background-position: 0 -105px;
}
#search-form #edit-keys {
    width: 300px;
    height: 22px;
    line-height: 22px;
    font-size: 1em;
    padding: 3px 10px;
    border: 1px solid #aaa;
}
#search-form .search-advanced {
    border: none;
}
#search-form .search-advanced legend {
    padding-left: 70px;
    text-align: center;
    display: none;
}
#search-form .search-advanced.collapsed legend {
    display: block;
}
#search-form .search-advanced .fieldset-legend {
    background: none;
}
#search-form .fieldset-wrapper {
    margin-left: 272px;
}



.search-results {
    margin: 1em 0 1em 0;
    padding: 0;
}
.search-result h3 {
    font-weight: 400;
    text-transform: none;
    font-size: 1.8em;
    margin-bottom: 0;
}
.search-results .search-snippet-info {
    padding-left: 0em;
}


/* jazyky  */
.lang {
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
    height: 25px;
    display: block;
}
.langSwitch {
    float: left;
    display: block;
    width: 20px;
    height: 25px;
    overflow: hidden;
    background: url('img/www/icons.png') no-repeat scroll 4px -35px;
    cursor: pointer;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.langSwitch:hover,
.langSwitch:focus {
    opacity: 1 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100) !important;
}
.language-switcher-locale-url {
    display: block;
    float: left;
    height: 20px;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 5px 0 0 1px;
}
.language-switcher-locale-url li {
    display: block;
    float: left;
    width: 0px;
    max-width: 30px;
    height: 16px;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.language-switcher-locale-url li a {
    display: block;
    width: 20px;
    margin-left: 10px;
    height: 16px;
    text-indent: 100px;
    overflow: hidden;
    background: url('img/www/icons.png') no-repeat -40px 0px;
}
.language-switcher-locale-url li.en a {
    background-position: -40px -40px;
}
.language-switcher-locale-url .locale-untranslated {
    display: none;
}





/* banner ------------------------------------------------------------------- */
#banners {
    height: 410px;
    z-index: 1;
    position: relative;
    min-width: 980px;
}
/*body.narrowViewport #banners {
    overflow: hidden;
}*/
#banners .bannerBG {
    height: 410px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
}
#banners .bannerBG.active {
    display: block;
}
#banners .bannerBG.bannerNoise {
    background: #f9f9f9 url('img/www/noise3.png') repeat scroll left top;
}


#banners .bannerLoading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 118px;
    margin: -60px 0 0 -150px;
    background: url('img/www/logoGray.png') no-repeat scroll center center;
}



#banners .banner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 960px;
    height: 100%;
    margin: 0px 0 0 -480px;
    text-align: left;
}
#banners .banner.active {
    z-index: 10;
}

.bannerText {
    font-size: 1.1em;
    color: #333;
    margin-left: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.bannerTitle {
    font-size: 3.2em;
    line-height: 100%;
    color: #000;
    font-weight: 300;
    margin: 70px 0 20px 0;
}
.bannerTitle strong {
    font-weight: 600;
}
.buttonBig,
#banners .button {
    height: 42px;
    line-height: 42px;
    font-size: 1.1em;
    padding-right: 25px;
    padding-left: 25px;
}
.buttonBig .icon16,
#banners .button .icon16 {
    vertical-align: -1px;
    &vertical-align: middle;
}

.bannerImg {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 10;
    line-height: 0;
}
.bannerBox {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 8;
    padding: 15px;
    background-color: #ebedee;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
}


#bannerSwitch {
    width: 200px;
    margin: 0 0 0 -96px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 10;
}
#bannerSwitch .bannerSwitchItem {
    display: inline-block;
    &display: inline;
    &zoom: 1;
    width: 8px;
    height: 8px;
    margin: 1px 9px 1px 1px;
    overflow: hidden;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    /*cursor: pointer;*/
    -webkit-transition: background 0.2s ease, border-color 0.2s ease;
    transition: background 0.2s ease, border-color 0.2s ease;
}
#bannerSwitch .bannerSwitchItem:hover {
    background: #fff;
}
#bannerSwitch .bannerSwitchItem.active {
    border-color: #007FE0;
    background: #007FE0;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 8px 0 0;
}









/* footer ------------------------------------------------------------------- */
#footer {
    position: relative;
    clear: both;
    background: #2383cc url('img/www/noise4.png') repeat scroll 0 0;
    color: #bfdaee;
    padding: 45px 10px 30px 10px;
    font-size: 0.9em;
    cursor: default;
    min-width: 960px;
    text-shadow: 0 1px 0 #366486;
}
#footer a {
    color: #bfdaee;
    text-decoration: none;
}
#footer a:hover,
#footer a:focus {
    text-decoration: underline;
}
#footer .column {
    float: left;
    margin-right: 90px;
}
#footer .column.thirdColumn {
    margin-right: 0px;
}
#footer .column.rightColumn {
    margin-right: 0px;
    float: right;
    width: 170px;
}
#footer ul {
    margin: 0 0 19px 0;
    padding: 0;
    display: block;
    list-style-type: none;
}
#footer .column.rightColumn ul {
    margin: 0px;
}
#footer li {
    margin: 4px 0;
    padding: 0;
    display: block;
    list-style-type: none;
}
#footer .section {
    color: #fff;
    font-size: 1.4em;
}
#footer .section a {
    color: #fff;
}
#footer .OpenSourceLogo {
    margin: 5px 0 18px 0;
}
#footer .socialIcons {
    margin: 45px 0 0 0 !important;
    padding: 0;
    list-style-type: none;
    display: block;
    text-align: right;
}
#footer .socialIcons li {
    margin: 0 0 0 8px;
    padding: 0;
    list-style-type: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: inline-block; 
}
#footer .socialIcons li a {
    width: 100%;
    height: 100%;
    background: url('img/www/icons.png') repeat scroll -120px 0;
    text-indent: 100px;
    display: inline-block;
}
#footer .socialIcons li.youtube a {
    background-position: -120px -40px;
}
#footer .contactItem {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}
#footer .contactIcons {
    /*position: absolute;
    left: -27px;
    top: 5px;*/
    margin: -2px 10px 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: .35;
}


/* feedback ------------------------------------------------------------------- */
#feedback {
    position: relative;
    clear: both;
    background: #233e52 url('img/www/noise3.png') repeat scroll 0 0;
    color: #96b3c9;
    padding: 13px 10px;
    font-size: 0.9em;
    cursor: default;
    min-width: 960px;
    text-shadow: 0 1px 0 #192a36; 
}
#feedback a {
    text-decoration: none;
    color: #96b3c9;
}
#feedback a:hover,
#feedback a:focus {
    text-decoration: underline;
}
#feedback .copyright {
    float: right;
    margin: 5px 0 0 0;
}
#feedback .feedbackSwitch {
    font-size: 1.3em;
    color: #dbe6ee;
}
#feedback .feedbackSwitch.cursorPointer:hover {
    text-decoration: underline;
}
#feedback .iconFeedbackArrow {
    margin: -2px 4px 0 0;
}
#feedbackForm {
    display:block;
    margin: 40px 0 50px 0px;
}
.feedbackLeft {
    float: left;
    width: 326px;
    text-align: right;
    margin: 0;
}
.i18n-en .feedbackLeft {
    display: none;
}
.feedbackRight {
    border-left: 1px solid #4d6f89;
    padding: 0 0 0 50px;
    margin: 0 0 0 370px;
    min-height: 230px;
}
.i18n-en .feedbackRight {
    margin-left: 7px;
}
#feedbackResult {
    text-align: center;
}
#feedbackForm label {
    font-weight: 400;
    display: block;
    margin: 10px 0 0px 5px;
    font-size: 0.85em;
    text-transform: uppercase;
}
#feedbackName,
#feedbackMail,
#feedbackText {
    width: 300px;
    height: 19px;
    line-height: 19px;
    margin: 0;
    padding: 4px 5px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    background: #ebf6ff;
    border: 1px solid #83b300;
    outline: none;
    border-radius: 1px;
    -moz-box-shadow: inset 1px 1px 3px #bbb;
    -webkit-box-shadow: inset 1px 1px 3px #bbb;
    box-shadow: inset 1px 1px 3px #bbb;
}
#feedbackName:focus,
#feedbackMail:focus,
#feedbackText:focus {
    background: #fff;
}
#feedbackText {
    width: 500px;
    height: 100px;
    max-width: 500px;
    max-height: 500px;
    padding: 5px;
}
#feedbackButton {
    height: 30px;
    margin: 7px 0 0 0;
    padding: 0 20px;
    &padding: 0 10px;
    border: none;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    background: #83b300 url('img/www/buttonBG.png') repeat-x scroll 0 -25px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: normal;
    -moz-box-shadow: 0px 1px 0px #000;
    -webkit-box-shadow: 0px 1px 0px #000;
    box-shadow: 0px 1px 0px #000;
}
#feedbackButton:hover,
#feedbackButton:focus,
#feedbackButton:active {
    background-color: #97ce00;
}
#feedbackButton:active {
    background-position: 0 -105px;
    -moz-box-shadow: 0px -1px 0px #000;
    -webkit-box-shadow: 0px -1px 0px #000;
    box-shadow: 0px -1px 0px #000;
}
.feedbackTitle {
    font-size: 35px;
    font-weight: 300; 
    margin: 2px 0 10px 0; 
    color: #CEDEE9;
}
.feedbackText {
    font-size: 1.1em;
    margin: 0 0 0.8em 0;
}




/* titleBar ------------------------------------------------------------------ */
/*#titleBar {
    position: relative;
    clear: both;
    height: 60px;
    background: #2383cc url('img/www/noise4.png') repeat scroll 0 0;
    color: #fff;
    min-width: 960px;
    padding: 0 10px;
    
}
#titleBar .title {
    position: relative;
    background-color: #233e52;
    background-color: rgba(0,0,0,0.5);
    height: 60px;
    line-height: 60px;
    font-weight: 300;
    font-size: 38px;
    padding: 0 20px;
    top: 0px; 
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
body.narrowViewport #titleBar .title {
    padding: 0;
    text-indent: 20px;
}*/
#titleBar {
    position: relative;
    clear: both;    
    /*margin-top: 10px;*/
    padding: 12px 10px 5px 10px;
}
#titleBar .title {
    /*font-weight: 300;
    font-size: 3.3em;
    color: #06C;*/
    font-weight: 600;
    font-size: 3.5em;
    color: #000;
    margin-top: -10px;
    /*text-transform: uppercase;*/
}
/*#titleBar .shadowTop,*/
#titleBar .shadowBottom {
    display: none;
}





/* administracni lista ------------------------------------------------------ */

body.logged-in .region-page-top {
    margin-bottom: -30px;
}
body.logged-in .region-page-top .toolbar {
    opacity: 0.001;
}
body.logged-in .region-page-top .toolbar:hover {
    opacity: 1;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
/* zruseni stinu za administracni listou */
#toolbar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    -ms-filter: none;
}


div.tabs {
    position: absolute;
    right: 0;
    top: 20px;
    opacity: 0.001;
    z-index: 70;
}
body.front div.tabs {
    left: 50%;
    text-align: left;
}
#banners:hover div.tabs,
#titleBar:hover div.tabs {
    opacity: 1;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
ul.tabs {
    margin: 0;
    border: none;
}
ul.tabs a {
    border: none !important;
    background: #fff !important;
    padding: 0.15em 0.7em;
    color: #999;
    opacity: 1;
    position: relative;
}
ul.tabs a:hover {
    opacity: 1;
    color: #fff;
    background: #007EE0 !important;
}
ul.tabs a.active {
    opacity: 1;
    z-index: 120;
}


/* vypnuti listy v administraci */
body.BUEdited .region-page-top,
body.BUEdited #titleBar div.tabs  {
    display: none;
}
body.BUEdited {
    padding-top: 0 !important;
}




/* content ------------------------------------------------------------------ */

.content {
    width: 960px;
    position: relative;
    margin: 0px auto;
    text-align: left;
    clear: both;
}
.contentAuto {
    position: relative;
    margin: 0px auto;
    text-align: left;
    clear: both;
}
.contentFull {
    position: relative;
    margin: 0px -10px;
    text-align: center;
    clear: both;
}
.contentFullBottom {
    margin-bottom: -40px;
}
.contentBlue {
    background-color: #f7fbff; 
}
#contentContainer {
    position: relative;
    clear: both;
    padding: 0px 10px 40px 10px;
    margin: 5px 0 0 0;
    overflow: hidden;
    min-width: 960px;
}
body.front #contentContainer {
    padding-bottom: 0;
    margin-top: 12px;
}



/* predmluva u  clanku */
.preface {
    font-style: italic;
    font-size: 1.35em;
    color: #777;
}


/* seznamy */
.listNormal,
.listGray,
.region-content ul li {
    list-style-image: url("img/www/list.png");
    margin-bottom: 0.3em;
}
.listGray {
    list-style-image: url("img/www/listGray.png");
}
.listOk {
    margin-top: 35px;
    margin-bottom: 35px;
    /* margin: 35px 23px; */
}
.listOk li {
    font-size: 1.1em;
    font-weight: 700;
    list-style-image: url("img/www/ok.png") !important;
    /* list-style-type: none;
    padding-left: 20px;
    margin: 0 0 0.5em 0;
    background: url('img/www/ok.png') no-repeat scroll 0 7px; */
}


/* boxy pro sloupcovou sazbu */
.box25,
.box33,
.box50 {
    display: block;
    float: left;
    position: relative;
}
.box25 {
    width: 22%;
    margin: 0 4% 0 0;
}
.box25.boxWide {
    width: 24%;
    margin: 0 1.33% 0 0;
}
.box25.boxLast {
    margin-right: 0;
}
.box33 {
    width: 30%;
    margin: 0 5% 0 0;
}
.box33.boxWide {
    width: 32%;
    margin: 0 2% 0 0;
}
.box33.boxLast {
    margin-right: 0;
}
.box50 {
    width: 47%;
    &width: 46.7%;
    margin: 0 3% 0 0;
}
.box50.boxWide {
    width: 49%;
    margin: 0 1% 0 0;
}
.box50.boxLast {
    margin-left: 3%;
    margin-right: 0;
}
.box50.boxWide.boxLast {
    margin-left: 1%;
    margin-right: 0;
}
.boxSilver {
    background-color: #f9f9f9;
    background-color: rgba(0,0,0,0.02);
    padding: 20px;
}
.boxSilver h2,
.boxSilver h3 {
    margin-top: 0;
}
/* boxDir - rozcestniky */
.boxDir {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
body.front .boxDir {
    margin-top: 0;
    margin-bottom: 50px;
}
a.boxDir {
    color: #000;
    text-decoration: none;
}
.boxDir h3 {
    margin: 0;
    line-height: 1.3em;
    /*min-height: 2.6em;*/
}
a.boxDir:hover {
   
}
.boxDir h3.fontSmall {
    font-size: 1.3em !important;
    line-height: 1.5em;
    width: 240px; 
}
.boxDir .dirImg {
    min-height: 120px;
    position: relative;
}
.boxDir .dirImg img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.boxDir .dirText {
    margin-top: 5px;
}
.boxDir .dirShadow {
    display: block;
    width: 100%;
    height: 11px;
    background: url('img/www/dirShadow.png') no-repeat scroll center top;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.boxExpand .expandContent {
    display: none;
}
.expandText.collapsed {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    margin-bottom: 0;
}

/* .boxCert - certifikaty*/
.boxCert {
    text-align: center;
    margin-bottom: 40px;
}
.boxCert img {
    -moz-box-shadow: 0px 1px 7px #aaa;
    -webkit-box-shadow: 0px 1px 7px #AAA;
    box-shadow: 0px 1px 7px #AAA;
    &border: 1px solid #ccc;
}

.boxContact {
    display: block;
    float: left;
    position: relative;
    width: 29%;
    min-height: 120px;
    margin: 10px 0 0 4%;
}
.boxContact h3 {
    margin: 0 0 0px 0;
    text-transform: none;
    font-size: 1.3em;
}
.boxContact p {
    margin: 0;
}
.boxContact em {
    margin: 0 0 3px 0;
    display: block;
}
.boxContact .vcf,
.boxContact .qr {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    overflow: hidden;
    background: url('img/www/icons.png') no-repeat scroll 0px -200px;
    display: inline-block;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
    position: absolute;
    left: -33px;
    top: 4px;
}
.boxContact .qr {
    background-position: 0px -160px;
    top: 30px;
}
.boxContact .vcf:hover,
.boxContact .qr:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.qrImg {
    position: absolute;
    left: 45%;
    top: 40%;
    box-shadow: 0px 3px 7px #888;
    -moz-box-shadow: 0px 3px 7px #888;
    /*width: 180px;
    height: 180px;*/
}

/* boxy na titulce */
.boxHome {
    clear: both;
    position: relative;
    padding-bottom: 30px;
}
.boxHome img {
    border: none !important;
}
.boxHomeRight {
    float: right;
}
.boxHome h2 {
    position: relative;
}
.boxHomeText {
    position: relative;
    font-size: 1.1em;
    color: #666;
    padding-bottom: .2em;
}
.boxHomeImg {
    position: absolute;
    left: 400px;
    top: 25px;
}
.boxHomeRight .boxHomeImg {
    left: -500px;
}
.boxHomeImg img {
    position: absolute;
    left: 0;
    top: 0;
}
.boxHomePhoto {
    opacity: 0;
}
.boxHomePhoto[style] {
    opacity: 1;
    transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s; /* Safari */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0, 0.795, 0.775); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(1.000, -0.190, 0.795, 0.775); 
       -moz-transition-timing-function: cubic-bezier(1.000, -0.190, 0.795, 0.775); 
         -o-transition-timing-function: cubic-bezier(1.000, -0.190, 0.795, 0.775); 
            transition-timing-function: cubic-bezier(1.000, -0.190, 0.795, 0.775); /* custom */
}

.tableFixed { 
    position: relative; 
    width: 100%; 
    /*min-width: 960px;*/
    max-width: 100%;
    margin: 0 auto;
    overflow: auto; 
    overflow-x: auto; 
    overflow-y: hidden; 
    *padding-bottom: 20px;
}
.tableFixed table { 
    position: relative; 
}
.tableFixedHeader { 
    position: absolute; 
    left: 0px; 
    top: 0; 
    overflow: hidden; 
    width: 0px; 

}





.tableBlue {
    margin: 5px auto 10px auto;
    padding: 0;
    table-layout: auto;
    width: 100%;
    text-align: center;
    font-size: 0.85em;
    border: none;
}
.tableBlue td {
    padding: 5px 10px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    background-color: #f9fbfd;
}
.tableBlue th {
    padding: 8px 10px;
    text-align: center;
    border: none;
    background-color: #fff;
}
.tableBlue tr.rowSeparator td,
.tableBlue td.rowSeparator {
    padding-top: 20px;
    border-bottom-color: #aaa;
    font-weight: 600;
    text-transform: uppercase;
}
.tableBlue tr.rowBorder td,
.tableBlue td.rowBorder {
    border-bottom-color: #aaa;
}
.tableBlue tr td:first-child,
.tableBlue tr th:first-child {
    text-align: left;
}
.tableBlue tr td:first-child {
    background-color: #fff;
}
.tableBlue th {
    color: #fff;
    background-color: #006acc;
}
.tableBlue .bgRed {
    background-color: #FFF0F0;
}
.tableBlue .bgGreen {
    background-color: #F2FFE0;
}
.tableBlue .bgBlue {
    background-color: #f9fbfd;
}
.tableBlue .bgWhite,
.tableBlue td.withoutBG  {
    background-color: #fff;
}






.tableRow {
    border: none;
    margin: 0px;
    font-size: 0.85em;
    width: 100%;
}
.tableRow td,
.tableRow th {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 1px;
    background: none;
}
.tableRow th {
    text-align: center;
    width: 50px;
}




/* API pro PBX */
.tableApi {
    border: 1px solid #ddd; 
    border-top: none;
    margin: 20px 0;
    width: 100%;
}
.tableApi td, 
.tableApi th {
    border: none;
    background: #fff;
    vertical-align: top;
    padding: 5px 15px;
}
.tableApi th {
    width: 130px;
    font-weight: 400;
    font-style: italic;
    color: #666;

}
.tableApi .title th,
.tableApi .title td {
    background: #006acc;
    font-size: 1.2em;
    border: none;
    color: #fff;
    font-weight: 600;
    text-align: left;
    font-style: normal;
    vertical-align: baseline;
}
.tableApi .title td {
    font-size: 1.2em;
    font-weight: 400;
}







.imgScreen {
    display: block;
    margin: 20px auto;
}






.voipTable {
    margin: 0;
    padding: 0;
    border: none;
    table-layout: fixed;
    width: 100%;
}
.voipTable td {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
}
.voipTable td.image {
    width: 180px; 
    border-bottom: 1px solid #eee;
    text-align: center;
}
.voipTable .productIcon {
    text-align: left;
    padding: 7px 0 10px 5px;
}
.voipTable td.ul {
    width: 290px;
    border-bottom: 1px solid #eee;
    padding: 15px 10px 15px 0px;
}
.voipTable td.break {
    width: 19px;
}
.voipTable .first td,
.voipTable td.borderNone {
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.voipTable h3 {
    margin: 20px 0 0 5px;
    padding: 0;
    font-size: 18px;
}
.voipTable ul {
    margin: 0px;
}
.voipTable img {
    margin: 10px 0 5px 0;
}

.voipTableAddons {
    margin: 0;
    padding: 0;
    border: none;
    table-layout: fixed;
    width: 100%;
}
.voipTableAddons td {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
    width: 25%;
}
.voipTableAddons h3 {
    font-size: 18px;
}
.voipTableAddons img {
    margin: 0 0 0 20px;
}
.voipTable6Addons,
.voipTable4Addons {
    margin: 0;
    padding: 0;
    border: none;
    table-layout: fixed;
    width: 100%;
}
.voipTable6Addons td,
.voipTable4Addons td {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
    width: 16.5%;
    text-align: center;
}
.voipTable4Addons td {
    width: 25%;
}
.voipTable6Addons td img,
.voipTable4Addons td img {
    margin: 10px 0 5px 0;
}
hr.line {
    background: #eee;
    height: 1px;
}
hr.lineTop {
    margin-bottom: 0px;
}
hr.lineBottom {
    margin-top: 5px;
}
.buttonDownload{
    display: inline-block;
    min-height: 16px;
    padding-left: 21px;
    background: url('img/www/download.png') no-repeat scroll 0px center;
}


.voipTable.category td.image {
    padding-top: 23px
}
.voipTable.category td.ul {
    padding-top: 25px;
}
.voipTable.category h3 {
    font-size: 18px;
    margin: 0 0 5px 1px;
}
.voipTable.category p {
    margin: 0 0 5px 2px;
}
.voipTable.category a {
    position: relative;
    left: -150px;
    display: block;
    padding-left: 150px;
    width: 290px;
    min-height: 100px;
}



a.imgUnderline {
    text-decoration: none;
}
a.imgUnderline span {
    text-decoration: underline;
}
a.imgUnderline:hover span {
    text-decoration: none;
}

.menuLinks {
    width: 23%;
    float: left;
    text-align: right;
}
.menuLinks a {
    display: block;
    margin: 0 0px -1px 0;
    padding: 0.5em 1.3em 0.5em 0.4em;
    border: 1px solid #e9e9e9;
    border-left: none;
    border-right: none;
    text-decoration: none;
    position: relative;
}
.menuLinks a:hover,
.menuLinks a.active {
    background-color: #f9f9f9;
    background-color: rgba(0,0,0, .02);
}
.menuLinks a.active {
    /*border-left: 0.4em solid #06c;*/
    -webkit-box-shadow: -5px 0 0 0 #06C;
    box-shadow: -5px 0 0 0 #06C;
    padding-left: 0em;
    color: #000;
    z-index: 2;
}
.menuContent {
    width: 73%;
    float: right;
}
.menuContentItem {
    display: none;
}
.menuContentItem.active {
    display: block;
}
.menuContentItem iframe {
    background: #444;
    padding: 10px;
}

.newsletterBox .menuLinks {
    width: 130px;
}
.newsletterBox .menuContent {
    width: 802px;
    float: right;
}
.newsletterBox .menuContentItem img {
    border: 1px solid #aaa;
    border-top-color: #ccc;
    border-bottom-color: #999;
}






/* novinky na titulni strance */
#homepageNews {
    min-height: 170px;
    color: #fff;
    background: #2383cc;
    width: 100%;
    padding: 35px 10px 10px 10px;
    /*margin: 0 0 0 -10px;*/
    margin: 26px 0 15px -10px;
    position: relative;
    clear: both;
}
#homepageNews .newsArrow {
    display: block;
    width: 90px;
    height: 140px;
    position: absolute;
    left: -40px;
    top: 4px; 
    background: url('img/www/newsArrow.png') no-repeat scroll 20px 40px;
    overflow: hidden;
    text-indent: -300px;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    /*cursor: pointer;*/
}
#homepageNews .newsArrowRight {
    left: auto;
    right: -40px;
    background-position: -212px 40px;
}
body.narrowViewport #homepageNews .newsArrowLeft {
    left: 0px;
}
body.narrowViewport #homepageNews .newsArrowRight {
    right: 0px;
}
#homepageNews .newsArrow:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}
#homepageNews .newsTite {
    font-weight: 300;
    font-size: 2.2em;
    margin: 0 0 5px 120px;
    display: inline-block;
    &display: inline;
    &zoom: 1;
    color: #fff;
    text-decoration: none;
}
#homepageNews .homepageNewsContainer {
    margin-left: 120px;
    width: 730px;
    position: relative;
}
#homepageNews .homepageNew {
    display: none;
    font-size: 1.45em;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    width: 690px;
}
#homepageNews .homepageNew a {
    color: #fff;
    text-decoration: none;
}
#homepageNews .homepageNew.views-row-first {
    display: block;
}
#homepageNews .homepageNew p {
    margin: 0;
}
#homepageNews .homepageNew strong {
    font-weight: 600;
}
#homepageNews .homepageNewsIcon,
#homepageNews .homepageNewsInfo {
    display: none;
}
#homepageNews .newsOverlay {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url('img/www/newsOverlay.png') repeat-x scroll left bottom;
}


.newsPage .homepageNew {
    margin: 0.5em 2% 5px 2%;
    width: 46%;
    float: left;
    min-height: 120px;
}
.newsPage .homepageNew.views-row-odd {
    clear: both;
}
.newsPage .homepageNew p {
    margin-bottom: 0;
}
.newsPage .homepageNewsIcon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url('img/www/calendar.png') no-repeat scroll center center;
    overflow: hidden;
    text-indent: -300px;
    margin: 0;
}
.newsPage .homepageNewsText {
    margin: 0.1em 0 0 55px;
}
.newsPage .homepageNewsInfo {
    margin-left: 55px;
    color: #999;
}
.newsPage .homepageNewsDate {
    padding-right: 0.2em;
}



/* reference */
/*body.front #contentContainer .content {
    left: -20px;
}
body.front.narrowViewport #contentContainer .content {
    left: 0px;
}*/
.boxReferences {
    position: relative;
    left: 60px;
    margin-bottom: 0 !important;
}
.boxReferences:before {
    content: "";
    width: 1px;
    height: 245px;
    position: absolute;
    top: 0;
    left: -45px;
    display: block;
    background: url('img/www/refSplitter.png') no-repeat scroll 0 center;
}
.boxRef {
    position: relative;
    overflow: visible;
}
.boxReferences .boxRef {
    margin: 0;
}
.refArrow {
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    left: -20px;
    top: 33px; 
    background: url('img/www/refArrow.png') no-repeat scroll 17px 25px;
    overflow: hidden;
    text-indent: -300px;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    /*cursor: pointer;*/
    z-index: 10;
}
.refArrow.refArrowRight {
    left: auto;
    right: -20px;
    background-position: -127px 25px;
}
.refArrow:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -moz-transition: opacity .05s;
    -webkit-transition: opacity .05s;
    -o-transition: opacity .05s;
    transition: opacity .05s;
}
.refContainer {
    position: relative;
    width: 100%;
    height: 125px;
    line-height: 125px;
    text-align: center;
}
.refContainer.refLoading {
    background: url('img/www/loading3.gif') no-repeat scroll center center;
}
.refContainer.refLoading .ref {
    opacity: 0.001;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
}
.refContainer .ref {
    vertical-align: middle;
    display: none;
    width: 100%;
    height: 125px;
    line-height: 125px;
    position: absolute;
    left: 0;
    top: 0;
}

.refTitle {
    font-weight: 400;
    font-size: 1em;
    margin: 1px 0 0 0;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.refTitle strong {
    font-weight: 700;
}
.refTitle a {
    color: #000;
    text-decoration: none;
}










/* formulare */

.formContent {

}
.formContent label {
    font-size: .75em;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: .5em;
}
.formContent .formAddress,
.formContent .formMessage {
    width: 100%;
    height: 22px;
}
.formContent .formMessage {
    height: 40px;
    resize: vertical;
    max-height: 150px;
    font-family: "Open Sans", Arial, sans-serif;
}






/* #skip-link - pokud zmacknu tab vyskoci link "Prejit k hlavnimu obsahu" */
#skip-link {
    display: none;      
}
.boxZoom {
    position: relative;
    display: block;
}
.zoom {
    width: 128px;
    height: 128px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -64px 0 0 -64px; 
    background: url('img/www/zoom.png') no-repeat scroll center center;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    -moz-transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
}
.boxZoom:hover .zoom {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}


/* navigation - nepouziva se, ma pridano .displayNone */
.navigation {
    text-align: right;
    font-size: 11px;
    color: #999;
    position: relative;
    z-index: 10;
}
.navigation a,
.navigation em {
    text-decoration: none;
    color: #999;
    padding: 1px 4px;
    line-height: 20px;
}
.navigation em {
    cursor: default;
    font-style: normal;
}
.navigation a:hover {
    color: #fff;
    background: #007EE0;
}
.navigation span {
    font-size: 9px;
    padding: 0px 3px;
    color: #aaa;
    cursor: default;
}













/* GALERIE OBRAZKU - greybox -------------------------------------------- */
.image_gallery_item,
.image_gallery_item_last {
    position: relative;
    margin: 0px 0px 20px 22px;
    width: 212px;
    text-align: center;
    display: inline-block;
    line-height: 150px;
}
.image_gallery_item_last {
    margin-right: 0px;
}
.image_gallery a {
    position: relative;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    width: auto;
    text-align: center;
}
.image_gallery_item img,
.image_gallery_item_last img {
    max-width: 200px;
    vertical-align: middle;
    /*border: 6px solid #eee;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
    -moz-box-shadow: 0px 1px 5px #ddd;
    -webkit-box-shadow: 0px 1px 5px #ddd;
    box-shadow: 0px 1px 5px #ddd;
}
.image_gallery_item img.borderNone,
.image_gallery_item_last img.borderNone {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
}
.galleryA,
.gbImage {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.image_gallery .gbImage span,
.galleryA span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    background: url('img/www/zoomSmall.png') no-repeat scroll right bottom;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
}
.voipTableAddons .image .galleryA span {
    margin-left: -22px;
}
.image_gallery .gbImage:hover span,
.galleryA:hover span {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.gb_gallery #header,
.gb_gallery #titleBar,
.gb_gallery #contentContainer,
.gb_gallery #footer,
.gb_gallery #feedback {
    /*-webkit-filter: blur(5px);  prilis narocne na vykon*/
}










/* konkretni css - vetsinou pouze pro jeden prvek */
.contactRFC {
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}
.ipsmsFunctions {
    margin-top: -4.5em;
}


@media print {
}
/* media print */