@font-face {
    font-family: 'Roboto';
    src: url('/css/Roboto-Regular-webfont.eot');
    src: url('/css/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/Roboto-Regular-webfont.woff') format('woff'),
         url('/css/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/css/Roboto-Bold-webfont.eot');
    src: url('/css/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/Roboto-Bold-webfont.woff') format('woff'),
         url('/css/Roboto-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('/css/RobotoCondensed-Regular-webfont.eot');
    src: url('/css/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('/css/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('/css/RobotoCondensed-Bold-webfont.eot');
    src: url('/css/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('/css/RobotoCondensed-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
	padding: 0;
	background: #e7e7e8 url("/images/riga-view2.jpg") no-repeat;		
	font-family: 'Roboto', Tahoma, Arial; font-size: 14px;
}

a {
    color: #039;
    text-decoration: none;
}

a:hover {
    color: #66f;
}

img {
	max-width: 100%;
	height: auto; 
    border: 0;
}
video {
    max-width: 100%;
    height: auto;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic; 
}

p {
    margin-bottom: 10px;
}


.h1-s {
	font-family: 'RobotoCondensed', Helvetica; font-size: 36px; font-weight: bold;
}

.h2-s {
	font-family: Helvetica; font-size: 16px; font-weight: bold;

}


.h3-s {
	font-family: Tahoma; font-size: 14px; 
} 


.container-s {
	width: 100%;
    margin: 0;
	text-align: left;
}

.leftcolumn-s {
	display: none;
}
.maincolumn-s {
	width: auto;
    /*min-height: 400px;*/
    margin: 0;	
	display: block;	
	float: none;
}

.topbar-s {
	display: block;
	background-color:#fff;	
}
.langbar-s {
	width: auto;
    float: right;
    font-family: Helvetica; font-size: 16px; font-weight: bold;
    padding: 20px 16px 20px 0;
	display: block;
	text-align: right;
	background-color: #fff;		
}
.langbar-l {
	display: none;
}
.logoblock-s {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	display: block;
	background-color: #fff;	
}

.titlebar-s {
	width: auto;
	padding: 20px;
	margin: 0;
	display: block;
	text-align: center;
}
/*.subtitle-l {
	display: none;
}*/
.subtitle-s {
    font-family: 'RobotoCondensed', Arial; font-size: 16px; font-weight: bold;
	letter-spacing: 0;
	display: block;
}

.line-s {
	padding: 20px;
}
.pagecontent-s {
	width: auto;
	min-height: 600px;
    margin: 0;
    padding: 20px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.86);
}

.footer-s {
	margin: 0;
	padding: 20px;
	background-color: #fff;
	text-align: center;
}


.clear-s {
	clear:both;
	display: block;
}
.clear {
	clear:both;
}


.ftable {
	display: table;
	width: 90%;
	margin-top: 20px;
}
.frow {
	display: table-row;
}
.cell1-s {
	display: none;
}
.cell2-s {
	display: table-cell;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #333333;
}

/* ----- */
.header-s {
width: 100%;
margin: auto;
}

.logo-s {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.title-s {
	width: 98%;
    padding-left: 1%;
    padding-right: 1%;	
	text-align: center;
}

.sidemenu-s {
	display: none;
}

#menu {
    width: 142px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 65px;
    background: url(/images/fr.png) repeat-y;
    float: left;
}

#menu li {
    margin: 1px 0 0 14px;
}

#menu a {
    background: url(/images/poga.png) no-repeat;
    width: 114px;
    height: 27px;
    display: block;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    color: #000;
}

.lang-s {
    float: right;
    font-size: 14px; font-weight: bold;
	padding-top: 10px;
    padding-right: 10px;	
	display: block;
}

.lang-l {
	display: none;
} 

/* --- dropdown menu --- */
.dropbtn {
    color: #000000;
	width: 28px;
	height: 28px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/images/dropdown1.png) no-repeat;
	border: 0px;
    cursor: pointer;
}
.dropbtn:hover {
	background: url(/images/dropdown2.png) no-repeat;	
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #E7E7E8;
    min-width: 160px;
	overflow: auto;
    z-index: 1;
}
.dropdown-content a {
    color: #000000;
    padding: 6px;
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FAFAFA;
	border-right: 1px solid #333333;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
background-color: #C0C0C0;
}
.show {
display: block;
}

/* ----- */ 


.content-s {
	width: 100%;
    min-height: 400px;
    margin-top: 20px;
}

.pagedata-s {
    margin-left: 20px;
    padding-top: 20px;
	padding-right: 10px;
	opacity: 0.86;
	filter: alpha(opacity=86);	
}

.bottom-s {
    height: 120px;
	border-top: 1px solid #C0C0C0;
    margin-bottom: 0px;
    margin-top: 20px;	
	background: none;
	background-color: #e7e7e8;
    position: relative;
}

.linkbar {
    padding-top: 20px;
	text-align: center;
}

li.thumbs {
	display:inline;
}

.imglinks {
	text-align: center; 
	padding: 12px;
	font-size: 16px; font-weight: bold; 
	color: #666;
}

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  text-align: center; 
  margin-top: 20px; 
  margin-bottom: 20px;
}

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
} 

/*
.row::after {
	content: "";
	display: table;
	clear: both;
}
*/

.row {
padding: 6px 0;
}

.inames-s, .ivalues-s {
	text-align: left;
	width: 100%;
	display: block;
}


/*#content {
    min-height: 400px;
    margin-top: 20px;
}
#text {
    width: 650px;
    margin-left: 260px;
    padding-top: 20px;
	padding-right: 20px;
}
#bottom {
    width: 1024px;
    height: 205px;
    background: url(/images/bottom.png) no-repeat;
    position: relative;
    margin-bottom: 20px;
}*/

/*-----*/

#cifft {
    position: absolute;
    left: 268px;
    bottom: 35px;
}

#airbalt {
    position: absolute;
    left: 124px;
    bottom: 19px;
}

#etc {
    position: absolute;
    left: 363px;
    bottom: 22px;
}

#unwto {
    position: absolute;
    left: 420px;
    bottom: 34px;
}

#pata {
    position: absolute;
    left: 490px;
    bottom: 47px;
}

#inktip {
    position: absolute;
    left: 486px;
    bottom: 50px;
}

#cto {
    position: absolute;
    left: 566px;
    bottom: 72px;
}

#cata {
    position: absolute;
    left: 578px;
    bottom: 22px;
}

.gallery {
    margin: 10px 30px 20px 30px;
}

.gallery img {
    border: 0;
}

.gallery-name a {
    font-size: 18px;
}

.gallery-name {
    margin-bottom: 10px;
}


#imageHolder {
    width: 400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#la {
    position: absolute;
    top: 125px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity="40");
    display: none;
    cursor: pointer; 
}

#ra {
    position: absolute;
    top: 125px;
    right: 0;
    opacity: 0.4;
    filter: alpha(opacity="40");
    display: none;
    cursor: pointer; 
}

#ic {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.5;
    filter: alpha(opacity="50");
    background-color: #fff;
    display: none;
    font-weight: bold;
    padding: 3px;
    font-size: 10px;
}

#comment {
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    filter: alpha(opacity="50");
    background-color: #fff;
    display: none;
    padding: 10px;
    font-size: 12px;
    width: 380px;
}

.ui-news-item {
    margin: 10px;
}

.ui-news-item .ui-news-title, .ui-news-item .ui-news-title a {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.ui-news-item .ui-news-text {
    text-align: justify;
    margin: 15px 0 15px 0;
}

.ui-news-item .ui-news-readmore {
}

.ui-news-text img {
    margin: 10px;
}

.ui-news-item .ui-news-readmore a {
    color: #000;
    text-decoration: none;
    font-size: 10px;
}

.ui-news-item .ui-news-readmore a:hover {
    color: #000;
}


.pics-title {
text-align: center;
margin-top: 16px;
margin-bottom: 16px;
}

.pics-title a {
font-weight: bold;
font-size: 16px;
color: #000;
text-decoration: none;
}

.video {
    width: 500px;
    height: 375px; 
    display: block; 
    border: 1px #000 solid;
}

td.ta1 {
width: 28%;
}

td.ta2 {
width: 72%;
}

td {
padding: 3px 6px;
}

input[type=text] {
    background-color: #dcdcdc;
    color: #000080;
}

input.w1 {
width: 90%;
}
input.w2 {
width: 50%;
}

textarea {
	width: 80%;
    padding: 8px;
    border: 1px solid #333;
    background-color: #dcdcdc;
	color: #000080;
}

input[type=checkbox] {
  transform: scale(1.5);
}

select.cats {
	background-color: #e7e7e8;
	padding: 6px 20px;
	border: 1px solid #666;
	border-radius: 4px;
}

.titletext {
	FONT-FAMILY: Verdana; FONT-SIZE: 16px; FONT-WEIGHT: bold;
}
.redtxt {
	COLOR: #FF0000;
	FONT-FAMILY: Verdana; FONT-SIZE: 14px; FONT-WEIGHT: bold;
}
.smalltxt {
	FONT-FAMILY: Tahoma,Arial; FONT-SIZE: 12px;
}
li.smallblock {
display: block;
width: 154px; 
height: 104px;
padding: 2px;
margin: 2px;
float: left;
} 