
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/frontend/fonts/OpenSans-Italic.ttf') format('truetype');
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/frontend/fonts/OpenSans-Regular.ttf') format('truetype');
}


/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/frontend/fonts/OpenSans-SemiBold.ttf') format('truetype');
}


/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/frontend/fonts/OpenSans-Bold.ttf') format('truetype');
}




html, input, textarea, 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, 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 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    color: #052E70;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
	line-height: 20px;
}

html,body
{
    margin: 0px;
    padding: 0px;
}

body,html
{
	min-height:100%;
}

body
{
    background-position:center bottom;
	background-repeat:repeat-x;
	background-image:url("../images/bgbottom.png");
}


#globalholder0
{
    background-position:center bottom;
	background-repeat:repeat-x;
	background-image:url("../images/bgbottom.png");
	position:relative;
	overflow-y: auto; 
	height:100%;
}

#globalholdergg
{
	width:100%;
	min-height:100%;
	position:absolute;
    background-position:center bottom;
	background-repeat:repeat-x;
	background-image:url("../images/bgbottom.png");
}

#globalholderinner2
{
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
    background-position:center bottom;
	background-repeat:repeat-x;
	background-image:url("../images/bgbottom.png");
}

input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


.g-recaptcha {
    transform: scale(0.531);
    transform-origin: 0 0 0;
	display:none;
}

.showcap .g-recaptcha
{
	display:block;
}

.showcap .hidecap
{
	display:none;
}

.showcap .error
{
	padding:10px 0;
}


ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    min-height: 100%;
}
body {

}

h1
{
	font-size:26px;
	padding-bottom:30px;
	padding-top:21px;
}

h1 span
{
	font-weight:bold;
	font-size:13px;
	display:block;
	padding-top:5px;
}

h2
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px solid #2597A1;
	margin:0 18px 20px 26px;
}

h3
{
	font-size:16px;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:12px;
	color:#2498A3;
}

.headrow
{
	color:#2696A4;
	font-weight:bold;
}







.body
{
	width:1024px;
	margin:0 auto;
	position:relative;
}

#bottomblue
{
	height:38px;
	background-color:#042E6F;
	position:absolute;
	bottom:0;
	z-index:0;
	width:100%;
}

#topback
{
	height:16px;
	background-color:#042E6F;
	position:absolute;
	top:0;
	z-index:0;
	width:100%;
}

#middleback
{
	background-color:#2498A3;
	position:absolute;
	top:0;
	z-index:0;
	width:100%;
	height:64px;
	top:96px;

	margin:0;padding:0;min-width:1024px;left:0;right:0;margin-left:auto;margin-right:auto;

}

#greenline
{
	background-color:#2297A2;
	position:absolute;
	top:0;
	height:4px;
	z-index:0;
	width:100%;	
}


#whitetoplineholder
{
	width:1024px;
	margin:12px auto 0;	
}

#whitetopline
{
	background-color:#ffffff;
	margin-left:80px;
	height:5px;
	z-index:0;
	width:237px;	
}

#whitesecondline
{
	position:absolute;
	top:79px;
	background-color:#ffffff;
	left:80px;
	height:6px;
	z-index:0;
	width:237px;	
}

#logoholder
{
	margin-top:16px;
}

#logoimage
{
	height:75px;
	float:left;
}

#logotxt
{
	font-size:20px;
	font-style:italic;
	width:426px;
	float:left;
	line-height:78px;
	padding-left:30px;
}

.selectoverlay_close img, .overlay_close img, .overlay2_close img
{
	width:30px;
}

#logoholder img
{
	padding-left:19px;
}


#loginbox
{
	position:absolute;
	top:210px;
	right:42px;
	width:160px;
	background-color:#0C2F6E;
	min-height:200px;
	padding:10px 20px 20px 20px;
	border:3px solid #ffffff;
}

input,textarea,select
{
	padding:5px 8px;
	font-style:italic;
}

label
{
	color:#2498A3;
	line-height:28px;
}

#loginbox input
{
	width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-small
{
	background-color:#6e7aa9 !important;
	font-style:normal;
	color:#0c2f6e !important;
	font-size:10px;
	margin:4px 0;
	padding:2px;
	cursor:pointer;
}

.button-small:hover
{
	background-color:#6e7aa9;
	color:#0C2F6E;
}

#loginbox input[type=submit]
{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	letter-spacing: 1px;
}

#loginbox input[type="button"].sub
{
	width:auto !important;
	font-size:11px !important;
	letter-spacing: 1px !important;
	padding-left:20px !important;
	padding-right:20px !important;
}

#loginbox input[type="button"].sub:hover
{
	background-color:#ffffff !important;
	color:#0C2F6E !important;
}

#loginbox input[type=button]:hover
{
	background-color:#6e7aa9 !important;
	color:#ffffff !important;
}

#loginbox input[type=button]
{
	padding:5px 10px !important;
}


.centerholder
{
	text-align:center;
}


#content-holder
{
	background-image:url("../images/childs.png");
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:307px;
	padding-bottom:19px;
}

#contact-page #content-holder
{
	background-image:none;
	padding-top:0px;
}

.whiteleft
{
	float:left;
}

.whitebutton a
{
	color:#2597A2;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	font-size:13px;
}

.whitebutton a:hover
{
	color:#003F7D;
}

.bordered
{
	border-bottom:2px solid #2498A3;
}

.whitebutton
{
	position:relative;
	background-color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	padding-bottom:12px;
	top:-10px;
	margin-right:20px;
	min-width:100px;
	text-align:center;
}


.whiteright
{
	float:right;
}

.arrow-right
{
	float:right;
	line-height:27px;
	margin-right:18px;
	top:-1px;
	position:relative;
}

.arrow-right a
{
	color:#2597A2;
	text-decoration:none;
	background-image:url('/frontend/images/arrow-login.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:50px;
	display:block;
	height:33px;
	line-height:33px;
	letter-spacing:0.5px;
}

.arrow-right a:hover
{
	color:#003F7D;
}


#greentop
{
	height:64px;
}

#content
{
	background-color:#ffffff;
	width:900px;
	margin-left:80px;
	min-height:200px;
}

#contentmain
{
	margin-right:201px;
}

#innercontent
{
	padding:13px 26px 34px;
}

#rightmenu
{
	width:183px;
	float:right;
	margin-right:18px;
	margin-top:154px;
	margin-bottom:20px;
}

#contact-page #rightmenu
{
    margin-top:40px;
}

.clearfix
{
	clear:both;
	margin:0 !important;
	padding:0 !important;

}

/***  home page style  **/

ul.norm
{
	padding-left: 10px;
    text-indent: -10px;
}

ul.norm li 
{
    list-style-type: none;
}

ul.norm li:before 
{
    content: "> ";
	color:#2696A4;
}

ul.columns > li
{
	float:left;
	width:45%;
}

ul.columns > li.separ
{
	float:left;
	width:8%;
}

#rightmenu ul
{
	border-bottom:1px solid #2197A5;
}

#rightmenu ul li
{
	border-top:1px solid #2197A5;
}

#rightmenu ul li a
{
	padding:7px 2px 7px 36px;
	display:block;
	text-decoration:none;
	color: #052E70;
	background-size:28px 28px;
	background-position:2px 2px;
}

#rightmenu ul li a:hover,#rightmenu ul li a.actief
{
	background-color:#E5EDEF;
	color:#2696A4;
	background-size:28px 28px;
	background-position:2px 2px;
}


#iconhome
{
	background: url('../images/iconhome.png') no-repeat;
}

#iconhome:hover, #rightmenu ul li a.actief#iconhome
{
	background: url('../images/iconhome-hover.png') no-repeat;
	background-size:28px 28px;
	background-position:2px 2px;
	background-color:#E5EDEF;
	color:#2696A4;
}


#iconnews
{
	background: url('../images/news.png') no-repeat;
}

#iconnews:hover
{
	background: url('../images/news-hover.png') no-repeat;
	background-size:28px 28px;
	background-position:2px 2px;
	background-color:#E5EDEF;
	color:#2696A4;
}


#iconcart
{
	background: url('../images/cart.png') no-repeat;
}

#iconcart:hover
{
	background: url('../images/cart-hover.png') no-repeat;
	background-size:28px 28px;
	background-position:2px 2px;
	background-color:#E5EDEF;
	color:#2696A4;
}

#iconwarn
{
	background: url('../images/warn.png') no-repeat;
}

#iconwarn:hover
{
	background: url('../images/warn-hover.png') no-repeat;
	background-size:28px 28px;
	background-position:2px 2px;
	background-color:#E5EDEF;
	color:#2696A4;
}

#iconbook
{
	background: url('../images/book.png') no-repeat;
}

#iconbook:hover
{
	background: url('../images/book-hover.png') no-repeat;
	background-size:28px 28px;
	background-position:2px 2px;
	background-color:#E5EDEF;
	color:#2696A4;
}

#iconcont
{
	background: url('../images/cont.png') no-repeat;
}

#iconcont:hover
{
	background: url('../images/cont-hover.png') no-repeat;
	background-size:28px 28px;
	background-position:2px 2px;
	background-color:#E5EDEF;
	color:#2696A4;
}



/* contact page */

#contentmain input[type=text], #contentmain textarea
{
	border:1px solid #1C447D;
	background-color:#E9F4F6;
	color:#052e70;
	width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:1px;
}

#contentmain textarea
{
	height:130px;

}

#contentmain label
{
	color:#0C2F6F;
	font-style:normal;
	display:block;
	padding-top:21px;
}

#contentmain label.nopadding
{
	padding-top:0;
}

input[type=submit],input[type=button]
{
	background-color:#2197A5;
	color:#ffffff;
	font-style:normal;
	width:auto;
	padding:5px 20px;
	cursor:pointer;
	border:0;
}

input[type=submit]:hover,input[type=button]:hover
{
	background-color:#0c2f6e;
}

.smalltxt
{
	font-style:italic;
	font-size:10px;
}

.borderbig
{
	border-bottom:1px solid #2597A1;
	position:absolute;
	width:857px;
	padding-bottom:10px;
}

.headrowa
{
	color:#2696A4;
	padding-top:9px;
	padding-bottom:1px;
}

.adrli
{
	padding-left:36px;
	padding-bottom:10px;
}


#contentmain label.error, label.error,span.error 
{
		margin-left:0;
		width: auto;
		display: block;
		color:#D3003C;
		font-weight:bold;
		line-height:14px;
		padding-top:0;
}

span.error {
		text-align:center;
}

div#errorforgot
{
		margin-left:0;
		width: auto;
		display: block;
		color:#D3003C;
		padding-top:15px;
}

#success
{
		margin-left:0;
		width: auto;
		display: block;
		color:#2197A5;
		padding-top:15px;
		display:none;
		text-align:center;
		font-weight:bold;
}


/* overlay  */

#overlay2
{
	width:350px;
	background-color:#ffffff;
	min-height:300px;
	padding:10px 20px 20px 20px;
}

#overlay2 hr
{
	color:#2196A6;
	height:0px;
	margin-top:10px;
	border-top:1px solid #2196A6;
	border-bottom:0px solid #2196A6;
}

#overlay2 input[type=text],#overlay2 input[type=password]
{
	margin-top:2px;
	margin-bottom:8px !important;
}

input[type=submit]
{
	margin:0 auto !important;
	display:block;
	min-width:120px;
}


#overlay
{
	width:350px;
	background-color:#ffffff;
	min-height:300px;
	padding:10px 20px 20px 20px;
}

#selectoverlay
{
	width:550px;
	background-color:#ffffff;
	min-height:150px;
	padding:10px 10px 20px 20px;
}

.overlay_close,.selectoverlay_close, .overlay2_close
{
	float:right;
	cursor:pointer;
}

#layover-logo-holder
{
	text-align:center;
}

#layover-logo-holder img
{
	margin:0 auto;
	padding-top:20px;
}	


#overlay input[type=text], #contentmain textarea, #overlay2 input[type=text], #overlay2 input[type=password]
{
	border:1px solid #0C2F6F;
	background-color:#E9F4F6;
	color:#052e70;
	width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:1px;
}

#overlay  input[type=submit], #selectoverlay input[type=button],#overlay2  input[type=submit]
{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:5px 20px;
	font-size:11px;
}

#overlay2  input[type=button]
{
    display: block;
    margin: 0 auto !important;
    min-width: 120px;
	margin-top:50px;
}

#overlay #subholder, #selectoverlay #subholder 
{
	text-align:center;
	padding-top:24px;
	margin-top:30px;
	border-top:1px solid #2498A3;
}

#footer
{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-432px;
	background-color:red;
	width:900px;
	height:20px;
}


zvezda {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}