@charset "UTF-8";
/* Rozana 16 Main CSS Document */

.mobile-header-bar,
.mobile-nav-panel {
	display: none !important;
}

/* Accessibility & Semantic SEO Utility (invisible to users, readable by search engines) */
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

html {
    background: #300
	url(../img/back.jpg) no-repeat center center fixed; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
}
main{
	text-align:center;
}
iframe{
	overflow-y:auto;
	overflow-x:hidden;
	border:0px;
}
table{
	width:86%;
	height:125px;
	padding:0px;
}
.contactLink:hover {
	text-decoration:underline;
}

.tab{
	height:125px;
	width:100%;
	text-align:center;
	display: table-cell; vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
}
body,td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
img{
	border:0px;
}
.flower img{
	border:0px;
}
.menuitem,
.menuitem:link,
.menuitem:visited,
.menuitem:hover,
.menuitem:active,
.menuitem:focus,
.menuitemx,
.menuitemx:link,
.menuitemx:visited,
.menuitemx:hover,
.menuitemx:active,
.menuitemx:focus,
a.menuitem,
a.menuitem:hover,
a.menuitem:focus,
a.menuitemx,
a.menuitemx:hover,
a.menuitemx:focus,
.tab,
.tab:hover,
.tab:focus {
	text-decoration: none !important;
}

.menuitem:hover{
	cursor: pointer;
	cursor: hand;
	text-decoration: none !important;
}
.menuitemx:hover{
	cursor: pointer;
	cursor: hand;
	text-decoration: none !important;
}
.tab:hover{
	-webkit-box-shadow: 0px 0px 10px rgba(30, 0, 0, 1);
-moz-box-shadow:    0px 0px 10px rgba(30, 0, 0, 1);
box-shadow:         0px 0px 10px rgba(30, 0, 0, 1);
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;	
	height:125px;
	display: table-cell; vertical-align: middle;
	color: #6C0;
	background-color:#330000;
	cursor: pointer;
	cursor: hand;
	text-decoration: none !important;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top right, #660000 0%, #330000 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top right, #660000 0%, #330000 100%);

/* Opera */ 
background-image: -o-linear-gradient(top right, #660000 0%, #330000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #660000), color-stop(1, #330000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top right, #660000 0%, #330000 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom left, #660000 0%, #330000 100%);	
}
a{
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;}
 
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000;
	font-weight:bold;
	font-variant: small-caps;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000;
	font-weight:bold;
	font-variant: small-caps;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #6c0;
	font-weight:bold;
	font-variant: small-caps;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.tekstcopy{
	font-size: 14px;
	color: #330000;
	font-weight:bold;
	font-variant: small-caps;
}
.tekstcopy a{
	font-variant: small-caps;
	font-size: 14px;
	color: #330000;
}
.tekstcopy a:hover{
}
.tekstinfo{
	font-size: 12px;
	color: #330000;
}
.tekstinfo a{
	font-variant: small-caps;
	font-size: 12px;
	color: #330000;
}
.tekstinfo a:hover{
}
.title{
	ont-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#66cc00;
	font-weight:bold;
	font-stretch:condensed;
	font-variant: small-caps;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.top{
	background-color:rgba(255, 255, 255, 0.5);
	height:125px;
	min-width:1140px;
	width: auto;
	text-align:center;
	/*
	position:fixed;
	top:0px;
	width:100%;
	z-index:10;
	*/
}

.logo{
	text-align: right;
	background-color: #FFF;
	height: 125px;
	width: 38.5%;
	min-width: 32.0%;
	float: left;
	-webkit-text-size-adjust: 100%;
}
.logo-link,
.logo-link:link,
.logo-link:visited,
.logo-link:hover,
.logo-link:active,
.logo-link:focus {
	display: inline-block;
	text-decoration: none !important;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
}
.logo-link img {
	cursor: pointer;
	border: 0;
}
.menu{
	text-align:left;
	background-color:#FFF;
	height:125px;
	width:60%;
	float:right;
	-webkit-text-size-adjust: 100%;
	overflow:hidden;
}

.inmenu{
	text-align:left;
	background-color:#FFF;
	height:125px;
	max-width:960px;
	-webkit-text-size-adjust: 100%;
	overflow:hidden;
}

.middle{
	height:525px;
	min-width:1140px;
	text-align:center;
}

.gallery{
	display:none;
	margin-top:20px;
	background-color:#FFF;
	height:auto;
	min-width:1140px;
	text-align:center;
}
.left{
	text-align:center;
	width:38.5%;
	min-width:38.5%;
	float:left;
}
.right{
	text-align:center;
	width:60%;
	min-width:60%;
	max-width:60%;
	float:right;
}

.flower{
	text-align:center;
	background-color:#FFF;
	margin-top:20px;
	margin-bottom:0;
	height:500px;
	width:350px;
	padding:0;
	float:right;
	}


.content{
	-webkit-text-size-adjust: 100%;
	text-align:justify;
	background-color:#FFF;
	height:500px;
	width:90%;
	max-width:800px;
	margin-right:0px;
	margin-top:20px;
	float:left;
}
.bottom{
	min-height:85px;
	max-height:85px;
	min-width:1140px;
	text-align:center;
	
}
.copyright{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color:#66cc00;
	filter:alpha(opacity=90);
	opacity:0.9;
	margin-top:15px;
	margin-bottom:20px;
	min-height:85px;
	max-height:90px;
	height:auto;
	width:350px;
	float:right;
	-webkit-text-size-adjust: 100%;
	overflow:hidden;
}
.info{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color:#66cc00;
	filter:alpha(opacity=90);
	opacity:0.9;
	min-height:85px;
	max-height:90px;
	height:auto;
	width:90%;
	max-width:800px;
	margin-top:15px;
	margin-bottom:20px;
	float:left;
	-webkit-text-size-adjust: 100%;
}
#loading {
    display:    none;
    height:     100%;
    width:      100%;
	z-index:1000;
    background: url('../img/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

#lg {
    display:    none;
	position: absolute;
    left:       0;
    right:      0;
    height:     auto;
    width:      100%;
    text-align: center;
	z-index:1000;
}
#lgin{
	text-align:center;
	display:    none;
	color:#600;
	font-size:16px;
	font-weight:bold;
	 background-color:#FFF; 
	 margin: 10% auto 0 auto; 
	 padding:20px;
	 width:100px; 
	 height:100px; 
	border-radius: 0;
}