/*@group home list*/
*{
	margin: 0;
	padding: 0;
	color: black !important;
}
html{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
body{
	font-size: 100%;
	height: 100%;
	background: #c0c0af;
	min-width: 320px;
}
textarea{
    resize: vertical;
}
textarea,
button,
input[type="text"]{
	font-family: Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	font-size: 0.813em;
}
input:focus,
select:focus,
textarea:focus{
    outline-style: none;
}
a, a:visited, a:active{
	text-decoration: none;
	color: black;
	border: none;
}
img{
	border: none;
	display: inline-block;
}
strong{
	
}
ul li{
	list-style: none;
}
fieldset{
	border: none;
}
body .hide{
    display:none;
}
.clear{
	clear: both;
}
.break {
	clear: both;
	margin: 1.875em auto;
	width: 30%;
	border-top: 1px solid #e5e5e5;
	position: relative;
}
.error,
.messages_error
{
	padding: 8px 0;
	color: #d40014;
	font-size: 0.813em;
}
html body .hide
{
	display: none;
}
.f_left
{
	float: left;
}
.f_right
{
	float: right;
}
.relative{
    position:relative;
}
.red
{
	background-color: #ac201c !important;
}
.red:hover
{
	background-color: #9b120e !important;
}
/*@end */
/*@group hide*/
#embasy_groups .map
{
	margin-bottom: 30px;
}
#embasy_groups .alphabet_list,
#embasy_list .filter,
#path i,
.search-path i,
#searchAgain,
#filter_box,
.event_registration,
.gallery_item ul li a .name .date,
#gallery_list .item .date,
.events_back,
#eventFiler,
#ui-datepicker-div,
.slide-list,
#supersized_popup,
.share,
.print,
.rss,
#share,
#path,
#filter,
#footer .created_link,
.infinityScroll-preloader,
#slider .prev-slide,
#slider .next-slide,
#slider ul li i,
#slider .thumb-tray,
#sticky_message,
#left_top,
#left_bottom,
#left_banners,
#f_menu,
#search_lang,
#top_menu
{
    display: none !important;
}
/*@end */
/*@group header*/
#logo{
	z-index: 15;
	margin-left: 20px;
}
#logo span{
    display: inline-block;
    height: 59px;
    max-width: 249px;
    text-align: left;
}
#logo span img{
    margin-right:18px;
    float:left;
}
#logo span strong{
    font-weight:normal;
    position:relative;
    font-size:15px;
}
/*@end */
/*@group fonts*/
@font-face {
    font-family: 'trebuchet_msregular';
    src: url('fonts/trebuc-webfont.eot');
    src: url('fonts/trebuc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trebuc-webfont.woff') format('woff'),
         url('fonts/trebuc-webfont.ttf') format('truetype'),
         url('fonts/trebuc-webfont.svg#trebuchet_msregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trebuchet_msbold';
    src: url('fonts/trebucbd-webfont.eot');
    src: url('fonts/trebucbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trebucbd-webfont.woff') format('woff'),
         url('fonts/trebucbd-webfont.ttf') format('truetype'),
         url('fonts/trebucbd-webfont.svg#trebuchet_msbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'tahomaregular';
    src: url('fonts/tahoma-webfont.eot');
    src: url('fonts/tahoma-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tahoma-webfont.woff') format('woff'),
         url('fonts/tahoma-webfont.ttf') format('truetype'),
         url('fonts/tahoma-webfont.svg#tahomaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'tahomabold';
    src: url('fonts/tahomabd-webfont.eot');
    src: url('fonts/tahomabd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tahomabd-webfont.woff') format('woff'),
         url('fonts/tahomabd-webfont.ttf') format('truetype'),
         url('fonts/tahomabd-webfont.svg#tahomabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@end*/
/*@group sitemap*/
#sitemap 
{
	padding: 20px;
}
#sitemap li.first
{
	margin-left: 0;
}
#sitemap ul li
{
	background: url(../images/sitemap_border1.png) left 16px no-repeat;
	padding: 8px 0;
	margin-left: 92px;
	border-left: 1px solid #e3e3e3;
}
#sitemap ul li.child
{
	padding: 20px 0 8px;
}
#sitemap ul li.last
{
	background-image: url(../images/sitemap_border2.png);
}
#sitemap .home i
{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/sprite.png) -21px top no-repeat;
	position: relative;
	top: 3px;
	margin: 0 10px 0 3px;
}
#sitemap .home
{
	display: list-item;
    list-style-position: inside;
	list-style-image: url(../images/print/home.png);
	margin-left: 5px;
}
#sitemap .home i
{
	display: none;
}
#sitemap a
{
	color: #5babb5;
	font-family: tahomaregular, Arial, Helvetica, sans-serif;
	font-size: 0.813em;
	text-shadow: 0 1px 0 rgba(255,255,255,.54);
	line-height: 17px;
}
#sitemap a:hover
{
	color: #2b7e87;
}
#sitemap ul li.child > a
{
	top: -12px;
}
#sitemap ul li a
{
	position: relative;
	margin-left: 105px;
	top: -2px;
	display: inline-block;
}
#sitemap li.last_li1
{
	border-left: none;
	padding-left: 1px;
	background: url(../images/sitemap_border2_last.png) 0 0 no-repeat;
}
#sitemap li.last_li2
{
	border-left: none;
	padding-left: 1px;
	background: url(../images/sitemap_border1_last.png) 0 0 no-repeat;
}
#sitemap > ul
{
	margin-left: 10px;
}
/*@end*/
/*@group slider */
#content_slider
{
	position: relative;
	padding: 10px 30px;
	/*overflow: hidden;*/
	margin-top: 10px;
	clear: both;
}
#content_slider #slider
{
	width: 100% !important;
	overflow: hidden;
}
#popup_slider .supersized a i,
#content_slider #slider .supersized a i
{
	display: none !important;	
}
#slider,
#slider ul,
#slider li,
#slider li a
{
    width: 100% !important;
    overflow: hidden;
    display: block;
}
#slider .supersized
{
    position: relative !important; 
}
#slider .supersized li.activeslide
{
    display: block;
    position: static !important;
}
#slider .supersized li
{
    display: none;
}
#slider .slidecaption { overflow:hidden; position: absolute; bottom: 0 !important; left: 0; color:#FFF; font-family: Arial, sans-serif;
    
    font-weight: bold;
    font-size: 2.000em;
    padding: 10px 30px;
    z-index: 5;
    max-height: 80px;
    overflow: hidden;
}
#slider *
{
    height: 600px !important;
}
#slider
{
    margin: 20px;
    width: 100%;
    position: relative !important;
}
#slider .supersized li a
{
    width: auto !important;
}
#slider .supersized li.activeslide img
{
    width: auto !important;
}
/*@end*/
/*@group home list*/
.news_filter,
.achive_filter
{
	margin-top: 10px;	
}
#content .second_news li,
#content .actual_news li
{
	padding: 20px 0;
	border-bottom: 1px solid #f1efef;
}
#news_list .text,
#content .second_news li .text,
#content .actual_news li .text
{
   display: inline-block; 
}
#content .second_news li
{
	padding: 22px 0;
}
#content .second_news i,
#content .actual_news i
{
	display: block;
	overflow: hidden;
}
#content .second_news i a,
#content .actual_news i a
{
	display: block;
	background: url(../images/rss.png) no-repeat center;
	overflow: hidden;
	text-indent: -99999px;
	float: right;
	width: 15px;
	height: 15px;
	margin: 0 30px;
}
#content .second_news i a
{
	margin: 0 20px;
}
#news_list .link,
#content .second_news li .link
{
	color: black;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.286em;
	display: inline-block;
}
#news_list .link
{
	padding-bottom: 5px;
}
#content .actual_news li .link{
	display: inline-block;
	color: black;
	font-size: 1.500em;
	line-height: 1.250em;
	font-weight: bold;
	padding: 15px 30px 8px;
}
#news_list .link2,
#content .second_news li .link2,
#content .actual_news li .link2
{
	font-size: 0.750em;
	display: inline-block;
}
#content .actual_news li .img
{
	position: relative;
	display: block;
	margin-top: -20px;
}
#content .second_news li:first-child img,
#content .actual_news li img
{
	width: 100%;
	height: auto;
	position: relative;
}
#content .second_news li:first-child .link
{
	font-size: 1.250em;
	line-height: 1.200em;
}
#content .second_news li:first-child .img
{
	float: none;
	width: 100%;
	padding: 0;
	margin-top: -22px;
	margin-bottom: 18px;
}
#content .second_news li:first-child .img img
{
	max-width: 100%;
}
#content .second_news li .img img
{
	max-width: 126px;
	height: auto;
}
#news_list .date,
#content .actual_news .date,
#content .second_news .date
{
	display: block;
	font-size: 0.750em;
}
#content .actual_news li .link2,
#content .actual_news li .text,
#content .second_news li .img,
#content .second_news li .link2,
#content .second_news li .text,
#content .second_news li .date,
#content .second_news li .link,
#content .actual_news li .date
{
	padding: 3px 30px;
}
#news_list .date span,
#content .actual_news li .date span,
#content .second_news li .date span
{
	padding-right: 10px; 
}
#content .actual_news li:first-child a.img_link,
#content .second_news li:first-child a.img_link
{
	padding-left: 30px;
}
#content .actual_news li a.img_link,
#content .second_news li a.img_link
{
	display: block;
}
#content .actual_news li .text,
#content .second_news li .text
{
	clear: both;
	font-family: trebuchet_msregular, Arial, Helvetica, sans-serif;
	font-size: 0.813em;
}
#content .second_news li .img
{
	float: left;
	display: block;
	padding: 6px 10px 2px 30px;
}
#content .actual_news
{
	width: 57%;
	float: left;
}
#news_list .first .link
{
	font-size: 1.500em;
	line-height: 1.250em;
	padding-bottom: 10px;
}
#content .second_news
{
	width: 40.5%;
	float: right;
}
/*@end*/
#news_list
{
	padding-left: 30px;
	position: relative;
	overflow: hidden;
}
#news_list.archive_list .item:first-child
{
	border-top: none;
}
#news_list.archive_list .item
{
	width: 100%;
	border-top:1px solid #ececec;
}
#news_list.archive_list .item .link
{
	font-size: 1em;
}
#news_list.archive_list
{
	padding-left: 0;
}
#news_list.archive_list .item > div
{
	padding-left: 30px;
}
.news_relation_header,
.relation_header
{
	border-top: 1px solid #f1efef;
	padding: 28px;
	font-size: 1.250em;
	color: black;
	line-height: 1.250em;
}
.news_relation_header a,
.relation_header a
{
	float: right;
	font-size: 0.600em;
	color: #5cacb5;
	display: block;
}
#news_list > i
{
	display: block;
	position: absolute;
	left: 50%;
	height: 100%;
	width: 0;
	top:-40px;
	border-right: 1px solid #ececec;
}
#news_list .item
{
	float: left;
	overflow: hidden;
}
#news_list a.img
{
	display: block;
	width: 40%;
	float: left;
}
#news_list .item.first a.img > span
{
	display: block;
	margin-right: 30px;
}
#news_list .item a.img > span
{
	display: block;
	margin-right: 10px;
}
#news_list a.img img
{
	width: 100%;
	height: auto;
}
#news_list .item.first
{
	width: 100%;
	position: relative;
	z-index: 5;
	background: white;
}
#news_list .news_descr
{
	width: 100%;
	float: right;
}
#news_list .news_img_descr
{
	width: 60%;
	float: right;
}
#news_list .item
{
	width: 50%;
	padding: 20px 0;
}
#news_list .item > div
{
	padding-right: 30px;
}
#news_list
{
	padding-bottom: 20px;
}
#news_list .text
{
	padding: 0;
}
#news_list .news_descr .text img
{
    padding:0;
    margin:6px 10px 2px 0 !important;
    height: auto !important;
    max-width: 34% !important;
    float:left;
}
.text .article_summary img {
    padding:0;
    margin:6px 20px 10px 0 !important;
    float:left;
}
/*@end*/
/*@group events list */
#eventFiler
{
	margin: 20px 30px 0;
}
#eventFiler form .s_details
{
    margin-right: -110px; 
}
#eventFiler .select2-container
{
    margin-right:10px;
}
#eventFiler .select2-container .select2-choice
{
	width: 138px;
    text-align:left;
}
#eventFiler .fields_row
{
	border-right: 1px solid #dbdbdb;
	display: table;
	padding-left: 15px;
	padding-right: 15px;
    margin-bottom:-1px;
}
#eventFiler .fields_row > div
{
	display: table-cell;
}
#eventFiler .fields_row > div:first-child
{
	width: 100%;
}
#eventFiler .s_details
{
	padding: 20px 0 0 20px;
}
#eventFiler .r_filter,
#eventFiler .l_filter
{
	margin-bottom: 20px;
}
#eventFiler .l_filter
{
    margin-right:16px;
}
#eventFiler #filter .r_filter
{
	float: left;
}
#events_list .item:first-child
{
	border-top: none;
}
#eventFiler form
{
	margin-right: 130px;
}
#eventFiler #filter
{
	padding: 0;
}
#eventFiler #filter input
{
	margin-top: 0;
}
#eventFiler #filter .fields_row input[type="text"]
{
	margin-right: 0;
}
#eventFiler #filter .fields_row input[type="submit"]
{
	margin-left: 18px;
	margin-right: 0;
	position: static;
	height: 31px;
	font-size: 0.813em;
}
#eventFiler .date
{
	width: 100px;
}
#eventFiler .search_details
{
	float: right;
	padding: 10px;
}
#eventFiler .search_details > span
{
	height: 50px;
	width: 110px;
	text-align: center;
	font-size: 0.813em;
	color: #5cabb4;
	display: table-cell;
	vertical-align: middle;
}
#eventFiler .search_details i
{
	display: inline-block;
	width: 5px;
	height: 8px;
	margin-left: 5px;
	background: url(../images/sprite.png) -32px -218px no-repeat;

}
#eventFiler .search_details i.expand
{
	background-position: -41px -218px;
}
#eventFiler .show_all_events {
    margin-right:10px;
	font-size: 0.813em;
	color: #5cabb4;
}
#eventFiler > div
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	width: 100%;
}
#events_list .item
{
	border-top: 1px solid #f1efef;
	padding: 24px 30px 20px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#events_list .time
{
   width: 150px;
   position: absolute;
   left: 25px;
   top: 50%;
   margin-top: -37px;
   text-align: center;
}
#events_list .img
{
	position: absolute;
	top: 50%;
	margin-top: -37px;
	left: 199px;
}
#events_list .time a
{
	display: block;
	width: 45px;
	margin: 0 auto;
	line-height: 45px;
	height: 45px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #a1bbbd;
	
	color: white;
	font-size: 1.125em;
	margin-bottom: 15px;
}
#events_list .time a:hover
{
	background-color: #95cbd1;
}
#events_list .time b
{
	font-weight: normal;
	font-size: 0.875em;
}
#events_list .title
{
	font-weight: bold;
	color: black;
	font-size: 1.500em;
	line-height: 1em;
}
#events_view .theme,
#events_list .theme,
#events_list .date
{
	padding: 7px 0;
	color: #9e9e9e;
	font-size: 0.750em;
	line-height: 1.5em;
}
#events_view .theme,
#events_list .theme
{
	padding: 5px 0;
}
#events_list .theme span,
#events_view .theme span,
#events_list .date span
{
	color: #d4ac82;
	margin: 0 4px;
}
#events_view .theme i,
#events_list .theme i
{
	margin-left: 10px;
}
#events_view .theme a,
#events_list .theme a
{
	color: #5cacb5;
	margin: 0 5px;
}
#events_view .theme .d_time
{
	white-space: nowrap;
	color: #5cacb5;
}
#events_list .title:hover
{
	color: #5cacb5; 
}
#events_list .event
{
	margin-left: 167px;
}
#events_list .event_img .event
{
	margin-left: 326px;
}
/*@end*/
/*@group events view */
.related_documents {
    padding:0 30px 20px;
}
#events_view .theme
{
	padding: 7px 30px 0;
}
body .events_back
{
	padding: 0 30px;
	margin-top:  20px;
	display: inline-block;
	color: #5cacb5;
	font-size: 0.875em;
}
#events_view .events_back i
{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: bottom;
	background: url(../images/sprite.png) no-repeat;
	background-position: -36px -260px;
	margin-right: 8px;
}
#events_view .print_map
{
	border: 1px solid rgba(0,0,0,.1);
	background-color: #fff;
	margin: 10px 30px;
}
#events_view .map_header
{
	padding: 20px 20px 15px 20px;
}
#events_view .map_header span
{
	margin-left: 10px;
	color: #bb936a;
}
.related_info h4
{
	padding: 5px 30px 18px;
	border-bottom: 1px solid #ebebeb;
}
.related_info .gallery_item,
.related_info .contact_item
{
	overflow: hidden;
}
.related_info h4
{
	
	display: list-item;
    list-style-position: inside;
	list-style-image: url(../images/print/contact.png);
	left: 20px;
	vertical-align: top;
	line-height: 30px;
	vertical-align: top;
}

.related_info .gallery_item h4
{
	display: list-item;
    list-style-position: inside;
	list-style-image: url(../images/print/gallery.png);
	left: 20px;
	vertical-align: top;
	line-height: 30px;
	vertical-align: top;
}
.related_info .gallery_item h4  i
{
	display: none;
}
.related_info .gallery_item ul li a
{
	display: block;
	margin: 1px;
	position: relative;
	overflow: hidden;
}
.related_info .gallery_item ul li a img
{
	width: 100%;
	height: auto;
	display: block;
}
.related_info .info
{
	padding: 20px 30px 20px 66px;
	overflow: hidden;
}
.contact_item .info > div
{
	font-size: 0.875em;
	float: left;
	width: 100%;
}
.contact_item .info.data_2 > div
{
	width: 50%;
}
.contact_item .info.data_3 > div
{
	width: 33.333333%;
}
.contact_item .info a,
.contact_item .info span
{
	margin-left: 5px;
}
#events_view .event_registration
{
	padding: 10px 0;
}
#events_view .event_registration .register
{
	text-align: center;
}
#events_view #map_canvas
{
	width:100%;
	height:354px;
}
/*@end*/
/*@group contact list */
.contacts_body
{
    margin: 20px 30px 0;
    border:1px solid #e0e0df;
    overflow:hidden;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.contacts_body table{
    width:100%;
    border-spacing: 0;
}
.contacts_body > table > tbody > tr > th{
    background:#e8f2f3 url('../images/toggle_arrows.png') no-repeat right 18px;
    color:#00000e;
    font-weight:normal;
    text-align:left;
    font-size: 0.875em;
    padding:13px 60px 10px 27px;
    cursor:pointer;
    border-bottom:1px solid #f1f7f8;
    border-top:1px solid #dedede;
}
.contacts_body > table > tbody > tr > th.active{
    background:#e8f2f3 url('../images/toggle_arrows.png') no-repeat right -55px;
}
.contacts_body > table > tbody > tr > th:hover{
    background:#dbecee url('../images/toggle_arrows.png') no-repeat right 18px;
    border-bottom:1px solid #dbecee;
    border-top:1px solid #dedede;
}
.contacts_body > table > tbody > tr > th.active:hover{
    background:#dbecee url('../images/toggle_arrows.png') no-repeat right -55px;
}
.contacts_body > table > tbody > tr > th.first{
    border-top:none;
}
.contacts_body > table > tbody > tr > th.last{
    border-bottom:none;
}
.contacts_body > table > tbody > tr > td{
    display:none;
}
.contacts_body > table > tbody > tr > td.active{
    display:block;
}
.contacts_body table table > tbody > tr > th{
    color:#222222;
    text-align:left;
    font-weight:normal;
    padding:16px 5px 11px 0;
    font-size:0.938em;
    border-bottom:2px solid #e5e5e5;
}
.contacts_body table table > tbody > tr > th.job{
    border-top:1px solid #dedede;
    padding-left:42px;
}
.contacts_body table table > tbody > tr > th.name{
    border-top:1px solid #dedede;
    text-align:right;
    padding-right:37px;
}
.contacts_body table table > tbody > tr > td{
    color:#7b7b7b;
    padding:10px 5px 10px 0;
    border-bottom:1px solid #e5e5e5;
    font-size:0.875em;
}
.contacts_body table table > tbody > tr.last > td{
    border-bottom:none;
}
.contacts_body table table > tbody > tr > td.job{
    padding-left:42px;
}
.contacts_body table table > tbody > tr > td.name{
    text-align:right;
    padding-right:37px;
}
.contacts_body table table > tbody > tr > td a{
    color:#5cacb5;
}
.contacts_body  a.function_link,
.contacts_body  a.function_link:visited
{    
    display:inline-block;
    margin-left:10px;
    line-height:13px;
    font-size: 0.857em;
    color:#5CACB5;    
}
.contacts_body  a.function_link:hover{
    color:#4c9199;
}
.contacts_body  a.function_link i{
    background:url('/images/sprite.png') no-repeat -61px -166px;
    width:12px;
    height:13px;
    display:inline-block;
    position: relative;
    top: 2px;
}
.contacts_body  a.function_link:hover i{
    background:url('/images/sprite.png') no-repeat -61px -182px;
}
.contacts_body  .category_contacts{
    font-size: 0.857em;
    padding-left:5px;
    color:#6d6a6a;
}
.category_contacts .email img{
    position:relative;
    top:3px;
}

/*@end */
/*@group embassy contacts */
/*@group embassy view */
.border_box{
    border:1px solid #e5e5e5;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
#embasy .border_box{
    margin-bottom:5px;
}
#embasy{
    padding: 27px 30px 30px;
}
#embasy .title_box{    
}
#embasy .title_box .flags,
#embasy .title_box .title
{
    display:table-cell;
    vertical-align:middle;
}
#embasy .title_box .flags{
    padding:21px 0 28px;
    width:118px;
    text-align:center;
}
#embasy .title_box .title
{
    padding:16px 40px 15px 10px;
    font-size:0.938em;
    line-height:20px;
    color:#777777;
}
#embasy .title_box .flags span{
    width:64px;
    position:relative;
    display:inline-block;
}
#embasy .title_box .flags span img{
    display:block;
}
#embasy .title_box .flags span img.sub{
    position:absolute;
    left:30px;
    top:5px;
}
#embasy h2{
    font-size:1.063em;
    font-weight:normal;
    padding:25px 0 14px;
}

#embasy .info .table{    
    display:table;
    width:100%;
}
#embasy .info .row{
    display:table-row;
}
#embasy .info .row div.cell:first-child{
    border-right:1px solid #e5e5e5;    
}
#embasy .info .cell{
    width:50%;
    display:table-cell;
    padding:0 10px 9px 16px;
    border-bottom:1px solid #ebebeb;
}
#embasy .info .row.last .cell{
    border-bottom:none;
}
#embasy .info h4{
    font-size:0.938em;
    font-weight:normal;
    padding:14px 0 2px;
}
#embasy .info a{
    font-size:0.875em;
    color:#5cacb5;
}
#embasy .info a:hover,
.persons table td.first a:hover,
.person a:hover{
    color:#5cacb5;
    text-decoration:underline;
}
#embasy .info a:visited,
.persons table td.first a:visited,
.person a:visited{
    color:#0171b8;
}
#embasy .info span{
    font-size:0.813em;
    color:#8d8d8d;
}
#embasy .info .a_email{
    padding-bottom:6px;
}
#embasy .info span.em_email{
    display:inline-block;
}
#embasy .info span.em_email img{
    display:block;
}
.ambasy_map{
    padding-top:23px;
    text-align:center;
}
.map_link{
    padding:0 30px;
}
.map_link i{
    width:8px;
    height:15px;
    background:url('../images/sprite.png') no-repeat -63px -225px;
    display:inline-block;
    position:relative;
    top:3px;
    margin-right:3px;
}
.map_link span.last,
.map_link.active span.first{
    display:none;
}
.map_link.active span.last,
.map_link span.first{
    display:inline-block;
}
.ambasy_map .map{
    display:none;
    padding:20px 0 0 0;
    width:100%;
    overflow:hidden;
}
.persons table{
    border-spacing:0px;
    width:100%;
}
.persons td{
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #d2d2d2;
    font-size:0.813em;
    padding:12px 16px 11px 16px;
    vertical-align:top;
    color:#8d8d8d;
    line-height:19px;
}
.persons tr.last td{
    border-bottom:none;    
}
.persons td.set_width{
    width:127px;
}
.persons td.last{
    vertical-align:middle;
    text-align:right;
    padding-right:25px;
}
.persons td.no_bord{
    border-right:none;
}
.persons td.first a{
    color:#5cacb5;
}
.persons td a.href_button{
    font-size:1em;
}
.persons td a.name{
    font-size:1.154em;
    display:block;
}
.persons td span{
    display:block;
    color:#000000;
}
#embasy .contacts_body{
    margin:20px 0 20px 0px;
}

#embasy .contacts_body table table > tbody > tr > th.name,
#embasy .contacts_body table table > tbody > tr > td.name
{
    text-align:left;
    padding-left:48px;
}
.national_fest{
    margin-top:24px;
    padding:31px 40px 26px 40px;
    text-align:center;
    color:#212121;
    font-style:italic;
    font-size:1.250em;
    font-family: 'trebuchet_msregular', Arial, Helvetica, sans-serif;
}
/*@end */
/*@group embassy contacts person popup*/
.person {
    max-width:720px;
}
.person .name{
    font-family: Arial,Helvetica,sans-serif;
    font-size:1.429em;
    color:#000;
    padding:18px 0 0 0;
}
.person .name span{
    font-size:1.200em;
    font-weight:bold;
}
.person table td{
    border-bottom:1px solid #f1efef;
    padding:8px 0 15px;
    vertical-align:top;
}
.person table td.title{
    width:25%;
    padding-right:20px;
    font-size:1.071em;
    color:#000000;
}
.person table td img{
    width:auto;
}
.person .text a{
    color:#5cacb5;
}
.person table td .em_email{
    display:inline-block;
    padding-top:4px;
}
/*@end */
/*@end */
/*@group path*/
#path{
	position: absolute;
	height: 40px;
	top: -50px;
}
#path li,
.search-path li
{
	float: left;
	margin-left: 8px;
}
#path li:first-child,
.search-path li:first-child
{
	margin-left: 0;
}
#path a,
.search-path a
{
	font-size: 0.750em;
}
#path .last a,
.search-path .last a
{
	color: #989a9a;
}
#path li,
.search-path li
{
	
	display: list-item;
    list-style-position: inside;
	list-style-image: url(../images/print/arrow.png);

}
#path li:first-child,
.search-path li:first-child
{
	
	display: list-item;
    list-style-position: inside;
	list-style-image: url(../images/print/home.png);
}
#path li,
.search-path li
{
	padding-left: 20px !important;
}
/*@end*/
/*@group search results*/
p.search_results_info
{
    padding:23px 0 15px;
    color:#000;
    font-size: 1.071em;
}
p.search_results_info span
{
  
}
.search_results
{
    margin:0 -29px;
}
.search_results > ul > li
{        
    background:none;
    padding:30px 29px 26px;
    border-top:1px solid #f1efef;
}
.search_results > ul > li > img
{
    float:left;
    margin:0 26px 10px 0;
}
.search_results ul > li a.search_item
{
    font-size:1.429em;
}
.search_results ul > li p.summary
{
    font-family: tahomaregular, Arial, Helvetica, sans-serif;
}
.search_results ul > li p.summary strong
{
    background:#e4c8ab;
    font-weight:normal;
}
.search_results ul.search-path li
{
    background:none;
    padding:0px;
}
/*@end*/
/*@group minister */
.officials
{
	padding: 43px 0 30px;
	overflow: hidden;
	width: 100%;
}
.officials .descr > div,
.officials .img i
{
	text-align: center;
	padding: 15px 20px 0;
}
.officials .img i
{
	padding: 0 45px;
	display: block;
}
.officials .descr > div a
{
	margin-top: 10px;
}
.officials i img
{
	max-width: 350px;
	height: auto;
	width: 100%;
}
.officials  small,
.officials p
{
	display: block;
	font-size: 0.813em;
	color: #949393;
}
.officials  b,
.officials p strong
{
	font-size: 1.250em; 
	display: block;
	color: black;
	font-weight: bold;
	margin: 5px 0;
}
.officials p strong {
    font-size: 1.55em; 
}
.officials .cv,
.officials .darb
{
	float: left;
	padding: 0 30px 0 10px;
	line-height: 29px;
	font-size: 0.813em;
	display: block;
	
	height: 29px;
	border: 1px solid rgba(255,255,255,.13);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.11);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.11);
	box-shadow: 0 0 0 1px rgba(0,0,0,.11);
	
	background: url(../images/minister_calendar.png) no-repeat right center;
	
	overflow: hidden;
	white-space: nowrap;
}
.officials .cv
{
	padding: 0 10px;
	background: none;
	margin-left: 10px;
	
	text-transform: uppercase;
}

.officials .twit
{
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	float: right;
	width: 43px;
	height: 29px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #2da9e1;
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.04) 0%, rgba(255,255,255,.04) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.04) 0%, rgba(255,255,255,.04) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.04) 0%, rgba(255,255,255,.04) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.04) 0%, rgba(255,255,255,.04) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.04) 0%, rgba(255,255,255,.04) 100%);
}
.officials .twit i
{
	display: block;
	height: 20px;
	margin-top: 5px;
	background: url(../images/sprite.png) no-repeat 12px -72px;
}
.officials_content .item.template
{
	margin: 0;
	width: 100%;
}
.officials_content .item.template .img
{
	float: left;
	width: 40%;
}
.officials_content
{
	text-align: center;
}
.officials_content .img i
{
	padding: 0;
}
.officials_content .item
{
	margin: 0 4%;
	width: 149px;
	display: inline-block;
	vertical-align: top;
}
.officials_content i img
{
	max-width:200px; 
}
.officials_content .item.template .descr
{
	float: right;
	width: 60%;
	text-align: center;
}
.officials_content .item .img,
.officials_content .item .descr
{
	width: 100%;
}
.officials_content .template .descr > div > p
{
	padding-top: 8%;
}
.officials_content .template .descr > div a
{
	margin: 8% 5px 0 5px;
}
.officials_content .descr > div a
{
	margin: 5px;
	float: none;
	display: inline-block;
	line-height: 29px;
	font-size: 0.813em;
	height: 29px;
	vertical-align: bottom
}
.officials_content
{
	padding: 0 30px;
}
.officials_content .descr > div
{
	padding: 0;
}
.officials_content .template .descr > div
{
	padding: 15px 20px 0;
}
.officials_content .template .darb
{
	padding: 0 30px 0 10px;
	background: url(../images/minister_calendar.png) no-repeat right center;
}
.officials_content .darb
{
	padding: 0 10px;
	background: none;
}
.officials_content .cv,
.officials_content .twit,
.officials_content .darb
{
	display: none !important;
}
/*@end*/
/*@group gallery */
#filter.gallery
{
	padding-top: 10px;
	padding-bottom: 0;
}
#filter.gallery input[type="text"]
{
	width: 100px;	
}
#filter.gallery input[type="text"],
#filter.gallery #categories span
{
	color: black;
}
#categories.expand 
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border-bottom: none;
	height: 60px;
	margin-bottom: 0;
}
#categories.expand b
{
	display: block;
	position: absolute;
	height: 10px;
	background: white;
	width: 105%;
	right: 0;
	bottom: -2px;
}
#categories
{
	position: relative;
	z-index: 5;
	background: white;
	margin-bottom: 20px;
	padding-right: 15px;
}
#categories span
{
	padding-right: 0 !important;
}
#categories i
{
	position: absolute;
	height: 6px;
	width: 6px;
	display: block;
	right: 5px;
	top: 10px;
	background: url(../images/sprite.png) no-repeat -30px -209px;
}
#categories.expand i
{
	background-position: -42px -209px;
}
#category_list
{
	border: 1px solid rgba(255,255,255,.13);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	padding: 30px 10px 15px 10px;
	display: none;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#category_list > b
{
	position: absolute;
	top:0;
	left: 5px;
	display: block;
	z-index: 10;
	height: 25px;
	width: 96%;
	background: white;
}
#category_list > i
{
	position: absolute;
	z-index: 5;
	display: block;
	width: 0;
	height: 100%;
	border-left: 1px solid #eaeaea;
	top: -50px;
}
#category_list > i.b_1
{
	left:33.33333%;
}
#category_list > i.b_2
{
	left:66%;
}
#gallery_list
{
	padding: 10px 30px;
	overflow: hidden;
}
#gallery_list .item
{
	float: left;
	width: 33.333333%;
	overflow: hidden;
}
#gallery_list .item a
{
	display: block;
	margin: 1px;
	position: relative;
}
.related_info .gallery_item ul li a .name,
#gallery_list .item a .name
{
	width: 100%;
	position: absolute;
	height: 100%;
	color: white;
	display: block;
	overflow: hidden;
	display: none;
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	z-index: 15;
	text-align: left;
}
.related_info .gallery_item ul li a:hover .name,
#gallery_list .item a:hover .name
{
	display: block;
}
.related_info .gallery_item ul li a .name > div,
#gallery_list .item .name > div
{
	width: 92%;
	margin: 4%;
	position: absolute;
	bottom: 0;
}
.related_info .gallery_item ul li a .name b,
#gallery_list .item b
{
	display: block;
	font-weight: bold;
	font-size: 0.875em;
	padding: 10px 2px;
	line-height: 1.429em;
}
.related_info .gallery_item ul li a .name .date,
#gallery_list .item .date
{
	float: left;
	font-size: 0.750em;
}
.related_info .gallery_item ul li a .name .date span,
#gallery_list .item .date span
{
	color: #5cacb5;
	margin-left: 5px;
}
#gallery_list .item .count
{
	float: right;
	font-size: 0.750em;
	color: #5cacb5;
}
#gallery_list .item .count i
{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/sprite.png) no-repeat -34px -160px;
	vertical-align: bottom;
	margin-right: 5px;
}
#gallery_list .img_hover_slider li.active
{
	display: block;
}
#gallery_list .img_hover_slider li
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#gallery_list #popup_id
{
	display: none;
}
#gallery_list .img_hover_slider
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#gallery_list .img
{
	position: relative;
	z-index: 5;
}
#gallery_list .item a img
{
	width: 100%;
	height: auto;
	display: block;
	z-index: 5;
}
/*@end*/
/*@group embassy contacts */
/*@group embassy view */
.border_box{
    border:1px solid #e5e5e5;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
#embasy .border_box{
    margin-bottom:5px;
}
#embasy{
    padding: 27px 30px 30px;
}
#embasy .title_box{    
}
#embasy .title_box .flags,
#embasy .title_box .title
{
    display:table-cell;
    vertical-align:middle;
}
#embasy .title_box .flags{
    padding:21px 0 28px;
    width:118px;
    text-align:center;
}
#embasy .title_box .title
{
    padding:16px 40px 15px 10px;
    font-size:0.938em;
    line-height:20px;
    color:#777777;
}
#embasy .title_box .flags span{
    width:64px;
    position:relative;
    display:inline-block;
}
#embasy .title_box .flags span img{
    display:block;
}
#embasy .title_box .flags span img.sub{
    position:absolute;
    left:30px;
    top:5px;
}
#embasy h2{
    font-size:1.063em;
    font-weight:normal;
    padding:25px 0 14px;
}

#embasy .info .table{    
    display:table;
    width:100%;
}
#embasy .info .row{
    display:table-row;
}
#embasy .info .row div.cell:first-child{
    border-right:1px solid #e5e5e5;    
}
#embasy .info .cell{
    width:50%;
    display:table-cell;
    padding:0 10px 9px 16px;
    border-bottom:1px solid #ebebeb;
}
#embasy .info .row.last .cell{
    border-bottom:none;
}
#embasy .info h4{
    font-size:0.938em;
    font-weight:normal;
    padding:14px 0 2px;
}
#embasy .info a{
    font-size:0.875em;
    color:#5cacb5;
}
#embasy .info a:hover,
.persons table td.first a:hover,
.person a:hover{
    color:#5cacb5;
    text-decoration:underline;
}
#embasy .info a:visited,
.persons table td.first a:visited,
.person a:visited{
    color:#0171b8;
}
#embasy .info span{
    font-size:0.813em;
    color:#8d8d8d;
}
#embasy .info .a_email{
    padding-bottom:6px;
}
#embasy .info span.em_email{
    display:inline-block;
}
#embasy .info span.em_email img{
    display:block;
}
.ambasy_map{
    padding-top:23px;
    text-align:center;
}
.map_link{
    padding:0 30px;
}
.map_link i{
    width:8px;
    height:15px;
    background:url('../images/sprite.png') no-repeat -63px -225px;
    display:inline-block;
    position:relative;
    top:3px;
    margin-right:3px;
}
.map_link span.last,
.map_link.active span.first{
    display:none;
}
.map_link.active span.last,
.map_link span.first{
    display:inline-block;
}
.ambasy_map .map{
    display:none;
    padding:20px 0 0 0;
    width:100%;
    overflow:hidden;
}
.persons table{
    border-spacing:0px;
    width:100%;
}
.persons td{
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #d2d2d2;
    font-size:0.813em;
    padding:12px 16px 11px 16px;
    vertical-align:top;
    color:#8d8d8d;
    line-height:19px;
}
.persons tr.last td{
    border-bottom:none;    
}
.persons td.set_width{
    width:127px;
}
.persons td.last{
    vertical-align:middle;
    text-align:right;
    padding-right:25px;
}
.persons td.no_bord{
    border-right:none;
}
.persons td.first a{
    color:#5cacb5;
}
.persons td a.href_button{
    font-size:1em;
}
.persons td a.name{
    font-size:1.154em;
    display:block;
}
.persons td span{
    display:block;
    color:#000000;
}
#embasy .contacts_body{
    margin:0px;
}

#embasy .contacts_body table table > tbody > tr > th.name,
#embasy .contacts_body table table > tbody > tr > td.name
{
    text-align:left;
    padding-left:48px;
}
.national_fest{
    margin-top:24px;
    padding:31px 40px 26px 40px;
    text-align:center;
    color:#212121;
    font-style:italic;
    font-size:1.250em;
    font-family: 'trebuchet_msregular', Arial, Helvetica, sans-serif;
}
/*@end */
/*@group embassy contacts person popup*/
.person {
    max-width:720px;
}
.person .name{
    font-family: Arial,Helvetica,sans-serif;
    font-size:1.429em;
    color:#000;
    padding:18px 0 0 0;
}
.person .name span{
    font-size:1.200em;
    font-weight:bold;
}
.person table td{
    border-bottom:1px solid #f1efef;
    padding:8px 0 15px;
    vertical-align:top;
}
.person table td.title{
    width:25%;
    padding-right:20px;
    font-size:1.071em;
    color:#000000;
}
.person table td img{
    width:auto;
}
.person .text a{
    color:#5cacb5;
}
.person table td .em_email{
    display:inline-block;
    padding-top:4px;
}
/*@end */
/*@end */
/*@group embassy listing with main map*/
/*@group filter in embassy listing page*/
.filter ul{
    display:inline-block;
    border:1px solid #e3e3e3;
    border-right:1px solid #e7e7e7;
    border-bottom:none;
    position:relative;
    top:5px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
}
.filter ul li{
    display:inline-block;    
    height:35px;
    padding:0px;
    margin:0px;
    float:left;
}
.filter ul li a.first{
    border-right:1px solid #e3e3e3;
}
.filter ul li a{
    display:inline-block;
    font-size:0.813em;
    color:#7e7e7e;
    height:35px;
    line-height:35px;
    padding:0 20px;
}
.filter ul li a:hover,
.filter ul li a.active{
    background:#fafaf5;
    color:#000000;
}
#embasy_list .filter{
    margin:22px 0 20px;
}
#embasy_list .filter form{
    padding-bottom:8px;
    background:#FAFAF5;
    border:1px solid #e3e3e3;    
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;    
}
#embasy_list .filter fieldset{
    padding:0 18px 10px 15px;
}
#embasy_list .filter fieldset.options {
    padding-top:17px;
}
#embasy_list .filter fieldset.options div{
    float:left;
    white-space:nowrap;
    font-size:0.750em;
    padding:6px 25px 0 0;
}
#embasy_list  label.custom_checkbox{
    padding: 6px 0 5px 35px;
    color:#000000;
}
#embasy_list  label.custom_checkbox i{
    background-color:#fff;
}
#embasy_list .fields_row{
    border-bottom:0px;
    padding:0px;
}
#embasy_list .fields_row div{
    display:table-cell;
    width:100%;
}
#embasy_list .fields_row input[type="submit"]
{
    position:static;
    margin-left:12px;
}
/*@end */
/*@group embassy listing*/
#embasy_list{
    padding: 0px 30px 30px;
}
#embasy_list .alphabet_list{
    padding-bottom:30px;
}
#embasy_list .alphabet_list h2{
    color:#7b7b7b;
    font-weight:normal;
    font-size:0.875em;
    padding:24px 0 15px;
}
#embasy_list .alphabet_list li
{   
    display:inline-block;
    margin-right:6px;
}
#embasy_list .alphabet_list li a
{
    display:inline-block;
    width:20px;
    height:20px;
    font-size:0.875em;
    line-height:1.429em;
    color:#8faaad;
    font-size:0.875em;
    text-align:center;
    border:1px solid #c9c9c9;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
#embasy_list .alphabet_list li.active a,
#embasy_list .alphabet_list li:hover a
{
    border:1px solid #fff;
    color:#000;
}
#embasy_list .alphabet_list li a:focus{
    outline:none;
}
#embasy_list .alphabet_list li.all{
    margin-right:0px;
}
#embasy_list .alphabet_list li.all a{    
    color:#5cacb5;
    font-size:0.750em;
    border:none;
    width:auto;
    height:auto;
}
#embasy_list .alphabet_list li.all:hover a,
#embasy_list .alphabet_list li.all.active a
{
    text-decoration:underline;
}
#embasy_list .contacts_body{
    margin:0 0 1px 0;
}
#embasy_groups .list_tab,
#embasy_list .form_tab{
    display:none;
}
#embasy_groups .list_tab.active,
#embasy_list .form_tab.active{
    display:block;
}
#embasy_groups div.country_group{
    display:none;
}
#embasy_groups div.country_group.active{
    display:block;
}
#embasy_groups .contacts_body > table > tbody > tr > th
{
    background:#E8F2F3;
    border-top:none;
    border-bottom:none;
}
#embasy_groups .contacts_body > table > tbody > tr:hover > th
{
    background:#DBECEE;
}
#embasy_groups .contacts_body > table > tbody > tr > th.flag{
    padding: 13px 12px 10px 18px;
    width:24px;
}
#embasy_groups .contacts_body > table > tbody > tr > th.title{
    padding: 13px 12px 10px 0;
    text-transform:uppercase;
    color:#000000;
    width:20%
}
#embasy_groups .contacts_body > table > tbody > tr > th.category_title{
    padding: 13px 12px 10px 0;
    text-transform:none;
    color:#7b7b7b;
}
#embasy_groups .contacts_body > table > tbody > tr > th.toogle{
    width:31px;
    padding:0px;
    vertical-align:center;
}
#embasy_groups .contacts_body > table > tbody > tr > th.toogle i{
    width:7px;
    height:7px;
    display:inline-block;
    background:url('../images/toggle_arrows.png') no-repeat left top;
}
#embasy_groups .contacts_body > table > tbody > tr.active > th.toogle i{
    background:url('../images/toggle_arrows.png') no-repeat left bottom;
}
#embasy_groups table.contact_inf{
    display:none;
    font-size:0.750em; /*12px;*/
    line-height:1.500em; /*18px;*/
    width:100%;
}
#embasy_groups table.contact_inf.active{
    display:block;
}
#embasy_groups .contact_inf td.title{
    padding:14px 0 0 30px;
}
#embasy_groups .contact_inf td{
    vertical-align:top;
    padding:14px 0;
    color:#7b7b7b;
}
#embasy_groups .contact_inf td.address{
    width:44%;
    padding-left:55px;
    padding-right:15px;
}
#embasy_groups .contact_inf td.phone,
#embasy_groups .contact_inf td.fax{
    width:28%;
    padding-left:10px;
}
#embasy_groups .contact_inf td span{
    color:#000000;
}
#embasy_groups .contact_inf td span.val{
    color:#7b7b7b;
}
#embasy_groups .contact_inf td.address span{
    display:block;
}
#embasy_groups .contact_inf td i.g_email{
    position:relative;
    top:5px;
}
#embasy_groups .contact_inf td.phone span,
#embasy_groups .contact_inf td.fax span{
    display:table-cell;
}
#embasy_groups .contact_inf td span.t_row
{
    display:table-row;
}
#embasy_groups .contact_inf td a{
    color:#5cacb5;
}
#embasy_groups .contact_inf td a:hover{
    text-decoration:underline;
}
#embasy_groups .contact_inf td a:visited{
    color:#0171b8;
}
#embasy_groups .map_block {
    height: 454px;
    width: 100%;
}
/*@end */
/*@end */
/*@group text*/
.c_date
{
	font-size: 0.750em;
	padding: 0 30px;
}
.c_date.news_date
{
	float: left;
	overflow: hidden;
}
.rss i,
.print i
{
	width: 14px;
	height: 17px;
	background: url(../images/sprite.png) no-repeat;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 6px;
}
.rss i
{
	background-position: -33px -119px;
}
.print i
{
	background-position: -33px -140px;
}
.t0 .print,
.t0 .rss
{
	float: right;
	display: block;
	font-size: 0.750em;
	margin-left: 15px;
	position: relative;
	margin-top: -1px;
}
.t0 .share
{
	float: right;
}
.text
{
	font-family: tahomaregular, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.429em;
	padding: 10px 30px 10px;
}
.text img
{
	display: inline;
}
.text a
{
	text-decoration: none;
}
.text a:hover
{
	text-decoration: underline;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6
{
	padding: 1em 0;
	font-family: "GillSans", Arial, Helvetica, sans-serif;
}
.t0
{
	font-size: 1.063em;
	line-height: 1.063em;
	color: #000101;
	padding: 21px 18px 13px;
	border-bottom: 1px solid #f1efef;
	overflow: hidden;
}
.t0 h1
{
	font-size: 1.000em;
	color: #000101;
	font-weight: normal;
	display: inline;
}
.t1
{
	padding: 20px 30px 8px;
	font-size: 1.625em;
	line-height: 1.154em;
	font-weight: bold;
}
.text h1
{
	color: black;
	font-size: 1.500em;
	line-height: 1.875em;
}
.text h2
{
	color: black;
	font-size: 1.250em;
	line-height: 1.625em; 
}
.text h3
{
	color: black;
	font-size: 1.125em;
	line-height: 1.375em; 
}
.text h6
{
	font-weight: bold;
}
.text p
{
	padding: 8px 0;
}

.text ol
{
	margin-left: 40px;
	padding: 8px 0;
}
.text ol li
{
	padding: 3px 0 3px 2px;
}
.text ul
{
	padding: 8px 0;
	margin-left: 20px;
}

.text ul li
{
	padding: 3px 0 3px 0;
	background: url(../images/bullet1.png) left 7px  no-repeat;
	
	display: list-item;
    list-style-position: inside;
	list-style-image: url(../images/bullet1.png);
	
}

.text li ul li
{
	background: url(../images/bullet2.png) 2px 9px  no-repeat;
}
.text table
{
	border: none;
	padding: 8px 0;
}
.text table img
{
	width: 100%;
}
.text table td
{
	border: none;
}

.text table caption
{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
.text table[border="1"],
.text table[border="2"]
{
	margin: 6px 0;
}
.text table[border="1"] tr:first-child td
{
	font-weight: bold;
	padding: 8px 8px;
	border-bottom: 2px solid #e5e5e5;
	color: black;
}
.text table[border="2"] tr td,
.text table[border="1"] tr td
{
	padding: 5px 5px;
	border-bottom: 1px solid #e5e5e5;
}
.text img[align="left"]
{
	padding: 20px 20px 20px 0;
}
.text img[align="right"]
{
	padding: 20px 0 20px 20px;
}
/*@end*/
/*@group embassy contacts person popup*/
.person {
    max-width:720px;
}
.person .name{
    font-family: Arial,Helvetica,sans-serif;
    font-size:1.429em;
    color:#000;
    padding:18px 0 0 0;
}
.person .name span{
    font-size:1.200em;
    font-weight:bold;
}
.person table td{
    border-bottom:1px solid #f1efef;
    padding:8px 0 15px;
    vertical-align:top;
}
.person table td.title{
    width:25%;
    padding-right:20px;
    font-size:1.071em;
    color:#000000;
}
.person table td img{
    width:auto;
}
.person .text a{
    color:#5cacb5;
}
.person table td .em_email{
    display:inline-block;
    padding-top:4px;
}
/*@end */
/*@group footer*/
#footer
{
    display: inline-block;
	margin-top: 30px;
	position: relative;
	clear: both;
	width: 100%;
	min-height: 120px;
	z-index: 10;
	
	min-height: 60px;
	background-color: #c0c0ae;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,.31), inset 0 1px 1px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.31), inset 0 1px 1px rgba(0,0,0,.12);
	box-shadow: 0 -1px 0 rgba(255,255,255,.31), inset 0 1px 1px rgba(0,0,0,.12);
}
#footer .created_link,
#footer .bottom
{
	line-height: 16px;
	font-size: 0.688em;
	padding: 10px 0;
}
#footer .bottom
{
	width: 100%;
}
#footer .created_link
{
	text-align: right;
	float: right;
	width: 25%;
	padding: 18px 0;
}
#footer .created_link a
{
	text-transform: uppercase;
}
/*@end*/