/* $Id: main.css 4123 2016-02-15 15:28:59Z eugene $ */

/* { border: 1px solid red; }*/

@font-face {
    font-family: 'PT Mono';
    src: url('fonts/ptmono.woff2') format('woff2'), url('fonts/ptmono.woff') format('woff'), url('fonts/ptmono.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'PT Mono';
    src: url('fonts/ptmonobold.woff2') format('woff2'), url('fonts/ptmonobold.woff') format('woff'), url('fonts/ptmonobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body { 
  font: 16px/16px Arial !important;
  font-family: Arial;
  margin: 10px;
  padding: 0;
  background-color: #f7f7f7; 
} 

body {
	color: #003355;
}

a:link, a:visited, a:active, span.link {
   color: #0077aa;
   text-decoration: none;				   
   border-bottom: 1px #0077aa dotted;
}

a:hover, span.link:hover {
	color: #00c7ff;
	cursor: pointer;
} 

div.window {
	font: 16px/24px Tahoma, Geneva, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #f8f6f0;
	padding: 40px;
	height: auto;
	min-height: 200px;
	border-radius: 5px;
	border: 2px solid #ccc;
}

div.content {
	display: none;
}

div.error {
	color: #dd0000;
}

/* ************************************************************************ */

select.ex_video {
	font-size: 90%;
	background-color: #f8f6f0;
	color: #003355;
	padding-top: -1;
	border: 1px solid #f8f6f0;
	vertical-align: top;
}

select.ex_video:hover {
	border: 1px solid #00c7ff;
}

/* ************************************************************************ */

.title {
 border-radius: 5px 5px 0px 0px;
 border: 2px solid #ccc;
 display: inline-block;
 white-space: nowrap;
 padding: 4px 15px 2px 15px;
 margin: 0 0 -2 0;
}

.t_passive {
 border-bottom-color: #d8d8d8;
 background: #d8d8d8;
 font-weight: normal;
}

.t_passive:hover {
 border-bottom-color: #bbcad8;
 background: #bbcad8;
 cursor: pointer;
}

.t_active {
 border-bottom-color: #efecdf;
 background: #f8f6f0;
 font-weight: bold;
}

/* ************************************************************************ */

.content p {
	text-indent: 0px;
	text-align: justify;
}

.f90, td, .content dl, .content ul {
	font-size: 90%;
}

.content dl dt:first-line {
	font-size: 110%;
}

td, dd, li {
	text-align: justify;
}

tr {
	vertical-align: top;
}

hr.hline {
	height: 1px;
	border: 0px;
	border-top: 1px dashed #ccc;
	margin: 20px 0px;
	width: 100%
}

div.vspace20 {
	height: 20px;
}

#email, #mobile {
	font-family: monospace;
}

/* ************************************************************************ */

div.ex_video {
	display: none;
	margin: 10px 0 0 40px;
	padding: 5px;
	background: #b0b0b0;
	text-align: center;
}

div.ex_video a:hover {
	color: #0077aa;
}


video {
	width: 580;
	height: 400;
}

img.tourizm {
	width: 700px;
	padding: 5px;
	outline: 1px solid #ccc;
	background: #222;
/*	border: 1px solid black;*/
	margin-bottom: 100px;
			   
}