/* MAIN LAYOUT HotelSystems.pl */
h2, h3, h4, h2 a, h3 a, h4 a {font-weight:normal}
a {text-decoration:none; }
a:hover {text-decoration: none; }
a img, embed, object { border:none; float:left }


#secText table {
border-color:#C6C4BF;
border-collapse:collapse;border-style:solid;border-width:1px;margin:10px 0;width:100%;  
}
#secText table td, #secText table th {
	border-bottom:1px solid #C6C4BF;border-left:1px solid #C6C4BF;
	padding:10px;vertical-align:middle;text-align:left; background:none; font-family:"Times New Roman", Times, serif
}
#secText table th {   font-weight: normal;background:#FBDBC2; text-align:center; font-size:16px}
#secText table tr:hover td, #secText table tr:hover th {background:#E7E6E3 none repeat scroll 0 0 !important;}
#secText table tr:hover {}
#secText table td p, #secText table th p { padding:4px 0}

#secText table.noBorder, #secText table.noBorder td, #secText table.noBorder th {
border-width:0px; padding:20px 
}

.ease02,.secNav ul li {-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}
.gallery a,.ease05, .leftLogos img {-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;}

.radius3 {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.radius5 {-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.radius10{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.radius15 {-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}

.opacity0 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;}
.gallery a:hover, .opacity05, #newsletter a:hover, .footerBox span:hover, .footerBox a:hover {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
.opacity1 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity:1;opacity:1;}


img.desaturate {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.col1 .offer:hover img, img.grayscale.disabled {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}


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