/*

    theme name: LATJA
    theme uri: http://www.latja.lv
    description: Izstrādes kažociņš
    version: v08
    author: Uldis Dzērve
    author uri: http://www.latja.lv
    tags: latja.lv

*/



/**************************************************************************************************
/* reset */

	/* http://meyerweb.com/eric/tools/css/reset/ 
	   v2.0 | 20110126
	   License: none (public domain)
	
	html, 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, strong, 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
	*/

	@font-face {
    font-family: NoticiaText;
    src: url(./assets/NoticiaText-Regular.ttf);
	}
	
	html, body, div,   
	h1, h3, h4, h5, h6, p,  pre,
	dl, dt, dd, ol, ul, li 
	 {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;

	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	 
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/**************************************************************************************************
/* body, html 

	text-align:				center;

	*/

	html
	{
		height:	100%;    
		
	
	}

	body
	{
		height:	100%;
		font-size:				12pt;
		background:url('/wp-content/uploads/2017/06/bg.jpg');
		background:url(/wp-content/themes/latja/assets/wpr.png) no-repeat;	
		background-position: bottom ;
		background-attachment:	fixed;
	}

/**************************************************************************************************
/* global */

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

	a:hover
	{
		text-decoration:		underline;
	}

	a:active
	{
	}

	a:visited
	{
	}

	.zero
	{
		margin:					0;
		padding:				0;
	}

	p, ul, li, h1, h2, h3, h4
	{
		margin:					0;
		padding:				0;
	}
	
	.center
	{
		text-align: center;
	}

	ul
	{
		list-style-position:	inside;
	}

/**************************************************************************************************
/* body */

	#body_holder
	{
	 

	}

	#body
	{
	 
	 
	}

/**************************************************************************************************
/* header */

	#header_holder
	{	
		min-width:			1260px;
		overflow:			hide;
		background-color:	#008273;
	}

	#header
	{
		width:				auto;
		height:				auto;
	}

	#header_wraper
	{
 
		width:				1260px;
		height:				205px;
		margin-left:		auto;
		margin-right:		auto;
	}

	#header_logo img
	{
		position:			relative;
		z-index:			1;
		width:				auto;
		height:				170px;
		margin-top:			15px;
	}
	
	 
	#header_logo2 h1
	{	
		max-width:			760px;
		left:				375px;
		margin-top:			-40px;
		top:				-35px;		 
		position:			relative;
		z-index:			1;
		text-shadow:		2px 2px 4px rgba(0,0,0,1);
		color:				#FFFFFF ;
		letter-spacing:		3pt;
		word-spacing:		1pt;
		font-size:			45px;
		text-align:			left;
		line-height:		1;
		margin:				0px;
		padding:			0px;
		font-weight:		bold;
		font-family: Impact, Charcoal, sans-serif;
	}

/**************************************************************************************************
/* content 

		background:url(/wp-content/themes/latja/assets/wpr.png) no-repeat;
		background-position:	bottom; font-family:		'Bevan', cursive; font-family: 'NoticiaText', serif;

	*/
	#contentw
	{
	 
		height:			100%;
		padding:		0px 0px 0px 0px;
		margin:			auto;

		
	}

	#contenth
	{	
		margin-left:	auto;
		margin-right:	auto;
		left:			0px;
		right:			0px;		 
		position:		absolute;
		width:			1260px;
		margin:			auto; 

	}

	#spacer 
	{

		width: 100%;
		height: 40px;	 
	}

	#contenth #content
	{	
		padding:		0px 10px 0px 10px;
		float:			left;
		width:			760px;
		padding-bottom: 10px;	
	}

	#content
	{	
		background-color: #F6F6F6;
		font-family: 'NoticiaText', serif;
	}

	#content p
	{	
		text-indent:  	30px;
		line-height:	1.5;
		margin-bottom:	12px;
	} 

	#content ul 
	{ 
	   list-style-type: disc; 
	   list-style-position: inside; 
	}
	
	#content ul, #content li, #content ol 
	{ 	   
	   margin-left: 20px;
	} 
	#content ol 
	{ 
	   list-style-type: decimal; 
	   list-style-position: inside; 
	}
	#content ul ul, ol ul
	{ 
	   list-style-type: circle; 
	   list-style-position: inside; 
	   margin-left: 15px; 
	}
	#content ol ol, ul ol 
	{ 
	   list-style-type: lower-latin; 
	   list-style-position: inside; 
	   margin-left: 15px; 
	}

	#content h1 
	{ 
	 
	}
	#content h2 
	{ 
	 
	}
	#content h3 
	{ 
		display: block;
		font-size: 1.17em;
		margin-top: 0.30em;
		margin-bottom: 0.30em;
		margin-left: 0;
		margin-right: 0;
		font-weight: bold;
	}
	#content h4 
	{ 
		display: block;
		margin-top: 0.30em;
		margin-bottom: 0.30em;
		margin-left: 0;
		margin-right: 0;
		font-weight: bold;   
	}

	#content h5 
	{ 
 
		line-height:	1.5;
	}

	#content h6 
	{ 
 
		line-height:	1.5;
	}

	/*
	.image-center img{
	border:				1px solid #fff;
	margin:				0;
	background:			#F6F6F6;
	padding:			8px;
	-miz-box-shadow:	2px 2px 5px #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px #CCCCCC;
	}
	
	*/

		#content ul, ol 
	{	
	padding: 10px 0px 10px 0px; 
	}

	#content ul
	{	
	padding: 5px 0px 5px 0px; 
	}

	#content li
	{	
	padding: 5px 0px 5px 0px; 
	}
 

	#content ul 
	{	
		
	   list-style-type: disc; 
	   list-style-position: inside; 
	}
	#content ol 
	{ 
	   list-style-type: decimal; 
	   list-style-position: inside; 
	}
	#content ul ul, ol ul
	{ 
	   list-style-type: circle; 
	   list-style-position: inside; 
	   margin-left: 15px; 
	}
	#content ol ol, ul ol 
	{ 
	   list-style-type: lower-latin; 
	   list-style-position: inside; 
	   margin-left: 15px; 
	}

	#content .tnormal{
		border-collapse: collapse;
		border-spacing: 0;
		border:			1px solid #F6F6F6;
		background:		none;
		border:			none;
	}

	#content .tnormal tr{		 
	 
	border:			none;
	}

	#content .tnormal tr td{		 
		 
		border:			none;
	}

	#content table
	{ 
		padding:	10px 0px 10px 0px; 
		background:		none;
		border:			1px solid #eaeaea;
		max-width:		760px
	}

	#content table th
	{ 
	   border:				1px solid #eaeaea;
	}

	#content table tr
	{ 
	   border:				1px solid #eaeaea;
	}

	#content table tr td
	{ 
	border:		1px solid #eaeaea;
	padding:	10px;	
	}
	 

	.image-left { 
	/*border:			1px solid #EAEAEA;*/	
		display:		block;	 
		text-align:		left;
	}
	 
	.image-center {  
		display:		block;	 
		text-align:		center;
	}
	 
	.image-labi
	{ 
		display:		block;	 
		text-align:		right;
	} 

	#rinda
	{
		width:			760px;
		background:		none;
		padding:		0px 0px 10px 0px; 
		border:			1px solid none;
		display:		block;
		overflow:		auto; 
		padding-top:	10px;
	}
	
	/*
	#rinda:nth-child(odd)
	{
		background:		#e1e1e1;	 
	}
	#rinda:nth-child(even)
	{
		background:		#fff;	 
	}
	*/
	


	#zinas_ramis
	{	
		position:		relative;
		border:			1px solid none; 
		background:		none;
		float:			left;
		width:			378px;
		min-height:		250px;
		text-align:		center; 
		background:		none;
	}

	#zinas_ramis p
	{	
		text-align:		justify;
		text-justify:	inter-word;
		margin:			10px;
	}
	
	/* background: #3366ff; background: #3366ff;*/

	#h2conteiner
	{	
		bottom: 0px;
		
	}

	h2.home
	{	
		bottom: 10px;
		padding: 5px 10px 10px 10px;
		font-size: 20px;
		font-family: 'NoticiaText', serif;
	}
/**************************************************************************************************
/*  page , singel */

	#page_holder
	{
		padding: 10px 0px 10px 0px;
		 
	}

	#single_holder
	{
		padding: 10px 0px 10px 0px; 
	}
	
	#single img
	{
		 max-width: 760px;
		height:	auto;
		margin-left: 0px;
	} 
	 
	#single , #page_holder
	{
		text-align: justify;
		text-justify: inter-word;
	}

	#single h1
	{
		font-weight:	bold;
		font-size:		30px;
		text-align: center;
	}

	#single_post_thumbnail img
	{	
		max-width:		760px;
		height:			auto;
		float:			left;
		padding-right:	5px; 
	}
	
	.post_thumbnail img{
		width: 			360px;
		height:			204px;
	}

	#single, #page img
	{
		max-width:		760px;
		height:			auto;
		margin-left:	0px;
	}

/**************************************************************************************************
/* sleja_kreisa */
	#sleja_kreisa
	{	
		padding-top:	10px;
		padding-right:	10px;
		height:			100%;
		width:			230px;
		float:			left;
		font-size:		15px;
		font-family: 'NoticiaText', serif;		
	}

	#sleja_kreisa img
	{	
		width:			230px;
		 
	}

	#aktualitates
	{	
		
		background: #F6F6F6;
	}

 	h3.aktualitates_n, h3.not_kal_n
	{	
		background-color:	#008273; 
		color:				#fff;
		text-align:			center;
		font-size:			20px;
		font-weight:		bold;
		padding:			5px 0 5px 0;
	}
 
	.latestNews 
	{
		margin:			0;
		padding:		10px 10px 0 6px;
		list-style:		none;

	}
	.latestNews li 
	{
		background:url('/wp-content/themes/latja/assets/p_green.png') no-repeat left top;
		padding:		0 0 10px 25px;
		font-weight:	bold;
		color:			#2b2b2b;
	}
	.latestNews li a 
	{
		color:#2b2b2b;
		text-decoration:none;
		display:block;
		/*text-align:justify;*/
	}
	.latestNews li a:hover
	{
		color:#8c2633;
	}
	

	#soc{
	padding: 10px 0px 10px 0px;
	}

	#soclogo
	{	
		float: left;
		width:		74px;
		height:		74px;
		padding-right: 2px;
		padding-bottom: 10px;
		background:	none;
	}

	#soclogo img
	{	
		width:		74px;
		height:		74px;
	}
	
	#soclogo2
	{	
		 padding-bottom: 10px;	 
	}
		#soclogo2 img
		{	
			  
		}
/**************************************************************************************************
/* sleja_laba */
	 
	#contenth #sleja_laba
	{		
		height:			100%;
		width:			230px;
		float:			right;
		padding-top:	10px;
		display:		block;
		font-size:		15px;
		font-family: 'NoticiaText', serif;
	}

	#not_kal
	{
		padding-top: 10px; 
	}

	#not_kal_ev_konteiners{
		background: 			#F6F6F6;
		padding: 				0px 10px 10px 10px ; 
		border-radius: 			4px 4px 4px 4px;
		-moz-border-radius: 	4px 4px 4px 4px;
		-webkit-border-radius: 	4px 4px 4px 4px;
	}

	#not_kal_ev_konteiners .read-more{
		padding: 10px 0 px 0px 0px; 
	}
	
	h3.not_kal_n{	
		margin-bottom:	-10px; 
		border-bottom:	1px solid #fff;
	}

	#not_kal h3
	{
		font-weight:	bold;
		padding: 		5px 0px 5px 0px;
		color:			#000000;
		text-align:		center;
	}

	#notikuma_datums{
		background-color:	#008273;
		margin-left:		-10px;
		margin-right:		-10px;
		padding:			0px 5px 1px 5px;
		color:				#ffffff;
		font-weight:		bold;
	}

	#notikuma_datums  .dienasn{
		float:			right;
		color:			#ffffff;
	}
	#notikuma_datums  .datums{ 
		color:			#ffffff;
	}
	 
	#not_excertp{
	text-align:		justify;
	text-justify:	distribute;
	padding: 		0px 0px 10px 0px; 
	word-spacing:	0px;
	}

	#not_excertp p
	{
		 text-indent: 25px;
	} 
	
	.vairak
	{	
		background:url('/wp-content/themes/latja/assets/more.png') no-repeat center bottom;
		padding-left: 15px;
		display: block;
		width: 69px;
		height: 23px;
		color: #fff;
	}

/**************************************************************************************************
/* Home */ 

	#home_excertp
	{
		text-align:		justify;
		min-height:		190px;
		padding-right:	10px;
	}
	
/**************************************************************************************************
/* footer
background:url(/wp-content/themes/latja/assets/Footer.jpg);

*/

	#footer_holder
	{
	position:		fixed;
	bottom:			0px;
	float:			left;
	z-index:		99; 
	width:			100%;
	background:		#414047;
	}

	#footer
	{ 
	text-align:		center;
	line-height:	30px;
	height:			30px;
	width:			1260px;
	margin-left:	auto;
	margin-right:	auto;
	}

	#copyright
	{
	text-align: center;
	width: 1260px;
	color: #fff;
	}

	#copyright a.uzaugsu
	{
	float:			right;
	color:			#fff;
	padding-right:	10px;
	}

 

/**************************************************************************************************
/* category */

	#category_holder
	{
	}

	#category
	{
	} 

/**************************************************************************************************
/* SLIDER */
	#slider {
		overflow:		hidden;
		margin-top:		-210px;
		min-height:		205px;
	}

/**************************************************************************************************
/* main-menu */

	#menu_holder
	{
		background-color:#008273;
		width:			100%;
		height:			32px;			/*    Jamaina  */
		text-align:		center;
		min-width:		1200px;
	}

	ul.main-menu-menu
	{
	

	}

	#menu
	{
		text-align:		left;
		display:		inline-block;
		margin-left:	auto;
		margin-right:	auto;
	}

	#menu ul 
	{
		list-style:		none;
		padding:		0;
		margin:			0;
		background:		#008273;
	}

	#menu ul li
	{
		display:	block;
		position:	relative;
		float:		left;
		background: #008273;		/* pirmā limeņa krasa  #2c3e50*/
		z-index:	2;
	}

	#menu li ul { display: none;  } /* paslēpts otrais līmenis*/


	#menu ul li a 
	{
		display:			block;
		padding:			8px 10px 8px 10px;
	 	white-space:		nowrap;
		color:				#fff;				/* pirmā limeņa burtu krās, atiecās uz visu menu */
		font-size:			16px;		/*    Jamaina  font-weight:		bold;*/
		text-decoration:	none;
	 	font-family:		'NoticiaText', serif;
	}

	#menu ul li a:hover { background: #2c3e50*; } /* pirmā limeņa hover krasa  #2c3e50*/

	#menu li:hover > ul 
	{
		display: block;
		position: absolute;
	}

	#menu li:hover li { float: none; }
	#menu li:hover a { background: #2c3e50 ; }		/* otrā limeņa krasa #3399ff */
	#menu li:hover li a:hover { background: #3399ff; } /* pirmā limeņa hover krasa  */

	.main-navigation li ul li { border-top: 0; }
	ul ul ul 
	{
		left: 100%;
		top: 0;
	}

	#menu ul ul ul a
	{
	 
	}
	#menu ul ul ul 
	{
		background-color: #0066ff;
	}


	#menu ul:after {
	content: " "; /* 1 */
	display: table; /* 2 */
	}

	#menu ul:after { clear: both; }

	#menu ul li.current-menu-item a{
	 
		color:#fff;
		font-weight: 400;
	}
 
	#menu ul li ul li ul li a
	{			
		color:		#fff	!important;			 
		background: #4f7091	!important;	 /* 3 limeņa  krasa  */
	}

	#menu ul li ul li ul li a:hover
	{			
		background: #3399ff	!important;	 /* 3 limeņa hover krasa  */
	}
/**************************************************************************************************
/* footer_menu */

 


/**************************************************************************************************
/* calendar   */

	img.cal_ico {
		width:			15px;
		height:			15px;
		padding-left:	10px;
	}

	#calendar{
		padding-bottom: 20px;
	}

	#calendar .active-month{
		
		text-align:		center;
		position:		relative;
		height:			80px;
	}

	#calendar .active-month p{
		line-height:	60px;
		font-size:		22px;
		color:			#5fbfe7;
		font-weight:	300;
	}

	#calendar .active-month input.prew, input.next{
		position:		absolute;
		width:			50px;
		height:			50px;
		top:			5px;
		border:			none;
		border-style:	none;
	}
	
	#calendar .active-month input.prew{
		left:			20px;
		background:		url('/wp-content/themes/latja/assets/ad_prev.png');
 	}

	#calendar .active-month input.next{ 
		right:			20px;
		background:		url('/wp-content/themes/latja/assets/ad_next.png');	
 	}

	#calendar .active-month input.prew:hover{ 
		background:		url('/wp-content/themes/latja/assets/ad_prev_hover.png');
		cursor:			pointer;
 	}

	#calendar .active-month input.next:hover{ 
		background:		url('/wp-content/themes/latja/assets/ad_next_hover.png');
		cursor:			pointer;
 	}

	#calendar .week-days{
		height:			28px;
		background:		#5fbfe7;
		
	}

	#calendar .other-month{
		height:			28px;	
		background:		#d7d7d7; /*#2c3e50*/
		color:			#c1c1c1;
	 
	}
	 
	#calendar .normalactive{
		height:			28px;
		background:		#008273;
	 
	}

	#calendar .notikums{
		height:			28px;
		color:			#9b001f;
		font-weight:	bold;
		background:		none;
		
	}


	#calendar .notikums a{	 
		display:		inline-block;
		color:			#9b001f;
		font-weight:	bold;
	}


	#calendar .normal-sunday, .normal-saturday{
		height:			28px;
		color:			#9b001f;
		font-weight:	bold;
		background:		none; 
	 
	}

	#calendar table{
		width:			100%;
		height:			200px;
		margin:			0 auto;
		margin-top:		-26px;
	}

	#calendar table tr th{
		height:			30px;
		text-align:		center;
		background:		#5fbfe7;
		border:			none;

	}

	#calendar table tr td{
		text-align:		center;
		vertical-align: middle;
	}

	#calendar table tr td a,  #calendar table tr th a{
		color:		#888888;
		font-size:	20px;
		height:		10px;
		width:		22px;
		text-align: center;
	 
	}

	#calendar table tr th a{
		color:		#fff
	}

	.normal sunday{
		background-color :#cc0066;
	}

	#calendar table tr td.holiday a{color:#6f3432;}
	#calendar table tr td.other-month a{color:#cecece;}
	#calendar table tr td.active a{background: url('/wp-content/uploads/2017/06/not_kal_back.png') no-repeat top;}
 

	.dropbtn 
	{
		background-color:	none;
		color:				#ff00cc;  
		border:				none;
		cursor:				pointer;
	}

	.dropdown 
	{
		position:	relative;
		display:	inline-block;
	}

	.dropdown-content 
	{
		display:			none;
		position:			absolute;
		background-color:	#f9f9f9;
		min-width:			160px;
		height:				200px;
		box-shadow:			0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index:			1;
	}
	/*
	float: left;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: inline-block;
	*/
	.dropdown-content a 
	{
		text-align:	left; 
	}
	
	.dropdown .dropdown-content ul
	{
		list-style-type: none;

		padding:	0px;
		margin:		0px
	}

	.dropdown .dropdown-content li
	{
		padding:	0px;
		margin:		0px
	}

	 

	.dropdown-content a:hover {background-color: #f1f1f1}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #3e8e41;
	}

/**************************************************************************************************
/* Search 
font: 300 13px 'Open Sans', sans-serif;
*/
	#search{
		background:		none;
		padding:		7px 0px 7px 0px;
		margin:			0px 0px 0px 0px;
		height:			30px;
		
		
	}

	#search form{
		width:			228px;
		height:			30px;
		position:		relative;
		float:			right;
		z-index:		0;
		border-style: 	solid;
		border-width: 	1px;
	}

	#search form input[type="text"]{
		width:			168px;
		height:			30px;
		background		:#fff;
		border:			0;
		outline:		none;
		color:			#969696;
		padding:		0 30px 0 8px
	}

	#search form input[type="submit"]{
		position:		absolute;
		top:			0;
		right:			0;
		width:			18px;
		height:			18px;
		background:		url(/wp-content/themes/latja/assets/zoom.png);
		border:			0;
		margin-top:		6px;
		margin-right:	6px;
		cursor:			pointer;
		outline:		none;
	}
	
	#search form input[type="submit"]:hover{ 
		background:		url(/wp-content/themes/latja/assets/zoom-active.png); 
	}
	
	#search_result {
		padding: 10px 0px 0px 0px;
	}


	#search_result h2 
	{
		 
	}

	#search_result a.vairak
	{	
		background:url('/wp-content/themes/latja/assets/more.png') no-repeat center bottom;
		padding-left:	15px;
		display:		block;
		width:			69px;
		height:			23px;
		color:			#fff;
	}

	#search img:hover
	{	
	background: url('/wp-content/uploads/2017/06/not_kal_back.png');
	}

/**************************************************************************************************
/* Pagenation */

	#pagination{
	clear:			both;
	margin-left:	-10px;
	margin-right:	-10px;
	padding-top:	10px;
	height:			100px;
	text-align:		center;
	}
	#pagination .navigation{
	display:		inline-block;
	padding-top:	40px;
	margin-left:	auto;
	margin-right:	auto;

	}
	#pagination .navigation li a,
	#pagination .navigation li a:hover,
	#pagination .navigation li.active a,
	#pagination .navigation li.disabled {
		color:		#fff;
		text-decoration:none;
	}

	#pagination .navigation li {
		display: inline;
	}

	#pagination .navigation li a,
	#pagination .navigation li a:hover,
	#pagination .navigation li.active a,
	#pagination .navigation li.disabled {
		background-color:	#6FB7E9;
		border-radius:		3px;
		cursor:				pointer;
		padding:			12px;
		padding:			0.75rem;
	}

	#pagination .navigation li a:hover,
	#pagination .navigation li.active a {
		background-color:	#3C8DC5;
	}

/* tabulas*/

	#content table.svitrains   
	{
		background:			#99ff99;
		border:				none;
	}

 	#content table.svitrains tr:nth-child(odd)
	{	
		background:			#F6F6F6
	}

	#content table.svitrains tr:nth-child(even)
	{
		background:			#fff;
	}

	#content table.svitrains th
	{
		background-color:	#008273;
		border:				none;
		padding:	10px; 
	}

	#content table.svitrains td
	{
		border:				none;
	}
	
	
	
	.alignleft{
		float: left;
		margin: 0px 10px 10px 10px;
	}
	
	.alignright{
		float: right;
		padding: 0px  0px 10px 10px;
	}
	
/**************************************************************************************************
/* Darbinieku sadaļas menu */
	 
	ul.dmenu {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #333;
	}

	li.dmenu {
		float: left;
	}

	li.dmenu a {
		display: block;
		color: white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
	}

	li.dmenu a:hover {
		background-color: #111;
	}
	
/**************************************************************************************************
/* K menu  Darbinieku sadļa "KANDIDATI"*/

.k_wolcome{
	width:	 	760px;
	height:		40px;	
}

.k_menu{	 
	height: 30px; 
	border-bottom: 3px solid #73AD21; 
}

.k_name{	 
	text-align: center;	 
	width: 152px;
}

.k_name :hover{
	color: #993366;
}

.f_rightW33{
	float: right;
	height: 30px;
	width: 25%;
}
 

.f_right{
	float: right;	 
}

.f_left{
	float: left; 
}

.zsvetki{

width: 				760px;
height: 			200px;
}

 
 
.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}


.applyButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.applyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.applyButton:active {
	position:relative;
	top:1px;
}

 /* The alert message box */
.mcalert {
  padding: 20px;
  background-color: #fff; /* Red */
  color: white;
  margin-bottom: 15px;
}

.mcalert.mcsuccess  {background-color: #4CAF50;}
.mcalert.mcinfo    {background-color: #2196F3;}
.mcalert.mcwarning {background-color: #ff9800;}

/* The close button */
.mcclosebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.mcclosebtn:hover {
  color: black;
} 

.form-control{
    height:         	30px;
    background		:#fff;
    border:         	0;
    outline:		none;
    color:          	#000;
    padding:		0 30px 0 8px;
    border-style: 	solid;
    border-width: 	1px;
}

.mc-box{
    position: relative;
    padding-top:        130px;
    padding-bottom:     30px;
    text-align:         center;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}

.mc-box-iner{
    width:              90%;
    margin-left:        auto;
    margin-right:       auto;
    padding-top:        30px;
    padding-bottom:     30px;
    color: #fff;
    border: none;
    border-radius: 5px;
    //background-image: url('/wp-content/themes/latja/assets/back.png');
}

.mc-box-iner2{
    width:              100%;
    margin-left:        auto;
    margin-right:       auto;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top:        20px;
    padding-bottom:     20px;
    background-image: url('/wp-content/themes/latja/assets/back.png');
}

.mc-box:hover{
-webkit-box-shadow: 6px 7px 26px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 7px 26px 0px rgba(0,0,0,0.75);
box-shadow: 6px 7px 26px 0px rgba(0,0,0,0.75);
}

.mc-b1{
    background-image: url('/wp-content/themes/latja/assets/mc/5.jpg');
    
}
.mc-b2{
    background-image: url('/wp-content/themes/latja/assets/mc/6.jpg');
}
.mc-b3{
    background-image: url('/wp-content/themes/latja/assets/mc/12.jpg');
}
.mc-b4{
    background-image: url('/wp-content/themes/latja/assets/mc/15.jpg');
}

.uz-b7{
    background-image: url('/wp-content/themes/latja/assets/mc/7.jpg');
}

.uz-b14{
    background-image: url('/wp-content/themes/latja/assets/mc/14.jpg');
    background-position: 0px -250px;
}

.uz-b16{
    background-image: url('/wp-content/themes/latja/assets/mc/16.jpeg');
}

.uz-b17{
    background-image: url('/wp-content/themes/latja/assets/mc/17.jpeg');
    background-position: 0px -550px;
}

.uz-b18{
    background-image: url('/wp-content/themes/latja/assets/mc/18.jpeg');
}

.uz-b19{
    background-image: url('/wp-content/themes/latja/assets/mc/19.jpeg');
    background-position: 0px -550px;
}

.uz-b20{
    background-image: url('/wp-content/themes/latja/assets/mc/20.jpeg');
}

.uz-b21{
    background-image: url('/wp-content/themes/latja/assets/mc/21.jpeg');
}

.uz-b22{
    background-image: url('/wp-content/themes/latja/assets/mc/22.jpeg');
    background-position: 0px -150px;
}