@charset "utf-8";

/**
 * 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

/**
 * FONTS
 */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: bold;
    src: local('OpenSans BoldItalic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: local('OpenSans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: bolder;
    src: local('OpenSans ExtraBoldItalic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bolder;
    src: local('OpenSans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: local('OpenSans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: lighter;
    src: local('OpenSans LightItalic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: lighter;
    src: local('OpenSans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('OpenSans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.woff') format('woff');
}

/**
 * CSS
 */

img { 
    behavior: url(javascript/iepngfix.htc) 
}

#logo_kamadu {
	width: 200px;
}

/* ---------- Button ---------- */

.info a, .blogbtn {
    display: block;
    width: 139px;
    height: 19px;
    background: url(../images/btn.gif) no-repeat top left;
    float: left;
    text-transform: uppercase;
    color: #5c5c5c;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
}
.info a:hover, a.blogbtn:hover {
    background: url(../images/btn.gif) no-repeat bottom left;
}

#sidebar a {
    float: none;
}

#sidebar .blogbtn,
#sidebar_index .blogbtn,
#blog_sidebar .blogbtn {
    float: none;
}

/**
 * TYPOGRAPHY
 */

body {
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-size: 0.9em;
    color: #333333;
}

body.mobile {
    background: yellow;
}

h1 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
}

h2 {
    color: #980e0e;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px dotted #acacac;
    padding-bottom: 10px;
}

h3 {
    color: #980e0e;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
}

h4 {
    font-size: 10px;
}

p {
    margin-top: 10px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: #980e0e;
}

a:hover {
    color: #38b0b5;
}

/**
 * HEADER
 */

#header_content {
    width: 960px;
    margin: 0 auto;
}
#header {
    background-image: url(../images/nav_bg_repeat.jpg);
    background-repeat: repeat-x;
    height: 47px;
    z-index: 9999;
}

#logo {
    float: left;
    margin-top: 8px;
}

/**
 * MENU
 */

#menu-mobile-icon {
    display: none;
}

#nav {
    float: right;
    font-weight: bold;
    font-size: 12px;
    z-index: 9999;
}

#nav .last {
    padding-right: 2px;
    background-image:url(../images/nav_button_sep.jpg);
    background-repeat:no-repeat;
    background-position:right;
}

#nav, #nav ul {
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
}

#nav .on {
    color:#fff !important;
    background-image: url(../images/nav_button_bg.jpg) !important;
    background-position: bottom left !important;
}

#nav a:link,
#nav a:active,
#nav a:visited{
    display:block;
    padding: 14px 20px;
    color:#EFEFEF;
    text-decoration:none;
    text-transform: uppercase;
    background-image: url(../images/nav_button_bg.jpg);
    background-position: top left;
}

#nav a:hover {
    color:#fff;
    background-image: url(../images/nav_button_bg.jpg);
    background-position: bottom left;
}

#nav li{
    float:left;
    position:relative;
    
}

#nav ul {
    position:absolute;
    width:13em;
    top:3.8em;
    display:none;    
    z-index: 1;
}

#nav li ul a {
    width: 20em;
    float: left;
    background-color: rgba(46, 46, 46, 0.85);
    background-image: none !important;
}

#nav li ul a:hover {
    background-color: #292929;
}

#nav ul ul{
    top:auto;
}    

#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
    display:none;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
    display:block;
}

/**
 * TOP BOXES
 */

.box_240px_left,
.box_240px_middle,
.box_240px_right {
    width: 260px;
    float: left;
}

.box_240px_left {
    padding: 20px 42px 0px 0px;
    background-image: none;
}

.box_240px_middle {
    padding: 20px 42px 0px 42px;
    background: url(../images/blue_sep.gif) no-repeat left;
}

.box_240px_right {
    padding: 20px 0px 0px 42px;
    background: url(../images/blue_sep.gif) no-repeat left;
}

#text_wrap {
    background-color: #980e0e;
}
#top_text, #top_text_sub {
    background: url(../images/top_spotlight.png) no-repeat scroll left top;
    width: 960px;
    overflow: hidden;
    /*padding: 30px 0px 30px 0px;*/
    padding: 10px 0px 10px 0px;
    color: #FFFFFF;
    margin: 0 auto;
}

#top_text_sub {
    background: url(../images/top_spotlight_sub.png) no-repeat scroll left top;
    /*padding: 15px 0px 25px 0px;*/
    padding: 10px;
}

#top_text_sub .title {
    margin-top: 5px;
}

/**
 * WELCOME & TAGCLOUD
 */

.box_425px_left {
    width: 623px;
    float: left;
}

.box_425px_right {
    padding: 0px 30px;
    width: 245px;
    float: right;
}

#content_wrap {
    background: url(../images/bg_repeat.gif) repeat-x top left;
}

#top_content, #blog_content {
    overflow:hidden;
/*     background: url(../images/shadow.gif) no-repeat bottom left; */
/*     padding: 0px 0px 30px 2px; */
    padding: 0px 0px 0px 2px;
    width: 958px;
    margin: 0 auto;
}
#left_content {
    width: 623px;
    float: left;
    padding-left: 1px;
}
#left_content_full_width {
    background: url(../images/left_content_full_width.gif) no-repeat top left; 
    /*width: 563px;*/
    width: 750px; 
    /*border: 2px solid black;*/
    float: left;
    padding: 20px;
}


#left_content_about_blog {
    background: url(../images/new_left_content_bg.gif) no-repeat top left;
    /*width: 563px;*/
    width: 710px;
    /*border: 2px solid black;*/
    float: left;
    padding: 20px;
}
.left_content_small_left {
    float: left;
    width: 255px;
    margin-top: 10px;
}
.left_content_small_right {
    margin-right: 0px;
    width: 255px;
    float: right;
    margin-top: 10px;
}
#bottom_content {
    overflow: hidden;
    padding: 0px 0px 40px 1px;
    width: 960px;
    margin: 0 auto;
}
#bottom_content_about {
    overflow: hidden;
    padding: 40px 0px 40px 30px;
    width: 930px;
    margin: 0 auto;
}





    
/* ---------- Slider ---------- */

.shadow {
    margin: 0px 0px 5px 0px;
    z-index: 50;
}
.slider_img {
    border: 8px solid #FFFFFF ;
    outline: 1px solid #c5c5c5;
    margin-bottom: 0px;
    z-index: 100;
    display: block;
}
.info ul, .info li {
    text-transform: uppercase;
    font-weight: bold;
    color:  #888;
    float:left;
    margin-top: 3px;
    list-style-type: none;
}
.info {
    margin-top: 20px;
}
.info li {
    background: url(../images/check.gif) no-repeat left;
    padding-left: 20px;
    margin-right: 30px;
}

/* ---------- Sidebar ---------- */

.bubble {
    position: absolute;
    left: 43px;
    top: -25px;
}
.post, .lastpost {
    border-bottom: 1px dotted #acacac;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.lastpost {
    border: none;
}

.post p.date {
    display: block;
    margin-bottom: 10px;
}

#sidebar .post p,
#sidebar_index .post p {
    display: inline;
    margin-bottom: 0px;
}

#sidebar .post p.date,
#sidebar_index .post p.date {
    display: block;
}

#blog_sidebar .post,
#sidebar .post {
    margin-top: 10px;
    margin-bottom: 0px;
}

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

.recent_work {
    float: left;
    border: 3px solid #FFFFFF ;
    outline: 1px solid #c5c5c5;
    margin: 16px 16px 0px 0px;
}

/* ---------- About page ---------- */

.title {
    float: left;
    margin-top: 15px;
}

.description {
    clear: both;
    /*float: left;*/
    /*background: url(../images/title_sep.gif) no-repeat top left;*/
    padding-top: 3px;
    /*margin: 15px 0px 0px 20px;*/
}

.description p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 10px; 
}

.description a {
    color: silver;
    /*text-decoration: underline;*/
}

.description a:hover {
    color: white;
    text-decoration: underline;
}

/* ---------- Portfolio ---------- */

#portfolio_content_wrap {
    background: url(../images/bg_portfolio_repeat.gif) repeat-x top left;
    padding: 40px 0px 0px 0px;
}
#portfolio_content {
    overflow:hidden;
    width: 960px;
    margin: 0 auto;
    padding: 1px 0px 0px 1px;
}
.portfolio_img {
    border: 3px solid #FFFFFF ;
    outline: 1px solid #c5c5c5;
    
}
.portfolio_item, .portfolio_item_nomargin {
    float:left;
    width: 300px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.portfolio_item_nomargin {
    margin-right: 0px;
}

/* ---------- Blog ---------- */

#sidebar_index  {
    width: 245px;
    /*border: 2px solid black;*/
    /*width: 180px;*/
    float: right;
    margin-top: 22px;
    position: relative;
    background: url(../images/sidebar_bg.gif) no-repeat top left;
    padding: 50px 30px 0px 30px;
}

#sidebar .date,
#sidebar_index .date,
#blog_sidebar .date {
    border: 0px none;
}

#sidebar, #blog_sidebar  {
    /*width: 245px;*/
    /*border: 2px solid black;*/
    width: 180px;
    float: right;
    margin-top: 0px;
    position: relative;
    background: url(../images/new_sidebar_bg.gif) no-repeat top left;
    padding: 50px 30px 0px 30px;
    padding: 10px;
}

#blog_content {
    background-image: none;
    padding-bottom: 0px;
}
.blog_img {
    border: 4px solid #FFFFFF ;
    outline: 1px solid #c5c5c5;
    margin: 10px 0px;
}
.sub_post {
    overflow: hidden;
    clear: left;
}
.blog_post {
    overflow: hidden;
    padding-left: 1px;
    margin-bottom: 30px;
}

.blog_post_prehled h2 {
    border: none;
    margin-top: 20px;
    border-bottom: 0px none black;
}

.blog_post_prehled p.date,
.blog_post p.date {
    display: block;
    margin-bottom: 5px;
}

.blog_post_prehled h2 {
    margin-top: 15px;
}

.blog_post_prehled p,
#blog_sidebar .post p {
    display: inline;
    margin-bottom: 0px;
}

#blog_sidebar .post p.date {
    display: block;
}

.cist_vice {
    display: inline;
}

#blog_sidebar ul {
    margin-top: 0px;
}

#blog_sidebar ul li {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #980e0e;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px dotted #acacac;
}

#blog_sidebar ul li a {
    display: block;
    padding-top: 10px;
    height: 27px;
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}

#blog_sidebar ul li a:hover {
    /*padding-left: 5px;*/
    background-color: #ebebeb;
}

.categories, .author {
    margin-bottom: 40px;
}
.sponsors_img {
    margin-top: 20px;
}
.blog, .blog_big {
    color: #980e0e;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    text-decoration: none;
}
.blog_big {
    font-size: 18px;
}
a.blog:hover, a.blog_big:hover {
    color: #38b0b5;
}
.date {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px dotted #acacac;
}

/* ---------- Contact ---------- */

.name, .email {
    margin: -10px 0 10px 0;
    background-image: url(../images/inputfield.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border: 1px solid #c6c6c6;
    color:#777777;
    padding: 6px;
    width: 222px;
}

textarea, input, select {
    margin: -10px 0 10px 0;
    background-image: url(../images/inputfield.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border: 1px solid #c6c6c6;
    color:#777777;
    padding: 6px;
}

input[type='submit'] {
    float: right;
}

.kontaktni-formular-submit {
    float: right;
}

.button {
    background-color: #e7e7e7;
    width: 74px;
    height: 23px;
    border: none;
    font-weight: bold;
    font-size: 12px;
    color: #980e0e;
}
.contact {
    font-size: 10px;
    color: #3e3e3e;
    text-transform:uppercase;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
}

/* ---------- Footer ---------- */

.flickr {
    display: inline;
    float:left;
    border: 2px solid #FFFFFF ;
    outline: 1px solid #c5c5c5;
    margin: 0px 20px 20px 0px;
}
#dark_footer .box_240px_left {
    padding-right: 42px;
    padding-top: 0px;
    background-image: none;
}
#dark_footer .box_240px_middle {
    padding: 0px 42px;
    background-image: none;
}
#dark_footer .box_240px_right {
    padding-left: 42px;
    padding-top: 0px;
    background-image: none;
}
#dark_footer_wrap {
    background: url(../images/dark_footer_repeat.gif) repeat-x top left;
    background-color: #242424;
    overflow: hidden;
}
#dark_footer {
    width: 960px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
    overflow: hidden;
}
.box_240px_right li {
    display: inline;
}

#light_footer {
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    color: silver;
}

#light_footer a {
    color: silver;
    text-decoration: underline;
}

#light_footer a:hover {
    color: #999999;
}

#light_footer h4 {
    vertical-align: middle;
}

#light_footer h4 img {
    vertical-align: top;
}

.footerdate {
    margin-top: 0px;
    margin-bottom: 0px;
    /*font-weight: bold;
*/
    color: #555;
    font-size: 60%;
}
.footer {
    color: #c5c5c5;
    /*text-transform: uppercase;
*/
    font-size: 14px;
    border: none;
    text-decoration: none;
}
a.footer:hover {
    color: #fff;
}
#dark_footer h2 {
    color: #c5c5c5;
    margin-top: 20px;
    margin-bottom: 20px;
}
#dark_footer p {
    color: #c5c5c5;
    margin-bottom: 0px;
}

/* Kontaktni-formular */

#kontaktni-formular {
    margin-top: 20px;
}

#kontaktni-formular-msg {
    border: 1px solid #8A8A8A;
    width: 400px;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #E7E7DC;
}

#kontaktni-formular-msg ul {
    margin-bottom: 0px;
    list-style-type: circle;
}

#kontaktni-formular-msg li {
    margin-left: 50px;
}

#kontaktni-formular table {
    margin: auto;
    margin-top: 10px;
/*     border: 1px dashed silver; */
}

#kontaktni-formular table td {
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 3px;
}

.success {
    color: green;
}

.error {
    color: red;
}

.kontakt-clovek {
    min-height: 150px;
}

.kontakt-clovek img {
    padding-right: 10px;
	float: left;
	border-radius: 20px;
}

.kontakt-clovek-pgp {
    padding: 10px;
    border: 1px dotted #acacac;
    border-radius: 10px;
    box-shadow: silver 0px 0px 3px;
    margin-left: 135px;
    margin-top: 10px;
}

.kontakt-clovek-pgp-title {
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #acacac;
}

#content_wrap ul {
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 20px;
}

#content_wrap .info li {
   margin-top: 5px;
}

#content_wrap li {
    margin-top: 15px;
    margin-bottom: 5px;
}

.tagword1,
.tagword2,
.tagword3,
.tagword4,
.tagword5 {
    /*float: left;*/
    /*display: block;*/
    color: grey;
}

.tagword1:hover,
.tagword2:hover,
.tagword3:hover,
.tagword4:hover,
.tagword5:hover {
    text-decoration: underline;
}

.tagword1 {
    font-size: 100%
}

.tagword2 {
    font-size: 150%
}

.tagword3 {
    font-size: 200%
}

.tagword4 {
    font-size: 250%
}

.tagword5 {
    font-size: 300%
}

/**
 * NET DRUID
 */
.druid-cenik-table {
   margin: auto;
   border: 1px solid grey;
   border-collapse: collapse;
}

.druid-cenik-item,
.druid-cenik-price,
.druid-cenik-item-sum,
.druid-cenik-price-sum {
   padding: 5px;
   border: 1px solid grey;
}

.druid-cenik-price,
.druid-cenik-price-sum {
   text-align: right;
   width: 150px;
}

.druid-cenik-item-sum, 
.druid-cenik-price-sum {
   background: rgba(0, 0, 0, 0.2);
   font-weight: bold
}

/**
 * APPLET NEWSLETTER_TAJNY_OBSAH
 */

#newsletter-applet-tajny-obsah #newsletter-applet-loading {
    display: none;
    float: left;
    margin-top: 5px;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    height: 30px;
    width: 30px;
}

#newsletter-applet-tajny-obsah #newsletter-applet-formular-input {
    float: left;
    margin: 5px 0 10px 0;
    border-radius: 3px;
    background-image: url('../images/inputfield.jpg');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border: 1px solid #c6c6c6;
    color:#777777;
    padding: 6px;
    padding-bottom: 7px;
}

#newsletter-applet-tajny-obsah #newsletter-applet-formular-submit {
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 5px 10px 5px;
    border: 1px solid #c6c6c6;
    color:#777777;
    padding: 6px;
    width: 100px;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

#newsletter-applet-tajny-obsah #newsletter-applet-formular-submit:hover {
    border: 1px solid #A8A8A8;
    color: #474747
}

#newsletter-applet-tajny-obsah .newsletter-applet-formular-clear {
    clear: both;
}

#newsletter-applet-tajny-obsah #newsletter-applet-obsah-po {
    display: none;
}

#newsletter-applet-tajny-obsah .newsletter-error {
    color: red;
}

#newsletter-applet-tajny-obsah .newsletter-ok {
    color: green;
}

/**
 * Machine learning section
 */

.ml_bocny_box {
    float: right;
    margin: 10px 0px 10px 10px;
    border: 1px silver silver;
    padding: 10px;
    width: 200px;
    color: red;
    box-shadow: silver 0px 0px 4px;
    background: white;
    font-size: small;
}

.image_right {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/**
 * NEWSLETTER
 */

#newsletter-applet {
    margin-top: 20px;
    position: relative;
}

#newsletter-applet-loading {
    position: absolute;
    top: 37px;
    left: 80px;
    width: 26px;
    height: 26px;
    float: left;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-size: 24px;
    display: none;
}

#newsletter-applet-title {
    display: none;
}

.newsletter-ok,
.newsletter-error {
    color: red;
    position: absolute;
    top: 0px;
    left: 250px;
}

.newsletter-ok {
    color: green
}

#newsletter-applet-formular-submit {
    text-align: center;
    margin: 0px 0 10px 0;
    background-image: url(../images/inputfield.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border: 1px solid #c6c6c6;
    color:#777777;
    padding: 6px;
    width: 60px;
    cursor: pointer;
} 

#newsletter-applet-formular-submit:hover {
    border-color: #38b0b5
}

/**
 * Kontaktni-formular Guardwings
 */

#kontaktni-formular-guardwings {
    margin-top: 20px;
}

#kontaktni-formular-msg {
    border: 1px solid #8A8A8A;
    width: 400px;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #E7E7DC;
}

#kontaktni-formular-msg ul {
    margin-bottom: 0px;
    list-style-type: circle;
}

#kontaktni-formular-msg li {
    margin-left: 50px;
}

#kontaktni-formular-guardwings table {
    margin: auto;
    margin-top: 10px;
/*     border: 1px dashed silver; */
}

#kontaktni-formular-guardwings table td {
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 3px;
}

.success {
    color: green;
}

.error {
    color: red;
}
