* {
	padding:0;
	margin:0;
}

html, body {
	width: 100%;
	height: auto;
	min-height: 100%;
	font: 500 13px Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

a,
input[type="text"]:focus
{
	outline: none;
}

li {
	list-style-image: url("https://static.arrivo.ru/img/all/li.png");
}

/* задает ширину для блока с контентом */
.cwrap {
	margin: 0 auto;
	width: 964px;
	height: auto;
	min-height: 100%;
	position: relative;
}





/*************************************************************************************************************************/

.header {
	height: 100px;
	/*background: url("https://static.arrivo.ru/img/all/orange.png") repeat-x scroll 0 0 transparent;*/
	background-color: #fc9035;
}

/* logo */
.header .left {
	margin: 28px 0 0 1px;
	width: 210px;
	height: 100%;
	float: left;
}

/* search */
.header .right {
	margin: 48px 0 0 0;
	width: 291px;
	height: 100%;
	float: right;
}

.searchInput {
	padding: 3px 2px 3px 4px;
	width: 209px;
	height: 16px;
	border: 1px solid #686868;
	background-color: white;
	color: #444;
	/*font: 500 13px Arial;*/
	line-height: 20px;
}

.searchButton {
	padding: 5px 0 0 21px;
	width: 39px;
	height: 19px;
	background: url("https://static.arrivo.ru/img/all/search-button-bg.png") repeat scroll 0 0 #262221;
	color: white;
	cursor: pointer;
	float: right;
}

.header .searchButton:hover{	
	background: #4a3e39;
}

/*Поиск*/
.header {
	position: relative;
	z-index: 2;
}
.header .right {
	width: 300px;
	position: relative;
}

.searchInput {
	width: 218px;
	color: #878787;
}

.searchInput:focus {
	color: #444;
}

#suggestions {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 287px;
	font-size: 13px;
	padding: 9px 5px 0 5px;
	border: 1px solid #686868;
	background: #f8f8f8;
}

#suggestions .title {
	font: bold 13px arial, helvetica, sans-serif;
	color: #878787;
	margin-bottom: 7px;
}

#suggestions ul {
	list-style: none;
	margin-bottom: 14px;
}

#suggestions ul:last-child {
	margin-bottom: 9px;
}

#suggestions ul li {
	position: relative;
	list-style-image: none;
	background: none;
}


#suggestions ul li a {
	position: relative;
	display: block;
	padding: 2px 5px 5px 5px;
	margin: 0 -5px;
	color: #045fba;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

#suggestions ul li a:hover {
	text-decoration: underline;
	background: #eae8e8;
}

#suggestions ul li a:focus {
	text-decoration: underline;
	background: #eae8e8;
}

#suggestions ul li a span {
	color: #878787;
}

#suggestions ul li a em {
	font-style: normal;
	color: #ff0101;
}


.headerprint{
	display: none;
}


/**************************************************************************************************/


.mapurlprint{
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
}


/********************************************************************************************************************/

.menu {
	/*border-bottom: 1px solid #1e1e1e;*/
	background-color: #4f433e;
}

/* заливка для меню */
.menu .cwrap  {
	height: 33px;
	/*background: url("https://static.arrivo.ru/img/all/bghmenu.png") repeat scroll 0 0 transparent;*/
	background-color: #39312f;
	text-transform: none;
}

/* меню1 */
.menu ul, .menu ul li{
	display: inline;
}
.menu .menu1 {
	padding: 9px 17px 8px;
	float: left;
	position:relative;
	color: #ccc;
	cursor: pointer;
	font: 700 13px Arial;
	/*text-transform: uppercase;*/
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* для нажатия */
.menu .click {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:12;
	display: none;
}

/* меню 1 стрелка */
.menu .arr1 {
	width: 19px;
	height: 15px;
	float: right;
	background: url("https://static.arrivo.ru/img/all/arr1.png") no-repeat scroll right -29px transparent;
	z-index: 12;
}

/* меню 1 цвет при наведении */
.menu .menu1.hover{
    color: #fff;
}
.menu .menu1.active{
	color: #444;
}

/* меню 1 стрелка при наведении */
.menu .menu1.hover .arr1{
	background-position: right 1px;
}
.menu .menu1.active .arr1{
	background-position: right -59px;
}

/* меню 1 фон при нажатии */
.menu .menu1.active {
    /*background: url("https://static.arrivo.ru/img/all/bghmenu1.png") repeat scroll 0 0 transparent;*/
    background-color: #f8f8f8;
}

/* меню2 */
.menu .menu1 ul {
	border: 1px solid #dfdfdf;
	border-top: 0px;
	border-left: 0px;
	width: 231px;
	position:absolute;
	display: none;
	top:33px;
	left: 0px;
	background-color: #f8f8f8;
	text-transform: none;
	z-index: 15;
}

.menu .menu1 ul.text {
	width: 180px;
}

.menu .menu1.activemenu {
    /*background: url("https://static.arrivo.ru/img/all/bghmenu1.png") repeat scroll 0 0 transparent;*/
    background-color: #f8f8f8;
	color: #444;
	z-index: 2;
}
.menu .menu1.activemenu .arr1 {
    background-position: right -59px;
    z-index: 2;
}

.menu .menu2 a{
	padding: 8px 14px 8px 17px;
	width: 150px;
	display: block;
	float: left;
	color: #444;
	text-decoration: none;
	/*border-bottom: 1px solid #dfdfdf;*/
	font: 500 13px Arial;
}

/* меню2 стрелка */
.menu .menu2 .arr2 {
	width: 50px;
	height: 30px;
	float: right;
	background: url("https://static.arrivo.ru/img/all/arr5.png") no-repeat scroll -7px 0px transparent;
	/*border: 1px solid #dfdfdf;*/
	border-right: 0;
	border-top: 0;
	z-index: 12;
}

/* меню2 наведение */
.menu .menu2 a:hover {
	/*color: #ec6400;*/
}
.menu .menu2.active a {
	/*color: #da4901;*/
	text-decoration: underline;
}
.menu .menu2.active menu3 a {
	/*color: #da4901;*/
	text-decoration: menu;
}
.menu .menu2.active .arr2 {
	background-position: -7px -27px;
}

/* меню 3 */
.menu .menu3 {
	width: 300px;
	border: 1px solid #dfdfdf;
	border-top: 0px;
	border-left: 0px;
	position: absolute;
	display: none;
	left: 231px;
	background-color: #f8f8f8;
	z-index: -1;
}

.menu .menu3-wide {
	width: 450px;
}

.menu .menu3 .left,
.menu .menu3 .right {
	float: left;
	width: 150px;
}

.menu .menu3 a{
	padding: 7px 15px 14px;
	width: 150px;
	height: 11px;
	border: 0;
	display: block;
}
.menu .menu2.active .menu3 a {
	color: #444;
	text-decoration: none;
}
.menu .menu2.active .menu3 a:hover{
	/*color: #da4901;*/
	text-decoration: underline;
}


/* места */
.menu .a {
	cursor: default;
	margin: 0;
	padding: 8px 0 9px;
	background: none;
}

.menu .menu1.active.a{
	/*background: url("https://static.arrivo.ru/img/all/bghmenu.png") repeat scroll 0 0 transparent;*/
	background-color: #39312F;
}

.menu .a a{
	padding: 8px 20px;
	color: #ccc;
	text-decoration: none;
}
.menu .a.activemenu a{
	color: #444;
}
.menu .a a:hover{
	color: #f8f8f8;
}
.menu .a.activemenu a:hover{
	color: #444;
}

/* рейтинги и тексты*/
.menu .s a{
	width: 201px;
}



/**************************************************** кнопки вход и регистрация ******************************************************/
.menu .button{
	margin: 9px 9px 0;
	float: right;
	color: #ccc;
	font: 500 13px Arial;
}

.menu .button div{
	float: left;
}

.menu .button .l{
	color: #5c5150;
}

.menu .button .eighteen{
	padding: 2px 3px 2px 7px;
	border: 1px solid #5c5250;
	position: relative;
	top: -3px;
	left: 4px;
	font: 700 13px Arial;
}

.menu .button .eighteen a{
	color: #ccc;
	text-decoration: none;
}

.menu .button .eighteen a:hover{
	color: #fff;
}

.menu .button .auth,
.menu .button .reg,
.menu .button .exit{
	margin: 0 5px;
	padding: 0 1px;
	/*border-bottom: 1px dotted;*/
	cursor: pointer;
}

.menu .button a.exit{
	color: #ccc;
	text-decoration: none;
}

.menu .button .name{
	margin: 0 5px;
	padding: 0 1px;
}

.menu .button .name a{
	color: #ccc;
	text-decoration: none;
}

.menu .button .name a:hover{
	border-bottom: 1px solid;
	text-decoration: none;
	border: 0;
	color: #eee;
}

.menu .button .auth:hover,
.menu .button .reg:hover,
.menu .button .exit:hover,
.menu .button .name1:hover{
	color: #eee;
	/*border-bottom: 1px dotted;*/
}

.menu .button .active {
	color: #eee;
	border-bottom: 0px;
	cursor: default;
}

.menu .block_reg,
.menu .block_auth,
.menu .block_lost{
	padding: 23px 22px 15px;
	width: 270px;
	border: 1px solid #999;
	border-radius: 2px;
	top: 34px;
	right: 0;
	position: absolute;
	background-color: #fff;
	z-index: 11;
	display: none;
}

.menu .block_reg .row,
.menu .block_auth .row,
.menu .block_lost .row
{
	padding: 9px 0 12px;
	font: 500 14px Arial;
	color: #333;
}

.menu .block_reg .red,
.menu .block_auth .red,
.menu .block_lost .red
{
	margin-left: 69px;
	font: 500 11px Arial;
	color: #f00;
	display: none;
}

.menu .block_auth .lostpass{
	padding: 0;
	font: 500 11px Arial;
	color: #045fba;
	text-align: right;
}

.menu .block_auth .lostpass span{
	cursor: pointer;
}

.menu .block_auth .lostpass span:hover{
	color: #77aacc;
}

.menu .block_reg .row input,
.menu .block_auth .row input,
.menu .block_lost .row input{
	float: right;
	width: 200px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	position: relative;
	top: -2px;
	color: #333;
}

.menu .block_lost .row input{
	width: 267px;
}

.menu .block_reg .row1,
.menu .block_auth .row1,
.menu .block_lost .row1{
	padding: 12px 5px 0;
}

.menu .block_reg .row1 input,
.menu .block_auth .row1 input,
.menu .block_lost .row1 input{
	position: relative;
	top: 3px;
	border: 1px solid #ccc;
}

.menu .block_reg .row1 a,
.menu .block_auth .row1 a,
.menu .block_lost .row1 a{
	font: 500 11px Arial;
	color: #045fba;
	text-decoration: none;
}

.menu .block_reg .row1 a:hover{
	color: #77aacc;
}

.menu .send{
	margin: 12px 0 0;
	padding: 5px 12px 2px 12px;
	height: 19px;
	border: 1px solid #dcdcdc;
	color: #555;
	cursor: pointer;
	font: 700 13px Arial;
	float: right;
	background: url("https://static.arrivo.ru/img/all/but.png") repeat scroll 0 0 transparent;
	//background-color: #f0f0f0;
}

.menu .send:hover{
	border: 1px solid #cecece;
	background-position: 0 -26px;
}

.menu .send:active{
	border: 1px solid #c4c4c4;
	background-position: 0 -52px;
}

.menu .block_reg_send,
.menu .block_auth_send{
	color: #555;
	font: 500 12px Arial;
}


.menu .close{
	padding: 3px;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	opacity: 0.5;
}

.menu .close:hover{
	opacity: 1;
}





/*************************************************************************************************/

.footerboth {
	clear:both;
	//padding: 0 0 95px;
}

/*************************************************************************************************/

.footer {
	//margin: -95px 0 0 0;
	width: 100%;
	height: 95px;
	background-color: #39312f/*4f433e*/;
	position: relative;
	z-index: 3;
}

.footer .cwrap{
	/*background: url("https://static.arrivo.ru/img/all/bg.png") repeat scroll 0 0 transparent;*/
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer a.rambler{
	padding: 0 10px 0 0;
	color: #aaa;
}

.footer .top{
	height: 51px;
}

.footer .top .left{
	margin: 19px 0 0 0;
	width: 210px;
	float: left;
}

.footer .top .copy{
	margin: 35px 0 0 0;
	width: 250px;
	height: 20px;
	color: white;
	font:500 11px Arial;
	float: right;
	text-align: right;
}

.footer .bot {
	border-top: 1px solid #5c5250;
	height: 43px;
}

.footer .bot .fmenu {
	margin: 11px 0 0 0;
	width: 688px;
	float: left;
}

.footer .bot .fmenu a {
	margin: 0 30px 0 0;
	display: block;
	float: left;
}

.footer .bot .fmenu a.last {
	margin: 0;
}


.footer .bot .count {
	margin: 3px 0 0 0;
	width: 270px;
	float: right;
	opacity: 0.3;
}








/**************************************************************************************************************/
.upline {
	position:fixed;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #eee;
	width: 100px;
	height: 100%;
	z-index: -1;
	cursor: pointer;
}

.upline:hover {
	background-color: #ccc;
}

.upline1 {
	position: relative;
	top: 10px;
	left: 22px;
	font: 700 12px Arial;
	color: #223;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.upline1 img {
	position: relative;
	top: 2px;
}

.upline:hover .upline1 {
	opacity: 1;
	filter: alpha(opacity=100);
}
















.slideshow {
	border-top: 1px solid #1e1e1e;
	height: 347px;
	/*background: url("https://static.arrivo.ru/img/main/slideshow.png") repeat scroll 0 0 transparent;*/
	background-color: #25201F;
}

/****************************************************************************************************************/

.slideshow .slideshow-left {
	margin: 14px 0 0;
	width: 643px;
	height: 319px;
	float: left;
	position: relative;
	overflow: hidden;
}

.slideshow .slideshow-left .items{
	width: 20000em;
	height: 319px;
	position: absolute;
	left: 0;
}

.slideshow .slideshow-left .items .unit{
	width: 643px;
	height: 319px;
	float: left;
	position: relative;
}

.slideshow .slideshow-left .items .slideshow-mask{
	width: 643px;
	height: 49px;
	position: absolute;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow .slideshow-left .items .slideshow-flag{
	position: absolute;
	left: 8px;
	bottom: 12px;
}

.slideshow .slideshow-left .items .slideshow-flag img{
	border: 1px solid #cccccc;
}

.slideshow .slideshow-left .items .slideshow-name{
	position: absolute;
	left: 58px;
	bottom: 14px;
}

.slideshow .slideshow-left .items .slideshow-name a{
	font: 500 17.7px Arial;
	color: #fff;
	text-decoration: none;
}

.slideshow .slideshow-left .items .slideshow-name a:hover{
	text-decoration: underline;
}

.slideshow .slideshow-left .slideshow-arrow-left,
.slideshow .slideshow-left .slideshow-arrow-right{
	cursor: pointer;
	position: absolute;
	bottom: 9px;
	right: 8px;
    width: 31px;
	height: 31px;
	background: url("https://static.arrivo.ru/img/all/icons-sd4c45a44ce.png") no-repeat scroll 0 0 transparent;
}
.slideshow .slideshow-left .slideshow-arrow-left {
	right: 46px;
}
.slideshow .slideshow-left .slideshow-arrow-left {
    background-position: 0 -276px;
}
.slideshow .slideshow-left .slideshow-arrow-right {
    background-position: 0 -307px;
}
.slideshow .slideshow-left .disabled{
	display: none;
}

/***********************************************************************************************************************/

.slideshow .right {
	margin: 9px 0 0;
	width: 300px;
	height: 100%;
	float: right;
}

.slideshow .right .name,
.slideshow .right .name1 {
	padding: 0 4px 4px;
	border-bottom: 1px solid #5c5250;
	font: 500 18px Arial;
	color: #d9d9d9;
}

.slideshow .right .name1 {
	padding-top: 30px;
}

.slideshow .right .cols1,
.slideshow .right .cols2{
	padding:  7px 0 0 7px;
	width: 135px;
	float: left;
}

.slideshow .right .cols2{
	width: 150px;
}

.slideshow .right .cols1 div,
.slideshow .right .cols2 div{
	padding: 6px 0 7px;
}

.slideshow .right .cols1 div a,
.slideshow .right .cols2 div a{
	color: #ccc;
	font: 500 14px Arial;
	text-decoration: none;
}

.slideshow .right .cols1 div a:hover span,
.slideshow .right .cols2 div a:hover span{
	/*border-bottom: 1px dotted;*/
	text-decoration: underline;
}
















/***************************************************левый контент на главной***************************************************/

.content .left585 {
	padding: 0 10px 0 0;
	border-right: 1px solid #eae8e8; /* полоса с правой колонкой */
	width: 643px;
	min-height: 700px;
	float: left;
	color: #333;
}

.content .left585 .block {
	padding: 20px 0 15px;
}

.content .left585 h1 {
	color: #da4901;
	font: 500 24px Arial,Helvetica,sans-serif;
}

.content .left585 h2{
	color: #2a2a2a;
	font: 500 18px Arial,Helvetica,sans-serif;
}

.content .left585 h3{
	color: #444;
	font: 700 13px Arial,Helvetica,sans-serif;
}

.content .left585 p {
	padding: 10px 0 0;
	line-height: 15px;
}

.content .left585 .article-main-teaser p {
	padding: 0;
	line-height: 18px;
}

.content .left585 .news {
	line-height: 20px;
}

.content .left585 .news span{
	padding-right: 7px;
	font: 500 12px Arial;
	color: #777;
}

.content .left585 .top {
	line-height: 28px;
}

.content .left585 .hr {
	width: 643px;
	height: 1px;
	clear: both;
	background: url("https://static.arrivo.ru/img/main/hrv5.png") repeat scroll 0 0 transparent;
}

.content .left585 .block img {
	margin: 0 15px 0 0;
	//padding: 1px;
	//border: 1px solid #ccc;
	//box-shadow: 2px 2px 3px #aaa;
	float: left;
}

.content .left585 a {
	color: #045fba; /*#344d76*/
	text-decoration: none;
}

.content .left585 a:hover,
.content .left585 a.hover {
	text-decoration: underline;
}








.content .left585 .block .article-main,
.content .left585 .block .trip-main{
	margin: 10px 0 16px;
	width: 315px;
	float: left;
}

.content .left585 .block .article-main:nth-child(odd),
.content .left585 .block .trip-main:nth-child(odd){
	margin-left: 13px;
}

.content .left585 .block .article-main img,
.content .left585 .block .trip-main img,
.content .left585 .block .unesco-main img{
	margin: 0;
	float: none;
}

.content .left585 .block .article-main .article-main-time{
	margin: 5px 0 0;
	color: #878787;
}

.content .left585 .block .article-main .article-main-name,
.content .left585 .block .trip-main .trip-main-name{
	margin: 0;
	font: 500 18px Arial;
	line-height: 24px;
}

.content .left585 .block .article-main .article-main-teaser,
.content .left585 .block .trip-main .trip-main-teaser{
	margin: 5px 0 0;
	line-height: 18px;
}

.content .left585 .block .trip-main .trip-main-name{
	margin-top: 11px;
}

.content .left585 .block .trip-main .trip-main-teaser{
	margin: 0;
}

.content .left585 .block .unesco-main{
	margin: 10px 0 22px;
	width: 643px;
	height: 410px;
	position: relative;
	overflow: hidden;
}

.content .left585 .block .unesco-main .items{
	width: 20000em;
	height: 410px;
	position: absolute;
	left: 0;
}

.content .left585 .block .unesco-main .unit{
	width: 643px;
	height: 410px;
	float: left;
	position: relative;
}

.content .left585 .block .unesco-main .unesco-main-mask{
	width: 643px;
	height: 49px;
	position: absolute;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.content .left585 .block .unesco-main .unesco-main-name{
	position: absolute;
	left: 12px;
	bottom: 13px;
}

.content .left585 .block .unesco-main .unesco-main-name a{
	font: 500 14px Arial;
	color: #fff;
}

.content .left585 .block .unesco-main .unesco-main-arrow-left,
.content .left585 .block .unesco-main .unesco-main-arrow-right{
	cursor: pointer;
	position: absolute;
	bottom: 9px;
	right: 8px;
    width: 31px;
	height: 31px;
	background: url("https://static.arrivo.ru/img/all/icons-sd4c45a44ce.png") no-repeat scroll 0 0 transparent;
}
.content .left585 .block .unesco-main .unesco-main-arrow-left {
	right: 46px;
}
.content .left585 .block .unesco-main .unesco-main-arrow-left {
    background-position: 0 -276px;
}
.content .left585 .block .unesco-main .unesco-main-arrow-right {
    background-position: 0 -307px;
}
.content .left585 .block .unesco-main .disabled {
	display: none;
}

.content .left585 .block .icons-pdf {
	background: url("https://static.arrivo.ru/img/all/icons-sd4c45a44ce.png") no-repeat scroll 0 -71px transparent;
	display: inline-block;
	height: 31px;
	margin-right: 11px;
	vertical-align: text-bottom;
	width: 33px;
}

.content .left585 .block .pdf-main-left {
	float: left;
	margin: 8px 0 0;
	width: 118px;
	height: 180px;
}

.content .left585 .block .pdf-main-left .pudevoditel{
	position: absolute;
	width: 118px;
	height: 159px;
	overflow: hidden;
}

.content .left585 .block .pdf-main-left img {
	margin: 0;
	float: none;
}

.content .left585 .block .pdf-main-left .reload {
	margin: 159px 0 0 38px;
	cursor: pointer;
}
.content .left585 .block .pdf-main-left .reload .font{
	border-bottom: 1px dotted #999999;
	color: #999999;
	font-style: italic;
}
.content .left585 .block .pdf-main-left .reload .img{
	margin: 0 0 0 4px;
	background: url("https://static.arrivo.ru/img/all/icons-sd4c45a44ce.png") no-repeat scroll 0 -257px transparent;
	display: inline-block;
	height: 12px;
	vertical-align: text-bottom;
	width: 12px;
}

.content .left585 .block .pdf-main-right {
	margin: 4px 0 0 0;
	width: 514px;
	float: right;
}

.content .left585 .block .pdf-main-right div {
	padding: 0 0 8px 11px;
	line-height: 18px;
	background: url("https://static.arrivo.ru/img/all/lio.png") no-repeat scroll 0 5px transparent;
}



.content .left585 .block .orange{
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	width: 200px;
	background: url("https://static.arrivo.ru/img/all/lio.png") no-repeat scroll 0 4px transparent;
}

.content .left585 .block .point1{
	padding-right: 7px;
	position: relative;
	top: 3px;
}








.content .left585 .article-row:not(:last){
	//border-bottom: 1px solid #eae8e8;
}

.content .left585 .article-row{
	margin: 0 0 15px;
	padding: 14px 0 17px;
	border-bottom: 1px solid #eae8e8;
}

.content .left585 .article-row a h2{
	color: #045FBA;
    display: inline;
    line-height: 24px;
}

.content .left585 .article-row .article-time{
	color: #878787;
    margin:  0 0 8px;
}

.content .left585 .article-row .article-teaser{
	margin:  11px 0 12px;
	line-height: 19px;
}

.content .left585 .article-row .orange{
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	width: 200px;
	background: url("https://static.arrivo.ru/img/all/lio.png") no-repeat scroll 0 4px transparent;
}




.content .left585 .music {
	margin: 10px 0 18px;
	float: left;
	width: 637px;
	height: 22px;
	border: 3px solid #ecebeb;
	/*border-radius: 3px 3px 3px 3px;*/
	background-color: #ecebeb;
}

.content .left585 #musicbox {
	position: absolute;
	width: 240px;
	float: left;
}

.content .left585 #musictitle {
	position: relative;
	top: 3px;
	left: 270px;
	width: 250px;
	float: left;
	color: #444;
}

.content .left585 #musicmenu {
	position: relative;
	top: 3px;
	left: 290px;
	width: 129px;
	float: left;
}

.content .left585 #musicmenu a{
	color: #444;
}

.content .left585 #musicmenu1 {
	position: absolute;
	display: none;
	top: 15px;
	left: -3px;
	padding: 10px 0 0;
	min-width: 119px;
	border: 8px solid #111;
	border-radius: 0 3px 3px 3px;
	background-color: #111;
	color: #eeeeee;
	opacity: 0.9;
}

.content .left585 #musicmenu1 a{
	display: block;
	color: #eeeeee;
}

.content .left585 .blockleft {
	float: left;
	margin: 0 20px 0 0;
	width: 250px;
}

.content .left585 .blockleft .week { /* фото недели */
	position: absolute;
}

.content .left585 .blockleft .week img {
	margin: 0;
}

.content .left585 .blockleft .week a:hover .text {
	text-decoration: underline;
}

.content .left585 .blockleft .bg { /* подпись к фото недели */
	position: absolute;
	display: none;
	top: 316px;
	width: 244px;
	height: 50px;
	background-color: #000;
	opacity: 0.7;
}

.content .left585 .blockleft .text { /* подпись к фото недели */
	position: absolute;
	display: none;
	top: 334px;
	left: 15px;
	color: #fff;
}

.content .left585 .blockleft a{
	text-decoration: none;
}

.content .left585 .blockleft h1,
.content .left585 .blockright h1 {
	padding: 0 0 15px;
	text-align: center;
}

.content .left585 .blockright h2{
	padding: 0 0 10px;
}

.content .left585 .blockright {
	float: left;
	padding: 0 0 20px 0;
	width: 315px;
}

.content .left585 .blockright img {
	margin: 0 0 12px;
}

.content .newrow {
	clear: both;
	padding: 15px 0 0;
}

.content .newrowleft {
	padding: 0 20px 0 0;
	width: 170px;
	float: left;
}

.content .left585 .block .newrowleft img{
	//box-shadow: 0 0 0;
}

.content .left585 .newrowright .point {
	font: 500 11px Arial;
}

.content .left585 .p18 h1 {
	padding: 5px 0 5px 19px;
	width: 250px;
	font: 500 14px Arial;
	color: #333;
	background: url("https://static.arrivo.ru/img/all/arr3.png") no-repeat scroll 0px -25px transparent;
}
.content .left585 .p18 h1:hover {
	cursor: pointer;
	text-decoration: underline;
}

.content .left585 .p18 .text{
	display: none;
}

.content .left585 .p18 li{
	padding: 3px 0;
	max-width: 500px;
	font: 500 13px Arial;
	color: #333;
	list-style-position: outside;
	position: relative;
	left: 25px;
	top: 0px;
}

.content .left585 .p18 .up{
	padding: 10px 0;
	width: 100px;
	color: #045fba; /*#344d76*/
}

.content .left585 .p18 .up:hover {
	cursor: pointer;
	text-decoration: underline;
}

.content .left585 .social {
	margin: 15px 0 0;
	padding: 9px 10px 8px;
	height: 26px;
	background-color: #f8f8f8;
}

.content .left585 .social .buttons {
	margin: 2px 0 0 50px;
	width: 330px;
	float: left;
}

.content .left585 .social .buttons .vk,
.content .left585 .social .buttons .fb,
.content .left585 .social .buttons .tw{
	width: 100px;
	float: left;
}

.content .left585 .social .buttons .vk{
	width: 110px;
}

.content .left585 .social .orphus {
	width: 243px;
	float: right;
}







/****************************************************************************************************************************/

.content .right {
	position: relative;
	left: -1px;
	padding: 0 0 10px 9px;
	border-left: 1px solid #eae8e8;
	width: 300px;
	height: 100%;
	float: right;
	color: #333;
}

.content .right .block {
	margin: 20px 0 0;
	clear: both;
}

.content .right .block h1 {
	padding: 0 0 5px 4px;
	color: #444;
	font: 500 18px Arial;
	border-bottom: 1px solid #eae8e8;
}

.content .right .block p {
	line-height: 20px;
}

.content .right .class33 {
	padding: 10px 0 24px 4px;
	line-height: 25px;
}

.content .right .class33 a{
	color: #045fba;
}

.content .right .class33 a:hover{
	text-decoration: underline;
}

.content .right .class12{
	padding: 5px 0 5px;
}

.content .right .class12 p,
.content .right .class8 p {
	padding: 6px 0 7px 4px;
}

.content .right .class12 p a {
	font: 500 13px Arial;
	color: #045fba;
}

.content .right .class12 p span {
	padding-top: 2px;
	display: none;
	font: 500 11px Arial;
}

.content .right .class8{
	padding: 0 0 5px;
}

.content .right .class8 a {
	padding: 0 0 0 15px;
	color: #045fba;
	text-decoration: none;
	background: url("https://static.arrivo.ru/img/all/lio.png") no-repeat scroll 5px 5px transparent;
}

.content .right .class8 a:hover{
	text-decoration: underline;
}

.content .right .class8 a:hover span {
	border-bottom: 1px dotted;
}

.content .right #up {
	color: #045fba;
	position: relative;
	top: 39px;
	float: right;
}

.content .right #up:hover span {
	border-bottom: 1px dotted;
}

.content .right .class9{
	padding: 10px 0 5px;
}





.content .right .class5 p{
	padding: 5px 0 5px 30px;
	background: url("https://static.arrivo.ru/img/main/forum.png") no-repeat scroll 5px 8px transparent;
}

.content .right .class5 p a{
	font: italic 500 13px Arial;
	color: #333;
}

.content .right .class3 p{
	padding: 5px 0 5px 35px;
	background: url("https://static.arrivo.ru/img/all/li.png") no-repeat scroll 19px 9px transparent;
}

.content .right .class17 p{
	padding: 5px 0 4px 5px;
}

.content .right .class17 p a{
	color: #045FBA;
}
.content .right .class17 p span{
	display: block;
	font: 500 11px Arial;
	color: #878787;
}



.content .right .class24{
	margin: 12px 0;
}

.content .right .class24 a span {
	position: relative;
	top: 5px;
	color: #045FBA;
}

.content .right .class24 a:hover {
	text-decoration: none !important;
}

.content .right .class24 a:hover span {
	/* text-decoration: underline; */
	text-decoration: none !important;
}

.content .right .class24 a span:hover {
	text-decoration: none;
}

.content .right .class24 a:hover .vk,
.content .right .class24 a:hover .fb {
	background-position: 0 0;
}

.content .right .class24 .vk {
	margin: 0 17px 5px 5px;
	width: 26px;
	height: 26px;
	float: left;
	background: url("https://static.arrivo.ru/img/all/vkontakte.png") no-repeat scroll 0 -26px transparent;
}

.content .right .class24 .fb {
	margin: 0 17px 5px 5px;	
	width: 26px;
	height: 26px;
	float: left;
	background: url("https://static.arrivo.ru/img/all/facebook.png") no-repeat scroll 0 -26px transparent;
}

.content .right .class24 .vk:hover,
.content .right .class24 .fb:hover {
	background-position: 0 0;
}











.content .right .bgnoclick,
.content .right .bg {
	padding: 9px 0 0;
	width: 339px;
	height: 25px;
	background: url("https://static.arrivo.ru/img/main/bgright.png") no-repeat scroll 0 0 transparent;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

.content .right .bglight {
	padding: 10px 0 0;
	width: 339px;
	height: 25px;
	background: url("https://static.arrivo.ru/img/main/bglight.png") no-repeat scroll 0 0 transparent;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.content .right .bglight:hover {
	background: 0 100px;
}

.content .right .bgnoclick {
	padding: 9px 0 11px;
}

.content .right a{
	text-decoration: none;
}

.content .right p a:hover{
	text-decoration: underline;
}

.content .right .bg:hover {
	background-image: none;
}

.content .right .bg1,
.content .right .bg2 {
	position: absolute;
	width: 339px;
	height: 34px;
	z-index: -1;
}

.content .right .bglight1{
	position: absolute;
	width: 339px;
	height: 35px;
	z-index: -1;
}

.content .right .bg2 img{
	/*box-shadow: 0 2px 3px #555555;
	-webkit-box-shadow: 0 1px 3px #555555;*/
}

.content .right .blue {
	display: none;
}

.content .right .bgblue {
	padding: 10px 0 13px;
	/*width: 339px;*/
	height: 25px;
	/*background: url("https://static.arrivo.ru/img/main/bgblue.png") no-repeat scroll 0 0 transparent;*/
	//text-transform: uppercase;
	color: #121212;
	text-align: center;
}

.content .right .bgblue:hover {
	background: 0 100px;
}

.content .right .bgblue img{
	padding: 0 0 1px 10px;
}

.content .right .bgblue1 img{
	/*box-shadow: 0 2px 3px #555;*/
	box-shadow: 0 1px 1px #777;
}

.content .right .bgblue1 {
	position: absolute;
	width: 339px;
	height: 34px;
	z-index: -1;
}

.content .right .a {
	padding: 10px 0 10px 4px;
	font: 700 13px Arial;
}

.content .right .q1,
.content .right .q21,
.content .right .q22 {
	position: relative;
	left: 4px;
	float: left;
	padding: 2px 0;
	width: 339px;
	font: 500 12px Arial;
}

.content .right .q1 input,
.content .right .q21 input,
.content .right .q22 input {
	position: relative;
	top: 3px;
}

.content .right .q21{
	width: 170px;
}

.content .right .q22{
	width: 130px;
}

.content .right .tourButton {
	margin: 27px 0 27px 5px;
	padding: 5px 0 2px 12px;
	width: 82px;
	height: 19px;
	background: url("https://static.arrivo.ru/img/all/but.png") repeat scroll 0 0 transparent;
	border: 1px solid #dcdcdc;
	color: #555;
	cursor: pointer;
	font: 700 13px Arial;
}

.content .right .tourButton:hover{	
	background-position: 0 -26px;
	border: 1px solid #cecece;
}

.content .right .tourButton:active{	
	background-position: 0 -52px;
	border: 1px solid #c4c4c4;
}




/* search button */
.content .searchButtonRight {
    margin: 10px 0 20px;
	padding-left: 13px;
    padding-top: 3px;
	background: url("https://static.arrivo.ru/img/main/knopa_bg.png") repeat scroll 0 0 #262221;
    border-color: #555555 #222222 #222222 #555555;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #222222;
    border-style: solid;
    border-width: 1px;
    color: white;
    cursor: pointer;
    float: right;
    font: 12px Arial,Helvetica,sans-serif;
    height: 19px;
    width: 75px;
}

/* button:hover */
.content .searchButton:hover{	
	background: #363231;
}



.content .right .popflag {
	padding: 5px 0 0 5px;
	width: 39px;
	height: 27px;
	float: left;
}

.content .right .popflag img{
	padding: 0px;
	border: 1px solid #ccc;
}


.content .right .popname {
	padding: 8px 0 0 17px;
	width: 100px;
	height: 20px;
	font: 500 13px Arial;
	float: left;
}

.content .right a .popname {
	color: #045fba;
	text-decoration: none;
}

.content .right a:hover .popname {
	/* text-decoration: underline; */
	text-decoration: none;
}

.content .right a .popname:hover {
	text-decoration: underline;
}

.content .right .popadvert {
	padding: 6px 0 0 10px;
	width: 110px;
	height: 23px;
	float: left;
}

.content .right .paper {
	text-align: center;
}



.content .right .img{
	margin: 0 auto;
	width: 260px;
	height: 195px;
}

.content .right #ok_group_widget {
    margin-top: -8px;
    margin-left: -8px;
}






/****************************************************************************************************************/


.content121212 {
	border: 0px solid #CCCCCC;
    height: 100%;
    margin: 16px 0 30px;
    padding: 0px;
    width: 643px;
}


.content121212 li{
	padding: 3px 0;
	/*max-width: 500px;*/
	font: 500 13px Arial;
	color: #333;
	list-style-image: url("https://static.arrivo.ru/img/all/li.png");
	list-style-position: /*outside*/inside;
	position: relative;
	/*left: 25px;*/
	top: 0px;
}

.content121212 .orange li{
	list-style-image: url("https://static.arrivo.ru/img/all/lio.png");
}


.content .left585 .content121212 h1{
	padding: 0 0 3px;
	font: 500 22px Arial;
	color: #da4901;
}

.content .left585 .content121212 h2{
	padding: 5px 0 5px;
	font: 500 18px Arial;
	color: #444;
}

.content .left585 .content121212 h3{
	padding: 9px 0 5px;
	font: 500 16px Arial;
	color: #2a2a2a;
}

.content .left585 .content121212 h4{
	padding: 9px 0 10px;
	font: 700 13px Arial;
	color: #2a2a2a;
}

.content .left585 .content121212 p{
	padding: 4px 0;
	font: 500 13px Arial;
	color: #444;
	text-align: left;
}

.content .left585 .content121212 img{
	//box-shadow: 2px 2px 3px #AAAAAA;
}

.content .left585 .content121212 a{
	color: #045fba; /*#344d76*/
	text-decoration: none;
}

.content .left585 .content121212 a.hover,
.content .left585 .content121212 a:hover{
	text-decoration: underline;
}

.content .left585 .content121212 .textalt {
	position: relative;
	left: -19px;
}
.content .left585 .content121212 .textalt td {
	padding-left: 10px;
	vertical-align: top;
	color: #333;
}
.content .left585 .content121212 .textalt h2 {
	padding: 0 0 5px;
	font: 500 18px Arial;
	color: #222;
}
.content .left585 .content121212 .textalt p {
	padding: 0;
}

.content .left585 .content121212 img{
	//box-shadow: 2px 2px 3px #AAAAAA;
}

.content121212 tr.sub td {
	padding: 3px;
	/*font: 500 italic 11px Arial;*/
	font: 500 11px Arial;
	color: #444;
	text-align: center;
}
.content121212 tr.sub td p{
	padding: 0;
	/*font: 500 italic 11px Arial;*/
	font: 500 11px Arial;
	color: #444;
	text-align: center;
}


.content121212 .h160,
.content121212 .h320 {
	padding: 5px 0 5px;
}




.content121212 .h160 table.texttable td,
.content121212 .h320 table.texttable td {
	padding: 2px 7px;
}

.content121212 .h80 table.texttable,
.content121212 .h160 table.texttable,
.content121212 .h320 table.texttable {
	left: 0;
}


.content121212 .h160 table {
	position: relative;
	left: -2px;
}

.content121212 .h320 table {
	position: relative;
	left: -2px;
}

.content121212 .hOrig table {
	position: relative;
	left: -2px;
}


/***********************************************************************************************/


.search121212 {
	margin: 16px 0 30px;
	width: 583px;
}

.search121212 form {
	padding: 20px 0 30px 0;
}

.search121212 form .searchInput{
	width: 380px;
	border: 1px solid #aaa;
}

.search121212 a.big{
	font: 500 24px Arial;
}

.search121212 a.small{
	font: 500 18px Arial;
}

.search121212 .description{
	padding: 0 0 30px;
}

.content .left585 .search121212 h2{
	padding: 0 0 30px;
	font: 500 18px Arial;
	text-transform: uppercase;
	color: #9c9c9c;
}














/***********************************************************************/

.content .right .advert-en {
	padding: 0 0 10px;
	text-align: right;
}

.content .right .advert-en span {
	position: relative;
	top: -8px;
	padding: 0 5px 0 0;
	font: 500 11px Arial;
	color: #878787;
}

.content .right .advert-en span:hover {
	text-decoration: underline;
}

.content .right .advert-en img {
	border: 1px solid #ddd;
	width: 30px;
	height: 20px;
}


/*******************************************************************************************************************************/

.points121212 {
	margin: 16px 0 30px;
	width: 583px;
}

.content .left585 .points121212 h2 {
	padding: 15px 0;
	font: 700 13px Arial;
}

.points121212 .select {
	margin: 0 0 10px 0;
	width: 190px;
	border:1px solid #ccc;
}

.points121212 .select select {
	border:0;
	width: 190px;
	color: #555;
}

.points121212 .cols{
	padding: 30px 0;
	width: 145px;
	float: left;
}

.points121212 .cols .rows {
	padding: 2px 0;
}

.points121212 .cols .rows input{
	position: relative;
	top: 2px;
}

.points121212 .pointsButton {
	padding: 4px 0 0 13px;
	width: 130px;
	height: 19px;
	background: url("https://static.arrivo.ru/img/all/knopa_points.png") repeat scroll 0 0;
	border: 1px solid #999;
	color: #121212;
	cursor: pointer;
	font: 12px Arial,Helvetica,sans-serif;
}

.points121212 .pointsButton:hover{	
	background: #f1f1f1;
}

.points121212 .result{
	padding: 20px 0;
}


/*******************************************************************************************************************************/

.tour121212 {
	margin: 16px 0 30px;
	width: 643px;
}

.tour121212 a{
	font: 500 22px Arial;
}

.tour121212 .country{
	padding: 20px 0 20px 0;
}

.tour121212 .country img{
	position: relative;
	top: 4px;
	margin: 0 10px 20px 0;
	height: 34px;
	border: 1px solid #ccc;
	float: left;
}

.tour121212 .country em{
	display: block;
}

.tour121212 .city{
	position: relative;
	padding: 0 0 30px 0;
	clear: both;
}

.tour121212 .city img{
	margin: 0 18px 30px 0;
	height: 114px;
	float: left;
}

.tour121212 .city .pic1{
	position: absolute;
	top: 100px;
	left: 188px;
	padding: 0 0 0 19px;
	background: url("https://static.arrivo.ru/img/all/pic1.png") no-repeat scroll 0 0;
}

.tour121212 .city .pic2{
	position: absolute;
	top: 100px;
	left: 377px;
	padding: 0 0 0 16px;
	background: url("https://static.arrivo.ru/img/all/pic2.png") no-repeat scroll 0 0;
}

.tour121212 .city .pic3{
	position: absolute;
	top: 100px;
	left: 480px;
	padding: 0 0 0 16px;
	background: url("https://static.arrivo.ru/img/all/pic3.png") no-repeat scroll 0 0;
}

.tour121212 .city .pic4{
	position: absolute;
	top: 100px;
	left: 188px;
	padding: 0 0 0 22px;
	background: url("https://static.arrivo.ru/img/all/pic4.png") no-repeat scroll 0 1px;
}
.tour121212 .city .pic4:hover{
	background-position: 0 -19px;
}

.tour121212 .city .pic5{
	position: absolute;
	top: 100px;
	left: 377px;
	padding: 0 0 0 18px;
	background: url("https://static.arrivo.ru/img/all/pic5.png") no-repeat scroll 0 1px;
}
.tour121212 .city .pic5:hover{
	background-position: 0 -19px;
}

.tour121212 .city .pic1 a,
.tour121212 .city .pic2 a,
.tour121212 .city .pic3 a,
.tour121212 .city .pic4 a,
.tour121212 .city .pic5 a{
	font: 500 13px Arial;
	color: #777;
	cursor: pointer;
}

.tour121212 .city .hot,
.tour121212 .city .cool,
.tour121212 .city .rain{
	padding: 0 0 0 20px;
	position: relative;
	top: -1px;
}

.tour121212 .city .hot .bg,
.tour121212 .city .cool .bg,
.tour121212 .city .rain .bg{
	margin: 0 5px 0 0;
	position: relative;
	top: -2px;
	font-size: 9px;
}

.tour121212 .city .cool .bg{
	background-color: #2f9ad4;
}

.tour121212 .city .rain .bg{
	background-color: #b1bfd8;
}

.tour121212 .city .hot .bg{
	background-color: #fed702;
}




.content .left585 .tour121212 p{
	padding: 8px 0;
}

/*******************************************************************************************************************************/

.allcountry121212 {
	margin: 16px 0 30px;
	width: 583px;
}

.allcountry121212 .p{
	margin: 15px 0px 15px;
}

.allcountry121212 .p a{
	display: block;
	width: 190px;
	height: 20px;
	float: left;
}

.allcountry121212 .p a .arr{
	margin: 0 3px 0 0;
	width: 22px;
	height: 17px;
	background: url("https://static.arrivo.ru/img/all/allcountryarr.png") no-repeat scroll 0 -17px;
	float: left;
}

.allcountry121212 .p a .click{
	background-position: 0 0;
}

.allcountry121212 .pcity a{
	font: 500 22px Arial;
}

.allcountry121212 .pcity .country{
	padding: 20px 0 20px 0;
}

.allcountry121212 .pcity .country span{
	position: relative;
	top:9px;
}

.allcountry121212 .pcity .country img{
	position: relative;
	top: 4px;
	margin: 0 10px 20px 0;
	width: 51px;
	height: 34px;
	border: 1px solid #ccc;
	float: left;
}

.allcountry121212 .pcity .country em{
	display: block;
}

.allcountry121212 .pcity .city{
	position: relative;
	padding: 0 0 30px 0;
	clear: both;
}

.allcountry121212 .pcity .city img{
	margin: 0 18px 30px 0;
	height: 114px;
	float: left;
}

.allcountry121212 .pcity .city .pic1{
	position: absolute;
	top: 100px;
	left: 188px;
	padding: 0 0 0 19px;
	background: url("https://static.arrivo.ru/img/all/pic1.png") no-repeat scroll 0 0;
}

.allcountry121212 .pcity .city .pic2{
	position: absolute;
	top: 100px;
	left: 377px;
	padding: 0 0 0 16px;
	background: url("https://static.arrivo.ru/img/all/pic2.png") no-repeat scroll 0 0;
}

.allcountry121212 .pcity .city .pic3{
	position: absolute;
	top: 100px;
	left: 480px;
	padding: 0 0 0 16px;
	background: url("https://static.arrivo.ru/img/all/pic3.png") no-repeat scroll 0 0;
}

.allcountry121212 .pcity .city .pic1 a,
.allcountry121212 .pcity .city .pic2 a,
.allcountry121212 .pcity .city .pic3 a{
	font: 500 13px Arial;
	color: #777;
	cursor: pointer;
}



.content .left585 .allcountry121212 .pcity p{
	padding: 8px 0;
}





/*******************************************************************************************************************************/

/* верхняя полоса */
.content .hrv {
	/*position: absolute;
	margin: 0 0 0 605px;
	top: 0;
	width: 1px;
	height: 175px;
	background: url("https://static.arrivo.ru/img/main/hrv1.png") repeat scroll 0 0 transparent;
	z-index: 4;*/
}

/* нижняя полоса */
.footer .hrv {
	/*margin: 0 0 0 653px;
	width: 1px;
	height: 700px;
	position: absolute;
	bottom: 95px;
	background: url("https://static.arrivo.ru/img/main/hrv5.png") repeat scroll 0 0 transparent;*/
}






















/*****************************************************************************************************************************/

.crumbs {
	height: 31px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eae8e8;
}
.crumbs .cwrap {
	/*
	background: url("https://static.arrivo.ru/img/all/ten.png") repeat-x scroll 0 0 transparent;
	*/
}
.crumbs .element {
	padding: 7px 11px 7px 11px;
	color: #000;
	float: left;
	font: 500 13px Arial;
}
.crumbs .element a {
	padding: 0 0 0 10px;
	color: #444;
	text-decoration: none;
	float: left;
}
.crumbs .element a:hover {
	text-decoration: underline;
}

.crumbs .arr3 {
	width: 21px;/*17*/
	height: 16px;
	float: right;
	background: url("https://static.arrivo.ru/img/all/arr3.png") no-repeat scroll 7px -30px transparent;
	z-index: 12;
}

.crumbs .arr3:hover{
    background-position: 7px 0;
    cursor: pointer;
}



.crumbs .element1 {
	padding: 0 10px 5px 0;
	border: 1px solid #eae8e8;
	border-top: 0;
	position: absolute;
	top: 31px;
	background-color: #f8f8f8;
	font: 500 13px Arial;
	z-index: 3;
	display: none;
}

.crumbs .element1 .cols{
	float: left;
}

.crumbs .element1 a {
	padding: 5px 0 3px 10px;
	min-width: 47px;
	display: block;
	clear: both;
}



/************************************************************************************************************************/

.gmap {
	border-top: 1px solid #5e4f50;
	width: 100%;
	height: 350px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.gmap1 {
	border-top: 1px solid #5e4f50;
	height: 350px;
	display: none;
}
.gmap .linkmap{
	position: absolute;
	top: 295px;
	right: 0px;
	padding: 1px 11px;
	height: 15px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: block;
	text-decoration: none;
	color: #000;
	font: 500 11px Arial;
	background-color: #fff;
}
.gmap iframe {
	width: 100%;
	height: 350px;
	border: 0;
}

/****************************************************************************************************************/


.gmapbutton {
	margin: 0 0 13px;
	border-top: 1px solid #5e4f50;
	height: 35px;
}

.gmapbutton .button{
	width: 241px;
	height: 35px;
	background-color: #393130;
	cursor: pointer;
}

.gmapbutton .button1{
	width: 241px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	display: none;
}

.gmapbutton .button:hover,
.gmapbutton .button1:hover{
	background-color: #645550;
}

.gmapbutton img{
	margin: 5px 5px 0 0;
	border: 0px solid #aaa;
	float: right;
}

.gmapbutton a {
	margin: 5px 0 0 10px;
	display: block;
	float: left;
	text-decoration: none;
	font: 500 20px Arial;
	color: #fff;
}





/******************************************* left content ****************************************************/

.leftcity {
	padding: 10px 0 0 0;
	width: 240px;
	float: left;
	z-index: 3;
}

.leftcity h1,
.leftcity div.h1{
	font: 500 18px Arial;
	padding: 0 0 5px 5px;
	color: #444;
}

.leftcity h2,
.leftcity div.h2{
	font: 700 16px Arial;
	padding: 4px 0 3px 4px;
	background-color: #eae8e8;
	color: #4e4e4e;
}

.leftcity a.allcity{
	position: absolute;
	top: 19px;
	left: 180px;
	font: 500 11px Arial;
	color: #444;
	text-decoration: none;
}

.leftcity a.allcity:hover{
	text-decoration: underline;
}

/************ header in left menu ***************/

.leftcity .lefthead{
	padding: 7px 0 0;
	width: 100%;
	height: 23px;
	border-top: 1px solid #888382;
	border-top: 1px solid #aeabaa;
	background: url("https://static.arrivo.ru/img/all/bghmenu.png") repeat scroll 0 0 transparent;
	text-align: center;
	font: 500 14px Arial;
	text-transform: uppercase;
	color: #fff;
}
.leftcity a.a {
	text-decoration: none;
}
.leftcity a .lefthead{
	cursor: pointer;
}
.leftcity a .lefthead:hover{
	color: #ec6400;
}


/**************** content in left menu **********/

.leftcity .leftbody{
	width: 100%;
	border-top: 1px solid #eae8e8;
	/*background: url("https://static.arrivo.ru/img/all/tenbig.png") repeat-x scroll 0 0 transparent;*/
	font: 500 13px Arial;
}

/* one col */
.leftcity .leftbody .c1,
.leftcity .leftbody .c2 {
	padding: 5px 5px 14px 5px;
	width: 230px;
	float: left;
}

/* two col */
.leftcity .leftbody .c2 {
	width: 110px;
}

.leftcity .leftbody .all {
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
	width: 230;
	border-bottom: 1px dotted #333;
	float: right;
	text-decoration: none;
}




.leftcity .leftbody a {
	padding: 1px;
	display: block;
	color: #0066cc;
	text-decoration: none;
}

.leftcity .leftbody a.two {
	/*display: block;*/
	display: none;
	margin: 1px 1px 1px 50px;
}

.leftcity .leftbody .allshow2 a.zero {
	/*padding-bottom: 3px;*/
}

.leftcity .leftbody .allshow2 a.one {
	/*padding-top: 3px;
	padding-bottom: 3px;*/
}



.leftcity .leftbody a:hover {
	color: #da4901;
}
.leftcity .leftbody a.active {
	color: #da4901;
	/*font-weight: 700;*/
}




/* border for white link */
.leftcity .whitelefthead {
	border-top: 1px solid #bfbfbf;
}

.leftcity .whiteleft {
	padding: 5px 0 1px;
	width: 100%;
	height: 24px;
	text-align: center;
	font: 500 16px Arial;
	border-bottom: 1px solid #bfbfbf;
	/*background: url("https://static.arrivo.ru/img/all/bghmenu1.png") repeat scroll 0 0 transparent;*/
	background-color: #fff;
}

.leftcity .whiteleft a{
	display: block;
	color: #4b4b4b;
	text-decoration: none;
}

.leftcity .whiteleft a:hover{
	color: #ec6400;
}

.leftcity .whiteleft a.active{
	color: #ec6400;
}

/* padding footer for white */
.leftcity .whiteleftfoot {
	margin: 0 0 23px;
}

/* shot about a euro */
.leftcity .about {
	padding: 0 0 23px;
	font: 500 11px Arial;
	line-height: 17px;
}

.leftcity .about h1 {
	padding: 0 0 10px;
	font: 700 14px Arial;
}

/* music */

.leftcity .music {
	margin: 3px 0 39px;
	width: 240px;
	height: 20px;
	background-color: #f7f7f7;
}

.leftcity .music #musicbox {
	position: absolute;
	width: 235px;
}

.leftcity #musictitle {
	position: relative;
	top: 20px;
	left: 9px;
	width: 150px;
	font: 500 11px Arial;
	float: left;
	color: #4e4e4e;
	z-index: 15;
}

.leftcity #musicmenu {
	padding: 0 5px 0 0;
	position: relative;
	top: 20px;
	width: 80px;
	font: 500 11px Arial;
	float: right;
	text-align: right;
}

.leftcity #musicmenu a{
	color: #4e4e4e;
	text-decoration: none;
}

.leftcity #musicmenu a:hover{
	text-decoration: underline;
}


.leftcity .music #musicmenu1 {
	position: absolute;
	display: none;
	top: 11px;
	left: -208px;
	padding: 10px 0 0;
	width: 225px;
	border: 8px solid #111;
	border-radius: 0 3px 3px 3px;
	background-color: #111;
	color: #eee;
	opacity: 0.9;
	z-index: 1;
}

.leftcity .music #musicmenu1 a{
	display: block;
}

.leftcity .but {
	margin: 0 0 80px;
}

.content .right .but {
	height: 26px;
	margin: 12px 0;
}

.leftcity .but .vk,
.content .right .but .vk {
	margin: 0 8px 0 5px;
	width: 26px;
	height: 26px;
	float: left;
	background: url("https://static.arrivo.ru/img/all/vkontakte.png") no-repeat scroll 0 -26px transparent;
}

.leftcity .but .vk:hover,
.content .right .but .vk:hover {
	background-position: 0 0;
}

.leftcity .but .fb,
.content .right .but .fb {
	width: 26px;
	height: 26px;
	float: left;
	background: url("https://static.arrivo.ru/img/all/facebook.png") no-repeat scroll 0 -26px transparent;
}

.leftcity .but .fb:hover,
.content .right .but .fb:hover {
	background-position: 0 0;
}

/********************************************* right content **********************************************************/

.rightcity {
	border: 1px solid #eae8e8;
	border-top: 0px;
	padding: 10px 10px 0 10px;
	width: 693px;
	min-height: 1500px;
	float: right;
}

/* фотогалерея вверху  на 6 фоток */

.rightcity .photocity {
	margin: 0 0 25px;
	/*padding: 5px;*/
	width: 693px;
	height: 278px;
	background-color: #eee;
}

.rightcity .photocity .frame {
	position: relative;
	width: 417px;
	height: 278px;
	float: left;
}

.rightcity .photocity .frame div.frame1,
.rightcity .photocity .frame div.frame2,
.rightcity .photocity .frame div.frame3,
.rightcity .photocity .frame div.frame4,
.rightcity .photocity .frame div.frame5
{
	position: absolute;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

.rightcity .photocity .frame div.frame0{
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}

.rightcity .photocity .frame div .line_a{
	position: absolute;
	display: none;
	width: 417px;
	height: 35px;
	top: 243px;
	background-color: #000;
	opacity: 0.5;
}

.rightcity .photocity .frame div .text_a{
	position: absolute;
	display: none;
	top: 246px;
	left: 5px;
	font: 300 13px Arial;
	color: #fff;
	opacity: 1;
}

.rightcity .photocity .frame div .text_a a{
	color: #fff;
	text-decoration: underline;
}

.rightcity .photocity .frame div .text_b{
	position: absolute;
	display: none;
	top: 259px;
	left: 300px;
	opacity: 1;
}

.rightcity .photocity .frame div .text_b a{
	font: 700 11px Arial;
	color: #fff;
	text-decoration: underline;
}

.rightcity .photocity .frame div .text_b a:hover,
.rightcity .photocity .frame div .text_a a:hover{
	//text-decoration: none;
}



.rightcity .photocity .menuframe div img {
	padding: 0 0 1px 1px;
	width: 137px;
	height: 92px;
	float: left;
	cursor: pointer;
}

.rightcity .photocity .menuframe div .youtube,
.vertical div .youtube
{
	width: 61px;
	height: 43px;
	position: absolute;
	cursor: pointer;
	left: 39px;
	top: 22px;
	background: url("https://static.arrivo.ru/img/all/youtube.png") no-repeat scroll 0 -43px transparent;
}

.rightcity .photocity .menuframe div:hover .youtube
{
	background-position: 0 0;
}

.rightcity .photocity .titleframe {
	position: absolute;
	top: 249px;
	background-color: #000;
	opacity: 0.5;
	padding: 12px 0 0 5px;	
	width: 412px;
	height: 30px;
	float: left;
	font: 500 14px Arial;
	color: #fff;
}

.rightcity .photocity .titleframe a{
	color: #fff;
	text-decoration: none;
}

.rightcity .photocity .titleframe a:hover{
	text-decoration: underline;
}

.rightcity .photocity .titleframe div {
	position: absolute;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 298px;
}

.rightcity .photocity .titleframe div.frame0 {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 298px;
}

/* ссылка на галерею */
.rightcity .photocity .linkframe {
	padding: 13px 0 0 0;
	width: 250px;
	height: 30px;
	float: left;
	font: 500 14px Arial;
}

.rightcity .photocity .linkframe a {
	color: #ec6400;
	text-decoration: none;
}

.rightcity .photocity .linkframe a:hover {
	text-decoration: underline;
}

/* основной контент */

.rightcity .citytext {
	margin: 0 0 30px;
	/*padding: 10px;
	width: 678px;*/
	height: 100%;
	/*border: 1px solid #ccc;*/
}

.rightcity .citytext h1{
	padding: 0 0 3px;
	font: 500 22px Arial;
	color: #da4901;
}

.rightcity .citytext h1 div{
	padding: 2px 0;
	font: italic 500 13px Arial;
	color: #444;
}


.rightcity .citytext h2{
	padding: 5px 0 5px;
	font: 500 18px Arial;
	color: #444;
}

.rightcity .citytext h2.orange{
	padding: 22px 0 15px;
	color: #da4901;
}

.rightcity .citytext h3{
	padding: 9px 0 5px;
	font: 500 16px Arial;
	color: #2a2a2a;
}

.rightcity .citytext h4{
	padding: 9px 0 10px;
	font: 700 13px Arial;
	color: #2a2a2a;
}

.rightcity .citytext p{
	padding: 4px 0;
	font: 500 13px Arial;
	color: #444;
	text-align: left;
}

.rightcity .citytext .h320,
.rightcity .citytext table{
	color: #444;
}

.rightcity .citytext img{
	//box-shadow: 2px 2px 3px #AAAAAA;
}

.rightcity .citytext table.map{
	border-collapse: collapse;
}

.rightcity .citytext table.map td{
	padding: 42px 0 5px 5px;
}

.rightcity .citytext table.map tr.sub td{
	padding: 3px 0 7px;
}

.rightcity .citytext table.map img{
	box-shadow: none;
}

.rightcity .citytext option{
	padding: 1px 8px 1px 3px;
}

.rightcity .citytext .textw{
	float: right;
	position: relative;
	top: 1px;
}

.rightcity .citytext .textw img{
	box-shadow: none;
}


.rightcity .citytext a,
.gallery .commenttext a{
	color: #045fba; /*#344d76*/
	text-decoration: none;
}

.rowpoint a:visited,
.article-row a:visited,
.article-row a:visited h2,
.rowpoint a:visited span{
	//color: #563899;
}

.rightcity .citytext a.hover,
.rightcity .citytext a:hover,
.gallery .commenttext a:hover{
	text-decoration: underline;
}

.rightcity .citytext a.underline{
	text-decoration: underline;
}

.rightcity .citytext a.underline:hover{
	text-decoration: none;
}

.rightcity .citytext .oteli,
.rightcity .citytext .avia{
	padding: 8px 0 4px;
	width: 300px;
}

.rightcity .citytext .oteli a{
	padding: 4px 0 5px 35px;
	background: url("https://static.arrivo.ru/img/all/oteli2.png") no-repeat 0 1px transparent;
}
.rightcity .citytext .oteli a:hover{
	background-position: 0 -29px;
}

.rightcity .citytext .avia a{
	padding: 4px 0 5px 35px;
	background: url("https://static.arrivo.ru/img/all/avia2.png") no-repeat 5px 3px transparent;
}
.rightcity .citytext .avia a:hover{
	background-position: 5px -27px;
}
.rightcity .citytext .rowsmall .nation td{
	padding: 12px 9px 0 0;
	width: 162px;
	vertical-align: top;
}

.rightcity .citytext .rowsmall .nation .img{
	position: relative;
}

.rightcity .citytext .rowsmall .nation .img img{
	box-shadow: none;
}
.rightcity .citytext .rowsmall .nation .img .line{
	position: absolute;
	top: 88px;
	width: 162px;
	height: 20px;
	background-color: #000;
	opacity: 0.7;
}

.rightcity .citytext .rowsmall .nation .img .linetext{
	position: absolute;
	top: 89px;
	left: 3px;
	color: #fff;
}
.rightcity .citytext .rowsmall .nation .img:hover .linetext{
	text-decoration: underline;
}

.rightcity .citytext .rowsmall .nation a {
	padding: 0;
	background: none;
}

.rightcity .citytext .textalt h2 a{
	color: #045FBA;/*222*/
}

.texttable {
	border-collapse: collapse;
	margin: 12px 0;
}

.texttable td {
	padding: 5px 7px 5px 8px;
	border: 1px solid /*#555*/ #eae8e8;
	color: #444;
}
.texttable td p {
	padding: 0;
}

.texttable tr.odd {
	background: #ffffff;
}

.texttable tr.even {
	background: #f8f8f8;
}

.texttable .text__emphasize {
	font-weight: bold;
}

.rightcity .citytext .textalt {
	position: relative;
	left: -19px;
}
.rightcity .citytext .textalt td {
	padding-left: 10px;
	vertical-align: top;
	color: #333;
}
.rightcity .citytext .textalt h2 {
	padding: 0 0 5px;
	font: 500 18px Arial;
	/*color: #222;*/
}
.rightcity .citytext .textalt p {
	padding: 0;
}

.rightcity .citytext .sovet{
	margin: 10px 0;
	padding: 15px 10px 10px 10px;
	background: url("https://static.arrivo.ru/img/all/sovet.png") repeat-x 0 0 transparent;
	color: #444;
}

.rightcity .citytext .kstati,
.left585 .kstati {
	margin: 10px 0;
	padding: 10px 10px 10px 10px;
	background-color: #f0f0f0;
	color: #444;
}

.left585 .sovet {
	margin: 10px 0;
	padding: 15px 10px 10px 10px;
	background: url("https://static.arrivo.ru/img/all/sovet.png") repeat-x -100px 0 transparent;
}

.rightcity .citytext .avptour {
	display: none;
	margin: 10px 0;
	padding: 15px 10px 10px 10px;
	background: url("https://static.arrivo.ru/img/all/avptour.png") repeat-x 0 0 transparent;
}

.male,
.female,
.season1,
.season2,
.season3,
.season4
{
	display: none;
}
.asex.aseason {
	display: block;
}

.rightcity .citytext .take,
.left585 .take {
	padding: 0 0 10px;
	position: relative;
}

.content .left585 .content121212 .take img{
	box-shadow: none;
}

.rightcity .citytext .takeradio,
.left585 .takeradio {
	marfin: 0 auto;
	padding: 15px 0 0;
	position: relative;
	left: -14px;
	text-align: center;
	color: #2f2f2f;
}
.rightcity .citytext .takeradio input,
.left585 .takeradio input{
	margin: 0 5px 0 28px;
	position: relative;
	top: 2px;
}
.rightcity .citytext .takeleft,
.rightcity .citytext .takeright{
	padding: 10px 0 0 45px;
	vertical-align: top;
	width: 270px;
}

.left585 .takeleft,
.left585 .takeright {
	padding: 10px 0 0 5px;
	vertical-align: top;
	width: 270px;
}

.rightcity .citytext .takeright,
.left585 .takeright {
	#position: absolute;
	#top: 0px;
	#left: 320px;
	#float: right;
}

.rightcity .citytext .takeright input,
.left585 .takeright input{
	padding: 1px;
	border: 1px solid #777;
	width: 200px;
	color: #676767;
	font: 500 12px Arial;
}


.rightcity .citytext .takeleft h2,
.rightcity .citytext .takeright h2,
.left585 .content121212 .takeleft h2,
.left585 .content121212 .takeright h2 {
	padding: 19px 0 15px;
	font: 700 12px Arial;
	color: #2e2e2e;
}

.rightcity .citytext .thing,
.left585 .thing {
	padding: 2px 0 0 0;
	font: 500 12px Arial;
	color: #2e2e2e;
}

.rightcity .citytext .deltake,
.left585 .deltake {
	padding: 3px 15px 0 0;
	position: relative;
	left: 3px;
	box-shadow: none;
	cursor: pointer;
}

.rightcity .citytext .addtake,
.left585 .addtake {
	padding: 0 0 10px;
	position: relative;
	left: 10px;
	top: 17px;
	box-shadow: none;
	cursor: pointer;
}

.rightcity .citytext .addtake{
	top: -5px;
}


.rightcity .citytext li{
	padding: 3px 0;
	max-width: 600px;
	font: 500 13px Arial;
	color: #333;
	list-style-position: outside;
	position: relative;
	left: 25px;
	top: 0px;
}

.rightcity .citytext .hr {
	margin: 0 0 20px 0;
	width: 693px;
	height: 1px;
	position: relative;
	top: 10px;
	/*background: url("https://static.arrivo.ru/img/all/hr.png") repeat scroll 0 0 transparent;*/
	background-color: #eae8e8;
	clear: both;
}

.rightcity .citytext tr.sub td {
	padding: 3px;
	/*font: 500 italic 11px Arial;*/
	font: 500 11px Arial;
	color: #444;
	text-align: center;
}
.rightcity .citytext tr.sub td p{
	padding: 0;
	font: 500 11px Arial;
	color: #444;
	text-align: center;
}

.rightcity .citytext tr.sub td a{
	font: 500 13px Arial;
}

.rightcity .citytext .h80,
.rightcity .citytext .h160,
.rightcity .citytext .h320 {
	padding: 10px 0 5px;
}
.rightcity .citytext .h80 td {
	padding: 0 10px;
}
.rightcity .citytext .h80 table {
	position: relative;
	left: -10px;
}



.rightcity .citytext .h80 table.texttable td,
.rightcity .citytext .h160 table.texttable td,
.rightcity .citytext .h320 table.texttable td {
	padding: 2px 7px;
}

.rightcity .citytext .h80 table.texttable,
.rightcity .citytext .h160 table.texttable,
.rightcity .citytext .h320 table.texttable {
	left: 0;
}

.rightcity .citytext .h160 td {
	padding: 0 5px 0 10px;
}
.rightcity .citytext .h160 table {
	position: relative;
	left: -12px;
}

.rightcity .citytext .h320 td {
	padding: 0 25px;
}
.rightcity .citytext .h320 table {
	position: relative;
	left: -25px;
}

.buttonlike {
	margin: 23px 10px 23px 250px;
	padding: 3px 0 4px 13px;
	width: 124px;
	height: 19px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	color: #555;
	font: 700 13px Arial;
	background: url('https://static.arrivo.ru/img/all/but.png') repeat scroll 0 0;
	background-color: #f0f0f0;
}

.buttonlike:hover {
	background-position: 0 -26px;
	border: 1px solid #cecece;
}

.buttonlike:active {
	background-position: 0 -52px;
	border: 1px solid #c4c4c4;
}

.buttonlike span {
	padding-left: 19px;
}

/********************************************************************************************************************/
.apdf {
	position: absolute;
	right: 11px;
	padding: 4px 0 0 23px;
	background: url(https://static.arrivo.ru/img/all/countrypdf.png) no-repeat scroll 0 3px;
}

.buttonprint {
	margin: 23px 10px 23px 0;
	padding: 5px 0 2px 12px;
	width: 116px;
	height: 19px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	color: #555;
	font: 700 13px Arial;
	background: url('https://static.arrivo.ru/img/all/but.png') repeat scroll 0 0;
	background-color: #f0f0f0;
	float: left;
}

.buttonprint:hover {
	background-position: 0 -26px;
	border: 1px solid #cecece;
}

.buttonprint:active {
	background-position: 0 -52px;
	border: 1px solid #c4c4c4;
}


/****************************************************** места *******************************************************/

.pointframe {
	padding: 0 0 22px;
}

.pointframe .buttonpoint {
	margin: 0 1px 0 0;
	padding: 8px 0 0;
	width: 72px;
	height: 24px;
	/*border: 1px solid #000;*/
	border-bottom: 0;
	text-align: center;
	float: left;
	background-color: #eee;/*#7b7b7b;*/
	color: #444;
	font: 500 14px Arial;
	cursor: pointer;
}

.pointframe .buttonpoint:hover {
	background-color: #555;
	background-color: #ccc;
}

.pointframe .buttonpoint.active1 {
	background-color: #231f1f;
	background-color: #ccc;
}




.rightcity .citytext .pointframe a {
	color: #444;
}





.pointframe .pictureandtext {
	/*border: 1px solid #000;*/
	background-color: #eee; /*#231f1f;*/
}

.pointframe .pictureandtext .picture{
	width: 414px;
	height: 276px;
	float: left;
}



.pointframe .pictureandtext .picture div{
	position: absolute;
}

.pointframe .pictureandtext .picture .frame{
	z-index: 1;
	position: relative;
}

.pointframe .pictureandtext .picture img{
	position: absolute;
	box-shadow: none;
}
.pointframe .pictureandtext .picture .line{
	width: 414px;
	height: 50px;
	position: absolute;
	display: none;
	top: 226px;
	left: 0;
	background-color: #000;
	z-index: 1;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.pointframe .pictureandtext .picture .left,
.pointframe .pictureandtext .picture .right {
	width: 29px;
	height: 29px;
	position: absolute;
	#display: none;
	top: 235px;
	left: 333px;
	background: url("https://static.arrivo.ru/img/all/galleryarrleft.png") no-repeat center;
	border: 1px solid #fff;
	z-index: 2;
	opacity: 0;
}
.pointframe .pictureandtext .picture .right {
	left: 373px;
	background: url("https://static.arrivo.ru/img/all/galleryarrright.png") no-repeat center;
}
.pointframe .pictureandtext .picture .right.active {
	cursor: pointer;
	opacity: 1;
}
.pointframe .pictureandtext .picture .left.active {
	cursor: pointer;
	opacity: 1;
}





.pointframe .pictureandtext .picture .pictureframe{
	z-index: -1;
}

.pointframe .pictureandtext .picture iframe{
	width: 414px;
	height: 276px;
}

.pointframe .pictureandtext .picture .picturearr{
	top: 201px;
}

.pointframe .pictureandtext .picture .picturearr1{
	top: 201px;
	left: 660px;
}




.pointframe .pictureandtext .text{
	padding: 0 10px;
	width: 242px;
	float: left;
}

.pointframe .pictureandtext .text .buttonpoint1,
.pointframe .pictureandtext .text .buttonpoint2{
	font: 700 13px Arial;
	color: #045fba;
	cursor: pointer;
}

.pointframe .pictureandtext .text .buttonpoint1.active1,
.pointframe .pictureandtext .text .buttonpoint2.active1{
	display: none;
}

.pointframe .pictureandtext .text .buttonpoint1:hover,
.pointframe .pictureandtext .text .buttonpoint2:hover{
	border-bottom: 1px dotted;
}


.pointframe .pictureandtext .text h2 {
	padding: 10px 0;
	color: #b4d3ff;
}

.pointframe .pictureandtext .text p {
	color: #444;
	font: 500 12px Arial;
}



/****************************************************************************************************************/


.rowtrans {
	margin: 15px 0 0 0;
	min-height: 160px;
	position: relative;
	padding: 10px;
	/*border: 1px solid #ddd;*/
}
.rowtrans:hover {
	border-color: #ccc;/*#f5851e*/
	/*background-color: #f5f5f5;*/
}
.rowtrans .name{
	position: absolute;
	padding: 0 10px 0 0;
	left: 265px;
	font: 500 18px Arial;
	color: #222;
	text-decoration: none;
}
.rowtrans:hover .name span{
	text-decoration: underline;
}
.rowtrans .teaser{
	padding: 10px 0 0;
	font: 500 12px Arial;
	color: #444;
}
.rowtrans .teaser li{
	padding: 0px 0;
	max-width: 470px;
	font: 500 13px Arial;
	color: #333;
	list-style-position: outside;
	position: relative;
	left: 15px;
	top: 0px;
}

.rowsmall a {
	padding: 7px 0 1px 13px;
	max-width: 300px;
	display: block;
	background: url("https://static.arrivo.ru/img/all/lio.png") no-repeat 0 11px;
}


.left525 .mainpoint a:hover{
	text-decoration: none;
}
.left525 .mainpoint a .rowtrans a{
	text-decoration: underline;
}




.rowpoint {
	margin: 15px 0 0 0;
	min-height: 136px;
	position: relative;
	clear: both;
	//padding: 10px;
	/*border: 1px solid #ddd;*/
}

.rowpoint img{
	//width: 204px;
	//height: 136px;
}

.rowpoint .teaser1 img{
	width: 641px;
	//height: 100%;
}

.rowpoint:hover {
	border-color: #ccc; /* f5851e*/
	/*background-color: #f5f5f5; /* fcfcfc*/
}
.rowpoint .name{
	position: absolute;
	left: 185px;
	left: 222px;
	font: 500 18px Arial;
	color: #045FBA;
	text-decoration: none;
}

.rowpoint .at{
	position: absolute;
	left: 222px;
	top: 30px;
	font: 500 12px Arial;
	color: #444;
}

.left585 .rowpoint .teaser{
	position: absolute;
	left: 222px;
	max-width: 312px;
	font: 500 13px Arial;
	color: #444;
}

.citytext .rowpoint .teaser{
	position: absolute;
	left: 222px;
	max-width: 405px;
	font: 500 13px Arial;
	color: #444;
}



/*******************************************************************************************************/


.citytext .music {
	margin: 10px 0 20px;
	width: 672px;
	height: 20px;
	border: 3px solid #111;
	border-radius: 3px 3px 0 0;
	background-color: #111;
}

.citytext #musicbox1 {
	position: absolute;
	width: 200px;
	float: left;
}

.citytext #musictitle1 {
	position: relative;
	top: 3px;
	left: 250px;
	width: 450px;
	float: left;
	color: #eeeeee;
}

.citytext #musicmenu {
	position: relative;
	top: -20px;
	width: 672px;
	border: 3px solid #eee;
	border-radius: 0 0 3px 3px;
	background-color: #eee;
}

.citytext #musicmenu a{
	padding: 2px 10px;
	max-width: 350px;
	display: block;
	color: #333;
}

.citytext #countrymusic {
	/*
	padding: 0px 20px 15px;
	width: 632px;
	border: 3px solid #282828;
	border-radius: 3px 3px 3px 3px;
	background-color: #282828;*/
	margin: 0 0 10px;
	width: 672px;
}

.citytext #countrymusic  h2{
	padding: 7px 0;
	font: 700 14px Arial;
    color: #DA4901;
}

.citytext #countrymusic a {
	color: #111;
}

.citytext #countrymusic img {
	position: relative;
	top: -3px;
	right: 5px;
	box-shadow: none;
	border: 1px solid #ccc;
}

.citytext #countrymusic td {
	padding: 3px 20px 3px 5px;
	width: 150px;
	font: 500 13px Arial;
}


.content .left585 .content121212 .numpages,
.citytext .numpages {
	margin-top: 25px;
	border-collapse: collapse;
}

.content .left585 .content121212 .numpages td,
.citytext .numpages td {
	width: 30px;
	border:1px solid #aaa;
	color: #fff;
	text-align: center;
}

.content .left585 .content121212 .numpages td a,
.citytext .numpages td a {
	padding-top: 4px;
	width: 30px;
	height: 20px;
	display: block;
	text-align: center;
	color: #555;
	background-color: #fff;
	text-decoration: none;
}

.content .left585 .content121212 .numpages td a:hover,
.citytext .numpages td a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ddd;
}

.content .left585 .content121212 .numpages td a.arr,
.citytext .numpages td a.arr {
	opacity: 0.7;
}

.content .left585 .content121212 .numpages td a.arr:hover,
.citytext .numpages td a.arr:hover {
	opacity: 1;
}

.content .left585 .content121212 .numpages td img,
.citytext .numpages td img {
	box-shadow: none;
	position: relative;
}



/****** комменты ***************/

.content121212 .commenttext,
.citytext .commenttext,
.gallery .commenttext {
	margin: 0 0 15px;
	padding: 0 0 15px;
	min-height: 50px;
	clear: both;
}

.content121212 .show_all_comment,
.citytext .show_all_comment,
.gallery .show_all_comment,
.content121212 .hide_comment,
.citytext .hide_comment,
.gallery .hide_comment {
	margin: 0 0 24px;
	padding: 6px 0 14px;
	height: 10px;
	background-color: #f8f8f8;
	font: 500 13px Arial;
	color: #555;
	text-align: center;
	cursor: pointer;
}

.content121212 .hide_comment,
.citytext .hide_comment,
.gallery .hide_comment {
	display: none;
}

.content121212 .commenttext.underline,
.citytext .commenttext.underline,
.gallery .commenttext.underline {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ededed;
}

.content121212 .commenttext.hide,
.citytext .commenttext.hide,
.gallery .commenttext.hide {
	display: none;
}

.content121212 .commenttext.hide.show,
.citytext .commenttext.hide.show,
.gallery .commenttext.hide.show {
	display: block;
}


.content .left585 .content121212 .commenttext img,
.citytext .commenttext img,
.gallery .commenttext img{
	box-shadow: none;
}

.content121212 .commenttext .commenttext_right,
.citytext .commenttext .commenttext_right,
.gallery .commenttext .commenttext_right {
	position: absolute;
	width: 50px;
	height: 50px;
}

.content121212 .commenttext .commenttext_right img,
.citytext .commenttext .commenttext_right img,
.gallery .commenttext .commenttext_right img{
	width: 50px;
	height: 50px;
}

.content121212 .commenttext .commenttext_left,
.citytext .commenttext .commenttext_left,
.gallery .commenttext .commenttext_left {
	padding: 0 0 0 64px;
	width: 628px;
}

.content121212 .commenttext .commenttext_left{
	width: 578px;
}

.gallery .commenttext .commenttext_left{
	width: 721px;
}

.content121212 .commenttext .commenttext_left .clickdel,
.citytext .commenttext .commenttext_left .clickdel,
.gallery .commenttext .commenttext_left .clickdel{
	cursor: pointer;
	opacity: 0.5;
}

.content121212 .commenttext .commenttext_left .clickdel:hover,
.citytext .commenttext .commenttext_left .clickdel:hover,
.gallery .commenttext .commenttext_left .clickdel:hover{
	opacity: 1;
}

.content121212 .commenttext_user,
.citytext .commenttext_user,
.gallery .commenttext_user{
	padding:  0 0 0 1px;
	font: 700 12px Arial;
	color: #333;
}


.content .left585 .content121212 .commenttext_user a,
.citytext .commenttext_user a,
.gallery .commenttext_user a{
	color: #333;
}

.content121212 .commenttext_user .commenttext_user_logo,
.citytext .commenttext_user .commenttext_user_logo,
.gallery .commenttext_user .commenttext_user_logo {
	padding: 0 3px 0 0;
	float: left;
}

.content121212 .commenttext_text,
.citytext .commenttext_text,
.gallery .commenttext_text {
	padding: 10px 0 0;
	position: relative;
}

.content121212 .commenttext_text p,
.citytext .commenttext_text p,
.gallery .commenttext_text p{
	padding: 0;
	color: #333;
}

.content121212 .commenttext_text textarea,
.citytext .commenttext_text textarea,
.gallery .commenttext_text textarea{
	padding: 0 0 0 2px;
	border:1px solid #ccc;
	width:626px;
	height: 48px;
	color: #999;
	font: 500 13px Arial;
}

.content121212 .commenttext_text textarea{
	width:575px;
}

.gallery .commenttext_text textarea{
	width:717px;
}

.content121212 .commenttext_left .button,
.citytext .commenttext_left .button,
.gallery .commenttext_left .button,
.content121212 .commenttext_left .buttonreg,
.citytext .commenttext_left .buttonreg,
.gallery .commenttext_left .buttonreg,
.content121212 .commenttext_left .buttonauth,
.citytext .commenttext_left .buttonauth,
.gallery .commenttext_left .buttonauth{
	background: url(https://static.arrivo.ru/img/all/but.png) repeat scroll 0 0 transparent;
	/*background-color: #f0f0f0;*/
	border: 1px solid #dcdcdc;
	color: #555555;
	cursor: pointer;
	font: 700 13px Arial;
	height: 19px;
	margin: 10px 0 0px;
	padding: 5px 12px 2px;
	//width: 65px;
	float: left;
}

.content121212 .commenttext_left .buttonreg,
.citytext .commenttext_left .buttonreg,
.gallery .commenttext_left .buttonreg{
	margin-left: 15px;
}

.content121212 .commenttext_left .button:hover,
.citytext .commenttext_left .button:hover,
.gallery .commenttext_left .button:hover,
.content121212 .commenttext_left .buttonreg:hover,
.citytext .commenttext_left .buttonreg:hover,
.gallery .commenttext_left .buttonreg:hover,
.content121212 .commenttext_left .buttonauth:hover,
.citytext .commenttext_left .buttonauth:hover,
.gallery .commenttext_left .buttonauth:hover{
	background-position: 0 -26px;
	border: 1px solid #cecece;
}

.content121212 .commenttext_left .button:active,
.citytext .commenttext_left .button:active,
.gallery .commenttext_left .button:active,
.content121212 .commenttext_left .buttonreg:active,
.citytext .commenttext_left .buttonreg:active,
.gallery .commenttext_left .buttonreg:active,
.content121212 .commenttext_left .buttonauth:active,
.citytext .commenttext_left .buttonauth:active,
.gallery .commenttext_left .buttonauth:active{
	background-position: 0 -52px;
	border: 1px solid #c4c4c4;
}


.content121212 .commenttext_time,
.citytext .commenttext_time,
.gallery .commenttext_time{
	padding: 10px 0 0;
	color: #a0a0a0;
	font: 500 13px Arial;
}

/*****************************************************************************************************************/

.gallery {
	position: relative;
	/*border-top: 1px solid #5E4F50;*/
}
.gallery h1 {
	padding: 15px 0 20px 0;
	font: 500 22px Arial;
	color: #da4901;
}
.gallery .teaser {
	padding: 15px 0 20px 5px;
	position: absolute;
	top: 10px;
	right: 179px;
	font: 500 12px Arial;
	color: #333;
}

.gallery .frame{
	margin: 0 0 25px;
	width: 783px;
	height: 522px;
	position: relative;
	border: 1px solid #333;
	background: url("https://static.arrivo.ru/img/gallery/gallery.gif") no-repeat 50% 50%;
}
.gallery .frame img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	max-height: 522px;
	-ms-interpolation-mode: bicubic;
}

.gallery .frame .photonum{
	position: absolute;
	top: -16px;
	right: -1px;
	color: #5e5e5e;
	font-size: 11px;
}

.gallery .frame .change .photonum{
	display: none;
}

.gallery .frame .ipad{
	padding: 2px 11px 3px;
	/*width: 29px;
	height: 29px;*/
	position: absolute;
	bottom: 11px;
	left: 11px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #000;
	font: 700 20px Georgia, Arial;
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50) !important;
}

.gallery .frame .line {
	width: 783px;
	height: 50px;
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70) !important;
}
.gallery .frame .text {
	position: absolute;
	display: none;
	top: 490px;
	left: 11px;
	font: 500 14px Arial;
	color: #fff;
}
.gallery .frame .text a {
	text-decoration: underline;
}
.gallery .frame .text span{
	color: #777;
	font: 500 9px Arial;
	position: relative;
	top:2px;
}
.gallery .frame .left,
.gallery .frame .right {
	width: 29px;
	height: 29px;
	position: absolute;
	display: none;
	bottom: 11px;
	right: 51px;
	background: url("https://static.arrivo.ru/img/all/galleryarrleft.png") no-repeat center;
	border: 1px solid #fff;
	border-radius: 0px;
	opacity: 0;
}
.gallery .frame .right {
	right: 11px;
	background: url("https://static.arrivo.ru/img/all/galleryarrright.png") no-repeat center;
}
.gallery .frame .right.active {
	cursor: pointer;
	opacity: 1;
}
.gallery .frame .left.active {
	cursor: pointer;
	opacity: 1;
}
.gallery .vertical {
	width: 135px;
	height: 524px;
	position: absolute;
	float: right;
	top: 61px;
	right: 0px;
}
.gallery .vertical img {
	vertical-align: top;
	margin: 0 0 10px 0;
}
.gallery .vertical img.shadow {
	opacity: 0.5;
	filter: alpha(opacity=50); 
	cursor: pointer;
}
.gallery .vertical .up {
	margin: 0 0 12px 0;
	width: 100%;
	height: 30px;
	background-color: #e3e3e3;
	background-image: url("https://static.arrivo.ru/img/all/galleryarrup.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.gallery .vertical .up.active:hover {
	background-color: #ccc;
}
.gallery .vertical .down {
	position: absolute;
	top: 482px;
	left: 0px;
	margin: 12px 0 0;
	width: 100%;
	height: 30px;
	background-color: #e3e3e3;
	background-image: url("https://static.arrivo.ru/img/all/galleryarrdown.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.gallery .vertical .down.active:hover {
	background-color: #ccc;
}



.gallery .black {
	margin: 0 0 25px;
	padding: 0 10px;
	height: 95px;
	background-color: #0a0a0a;
	color: #eee;
}

.gallery .black .click01{
	padding: 8px 15px 0;
	float: left;
}

.gallery .black .click0,
.gallery .black .click1{
	margin: 7px 0;
	height: 16px;
	float: left;
	font: 500 14px Arial;
	color: #9bc1f7;
}

.gallery .black .click0.active,
.gallery .black .click1.active {
	color: #999;
	border-bottom: 1px dotted;
}

.gallery .black .click0.active:hover,
.gallery .black .click1.active:hover{
	cursor: pointer;
	color: #777;
}

.gallery .black .td,
.gallery .black .td1{
	width: 185px;
	height: 50px;
	float: left;
}

.gallery .black .td1{
	display: none;
}

.gallery .black a{
	padding: 1px 0 1px 11px;
	background-image: url("https://static.arrivo.ru/img/all/li1.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	display: block;
	color: #eee;
	text-decoration: none;
}
.gallery .black a:hover{
	text-decoration: underline;
}

.gallery .stext{
	clear: both;
	margin: 0 0 25px;
}

.gallery .stext h1{
	padding: 0 0 3px;
	font: 500 22px Arial;
	color: #da4901;
}

.gallery .stext h2{
	padding: 14px 0 5px;
	font: 500 20px Arial;
	color: #222222;
}

.gallery .stext h3{
	padding: 9px 0 5px;
	font: 700 15px Arial;
	color: #2a2a2a;
}
.gallery .stext p{
	padding: 4px 0;
	font: 500 13px Arial;
	color: #333;
	text-align: left;
}

.change iframe {
	position: relative;
	z-index: 1;
}

/****************************************************************************************************************************************/

.userpage_all{
	margin: 20px auto;
	padding: 14px 19px;
	width: 924px;
	border: 1px solid #ccc;
}

.userpage_top{
	margin: 0 0 14px;
	padding: 0 0 17px 0;
	border-bottom: 1px solid #ededed;
}

.userpage_top a{
	font: 500 13px Arial;
	color: #333;
	text-decoration: none;
}

.userpage_top a:hover{
	text-decoration: underline;
}

.userpage_top div{
	font: 700 13px Arial;
	color: #f36621;
}

.userpage_left {
	width: 241px;
	float: left;
	padding: 0 19px 19px 0;
	border-right: 1px solid #ddd;
	min-height: 600px;
}

.userpage_info {
	float: right;
	width: 644px;
}

.userpage_info a{
	line-height: 20px;
	color: #045FBA;
	text-decoration: none;
}

.userpage_info a:hover{
	text-decoration: underline;
}

/* <Погода> */

.weather_detailed {
	font-size: 13px;
	color: #444;
	padding: 10px 0;
	*zoom: 1;
}

.weather_detailed:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.weather_detailed table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collpase;
	margin-bottom: 5px;
}

.weather_detailed table td {
	padding: 10px;
	vertical-align: middle;
	background: #f8f8f8;
	border-bottom: 1px solid #eae8e8;
}

.weather_detailed .weather_holiday {
	color: #da1b01;
}

.weather_detailed .weather_temperature {
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	width:55px;
}

.weather_detailed .weather_icon  {
	margin: 0 -10px;
}

.weather_detailed img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	filter: "none" !important;
}

.weather_detailed .valign_top {
	vertical-align: top;
}

.weather_detailed .nowrap {
	white-space: nowrap;
}

.weather_detailed .weather_wind {
	/* margin-top: 2px; */
	margin-top: -15px;
}

.weather_detailed .show_more, .weather_detailed .hide_more {
	float: right;
	color: #045fba;
	font-weight: bold;
	cursor: pointer;
	border-bottom:#ffffff 1px dotted;
}

.weather_detailed .show_more:hover, .weather_detailed .hide_more:hover {
	border-bottom:#045fba 1px dotted;
}

.weather_detailed .hide_more {
	display: none;
}

.weather_detailed .hidden_days {
	display: none;
}

.weather_tabs {
	padding: 10px 0;
	*zoom: 1;
}

.weather_tabs:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.weather_tabs dt {
	float: left;
	width: 99px;
	height: 30px;
}

.weather_tabs dt a {
	color: #444 !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #444;
}

.weather_tabs dt.active {
	color: #da1b01;
	font-weight: bold;
}

.weather_tabs dt.active a {
	color: #da1b01 !important;
	border: 0;
}

.weather_tabs dd {
	display: none;
	float: right;
	width: 100%;
	margin: 61px 0 0 -100%;
}

.weather_tabs dd.active {
	display: block;
}

.weather_tabs dt+dd+dt+dd+dt+dd+dt+dd+dt+dd+dt+dd+dt+dd+dt+dd {
	margin-top: 31px;
}

.weather_tabs img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	filter: "none" !important;
}

.weather_others {
	font-size: 13px;
	color: #444;
	padding: 5px 0 10px 0;
	*zoom: 1;
}

.weather_others:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.weather_others table {
	border-spacing: 0;
	border-collapse: collpase;
	margin-bottom: 5px;
}

.weather_others td {
	padding: 2px 10px 2px 0;
	vertical-align: middle;
}

.weather_others .weather_icon {
	margin: 0 40px 0 -5px;
}

.weather_others img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	filter: "none" !important;
}

.weather_list ul {
	list-style: none;
}

.weather_list ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px 14px 0;
	left: 0 !important;
	padding: 0 !important;
}

/* </Погода> */

/* news_styles */
.rightcity .citytext img{
	vertical-align: top;
}

.citytext .rowpoint {
	padding: 10px;
	margin: 0 -10px;
}

.citytext .rowpoint:hover {
	background: #f7f7f7;
}


.rightcity .citytext {
	background: #fff;
}

.pointframe .pictureandtext .picture .pictureframe{
	width: 693px;
	padding-top: 22px;
	background: #f8f8f8;
}

.pointframe .pictureandtext .picture .pictureframe .map_title {
	position: absolute;
	left: 6px;
	top: 2px;
	color: #444;
}

.pointframe .pictureandtext .picture .pictureframe .map_close {
	position: absolute;
	right: 8px;
	top: 2px;
	color: #da1b01;
	font-weight: bold;
	cursor: pointer;
	border-bottom:#f8f8f8 1px dotted;
}

.pointframe .pictureandtext .picture .pictureframe .map_close:hover {
	border-bottom:#da1b01 1px dotted;
}

.pointframe .pictureandtext .picture iframe{
	width: 100% !important;
	height: 350px !important;
}


.rightcity .photocity .frame .ipad{
	padding: 2px 11px 3px;
	position: absolute;
	bottom: 11px;
	left: 11px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #000;
	font: 700 20px Georgia, Arial;
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50) !important;
}

.rightcity .photocity .frame:hover .ipad {
	display: none;
}


.actions {
	padding: 5px 0 15px 0;
	*zoom: 1;
}

.actions:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.actions .like, .actions .unlike, .actions .add_to_journal {
	float: left;
	height: 24px;
	line-height: 23px;
	border: 1px solid #dfdfdf;
	background: #258dc8;
	background: -moz-linear-gradient(top,  #258dc8 0%, #f8f8f8 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(0%,#f8f8f8), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #258dc8 0%,#f8f8f8 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #258dc8 0%,#f8f8f8 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #258dc8 0%,#f8f8f8 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #258dc8 0%,#f8f8f8 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#f1f1f1',GradientType=0 );
}

.actions .like a, .actions .unlike a, .actions .add_to_journal a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 23px;
	text-decoration: none;
	border-top: 1px solid #fff;
}

.actions .like {
	margin-right: -1px;
	font-size: 10px;
}

.actions .like a {
	color: #626262;
	padding: 0 12px 0 22px;
}

.actions .like a:hover {
	text-decoration: none;
	background-position: 4px -23px;
}

.actions .unlike {
	margin-right: 14px;
	font-size: 10px;
}

.actions .unlike a {
	color: #626262;
	padding: 0 12px 0 22px;
}

.actions .unlike a:hover {
	text-decoration: none;
	background-position: 4px -23px;
}

.actions .add_to_journal {
	font-size: 13px;
}

.actions .add_to_journal a {
	color: #434343;
	padding: 0 23px 0 5px;
}

.actions .add_to_journal a:hover {
	text-decoration: none;
	background-position: 100% -23px;
}

.actions .add_to_journal.active a {
	background-position: 100% -46px;
}

.pictureandtext .text p strong{color:#878787;}

/* show full commenttext */
.commenttext_display_none{display:none;}

a.show_full_commenttext{border-bottom: #FFF 1px dotted;background: url('https://static.arrivo.ru/img/all/arr_more.png') 100% 7px no-repeat;padding-right: 12px;}
a.show_full_commenttext:hover{text-decoration:none !important;border-bottom:#045fba 1px dotted;}
a.show_full_commenttext span.dott_end{padding-right: 3px;}
a.show_full_commenttext:hover span.dott_end{color:#333;border-bottom:#FFF 1px dotted;}

img.unesco_inpoint{box-shadow: none !important; padding-left:5px;padding-top: 4px;}
.rowpoint .name img.unesco_inpoint{margin-top: 2px;padding-top: 0px;}

#map_canvas div {position:relative;}

/* news numpages */
.mainpoint_numpages {
	margin-top: 25px;
	border-collapse: collapse;
}

.mainpoint_numpages td {
	width: 30px;
	border:1px solid #aaa;
	color: #fff;
	text-align: center;
}

.mainpoint_numpages td a {
	padding-top: 4px;
	width: 30px;
	height: 20px;
	display: block;
	text-align: center;
	color: #555 !important;
	background-color: #fff;
	text-decoration: none !important;
}

.mainpoint_numpages td a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ddd;
}

.mainpoint_numpages td a.arr {
	opacity: 0.7;
}

.mainpoint_numpages td a.arr:hover {
	opacity: 1;
}

.mainpoint_numpages td img {
	box-shadow: none !important;
	position: relative;
}

.booking{
	width: 347px;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
}

.text_and_photos{
	float:left;
	width: 336px;
	padding: 15px 0 5px;
}

.text_and_photos p{
	padding-top:0px !important;
}

#res_search{
	position: absolute;
	width: 216px;
	background: #FFF;
	z-index: 1;
	display: none;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
	border-top: none;
}

#res_search p{
	padding: 5px;
}

#res_search h2{
	color: #da4901;
	padding: 5px 5px 0px 5px;
	font: 500 18px Arial;
	border-top: #444 1px solid;
}

#res_search h2:first-child{
	border-top:none;
}

#res_search p:hover{
	background:#f8f8f8;
}

#res_search p a{
	color: #444;
	text-decoration:none;
}

#res_search p a:hover{
	text-decoration:underline;
}

#contact {
	margin-bottom: 3em;
}

.contact-field {
	margin: 1.5em 0;
}

.contact-field-title {
	color: #878787;
	font-weight: bold;
	font-size: 11px;
}

.contact-field-input input[type=text] {
	width: 326px;
}

.contact-field-input textarea {
	width: 615px;
	height: 190px;
	font-family: Arial;
}


.contact-field-input input[type=text], .contact-field-input textarea {
	border: 1px solid #777;
	font-size: 13px;
	padding: 5px;
}

.contact-field-error {
	color: #f00;
	font-size: 11px;
}

.contact-hint {
	color: #878787;
	display: inline;
	float: right;
	margin-right: 15px;
}

.contact-required {
	color: #f00;
}

.contact-captcha .contact-field-input div {
	display: inline-block;
	vertical-align: middle;
}

.contact-field-captcha {
	margin: 0.5em 0.5em 0.5em 0;
}

.contact-captcha input[type=text] {
	width: 107px;
}

.contact-submit input[type=submit] {
	color: #fff;
	font-size: 18px;
	padding: 0 86px;
	height: 43px;
	background: #3c74dc url("https://static.arrivo.ru/img/page/submit.png");
	border: 0;
	cursor: pointer;
}

.contact-info {
	display: inline-block;
	float: right;
	margin: 2.2em 16px 0 69px;
	max-width: 219px;
}

.contact-info-title {
	font-size: 16px;
	margin-bottom: 0.5em;
}

.contact-info p {
	padding: 2px 0 !important;
}

.contact-success {
	color: #070;
	font-weight: bold;
	padding: 1em 0 0;
}

.form-red-border {
	border-color: #c00 !important;
	background: #fee !important;
}

.captcha {
	cursor: pointer;
}

#adv-button {
	color: #fff;
	font-size: 18px;
	line-height: 43px;
	background: #3c74dc url("https://static.arrivo.ru/img/page/submit.png");
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

#adv-button:hover, .contact-submit input[type=submit]:hover {
	background: #3c74dc url("https://static.arrivo.ru/img/page/submit-hover.png");
}

.points-links {
	line-height: 22px;
	margin: 0.75em 0 1em;
	background-color: #f8f8f8;
}
.points-links div {
	display: inline-block;
	width: auto !important;
	margin: 0 47px 0 10px;
}

.menu .block_auth .hide, .menu .block_lost .hide, .menu .block_reg .hide {
	display: none;
}

#form_error_register_agreed .red {
	margin: 5px 0 0 5px !important;
	display: none;
}

.reg-success {
	color: #070;
	padding: 0 0 1em;
}

.categories {
	background-color: #f8f8f8;
	text-align: center;
	line-height: 50px;
	margin: 0.6em 0 0;
}
.category_active {
	font-weight: bold;
}