html { 	
	width: 100%;
	height: 100%;
}
body { 
	margin: 0px 0px;
	padding: 0px;
	background-color : white;
	text-align: center;
}
body, div, p, td, th { 	
	color: #333333;
	font-family: Calibri, "Verdana CE", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}


table, tr, td {
	/*vertical-align: top;*/

}


a {
	text-decoration: underline;
	font-weight: normal;
	/*color: #0099cc;*/
	color: #00789d;
}
a:hover {
	color: #33ccff;

}

a img {
	border: none;
}


p { 
	padding: 0 0 15px 0;  
	margin: 0px;
	/*clear: both;*/
	text-align: justify;
}
.blog-featured p {
	text-align: left;
}


ul, ol {	  
  margin: 8px 0px 10px 25px;
  padding: 0px;
}

ul li {
  list-style-image: url('../images/li.png'); 
}

li {
  margin: 0px 0px 5px 0px;
  line-height: 150%;
}



.page-header {	
	text-align: left;
}

h1 {
	margin: 20px 0;
	color: #778899;
	font-weight: normal;	
	font-size: 29px;
	
	height: 0px;
	overflow: hidden;
}
.blog-featured .page-header {	
	height: 0px;
	overflow: hidden;
}

h2 {
	font-size: 30px;
	color: #0A4467;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	display: block;
	
	margin: 0px;
	padding: 10px 0;
}

.blog-featured h2 {
	font-size: 22px;
	padding-bottom: 5px;
}

h3 {
	font-size: 26px;
	color: #333;
	font-weight: normal;
	padding: 10px 0;
	margin: 0px;
	line-height: 120%;
	text-align: left;
}

.blog-featured h3 {
	font-size: 20px;
}

h4 {
	font-size: 22px;
	color: #555;
	font-weight: normal;
	padding: 6px 0;
	margin: 0px;
	line-height: 120%;
	text-align: left;
}

h5 {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	padding: 10px 0;
	margin: 0px;
	line-height: 120%;
	text-align: left;
}

h6 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}


hr {
	height: 1px;
	background-color: transparent;
	border: none;
	border-bottom: 1px dotted silver;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

.clearer, .clr, .clear {
  clear: both;
  height: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  font-size: 0;
  display: block;
}
.clearfix {
  clear: both;
}

/*
div {
	border: 1px solid green;
	margin: -1px;
}
*/

.fixWidth {
	margin: 0 auto;
	padding: 0px 2%;
	
	width: 95%;
	max-width: 1000px;
	
	text-align: left;
	position: relative;
}


@media (max-width: 800px) {
	.fixWidth {
		padding: 10px;
	}
}




body {
	background: url(../images/back.png) center top repeat-x;
}

.head  a {
	
	display: block;
	width: 100%;	
	height: 95px;
	
	background: url(../images/head.png) left center no-repeat;
	background-size: contain;	
}

.banner {
	margin: 5px 0;
}
@media (max-width: 800px) {
	body {
		background-position: left -15px;
	}
	.head  a {
		background-size: 170%;
		height: 70px;
	}
	.banner {
		display: none;
	}
}



.contentArea .fixWidth {
	padding: 20px 0;
}


.col-1, .col-4 {
	width: 31%;
	float: left;
}
.col-2 {
	width: 66%;
	float: right;
}
.featured .col-2 .component {
	width: 48%;
	float: left;
}
.col-3 {
	width: 48%;
	float: right;
}
.col-4 {
	margin: 0px 0 50px 0;
}



@media (max-width: 850px) {
	.featured .col-2 .component {
		width: 100%;
	}
	.col-3 {
		width: 100%;
	}
}
@media (max-width: 800px) {
	.col-1,
	.col-4,
	.col-2,
	.featured .col-2 .component {
		width: 100%;
	}
	.col-3 {
		display: none;
	}
}



.contentArea .moduletable {
	margin-bottom: 15px;
}

.menuCtrl {
	background: #0a4467 url(../images/menu.png) no-repeat right top;	
	width: 85%;
	min-width: 150px

	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	
	height: 30px;
	margin: 0 20px;
	padding-right: 60px;

	
	display: none;	
}

.blue-box {
	background: #0a4467;
	padding: 20px 0;
}
.blue-box-footer {
	background: transparent url(../images/box_shadow_32.png) center bottom no-repeat;
	height: 30px;
	width: 100%;
}
.blue-box .moduletable {
	margin: 0 20px;
}

.blue-box .menu {	
	margin-left: 0px;
}
.blue-box .menu li {
	list-style: none;	
}
.blue-box a,
.blue-box .separator {
	display: block;
	padding: 1px;
	font-size: 19px;
	color: #cedce8;
	text-decoration: none;	
}
.blue-box a:hover,
.active a {
	color: white;
}
.blue-box li ul li a,
.blue-box li ul li .separator {
	font-size: 15px;	
}
/*
.blue-box ul li ul {
	display: none;
}
*/




.mod-languages ul,
.mod-languages li {
	margin: 0;
	padding: 0;
}
.mod-languages li a {
	float: right;
	font-size: 15px;
	display: block;
	padding: 0 0 5px 10px;
}


@media (max-width: 800px) {
	.blue-box {
		background-image: none;
	}
}


.breadcrumb {
	margin: 0 0 15px -10px;
	padding: 0;
	display: block;
	float: none;
	clear: both;
}
.breadcrumb li {
	list-style: none;
	/*float: left;*/
	display: inline-block;
	font-style: italic;
	font-size: 11px;
}
.breadcrumb li a {
	color: #333333;
}
.breadcrumb .divider {
	display: inline-block;
	margin: 0 5px;
}


.component {
	margin-bottom: 50px;
}

.tipy {
	margin: 15px 0;
	padding: 15px;
	border: 15px solid #dbebf2;
	background: #dbebf2;
	max-height: 500px;
	overflow: auto;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.yt a {
	margin: 2px 0;
	width: 85%;
	display: inline-block;
	padding-left: 45px;
	border: 10px solid #dbebf2;
	background: #dbebf2 url(../images/play.png) left center no-repeat;
	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.yt p {
	margin: 2px 0;
	padding: 0px;
}

.yt li {
	list-style: none;
}
@media (max-width: 800px) {
	.yt a {
		width: 70%;
	}
}

.download ul {
	display: inline-block;
	list-style: none;	
	margin: 10px 0;
}
.download li {
	display: inline-block;
	list-style: none;	
}
.download a, 
.download-button  a {
	margin: 1%;
	display: inline-block;
	white-space: nowrap;
	padding: 0px 20px 0px 45px;
	border: 10px solid #dbebf2;
	background: #dbebf2 url(../images/download.png) left center no-repeat;
	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

/*
.Sets {
	float: left;
	width: 45%;
	margin: 1%;
	height: 250px;
}
*/

.pager {
	padding: 20px 0;
	margin: 25px 0;
}
.pager li {
	list-style: none;
	float: left;
	font-size: 12px;
	padding-right: 15px;
}

.items-more {

	clear: both;

}


.bublina {
	background: #ffe54f;
	color: black;
	padding: 10px 20px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}

/*
.category th {
	padding: 10px 5px;
	border-bottom: 1px dotted silver;
}
.category td {
	font-size: 10px;
	padding: 5px;
}
.category .list-title {
	font-size: 12px;

}
*/



.footer {
	background: #0a4467;
	padding: 40px 0;
	z-index: 2;
}
.footer .col-1 .moduletable {
	margin-left: 20px;
}
.footer p, 
.footer a, 
.footer div, 
.footer h3 {
	color: white;
}

.footer .col-1 p {
	line-height: 60%;
}


.fastform {
	margin: -43px 0 25px 0;
	
}
.fastform form {
	background-color: #006FA4;
	padding: 25px 0 15px 0;
	margin-top: -18px;
}
.fastform h3 {
	/*position: absolute;
	top: -60px;*/
	float: right;
	font-size: 18px;
	background: #006FA4 url(../images/corner.png) left top no-repeat;
	margin: -50px 0 0px 38%;
	padding: 6px 40px;
	width: 60%;
}

.fastform .info {
	margin: 5px 5%;	
}
.fastform .fcol,
.fastform .ok,
.fastform .ko {
	float: left;
	margin: 5px 0 5px 5%;
}
.fastform .fcol-1 {
	width: 35%;
}
.fastform .fcol-2 {
	width: 50%;
}

@media (max-width: 500px) {
	.fastform .fcol-1,
	.fastform .fcol-2 {
		width: 90%;
	}
}

.fastform .ok,
.fastform .ko {
	width: 87%;
	padding: 10px;
	color: white;
}
.fastform .ok {
	background: #25a726;
}
.fastform .ko {
	background: #ff7373;	
}
.fastform .fcol-1 input,
.fastform textarea {
	width: 95%;
}

.fastform .cap {
	margin: 15px 0 0 0;
}
.fastform .form_item_part {
	float: left;
	margin: 5px 15px 0px 0;
}
.fastform .kod input {
	width: 50px;
}
.fastform .submit input {
	background: #7ba6d0;
	color: white;
	border: none;
}

.footer .col-2.r p {
	/*padding: 5px 80px 5px 20px;
	width: 100%;*/
	text-align: right;
}





input.button {

	 cursor: pointer; 

}





img {
	max-width: 100%;
	height: auto;	
	border: 0 none; 
}
@media (max-width: 400px) {
	img, .fr img, .fl img, img.fr, img.fl  {
		clear: both;
		float: none;
		margin: 10px 0;
	}
}


img.border { 
	border: 1px solid silver; 
}


.blog-featured .icons,
.blog .icons {
	display: none;
}
.actions  {

	float: right;
	display: none;

}

.actions li {

	list-style: none;

	display: inline;

	margin: 5px;

}

.actions img {

	width: 12px;

	display: none;

}



.article-info {

	font-size: 10px;

	color: #999;

	display: block;

	padding-bottom: 15px;

}

.blog-featured .article-info,

.article-info-term {

	display: none;

}

.article-info dt,

.article-info dd {

	float: left;

	margin: 0 15px 5px 0;

}






.relateditems {

	background: #eee url(../images/relateditems.png) 20px 20px no-repeat;

	padding: 50px 15px 30px 50px;

	margin: 20px 0px;

	

	

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

}






.pagination {

	margin: 30px 0;

	padding: 10px 0;

	color: gray;

	border-top: 1px dotted silver;

}

.pagination li {

	float: left;

	display: inline;

	list-style: none;

	margin: 3px;

}

.pagination span {

	display: block;

	padding: 2px 5px;

	border-bottom: 1px dotted gray;

}

.pagination a {

	display: block;

	padding: 2px 5px;

	border: 1px solid #ccc;

	background-color: #f6f6f6;

	text-decoration: none;

	color: #333333;

	

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}





iframe#mp3 {
	border: none;
	width: 100%;
	height: 60px;
}



form {
	padding: 15px;
	background: white;
}
fieldset {

	margin: 10px 0;
	
	padding: 15px;

	border: none;

	background: #eee;

}



label {

	display: block;

}

input, select, textarea {

	font-size: 13px;
	margin: 3px;
	border: 1px solid #0a4467;
	padding: 4px 6px;
	max-width: 90%;

}

input[type='radio'],input.radio,

input[type='checkbox'],input.checkbox { 	

	border: none;

}


.fl {

  float: left;

  margin: 0px 20px 10px 0px;

  display: block;

}

.fr {

  float: right;

  margin: 0px 0px 10px 20px;

  display: block;

}


@media (max-width: 300px) {
	.fr, .fl {
		float: none;
		clear: both;
		margin: 5px 0;
	}
}



.twocols {

	width: 45%;

}


table {
	width: 100%;
}

table.fotky img {
	width: 100%;
}
.table1 td {
	border-bottom: 1px dotted silver;
	padding: 10px 25px 10px 0;
}


table.table, 

table.notable { 

   width : 100%;

	border-collapse: collapse;

	border-spacing: 0px;

	

	margin-top : 5px; 

	margin-bottom : 5px;
	
	z-index: 999;
	background: white;

}


table.table th, 

table.notable th {



	background-color: #eee;	

	border: 1px dotted #bbb;	

	

	padding: 5px 7px;

	font-weight : bold;

}

.table h4 {

	margin: auto -7px -7px -7px;

	padding: 10px 5px;

	background-color: #f6f6f6;	

}



table.table td, 

table.notable td {	

	border: 1px dotted #bbb;	

	

	padding: 5px 7px;

	text-align : left;

}

table.notable,  

table.notable tr, 

table.notable th, 

table.notable td {

	border: 0px solid #ffffff; 

	border: none;

	background-color: transparent;

}



@media (max-width: 500px) {
	td {
		clear: both;
		float: none;
		display: block;
	}
}





#tooltip, 

.tooltip, 

.tip-wrap {

	background: #ffffcc;

	border: 1px solid #333;

	font-size: 10px;

	color: #333333 !important;

	

	max-width: 400px;

	min-width: 100px;



	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	border-radius: 2px;

	

	padding: 3px 8px;

	z-index: 9999;

	

	

	-moz-box-shadow: 1px 1px 5px #666;

	-webkit-box-shadow: 1px 1px 5px #666;

	box-shadow: 1px 1px 5px #666;

	

	position: absolute;

}









.box {
	padding : 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}

.box_white {
	background-color: #ffffff;
}
.box_gray {
	background-color: #f6f6f6;
}
.box_metal {
	background-color : #e1ebf2;
}
.box_blue {
	background-color : #E6F6FF;
}
.box_gold {
	background-color : #fef9cf;
}
.box_orange {
	background-color: #fffaee;
}

.box h2, 
.box h3, 
.box h4 {
	margin-top : 0px;
	margin-bottom: 0px;
}

.readmore {
	display: block;
	text-align: center;
	font-size: 20px;
}



