@charset "utf-8";
@font-face {
    font-family: 'Museo sans700';
    src: url('../font/museosansrounded-700.eot');
    src: url('../font/museosansrounded-700.eot?#iefix') format('embedded-opentype'),
         url('../font/museosansrounded-700.woff') format('woff'),
         url('../font/museosansrounded-700.ttf') format('truetype'),
         url('../font/museosansrounded-700.svg#museo_sans_rounded700') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Museo sans900';
    src: url('../font/museosansrounded-900.eot');
    src: url('../font/museosansrounded-900.eot?#iefix') format('embedded-opentype'),
         url('../font/museosansrounded-900.woff') format('woff'),
         url('../font/museosansrounded-900.ttf') format('truetype'),
         url('../font/museosansrounded-900.svg#museo_sans_rounded900') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	color: #6d6e71;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
/*               BASIC           */
a, li, td, div, p, span{
	color: #6d6e71;
	font-size: 13px;
	font-family: 'Georgia';
}
a img{
	border: none;
}
a{
	border: none;
}
.no-float{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	overflow: hidden;
}
/*             General            */
.main_cnt1{
	min-width: 1024px;
	/*height: 628px;*/
}
.center{
	width: 1024px;
	margin: 0 auto;
}	
.home{
	margin-top: 20px;
	float: left;
}
.top_cnt1{
	min-width: 1024px;
	width: 100%;
	height: 108px;
}
.counter_cnt1{
	height: 80px;
	width: 192px;
	float: right;
	margin-right: -10px;
	padding: 30px 10px 0 27px;
	background: url('../img/counter.png') right top no-repeat;
}
.counter_text{
	color: #fff;
	text-transform: uppercase;
	font-family:  'Museo sans700';
}
.counter, .counter span{
	color: #fff;
	font-size: 20px;
	font-family:  'Museo sans700';
}
.menu_cnt1{
	width: 430px;
	padding: 56px 10px 0 100px;
	float: left;
}
.menu_cnt2{
    float:left;
}
.top_menu{
    position: relative;
	float: left;
	height: 15px;
	padding-bottom: 6px;
	padding: 0 0 6px;
	margin: 0;
}
.top_menu .T1{
	float: left;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	color: #ed7665;
	padding: 0 10px;
	margin: 0;
	list-style: none;
	padding-bottom: 5px;
	border-bottom: 3px SOLID #ed7665;
}
.top_menu .T1.active{
	border-bottom: 3px SOLID #df2917;
}
.top_menu .T1, .top_menu .T1.active a{
	color: #df2917;
}
.top_menu .T1, .top_menu .T1 a{
	text-decoration: none;
	color: #ed7665;
	font-family: 'Museo sans900';
	font-size: 12px;
	text-transform: uppercase;
}
.top_menu .T1:hover, .top_menu .T1 a:hover{
	color: #df2917;
}
.content_cnt{
	min-height: 350px;
	width: 1024px;
}
.footer_cnt1{
	width: 100%;
	background-color: #fff;
	min-width: 1024px;
}
.footer_cnt2{
    padding-bottom: 10px;
}
.sponsors_cnt1{
	width: 100%;
	min-width: 1024px;
}
.sponsors_cnt2{
	margin: 30px 0 5px 0;
	overflow: hidden;
}
.sponsors_title{
	height: 20px;
	font-size: 12px;
	color: #6b7069;
	font-family: 'Museo sans700';
	line-height: 20px;
	padding: 5px 0;
}

.sponsors_cnt2 table {
	table-layout: fixed;
	margin: auto;
	border-spacing: 10px 0;
}
.sponsors_cnt2 table thead th {
	text-align: left;
}
.sponsors_cnt2 table td{
	height: 74px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 15px;
}
.sponsors_cnt2.main table {
	width: 100%;
	border-spacing: 30px 0;
}
.sponsors_cnt2.main.col-1 table {
	width: 25%;
	border-spacing: 20px 0;
}
.sponsors_cnt2.main.col-2 table {
	width: 50%;
}

.sponsors_cnt2.main .table-wrap {
	margin: 0 -30px;
}
.sponsors_cnt2.main table td {
	border: 1px solid #e9e8e8;
	border-right-width: 4px;
	border-bottom-width: 4px;
}
.sponsors_cnt2.simple {
	border-bottom: 2px solid #6b7069;
}
.sponsors_cnt2.simple .sponsors_title {
	border-bottom: 1px solid #dee0de;
}
.sponsors-widget {
	float: right;
	width: 280px;
	margin-top: 35px;
	padding: 5px 20px;
	background-color: #ffffff;
	border: 1px solid #dededa;
	border-right: 3px solid #d9d8d4;
	border-bottom: 3px solid #d9d8d4;
	margin-bottom: 20px;
}
.sponsors-widget .sponsor {
}
.sponsors-widget .sponsor .sponsors_title {
	text-align: center;
	font-size: 14px;
	color: #231f20;
	padding-top: 10px;
}
.sponsors-widget .sponsor .sponsors-list {
	margin: 10px 0 20px 0;
}
.sponsors-widget .sponsor .sponsors-list .sponsor-item {
	text-align: center;
	padding: 15px 5px;
}
.rights{
	font-size: 11px;
	color: #6b7069;
	padding-top: 5px;
	text-align: center;
	font-family:  'Museo sans700';
}
/*              Home               */
.home_cnt1{
	height: 450px;
	margin-top: 70px;
}     
.home_news_cnt1{
	height: 93px;
	width: 195px;
	padding: 18px;
	margin-bottom: 20px;
	background: url('../img/home_news_bg.png') top center no-repeat;
}
.home_news_cnt2{
	height: 93px;
	width: 195px;
	overflow: hidden;
}
.hn_title, .hn_title a, .archive_title {
	max-height: 40px;
	overflow: hidden;
	font-size: 17px;
	color: #231f20;
	margin-bottom: 3px;
	text-decoration: none;
	font-family:  'Museo sans700';
}
.hn_content, .hn_content a{
	font-size: 14px;
	color: #414042;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;        max-height: 45px;    overflow: hidden;
}
.hn_content p {
	margin: 0px;
}
.archive_content {
	min-height: 30px;
}
.archive_content p {
	margin: 0;
}
.audio {
	padding: 30px 20px 15px 20px;
	text-align: center;
}
.prepare{
	background-color: #ed432d;
	float: right;
	height: 29px;
	padding: 0 10px;
	margin: 70px 80px 0 0;
}
.prepare a{
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 16px;
	font-family:  'Museo sans900';
	line-height: 29px;
	text-transform: uppercase;
}
.prepare:hover{
	background-color: #df2917;
}
/*             Page                */
.title_bar h1{
	font-size: 22px;
	color: #231f20;
	font-weight: normal;
	text-align: left;
	margin: 15px 0 20px;
	font-family:  'Museo sans700';
}
.inner_page{
	width: 984px;
	min-height: 270px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.inner_page h1{
	font-size: 22px;
	color: #231f20;
	font-weight: normal;
	text-align: left;
	margin: 15px 0 20px;
	font-family:  'Museo sans700';
}
/*             News                */
.news_cnt1{
	min-height: 280px;
	/*background-color: #f5f4f1;*/
	padding: 15px 15px 15px 15px;
	margin-top: 20px;
}
.news_cnt1_w{
	float: left;
	width: 658px;
	min-height: 187px;
	margin-bottom: 15px;
}
.n_border_top{
	min-width: 90%;
	height: 2px;
	background-color: #fff;
	margin-right: 3px;
}
.n_border_bot{
	height: 2px;
	min-width: 90%;
	background-color: #cecccb;
	margin-left: 3px;
}
.news_cnt2 .news_cnt3{
	overflow: hidden;
}
.news_cnt2 {
	width: 618px;
	padding: 19px;
	min-height: 149px;
	border-right: 3px SOLID #cecccb;
	background-color: #fff;
}
.news-content:hover .n_border_top {
	background-color: #f7f9f4;
}
.news-content:hover .news_cnt2 {
	background-color: #f7f9f4;
}
.news_cnt2_wo .news_cnt3{
	width: 100%;
	overflow: hidden;
}
.n_image{
	float: left;
	width: 219px;
	height: 146px;
	margin-right: 15px;
	text-align: center;
}
.n_title, .n_title a{
	font-size: 17px;
	color: #231f20;
	padding-bottom: 10px;
	text-decoration: none;
	font-family:  'Museo sans700';
}
.n_content, .n_content a{
	font-size: 14px;
	color: #6d6e71;
	text-decoration: none;
	line-height: 15px;
}
.new_cnt1{
	background-color: #fff;
	margin-bottom: 20px;
	min-height: 250px;
	padding: 15px;
	margin-top: 20px;
}
.new_title{
	font-size: 22px;
	color: #231f20;
	font-weight: normal;
	text-align: left;
	margin: 15px 0 20px;
	font-family:  'Museo sans700';
}
.new_content{
	color: #6d6e71;
	font-size: 14px;
}
.n_content_w_img{
	width: 650px;
	float: left;
}
.go_back{
	margin-top: 20px;
	height: 35px;
	padding-left: 30px;
	background: url('../img/back.png') left center no-repeat;
	font-size: 16px;
	color: #a7aca5;
	font-family:  'Museo sans900';
	line-height: 35px;
	cursor: pointer;
	text-transform: uppercase;
}
.go_back:hover{
	color: #7f847d;
	background: url('../img/back_act.png') left center no-repeat;
}

/*            TEXTS          */
h1.texts_title{
	font-size: 30px;
	color: #ed432d;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family:  'Museo sans900';
}
.texts_topper{
	height: 40px;
	width: 987px;
	margin-right: -3px;
	background: url('../img/texts_toper.png') center center no-repeat;
	margin-bottom: 40px;
	padding: 0 20px;
}
.texts_topper table{
	width: 100%;
}
.texts_topper table span{
	position: relative;
	top: -6px;
	font-family: 'Museo sans700';
	font-size: 13px;	
}
.texts_topper table img{
	margin-left: 10px;
	position: relative;
	top: 0;
}
.first_cell{
	height: 39px;
	text-align: left;	
}
.second_cell{
	height: 39px;
	text-align: center;
}
.third_cell{
	height: 39px;
	text-align: right;
}
.word-div{
	float: left;
	padding: 0 4px;
	position: relative;
}
.word-div .text_word{
	font-family:  'Georgia';
	text-shadow: 1px 1px 1px #343434;
	filter: dropshadow(color=#343434, offx=1, offy=1);
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}
.word-div .text_word:hover{
	text-decoration: underline;
}
.word-div .input{
	position: absolute;
	z-index: 10;
	top: -60px;
	left: 50%;
	width: 199px;
	height: 65px;
	margin-left: -70px;
	display: none;
	background: url('../img/texts_popup.png') top center no-repeat;
}
.word-div.correct .input{
	display: block;
}
.correct .text_word{
	text-decoration: underline;
}
.word-div input{
	font-family: 'Museo sans700';
	font-size: 20px;
	color: #58595b;
	border: none;
	float: left;
	width: 125px;
	line-height: 20px;
	padding: 12px 10px 13px;
}
.word-ok-button{
	height: 48px;
	width: 49px;
	cursor: pointer;
	background: url('../img/arrow.png') center center no-repeat;
	float: left;
}
.word-ok-button:hover{
	background: url('../img/arrow_act.png') center center no-repeat;
}
.text_send{
	margin-top: 20px;
	float: left;
	
}
.text_send input{
	border: none;
	color: #fff;
	padding: 9px 10px 4px;
	font-size: 16px;
	cursor: pointer;
	font-family: 'Museo sans900';
	background-color: #81b54a;
	text-transform: uppercase;
}
.text_send input:hover{
	background-color: #62a22f;
}
.summary{
	color: #fff;
	float: left;
}
.fb_share{
	margin-left: 30px;
	color: #fff;
	float: left;
	background-color: #1c75bc;
	padding: 0 10px;
	margin-top: 20px;
}
.fb_share:hover{
	background-color: #0f65b3;
}
.fb_share a{
	color: #fff;
	font-family: 'Museo sans900';
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}
.word-div-result{
	font-family:  'Georgia';
	text-shadow: 1px 1px 1px #343434;
	filter: dropshadow(color=#343434, offx=1, offy=1);
	color: #fff;
	font-size: 20px;
	float: left;
	padding: 0 4px;
	height: 27px;
}
.word-div-result .wrong, .word-div-result .fixed{
	font-family:  'Georgia';
	text-shadow: 1px 1px 1px #343434;
	filter: dropshadow(color=#343434, offx=1, offy=1);
	color: #fff;
	font-size: 20px;
	display: block;
	padding-bottom: 4px;
}
.word-div-result .wrong{
	background: url('../img/wrong.png') bottom repeat-x;
}
.word-div-result .fixed{
	background: url('../img/fixed.png') bottom repeat-x;
}
.summary{
	font-family: "Goergia";
	font-size: 30px;
	color: #fff;
	padding-top: 10px;
}
.summary span{
	font-family: "Goergia";
	font-size: 42px;
	color: #fff;
	padding-top: 10px;
	position: relative;
	top: 6px;
	font-weight: bold;
}
/*
.try_next{
	background: url('../img/try_next2.png') right center no-repeat;
	padding-right: 50px;
}
*/
.try_next a{
	float: right;
    width: 212px;
    height: 51px;
    background: url('../img/try_next2.png') no-repeat scroll left top transparent;
    text-indent: -9999px;
}
div#message {
	font-size: 16px;
	padding: 10px;
	font-family: 'Museo sans900';
	text-align: center;
	text-transform: uppercase;
}
	div#message .success {
		color: #81b54a;
		font-size: 16px;
		font-family: 'Museo sans900';
	}
.fb_share {
	margin-left: 30px;
	color: #fff;
	float: left;
	background-color: #1c75bc;
	margin-top: 12px;
	font-family: 'Museo sans900';
	font-size: 16px;
}
	.fb_share a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		padding: 6px 10px;
		display: block;
		font-family: 'Museo sans900';
		font-size: 16px;
	}
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000 url(../img/ajax-loader.gif) center center no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/*           GALLERY            */
.gallery_cnt1{
	float: right;
	width: 296px;
}
.gallery_cnt2{
	width: 296px;
	padding: 0;
	margin: 0;
}
.gallery_cnt2 li{
	float: left;
	list-style: none;
	padding: 0;
	margin: 2px 2px 0 0;
	cursor: pointer;
	width: 294px;
	height: 196px;
	overflow: hidden;
	text-align: center;
}
.gallery_cnt2 li:hover{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.gallery_cnt2 li.small_img{
	width: 72px;
	height: 72px;
}
.gallery_cnt2 .img_conteiner{
	width: 200%;
	text-align: center;
	margin-left: -50%;
}
.gallery_cnt2 li.small_img img{
	min-height: 72px;
	min-width: 72px;
}
.gallery_cnt2 li.no-float{
	float: none;
	height: 0px;
	width: 0px;
	
}
/*        GALLERY POP UP               */
.fog{
	position: fixed;
    z-index: 9999;
	top: 0;
	bottom: 0;
	width: 100%;
	/*width: 1024px;
	padding: 5px;
	left: 50%;
	margin-left: -512px;*/
	background: url('../img/fog.png');
}
.galery{
	width: 1024px;
	padding: 5px;
	left: 50%;
	margin-left: -517px;
	top: 50%;
	margin-top: -269px;
	position: fixed;
	background-color: #fff;
}
.gallery_big{
	width: 1012px;
	height: 455px;
	overflow: hidden;
}
.big_left{
	height: 155px;
	width: 144px;
	float: left;
	margin: 150px 0 150px 50px;
}
.big_left_btn{
	height: 155px;
	width: 144px;
	cursor: pointer;
	background: url('../img/gallery_left.png') center center no-repeat;
}
.big_left_btn:hover{
	background: url('../img/gallery_left_act.png') center center no-repeat;
}
.big_right{
	height: 155px;
	width: 144px;
	float: right;
	margin: 150px 50px 150px 0;
}
.big_right_btn{
	height: 155px;
	width: 144px;
	cursor: pointer;
	background: url('../img/gallery_right.png') center center no-repeat;
}
.big_right_btn:hover{
	background: url('../img/gallery_right_act.png') center center no-repeat;
}
.big_img_cnt1{
	width: 624px;
	height: 455px;
	position: relative;
	overflow: hidden;
	float: left;
}
.big_img_cnt2{
	position: absolute;
	top: 0;
	height: 455px;
}
.big_img_cnt2 table{
	width: 100%;
}
.big_img_cnt3{
	width: 624px;
	height: 455px;	
	text-align: center;
}
.gallery_thumb{
	width: 1012px;
	height: 72px;
	overflow: hidden;
}
.gallery_small{
	width: 1012px;
	height: 72px;
	overflow: hidden;
}
.small_left{
	height: 72px;
	width: 136px;
	float: left;
	cursor: pointer;
	background: url('../img/gallery_thumb_left.png') center center no-repeat;
}
.small_left:hover{
	background: url('../img/gallery_thumb_left_act.png') center center no-repeat;
}
.small_right{
	height: 72px;
	width: 136px;
	float: right;
	cursor: pointer;
	background: url('../img/gallery_thumb_right.png') center center no-repeat;
}
.small_right:hover{
	background: url('../img/gallery_thumb_right_act.png') center center no-repeat;
}
.small_img_cnt1{
	width: 740px;
	height: 72px;
	float: left;
	position: relative;
	overflow: hidden;
}
.small_img_cnt2{
	position: absolute;
	top: 0;
}
.small_img_cnt3{
	float: left;
	width: 108px;
	height: 72px;	
	text-align: center;
	cursor: pointer;
}
.small_img_cnt3.act{
	opacity: 0.5;
}
.close{
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url('../img/close.png') center center no-repeat;
}
/*                    TEST                        */
.test_cnt1{
	width: 994px;
	min-height: 270px;
	background: url('../img/test_bg.png') center repeat-y;
	margin: 20px 0;
	padding: 15px;
}
.write_test_cnt1{
	width: 280px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -180px;
	position: fixed;
	background-color: #fff;
	padding: 50px 40px 10px;
}
.write_test_title{
	color: #81b54a;
	font-size: 22px;
	font-family: 'Museo sans700';
}
.write_test_counter span{
	color: #81b54a;
	font-size: 33px;
	font-family: 'Museo sans700';
}
#TestsText{
	border: 0;
	background: none;
	width: 100%;
	min-height: 400px;
	color: #58595b;
	font-size: 18px;
	font-family: "Georgia";
	resize:vertical;
}
#TestsName, #TestsEmail{
	color: #bcbec0;
	font-size: 16px;
	font-family: 'Museo sans900';
	border: 1px SOLID #bcbec0;
	padding: 9px 11px;
	width: 315px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#TestsName:focus, #TestsEmail:focus{
	color: #7f847d;
}
.test_submit{
	background-color: #81B54A;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Museo sans900';
    font-size: 16px;
    padding: 9px 10px 4px;
    text-transform: uppercase;
}
.test_submit:hover{
	background-color: #62A22F;

}
#TestsName.done, #TestsEmail.done{
	display: none;
}
.test_ty{
	color: #81b54a;
	font-family: 'Museo sans900';
    font-size: 16px;
	margin-bottom: 10px;
}
.test_when_result{
	color: #414042;
	font-size: 14px;
	font-family: "Georgia";
	margin-bottom: 10px;
}
.go_home{
	float: left;
	 margin-top: 10px;
}
.go_home a{
	background-color: #81B54A;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Museo sans900';
    font-size: 16px;
    padding: 9px 10px 4px;
    text-transform: uppercase;
	text-decoration: none;
}
.default_value{
	display: none;
}
.err input, .err textarea{
	border: 1px SOLID #f79177 !important;
}
.err .text, .err .email{
	float: left;
}
.error_msg{
	line-height: 58px;
	padding-left: 10px;
	color: #f79177;
	float: left;
	font-family: 'Museo sans900';
    font-size: 16px;
}
.test_result_cnt1{
	background-color: #fff;
	min-height: 300px;
	width: 994px;
	margin-top: 20px;
	padding: 15px 15px 25px;
	margin-bottom: 30px;
}
.test_result_title{
	color: #6b7069;
	font-size: 30px;
	font-family: 'Museo sans900';
	margin-bottom: 20px;
	text-align: center;
	
}
.test_result_short_text{
	color: #58595b;
	font-size: 14px;
	font-family: 'Georgia';
	margin-bottom: 20px;
	text-align: center;
}
.test_result_cnt2{
	display: table;
    height: 30px;
    margin: 0 auto;
}
.test_result_cnt2 a{
	min-height: 20px;
	background-color: #81b54a;
	color: #fff;
	padding: 0 15px;
	line-height: 30px;
	font-size: 16px;
	font-family: 'Museo sans900';
	display: block;
	text-decoration:none;
}
.average{
	background: url('../img/kringelis.png') center 30px no-repeat;
	padding-top: 40px;
	font-size: 158px;
	color: #f75137;
	text-align: center;
	font-family: "Georgia";
	font-weight: bold;
	padding-bottom: 15px;
}
.average_text{
	font-size: 15px;
	color: #f75137;
	text-align: center;
	font-family: "Georgia";
}











.center {
    position: relative;
    z-index: 100;
}

.slideshow {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 628px
}
.slideshow ul {
    float: left;
    width: 100%;
    height: 628px;
    margin: 0px;
    padding: 0px;
    list-style: none
}

.slideshow ul li .item {
    float: left;
    width: 100%;
    height: 628px;
}

/*
.slideshow ul li .item.slide1 {
    background: url(/img/slide6.jpg) no-repeat scroll center top transparent
}
.slideshow ul li .item.slide2 {
    background: url(/img/slide7.jpg) no-repeat scroll center top transparent
}

.slideshow ul li .item.slide3 {
    background: url(/img/slide8.jpg) no-repeat scroll center top transparent
}
*/
.slideshow ul li .item.slide1 {
    background: url(/img/ND_web_wallpaper_3.jpg) no-repeat scroll center top transparent
}
/*.slideshow ul li .item.slide2 {*/
    /*background: url(/img/ND_web_wallpaper_4.jpg) no-repeat scroll center top transparent*/
/*}*/
.slideshow ul li .item.slide2 {
    background: url(/img/ND_web_wallpaper_5.jpg) no-repeat scroll center top transparent
}

/*.slideshow ul li .item.slide1 {*/
	/*background: url('/img/skaidre-01.jpg') no-repeat scroll center top transparent;*/
	/*background-size: cover;*/
/*}*/
/*.slideshow ul li .item.slide2 {*/
	/*background: url('/img/skaidre-02.jpg') no-repeat scroll center top transparent;*/
	/*background-size: cover;*/
/*}*/


.slideshow ul li .item.slide4 {
    background: url(/img/slide9.jpg) no-repeat scroll center top transparent
}
.slideshow ul li .item.slide5 {
    background: url(/img/slide10.jpg) no-repeat scroll center top transparent
}
.home{margin-top:15px}
h1.texts_title{text-align:left;margin-left:350px}
.prepare{margin:30px 320px 0 0}
.counter_cnt1{float:right;width:200px;height:47px;padding:20px 11px 20px 20px;margin:15px 0 0;background:url(../img/bg-counter.png) no-repeat scroll left top transparent}
.counter_cnt1.main{float:left;margin:0}
.counter_text{font-size:14px}
.counter{margin-top:5px}
.counter span{font-size:23px;letter-spacing:-1px}
.word-div{padding:1px 4px}
.word-div .text_word{color:#17033d;text-shadow:none;filter:none;filter:font-weight:bold}
.top_cnt1.other{height:145px}

.word-div-result{color:#17033d;text-shadow:none;filter:none;font-weight:bold}
.word-div-result .wrong{color:#17033d;text-shadow:none;filter:none;font-weight:bold}
.word-div-result .fixed{color:#17033d;text-shadow:none;filter:none;font-weight:bold}
.results-words .summary{font-weight:bold;color:#17033d}
.results-words .summary span{color:#17033d}

.fb_share{margin-top:20px}

.top_menu .T1{position:relative}
.top_menu .T1:hover .wrap-submenu{display:block}

.wrap-submenu{
    display:none;
    position:absolute;
    left:-20px;
    top:20px;
    margin:0;
    padding:0;
    list-style:none;
}

.wrap-submenu .arrow{
    position:absolute;
    left:0;
    top:0;
    width:160px;
    height:15px;
    background:url(../img/submenu-arrow.png) no-repeat scroll center top transparent
}

.wrap-submenu ul{float:left;margin:15px 0 0;padding:5px 0;list-style:none;background:#fff}
.wrap-submenu ul li{float:left;width:100%}
.wrap-submenu ul li a{float:left;white-space:nowrap;padding:0 10px;color:#58595b !important;text-transform:uppercase;line-height:20px}
.wrap-submenu ul li a:hover{background:#f6f9f6}

.wrap-submenu ul{
-webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow:    5px 5px 0px 0px rgba(0, 0, 0, 0.10);
box-shadow:         5px 5px 0px 0px rgba(0, 0, 0, 0.10);
}


.content_cnt.texts-results{position:relative;min-height:520px}
.content_cnt.texts-results .try_next{float:right;margin-right:0;margin-top:15px}

.news-wrap {
	min-height: 280px;
	padding: 15px 15px 15px 15px;
	margin-top: 20px;
	float: left;
	clear: left;
}
.news-content {
	margin-bottom: 15px;
	width: 658px;
}
.radio {
	display: block;
	float: right;
	margin-top: 50px;
	background-color: #ed7665;
	color: #ffffff;
	text-decoration: none;
	padding: 13px 20px;
	font-family: 'Museo sans900';
	font-size: 14px;
	text-transform: uppercase;
}