/*
Theme Name: Minagro
Author: X-TECH
Author URI: http://x-tech.am/
Version: 1.0
License: GNU General Public License

*/

@charset "utf-8";

@font-face {}

/* CSS Reset */
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, 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 {
	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;
}
ul {
	list-style:disc;
}

sub {
vertical-align: sub;
font-size: smaller;
}

sup {
vertical-align: super;
font-size: smaller;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4{line-height:100%;}
h1{font-size: 2.5em;}
h2{font-size: 2.0em;}
h3{font-size: 1.5em;}
h4{font-size: 1.2em;}
/* CSS Reset !!!*/
b, strong {
font-weight: bold;
color: #000;
}
body {
	line-height: 18px;
	font-size:14px;
	font-family:'ghea_grapalatregular';

	
background: rgb(194,194,194); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(194,194,194,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,194,194,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(194,194,194,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(194,194,194,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(194,194,194,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(194,194,194,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

}
a{text-decoration:none;}
#content a{
	text-decoration: underline;
	}

a:hover{text-decoration:none;}
p
{
	font-size: 14px;
	color: #000000;
}

/*
p {
	line-height: 17px;
	min-height: 16px;
}*/
h2{/*color:#202020; font-family: 'MyriadPro-Semibold'; font-size:30px;line-height:35px;*/}

/* Clearfix*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/* Clearfix !!!*/

.floatL{float:left;}
.floatR{float:right;}
.center{text-align:center;}


.alignright { 
	float: right;
	margin:10px 0px 20px 30px;
}
.alignleft { 
	float: left;
	margin:10px 30px 20px 0;
}
.print{
float: right;
margin-right: 56px;
color: #346088 !important;
background: url('images/print.png') 41px 0px;
padding-right: 37px;
background-repeat: no-repeat;
height: 32px;
text-decoration: none !important;


}
.aligncenter 
{ 
	display: block; 
	margin: 0 auto;
}
.container
{
	width:980px;
	margin:auto;
	overflow:visible;
}

#top
{
	background: url('images/top.jpg');
	height: 49px;
	min-width:980px;
}
#header
{
	background: #F0F0ED url('images/header.png');
	/*margin-top: 55px;*/
	height: 105px;
}
#gerb
{
background: url('images/gerbg.png');
height: 94px;
width: 121px;
float: left;
margin-left: 5px;
margin-right: 15px;
margin-top: 4px;
background-repeat: no-repeat;
}
#site-description {
float: left;
margin: 0 auto;
color: hsl(200, 88%, 23%);
font-size: 30px;
margin-top: 41px;
font-family: 'ghea_grapalatregular';

text-transform: uppercase;
margin-left: 1%;
}
#site-description_ru {
float: left;
margin: 0 auto;
color: hsl(200, 88%, 23%);
font-size: 22px !important;
margin-top: 41px;
font-family: 'ghea_grapalatregular';

text-transform: uppercase;
margin-left: 1%;
}
#site-description_en {
float: left;
margin: 0 auto;
color: hsl(200, 88%, 23%);
font-size: 25px !important;
margin-top: 41px;
font-family: 'ghea_grapalatregular';

text-transform: uppercase;
margin-left: 1%;
}
#site-title {
	width: 120px;
	height: 101px;
	float: right;
	margin-top: 12px;
	margin-right: 6px;
}
.search_l
{
	background: url('images/search_input_left.png');
	height: 31px;
	width: 17px;
	float: left;
}
.screen-reader-text{
	display: none;
}
#s
{
	background: url('images/search_input_center.png');
	height: 31px;
	width: 200px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
}
:focus {outline:none;}
#searchsubmit
{
	background: url('images/search_input_right.png');
	width: 35px;
	height: 31px;
	float: left;
	padding: 0;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	font-size: 0;
}
#search
{
	float: right;
	width: 255px;
	margin-top: 8px;
}
#menu li 
{
	list-style: none;
	margin-top: 16px;
	text-transform: uppercase;
	float: left;
	background: url('images/menu_sep.png') 0px 2px;
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-left: 10px;
}
#menu li:first-child
{
	padding-left: 0px;
	background:none;
}
#menu li a 
{
	list-style: none;
	color: #c0c0c0;
}
#menu li a:hover
{
	color: #fff;
	text-decoration: none;
}
.lang li 
{
	list-style: none;
	margin-top: 18px;
	text-transform: uppercase;
	float: left;
	background: url('images/lang_sep.png') 0px 2px;
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #7a7a7a;
}
.lang
{
	float: right;
	margin-right: 50px;
}
.lang li:first-child
{
	padding-left: 0px;
	background:none;
	color:#fff;
}
.lang li a 
{
	list-style: none;
	color: #c0c0c0;text-decoration: none;
}
/*
.lang li a:hover, .lang li:hover
{
	color: #fff;
	cursor: pointer;
	
}*/
#content
{
width: 724px;
float: right;
margin-top: -8px;
min-height: 890px;
margin-left: 13px;
padding-right: 14px;
}
#sidebar
{
	width: 227px;
	line-height: 14px;
	float: left;
}
#container
{
	background: #fff;
	padding-bottom: 2px;
}
#content .header .entry-title
{
	text-align: right;
	font-size: 26px;
	color: #5c6d7d;
	padding-bottom: 13px;
padding-top: 5px;
	border-bottom: solid 1px #8ba0b3;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 18px;
}

.entry-content
 {
	color: #8e8e8e;
	font-size: 14px;
	padding: 23px 23px 23px 13px;
}
.entry-content a 
{
	color:#000;
}
.entry-content a:hover 
{
	text-decoration: none;
}
.entry-content img 
{
	margin:5px 10px 0 0;
}
#sidebar
{
background:#f6f6f6;
}
#sidebar .menu li
{
	list-style: none;
}
#sidebar .menu li a
{
	color: #595959;
	background-color: #EEEEED;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #EEEEED),
	color-stop(1, #D2D2D0)
	);
	background-image: -o-linear-gradient(bottom, #EEEEED 0%, #D2D2D0 100%);
	background-image: -moz-linear-gradient(bottom, #EEEEED 0%, #D2D2D0 100%);
	background-image: -webkit-linear-gradient(bottom, #EEEEED 0%, #D2D2D0 100%);
	background-image: -ms-linear-gradient(bottom, #EEEEED 0%, #D2D2D0 100%);
	background-image: linear-gradient(to bottom, #EEEEED 0%, #D2D2D0 100%);
	border-top: solid 1px #dcdcd1;
	border-bottom: solid 1px #FFFFFF;
	padding-left: 10px;
	display: block;
	padding: 10px;
	min-height: 14px;
}
/*.current-pdf-pages-ancestor a*/
#sidebar .sub-menu li a:hover, .current-menu-item  a, .current-page-ancestor .sub-menu .current-page-ancestor a, .current-post-parent a
{
	background: #346088 !important;
	color: #fff !important;
}
#sidebar .current-page-ancestor .sub-menu
{
	display:block;
}
#sidebar .sub-menu li a
{
	background: #fff;
	padding: 4px 0px 4px 8px;
	margin-left: 11px;
	margin-top: 7px;
	border-top: none;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: solid 1px #b0d7a3;
}
#map_footer {
	background: url('images/map_footer.png');
	height: 86px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#map
{
	position: relative;
	height: 275px;
}
	
#map h2
{
	font-family: 'ghea_grapalatregular';
	font-size: 18px;
	color: #545454;
	margin-left: 178px;
	line-height: 86px;
}
#left_bg
{
	background: url('images/left_bg.png');
	height: 286px;
	position: absolute;
	width: 161px;
	left: 0;
	bottom: -111px;
}
#footer_info
{
	background: #F0F0ED;
	height: 443px;
}
#footer_info_top
{
	width: 670px;
	margin:0 auto;
	text-align: center;
	line-height: 30px;
}
#footer_info_top h2
{
	font-size: 15px;
	color: #858585;
	line-height: 30px;
	float: left;
	background: #D1D1D1;
	border-radius: 15px;
	margin-top: 20px;
	width: 100%;
}
#footer_menu li 
{
	list-style: none;
	text-transform: uppercase;
	float: left;
	background: url('images/menu_sep.png') 0px 2px;
	background-repeat: no-repeat;
	margin-right: 10PX;
	padding-left: 10px;
}
#footer_menu li:first-child
{
	padding-left: 0px;
	background:none;
}
#footer_menu li a 
{
	list-style: none;
	color: #989898;
}
#footer_menu li a:hover, #footer_menu .current-menu-item a
{
	color: #000 !important;
	text-decoration: none;
}
.footer_menu
{
	display: inline-block;
margin: 0 auto;
}
#footer_menu
{
	margin: 0 auto;
	display: block;
	clear: both;
	margin-top: 16px;
}
.partn
{
	height: 201px;
	border-top: solid 3px #302926;
	width: 913px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 15px;
	padding-top: 12px;
}
#usaid
{

	width: 553px;
	float: left;
	height: 80px;
}
#usaid img
{
	float: left;
	margin-right: 10px;
}
#usaid p
{
	color: #989898;
	width: 460px;
	float: right;
}
#copyright
{
width: 330px;
/*border-left: solid 1px #302926;
border-right: solid 1px #302926;
*/
float: left;
height: 128px;
color: #989898;
padding: 0 14px 0 14px;
}#copyright p
{

color: #989898;
}
#copyright a{
	color: #638baf;
}
#ktrenq img, #hah img
{
	float: left;
	margin-left: 20px;
}
#ktrenq p, #hah p
{
color: #989898;
font-size: 14px;
float: left;
width: 226px;
margin-left: 10px;
margin-top: 14px;
}
#footer_banner #baner
{
	background: url('images/footer_baner.jpg');
	display: block;
	width: 468px;
	float: left;
	height: 90px;
}
#footer_banner #baner_ru
{
	background: url('images/footer_baner_rus.jpg');
	display: block;
	width: 468px;
	float: left;
	height: 90px;
}
#footer_banner #baner_en
{
	background: url('images/footer_baner_eng.jpg');
	display: block;
	width: 468px;
	float: left;
	height: 90px;
}

#ktrenq, #hah 
{
	width: 340px;
	float: left;
	font-family:'ghea_grapalatregular';
	margin-top: 15px;
}
#footer_banner {
	clear: both;
	width: 938px;
	margin: 0 auto;
}
#footer_banner #e-gov
{
	background: url('images/e-gov.jpg');
	display: block;
	width: 468px;
	float: left;
	height: 90px;
	margin-left: 2px;
}
#footer_banner #e-gov_ru
{
	background: url('images/e-gov_rus.jpg');
	display: block;
	width: 468px;
	float: left;
	height: 90px;
	margin-left: 2px;
}
#footer_banner #e-gov_en
{
	background: url('images/e-gov_eng.jpg');
	display: block;
	width: 468px;
	float: left;
	height: 90px;
	margin-left: 2px;
}
#powered
{

	height: 48px;
}
#powered p{
	float: left;
	color: #488930;
}
#x-tech
{
	background: url('images/x-tech.png');
	width: 87px;
	height: 13px;
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#by
{
float: right;
margin-top: 40px;
margin-right: 26px;
}
.breadcrumbs .trail-browse
{
	display: none;
}
.breadcrumbs
{
	background: #346088;
	height: 40px;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 5px;
	text-transform: uppercase;
	line-height: 16px;
}
.trail-begin a
{
	background: url('images/home_br.png');
	font-size: 0;
	width: 10px;
	height: 13px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.breadcrumbs a
{
	color: rgba(246, 247, 249, 0.84);
}
.breadcrumbs .trail-end
{
	color: #fff;
}

.breadcrumbs .sep
{
	background: url('images/br_sep.png') 0px 1px;
	font-size: 0;
	width: 6px;
	height: 14px;
	display: inline-table;
	background-repeat: no-repeat;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
}
#sidebar li ul
{
	display: none;
}
.answers_question li
{
	list-style: none;
}

.answers_question li:nth-child(odd)
{
	color: #3b3b3a;
	font-size: 19px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: dotted 1px #939598;
	border-bottom: dotted 1px #939598;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.answers_question li:nth-child(even)
{
	color: #8e8e8e;
	font-size: 14px;
	display: none;
}
.answers_question li:first-child
{
	border-top: none;
	padding-top: 0px;
	padding-bottom: 17px;
}
.posts .entry-title
{
	display: block;
	margin-top: 5px;
	border-bottom: solid 1px #d5d5d5;
	margin-bottom: 3px;
	padding-bottom: 3px;
	line-height: 16px;
margin-top: 13px;
float:left;
}
.home .posts .featured
{
width: 163px;
height: 109px;
overflow: hidden;
float: left;
	margin: 13px;
}
.home .entry-title
{
height: 67px;
overflow: hidden;
}
#content .posts .featured {
float: left;
margin: 13px;
width: 163px;
height: 109px;
overflow: hidden;
}

#content .featured img 
{
	width: auto;

}
.posts .entry-summary
{
	clear: both;
	color: #8e8e8e;
height: 81px;
font-size: 13px;
overflow: hidden;
}
.posts 
{
	width: 735px;
}
.play 
{
	background: url('images/play.png');
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 58px;
	left: 88px;
}
.wpdm-only-button .btn_outer_c
{
	font-size: 0;
	padding-left: 32px !important;
}
.btn_outer
{
	padding: 4px 9px 4px 3px !important;
	cursor: pointer;
}

.btn_left
{
	font-size: 0px;
	position: absolute;
	width: 46px;
	height: 40px;
	top: 0;
	left: 0;
}
.wpdm_file .cont{
	float: left;
}
.downloadable li {
	float: left;
	list-style: none;
	border-bottom: dotted 1px #939598;
	margin-top: 10px;
	padding-bottom: 10px;
}
.wpdm-only-button .btn_outer 
{
	margin-top: -4px !important;
	margin-right: -2px !important;
}
.downloadable li:first-child 
{
	border-top: solid 1px #8ba0b3;
	padding-top: 13px;
}
.posts
{
	width: 733px;
	height: 184px;
}
.post_right 
{
	float: left;
	width: 534px;
	height: 183px;
	overflow: hidden;
}
.posts .entry-title a
{
	float: left;
	color: #3b3b3a;
	font-size: 16px;
}
.readMore 
{
	color: #fff !important;
	background: #346088;
	padding: 5px 20px;
	float: right;
	bottom: 0;
	position: absolute;
	text-decoration: none !important;
	right: 0;
}
.catPosts .post 
{
	border: solid 1px #dbe1d1;
	background: url('images/post_bg.jpg');
	width: 736px;
	height: 183px;
	position: relative;
}

.imgPdf
{
	border: solid 1px #dbe1d1;
	background: url('images/post_bg.jpg');
	width: 736px;
	height: 183px;
	position: relative;
	float:left;
}
.link-image .posts .entry-title
{
margin-top: 0 !important;
}
.link-image .imgpdfR{
	margin-top: 14px !important;
width: 493px;
}
.link-image .date{display:none;}
.date 
{
	clear: both;
	font-size: 12px;
	color: #4a6e92;
}
.postOpen 
{
	color: #8e8e8e;
	font-size: 13px;
}
.links li
{
	list-style: none;
	line-height: 20px;
}

.links li:nth-child(odd)
{
	color: #346088;
	font-size: 15px;
}
.links li:nth-child(even) a
{
	color: #8e8e8e;
	font-size: 13px;
}
.links li:nth-child(even)
{
	border-bottom: dotted 1px #aeb0b2;	
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.links h2
 {
	margin-top: 13px;
	color: #324b61;
	padding-bottom: 10px;
	border-bottom: solid 1px #8ba0b3;
	margin-bottom: 6px;
}
.sitemap li 
{
	list-style: none;
	margin-left: 7px;
}
.sitemap li a {
	color: #324b61;
	font-size: 20px;
	border-bottom: solid 1px #c5cfd9;
	display: inherit;
	border-top: dotted 1px #c5cfd9;
	padding: 5px 0 5px 0;
	margin-bottom: 8px;
	text-transform: uppercase;
	background: url('images/sitemap_li.png') 0px 7px;
	background-repeat: no-repeat;
	padding-left: 8px;
}
.sitemap .sub-menu li {
	list-style: none;
}
.sitemap .sub-menu li a
{
	color: #6a6b6b;
	font-size: 14px;
	text-transform: none;
	margin-left: 14px;
	display: inline-block;
	border-top: none;
	background: url('images/br_sep.png') 0px 4px;
	background-repeat: no-repeat;
	padding-left: 8px;
}
.sitemap .sub-menu li a:hover {
	color: #6e88a4;
}
.info .tel
{
	background: url('images/tel.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 21px;
	line-height: 20px;
	margin-bottom: 5px;
}
.info .phone
{
	background: url('images/phone.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 21px;
	line-height: 20px;
	margin-bottom: 5px;
}
.info .fax
{
	background: url('images/fax.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 21px;
	line-height: 20px;
	margin-bottom: 5px;
}
.info .mail
{
	background: url('images/mail.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 21px;
	line-height: 20px;
	margin-bottom: 5px;
}
#content
{
	line-height: 20px;
}

.yt-video a 
{
	position: relative;
	clear: both;
	display: block;
	width: 220px;
	margin:9px;
	float: left;
}
.yt-video a img
{
	width: 220px;
}
.VideoInfo {
	float: left;
	margin-top: 10px;
	width: 487px;
}
.yt-video {
	border: solid 1px #dbe1d1;
	background: url('images/post_bg.jpg');
	width: 736px;
	height: 183px;
clear: both;
}
.VideoTitle {
	color: #3b3b3a;
	font-size: 18px;
}
.VideoDate {
	color: #346088;
	font-size: 12px;
}
#contents
{
	width: 753px;
	float: left;
	margin-top: -8px;
	min-height: 890px;
}
.cycloneslider-template-standard .cycloneslider-pager
{
	bottom: 6px !important;
	right: 0;
	text-align: right !important;
}
.cycloneslider-template-standard
{
	margin-bottom: 0 !important;
}
.cycloneslider-template-standard .cycloneslider-caption
{
	opacity:1 !important;
	background: rgba(71, 141, 48, 0.67) !important;
}
.cycloneslider-template-standard .cycloneslider-pager span
{
	background: #fff !important;
}
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active
{
	background: #e8a207 !important;
}
#LastPosts .post 
{
	position: relative;
}

.pdf-page
{
	height: 58px !important;
	width: 670px;
	clear: both;
}
.wpcf7-form textarea
{
	width: 365px;
	height: 225px;
	border: solid 2px #d2d2cf;
	margin-top: 7px;
	margin-bottom: 7px;
}
.wpcf7-form input[type="email"], .wpcf7-form input[type="text"]
{
	width: 365px;
	height: 28px;
	border: solid 2px #d2d2cf;
	margin-top: 7px;
	margin-bottom: 7px;
}
.wpcf7-form input[type="submit"]
{
	width: 165px;
	height: 40px;
	border: none;
	cursor: pointer;
	background: #346088;
	color: #fff;
	font-size: 15px;
	margin-top: 11px;
}
.sub-menu .sub-menu
{
	display: none !important;
}
.pdfs
{
	background: url('images/pdf.png') 5px 9px;
	background-repeat: no-repeat;
	padding-left: 47px;
}
#tejGits
{
	background: url('images/tej.png');
	width: 368px;
	height: 90px;
	color: #346088;
	position: relative;
	font-size: 33px;

}
.pho {
	position: absolute;
	right: 27px;
	bottom: 37px;
}
#menu-header_menu a, #footer_menu li a
{
	background:none !important;
}
.imgPdf img {
width: 207px;
float: left;
margin: 12px;
}
.postUrl .entry-summary
{
	line-height: 15px;
	height: 101px;
	overflow: hidden;
}
#FeaturedPosts
{
	background: #eeeeee;
	height: 176px;
}
.searchPage .posts
{
	position: relative;
}
.searchPage  .posts .entry-summary
{
height: 84px;
overflow: hidden;
}
#FeaturedPosts .date
{
	display: none;
}
#FeaturedPosts .entry-title
{
border: none;
display: block;
overflow: hidden;
height: 134px;
margin-top: 10px;
}
#LastPosts .entry-content{clear: both; padding:0;height: 85px;overflow: hidden;}
#LastPosts .posts .entry-title a {
line-height: 15px;
font-weight: bold;
height: 46px;
overflow: hidden;}
#LastPosts .posts .entry-title  {float: left; margin-top:12px;}
#FeaturedPosts .post_right
{
	width: 184px;
}


#FeaturedPosts .posts .entry-title a
{
width: 183px;
border-bottom: solid 1px #d5d5d5;
line-height: 15px;
font-size: 16px;

}
#FeaturedPosts .entry-content{display:none;}
#FeaturedPosts .readMore
{
	background: #478d30;
	color: #fff;
	bottom: 9px;
}
#FeaturedPosts .post 
{
	position: relative;
	height: 125px;
	width: 373px;
	float: left;
	
}
#FeaturedPosts
{
	height:133px !important;
}
#FeaturedPosts .post:first-child 
{
	border-right: solid 3px #dee2d5;
}
#FeaturedNav {
	height: 18px;
	background: #fff;
	clear: both;
	border-top: solid 1px #d6dcca;
	border-bottom: solid 1px #d6dcca;
}
#page-sub li {
	list-style: none;
	float: left;
	background: url('images/page-sub.png');
	height: 61px;
	width: 368px;
	text-align: center;
	line-height: 41px;
}
#page-sub li a{
	color: #595959;
	font-size: 14px;
	text-decoration:none;
}
.header a
{
text-decoration:none !important;
}
#page-sub li:first-child
{
	margin-right: 2px;
}
#page-sub li {
	list-style: none;
	float: left;
	background: url('images/page-sub.png');
	height: 41px;
	width: 359px;
	text-align: center;
	line-height: 41px;
}
#page-sub li a{
	width: 368px;
	height: 41px;
	display: block;
	text-transform: uppercase;
}
#page-sub {
margin-top: -18px;
height: 50px;
display: table;
}
#page-sub li:hover, .current-cat
{
	border-bottom: solid 4px #346088;
}
#page_sub
{
	border-collapse: separate;
	border-spacing:2px;
	margin-top: -20px;
}
#page_sub a
{
	background: url('images/sub_pages.png');
	text-decoration:none;
	height: 101px;
	text-align: center;
	width: 246px;
	margin-right: 4px;
	vertical-align: middle;
	display: table-cell;
	color: #595959;
	background-repeat: repeat-x;
	font-size: 14px;
}
#page_sub a:last-child
{
	margin-right: 0px;
}
#page_sub a:hover 
{
	border-bottom: solid 1px #346088;
	height: 100px
}
#FeaturedPosts .posts
{
	width: 376px;
}
#FeaturedPosts .entry-content
{
	height: 78px;
	overflow: hidden;
	width: 177px;
}
#LastPosts
{
	float: left;
	width: 535px;
}
#LastPosts .post_right
{
	width: 338px;
	height: 158px;
}
#LastPosts h3
{
	/*background: url('images/homeH2.png');*/
	background:#5E9300;
	width: 523px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding-left:12px;
	text-decoration: underline;
}
#LastPosts .posts 
{
	width: 535px !important;
}

#LastPosts .post
{
	border: solid 1px #dbe1d1;
	background: url('images/post_bg.jpg');
	width: 533px;
	height: 190px;
	margin-bottom: 17px;
	position: relative;
}#LastPosts .post:last-child{
margin-bottom: 0px;
}
.map iframe
{
	width:725px !important;
	height:550px !important;
}
.wp-pagenavi a
{
	color:#000;
	margin-right: 10px;
}
.wp-pagenavi .current
{
	color:#fff;
	margin-right: 10px;
}
.wp-pagenavi
{
text-align: center;
margin-top: 10px;
margin-bottom: 35px;
background: #346088;
position: relative;
color: #fff;
height: 23px;
display: block;
clear: both;
}
.previouspostslink 
{
	position:absolute;
	left:0;
	padding-left: 10px;
	color:#fff !important;
}
.nextpostslink
{
	position:absolute;
	right:0;
	color:#fff !important;
}
.imgpdfR
{
float:left;
color: #3b3b3a;
font-size: 16px;
margin-top: 8px;
}
.wpcf7-form
{
margin-top: 30px;
}
#RightSitebar h3{
color: #fff;
background: #5E9300;
text-transform: uppercase;
font-size: 15px;
height: 36px;
line-height: 36px;
clear: both;
padding-left: 12px;
text-decoration: underline;
}
#RightSitebar {
float: left;
width: 217px;

}
.postUrl2
{
	height:93px !important;
}

.url2 
{
clear: both;
}
.url2 p, .url2 a {
color: #3b3b3a;
font-size: 18px !important;
margin-top: 4px;

}
.postUrl2 .entry-title
{
padding-bottom: 11px !important;
width: 715px;
}
.mob
{
	background:url('images/tel.png') 0px -1px;
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 177px;
	clear: both;
}
.mob, .mail {
color: #4a657e;
float:left;
font-size: 16px;
height: 27px;
}
.mail
{
background:url('images/mail.png') 0px -1px;
background-repeat: no-repeat;
padding-left: 25px;
}
.url2{float: left;
margin-bottom: 11px;}
.videoHome img
{
height: 100%;
}
#LastPosts {
background: #D3D3D3;
}
.videoHome
{
position: relative;
width: 217px;
height: 192px;
overflow: hidden;
display: inline-block;
float: left;
margin-bottom: 17px;
clear: both;
}.videoHome:last-child
{
margin-bottom: 0px;
}
.videoHome .play{
bottom: 55px;
left: 82px;
}
.sml_subscribe {
padding-left: 10px;
padding-top: 10px;
background: #c0c0c0;
padding-bottom: 14px;
height: 125px;
}
.sml_nameinput, .sml_emailinput {
width: 182px;
height: 26px;
border-radius: 21px;
border: none;
padding-left: 12px;
margin-bottom: 9px;
}
.sml_submitbtn
{

border: none;
color: #756E6E;
padding: 5px 11px;
float: right;
cursor:pointer;
}
.sml_thankyou
{
margin-top: -3px;
margin-bottom: 8px;
}
#sidebar .cycloneslider-prev, #sidebar .cycloneslider-next , #sidebar .cycloneslider-pager
{
display:none;
}
#sidebar li
{
list-style:none;
}
#FeaturedPosts .readMore{display:none;}
.dataTables_info
{
display:none;
}
.link-page .posts {
height: auto !important;
min-height: 48px;
}
.link-page .entry-summary, .link-page .date {
display:none;
}
.link-page .entry-title  {
width: 717px;
background: url('images/dot.png') 0px 5px;
background-repeat: no-repeat;
padding-left: 7px;
}

#RightSitebar {
background: #a5a4a4;
}
.no_link
{
color: #3b3b3a;
font-size: 16px;
width: 717px;
background: url('images/dot.png') 0px 5px;
background-repeat: no-repeat;
padding-left: 7px;
display: block;
border-bottom: solid 1px #d5d5d5;
margin-bottom: 3px;
padding-bottom: 3px;
line-height: 16px;
margin-top: 13px;
float: left;
}
#LastPosts .readMore
{
display:none !important;
}
.postUrl2 .entry-title a, .postUrl2 .entry-title strong, .postUrl2 .entry-title span, .postUrl2 .entry-title p
{
color: #000;
}
.postUrl2 .entry-title strong
{
	color:#000;
}
#sidebar .cycloneslider-template-default .cycloneslider-slide img
{
	/*height: 90%;*/
}
#sidebar .cycloneslider-template-default
{
	height: 94px;
}
#sidebar .cycloneslider-template-default:last-child
{
	height: 102px;
}
#sidebar .cycloneslider-template-default .cycloneslider-slides
{
height: 94px !important;
}
/*
#sidebar .xoxo li:last-child, #sidebar .cycloneslider-template-standard .cycloneslider-slides,#sidebar .cycloneslider-template-standard .cycloneslider-slides img
{
	height: 122px !important;
	overflow:hidden;
} */
#sidebar .cycloneslider-template-standard div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image
{
	height: auto !important;
} 
.post_karucvacq li
{
list-style:none;
}
.post_karucvacq li:nth-child(4n+1) 
{
clear: left;
}

.post_karucvacq li:nth-child(4n+2) 
{
float: left;
margin-bottom: 11px;
clear: both;

}

.post_karucvacq li:nth-child(4n+3) 
{
color: #4a657e;
float: left;
font-size: 16px;
height: 27px;
background: url('images/tel.png') 0px -1px;
background-repeat: no-repeat;
padding-left: 25px;
width: 177px;
clear: both;
}
.post_karucvacq li:nth-child(4n+4) 
{
background: url('images/mail.png') 0px -1px;
background-repeat: no-repeat;
padding-left: 25px;
color: #4a657e;
float: left;
font-size: 16px;
height: 27px;
}
.contentPres
{
	display:none;
}
.post_karucvacq .titlePres
{
text-transform: none !important;
}
.titlePres
{
	cursor:pointer;
	clear: both;
	color: #324b61;
	font-size: 20px;
	border-bottom: solid 1px #c5cfd9;
	display: inherit;
	border-top: dotted 1px #c5cfd9;
	padding: 5px 0 5px 0;
	margin-bottom: 8px;
	text-transform: uppercase;
	background: url('images/sitemap_li.png') 0px 7px;
	background-repeat: no-repeat;
	padding-left: 13px;
}
#sidebar .cycloneslider-template-standard .cycloneslider-slides
{
height: 104px !important;

}
div.posts.clearfix.pdf-page.pdfs .date {
display: block;
padding: 12px 0px;
}
div.posts.clearfix.pdf-page.pdfs h2 a {
line-height: 23px;
}
div.ngg-gallery-thumbnail {
width: 208px;
height: 148px;
float: left;
margin-right: 20px;
margin-bottom: 13px;
}
#primary {
overflow: hidden;
height: 662px;
}
.pdf-page a
{
text-decoration:none !important;
line-height: 22px;
}
.flagInformer    {      width: auto;      height: 30px;      text-shadow: 0px 0px 10px black;      background-size: 100% 100%;      position: absolute;      z-index: 1000;    }    .flagInformer p    {      margin: 0px;      font-size: 7px;      color: white;      padding: 0px 10px;      font-family: 'ghea_grapalatregular';    }    .cityInformer    {     position: absolute;
right: 0px;
width: 264px;
height: auto;
border: 1px solid rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
display: none;
font-family: 'ghea_grapalatregular';
padding: 5px;   }    .cityTable    {      width: 264px;    }    .cityTable td    {      padding: 4px;      border-bottom: 1px dashed rgba(0,0,0,0.2);    }    .cityTable td:nth-child(even)    {      color: #346088;      font-weight: bold;      text-align: right;    }    .cityInformer p    {      color: #346088; font-size: 16px;     border-bottom: 1px solid rgba(0,0,0,0.2);    }

.hotline
{
background: url('images/footer/hotline.gif'); 
width: 336px;

background-repeat: no-repeat;
float: left;
}
.cont
{
background: url('images/footer/cont.gif'); 
width: 277px;

float: left;
background-repeat: no-repeat;
}
.trace
{
background: url('images/footer/trace.gif'); 
width: 281px;

background-repeat: no-repeat;
float: left;
}
.bord{
width:1px;
background:#302926;
float: left;
height: 176px;
margin-right:8px;
}
.tjt p
{
color:#989898;
padding-left: 58px;
}
.tjt h2
{
color: #989898;
font-size: 16px;
height: 36px;
background-repeat: no-repeat !important;
padding-left: 58px;
padding-top: 16px;
}
.tej_gic h2
{
background: url('images/tej_gic.png');
}
.dimeq h2
{
background: url('images/dimeq.png');
}
.heteveq h2
{
background: url('images/heteveq.png');
}
.bajanordagrveq h2
{
background: url('images/bajanordagrveq.png');
}
.tej_gic , .dimeq, .heteveq, .bajanordagrveq {float:left; width:228px;}

.socials {
margin: 15px 0 10px 0;
}
.bajanordagrveq .sml_subscribe
{
background: none;
padding-left:0;
}

.page_top{
	margin-top: 20px;
	float: left;
}




/* Enpard */
/* Entaka Kazmakerputyunneri gnumner */

#page-sub1 li a, .ent li a{
	color: #595959;
	font-size: 11px;
	text-decoration:none;
}
.header a
{
text-decoration:none !important;
}
#page-sub1 li, .ent li
{
	margin-right: 2px;
}
#page-sub1 li, .ent li {
	list-style: none;
	float: left;
	background: url('images/page-sub1.png');
	height: 71px;
	width: 239px;
	text-align: center;
	line-height: 17px;
}
#page-sub1 li a, .ent li a{
	height: 71px;
	width: 239px;
	display: block;
	text-transform: uppercase;
}
#page-sub1 {
margin-top: -18px;
height: 81px;
display: table;
}
#page-sub1 li:hover, .current-cat
{
	border-bottom: solid 4px #346088;
}
#page_sub1
{
	border-collapse: separate;
	border-spacing:2px;
	margin-top: -20px;
}
#page_sub1 a, .ent a
{
	background: url('images/sub_pages1.png');
	text-decoration:none;
	height: 101px;
	text-align: center;
	width: 246px;
	margin-right: 4px;
	vertical-align: middle;
	display: table-cell;
	color: #595959;
	background-repeat: repeat-x;
	font-size: 14px;
}
#page_sub1 a:last-child
{
	margin-right: 0px;
}
#page_sub1 a:hover 
{
	border-bottom: solid 1px #346088;
	height: 100px
}


/* Bottom menu */
.baj .sml_subscribe p input{
	font-family:'serif' !important;
}

@keyframes example {
    0%   { background: #346088; color: white;}

     80%   { background: #346088; color: white;}
    100% { background: white; color: black;}
}

#menu-item-16887 ul{
	display: none !important;
}
#menu-item-16887 a{
	animation-name: example  ;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



 .fotterBanner{
	width: 50%;
    float: left;
    }
.eDraft img{
	 margin-top: 0px !important;
}
