/*
 *
 * Project: faceholiday
 *
*/

/* -----> 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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

@font-face {
    font-family: fhfont;
    src: url("/css/fonts/KGFirstTimeInForever.ttf");
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

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

table {	border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }

.clearfix:before, .clearfix:after
{
	content: ""; display: table; line-height: 0;
}
.clearfix:after { clear:both; }
.clearafter:after { clear:both; }

/* -----> base CSS */

html, body { height: 100%; }
body { font: 70%/1.4 Tahoma, "Lucida Grande CE", lucida, sans-serif; }
body { color: #858d9e; text-align: center; background: #eff6ff url(/images/bg_body.png) repeat-x 0 0; background-attachment: fixed; }
h1, h2, h3, h4, h5, h6 { color: #3d5c9f; font-weight: normal; line-height: normal; }
h1 { font-size: 210%; clear: both; margin: 0 0 0.7em 0; }
h2 { font-size: 210%; margin: 2em 0 1em 0; }
h3 { font-size: 190%; margin: 2em 0 1em 0; }
h4 { font-size: 120%; margin: 1.1em 0 0.5em 0; }
input, select, textarea { font: 100% Tahoma, "Lucida Grande CE", lucida, sans-serif; }
a { color: #4668b1; outline: none; }
a:link { color: #4668b1; text-decoration: none; }
a:hover { color: #ef9515; }
p { margin: 1em 0 2em 0; line-height: 1.6; }
ul, ol { margin: 1em auto 1.2em auto; }
small { font-size: 90%; }


/* -----> default CSS */

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.vam { vertical-align: middle; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; height: 0; font-size: 1px; }
.poa { position: absolute; }
.ri10 { right: 10px; }
.top5 { top: 5px; }
.hidden { display: none; }
.small { font-size: 90%; }
a.more { padding: 0 15px 0 0; background: transparent url(/images/ico-arr.png) no-repeat right 4px; }
.center{ margin-left: auto; margin-right: auto; }
.bold { font-weight: bold; }
.bigtext { font-size: 150%; }
.buttonboarder { border: 1px solid #7f7f7f; }
.rad20 { -o-border-radius:20%; -moz-border-radius:20%; -webkit-border-radius:20%; border-radius:20%; }
.mar5 { margin: 5px; }

.red { color: red; }
.brown { color: #945a1d; }

.type2 { color: #ef9515; outline: none; }
a.type2:link { color: #ef9515; text-decoration: none; }
a.type2:hover { color: #4668b1; }

.flashbox {
  width:100%;
  background-color: yellow;
  border:1px solid #000000;
  margin-bottom: 10px;
  margin-top: 10px;
}
.flashbox ul {
  padding-left: 15px;
  padding-right: 15px;
}

.tour_order_button {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  height: 38px;
  border: 1px solid #a20909;
  text-transform: uppercase;
  text-decoration: none;
  background: #c11313 url(/images/bg_btn-objednat.png) repeat-x 0 0;
  -o-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding-left:15px;
  padding-right:15px;
}

img.avatar {
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  -o-box-shadow: 2px 2px #e2e4e6;
  -webkit-box-shadow: 2px 2px #e2e4e6;
  box-shadow: 2px 2px #e2e4e6;
}

/* -----> project LAYOUT */

#m-wrapper { width: 100%; min-height: 100%; position: relative }
#main {
  width:1200px;
  margin:0 auto;
  padding: 10px 0 240px 0;
  text-align:left;
}
#main #content { width: 740px; padding: 0 20px 0 0 }
#main #content .c-right {
  width:480px;
  padding:0 0 0 20px;
}
#main #content .c-left { width:240px; }
#main #sidebar { width:440px; }
#main #sidebar .s-left { width:240px; }
#main #sidebar .s-right { width:180px; }

#main.layout2 #content { width: 1000px; }
#main.layout2 #content .c-right { width: 740px }
#main.layout2 #sidebar { width: 180px }

#footer { left: 0; bottom: 0; width: 100%; height: 70px; padding: 130px 0 0 0; background: #fff url(/images/bg_footer.png) no-repeat 50% 0 }

.NFI-filename {
  width:0px;
  visibility:hidden;
}


/* -----> images */

.ico-star {
  padding: 3px 0 2px 23px;
  background: transparent url(/images/ico-star.png) no-repeat 0 50%;
}
.ico-fish {
  color: #858d9e;
  padding: 3px 0 2px 21px;
  background: transparent url(/images/ico-fish.png) no-repeat 0 50%;
}
.ico-star-yellow {
  color: #858d9e;
  padding: 3px 0 2px 23px;
  background: transparent url(/images/ico-star-yellow.png) no-repeat 0 50%;
}
.ico-comment {
  display: inline-block;
  min-width: 23px !important;
  min-height: 23px !important;
  line-height: 23px;
  text-align: center;
  font-size: 80%;
  background: transparent url(/images/ico-bubble2.png) no-repeat 0 50%;
}
.ico-plumeria {
  color: #858d9e;
  padding: 3px 0 0 13px;
  background: transparent url(/images/plumeria16.png) no-repeat 0 50%;
}

.not_selectable{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

img.online {
  border-color: #c5df4b !important;
}

.hand{
  cursor: pointer;
}


.list-box li {
  line-height:1.2;
  border-bottom:1px solid #dde4f1;
}
.list-box li a {
  color:#1d2d4e;
  display:block;
  padding:0.3em 0.2em 0.4em 0.2em;
  text-decoration:none;
  -o-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.list-box li a:hover {
  color:#5082ef;
  background-color:#f2f5f9;
  padding-left:0.4em;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
    padding: 6px;
}

.deg45{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.707, M12=0.707, M21=0.707, M22=0.707, SizingMethod="auto expand");
}

.grey-shadow {
  border: 1px solid #c4d0e6;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -o-box-shadow: 2px 2px 2px #b8bbc2;
  -moz-box-shadow: 2px 2px 2px #b8bbc2;
  -webkit-box-shadow: 2px 2px 2px #b8bbc2;
  box-shadow: 2px 2px 2px #dcdee1;
}

.ico-on-right{
  background-position: right 25%;
}

.ico-island{
  background:transparent url(/images/ico-island.png) no-repeat 0 0;
  width:30px;
  height:27px;
  padding: 9px 0 5px 31px;
}
.ico-parachute{
  background:transparent url(/images/ico-parachute.png) no-repeat 0 0;
  width:20px;
  height:28px;
  padding: 9px 0 5px 23px;
}
.ico-wave{
  width: 13px;
  height: 13px;
  background: transparent url(/images/ico-wave.png) no-repeat 0 0;
}
.ico-globe {
  padding-right: 20px;
  height: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #4668b1;
  font-weight: bold;
  background: transparent url(/images/ico-globe.png) no-repeat right 50%;
}
.ico-search {
  background: transparent url(/images/btn-vyhledat.png) no-repeat 50% 50%;
}
.ico-monitor, .ico-monitor .NFI-button{
  background: transparent url(/images/btn-pcupload.png) no-repeat right 50%;
}
.ico-addfriend {
  background: transparent url(/images/btn-addfriend.png) no-repeat right 0;
}