/*temporary start*/
.panelBannerTop,
.interPlacesContainer {
	display: none;
}
.aside {
	margin-top: -15px;
}
/*temporary end*/

main *{
	box-sizing: border-box;
}
main, aside {
	display: block;
}
main {
	max-width: 1264px;
	padding: 0 15px;
	position: relative;
	margin: 5px auto 0;
	min-height: 900px;
}
main > .container {
	margin-right: 320px;
	position: relative;
}
aside {
	width: 300px;
	position: absolute;
	right: 15px;
	top: 0;
}
blockquote {
	border-left: 5px solid #ccc;
	padding: 10px 15px;
	background-color: #f7f7f7;
	margin-right: 0;
	margin-left: -20px;
}
.Heading {
	background: url("../img/breadcrumbs-bg.png") repeat scroll 0 0 #ebebeb;
	border-radius: 2px;
	padding: 6px 15px 4px;
	color: #555;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
}
.Button {
	background: -moz-linear-gradient(center bottom , #cccccc 0%, #fafafa 100%) repeat scroll 0 0 #f8f8f8;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 0 1px 0 #fff inset, 0 -1px 2px #bbb inset;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 4px 6px;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
}
.yellow-btn {
	background: -webkit-linear-gradient(#F5D72F, #EBAD37);
	background: -o-linear-gradient(#F5D72F, #EBAD37);
	background: -moz-linear-gradient(#F5D72F, #EBAD37);
	background: linear-gradient(#F5D72F, #EBAD37);
	border: 1px solid #E8A130;
	box-shadow: 0 0 3px #fff inset;
	text-shadow: none;
	height: 37px;
	padding: 9px 20px;
}
.yellow-btn:hover {
	background: -webkit-linear-gradient(#FFE772, #F7C35B);
	background: -o-linear-gradient(#FFE772, #F7C35B);
	background: -moz-linear-gradient(#FFE772, #F7C35B);
	background: linear-gradient(#FFE772, #F7C35B);
	text-shadow: none;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

/*bredcrumbs*/
.overflowHidden {
	overflow: hidden;
}
.bredcrumbs {
	background: url("../img/breadcrumbs-bg.png") repeat scroll 0 0 #ebebeb;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	margin-bottom: 10px;
}
#breadcrumbs {
	line-height: 15px;
	padding: 15px;
	max-width: 1260px;
	margin: 0 auto;
}
#breadcrumbs li {
	display: inline-block;
	margin: 0;
	position: relative;
	font-size: 12px;
}
.BrCr_arr {
	color: #999 !important;
	font-size: 15px !important;
}
#breadcrumbs li:last-child:after {
	content: '';
}
#breadcrumbs li a {
	font-size: 12px;
	line-height: 15px;
	color: #36a;
}

/*article*/
article {
	padding: 0 0 20px;
	overflow: hidden;
}
.blog-article {
	opacity: 1;
}
article p {
	padding-left: 115px;
	padding-right: 115px;
	margin: 10px 0 20px;
}
.blog-article.opac1 {
	opacity: 1;
}
article p.hasImg {
	padding-left: 0;
	padding-right: 0;
}
article p.hasImg small {
	padding-left: 115px;
	padding-right: 115px;
}
article p:empty {
	display: none;
	margin: 0;
}
.Sight-index article {
    border-bottom: 1px solid #ccc;
    border-top: medium none;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    overflow: visible;
}
.article_body .hasImg img,
.article_body img {
	max-height: 710px;
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.article_body .hasImg .portrait,
.article_body img.portrait {
	max-height: 710px;
	width: auto !important;
	height: auto !important;
}


.addComment .cke_top,
.addComment .cke_bottom {
	display: none !important;
}
article .cke_bottom .cke_path {
	display: none !important;
}
article h1.articleName {
	font-weight: bold;
	font-size: 21px;
	color: #000;
	font-style: normal;
	margin-top: 0;
}
article h2 {
	color: #000;
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}
article h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top:10px;
}
article header {
	margin: 0 0 15px;
}
article ul,
article ol {
	margin-bottom: 20px;
}
.article_body a {
    font-size: 14.4px !important;
}
.topic_info {
	color: #606060;
	font-style: italic;
	padding-right: 260px;
}
.date_params {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
}
.story-rank-num {
	font-style: normal;
	color: #000;
	font-weight: bold;
	background-color: #FEEBB1;
	display: inline-block;
	margin-top: -1px;
	padding: 1px 5px;
}
.change-rank {
	padding: 0 3px;
	cursor: pointer;
}
.change-rank:hover {
	color: #000;
}
.autor_info {
	height: 68px;
  	box-sizing: border-box;
	float: right;
	border: 1px solid #CFCFCF;
	padding-right: 12px;
	margin: 0 0 5px 12px;
	border-radius: 2px;
	font-size: 11px;
	position: absolute;
	top: 0;
	right: 0;
}
.autor_info img,
.autor_info .autor {
	display: inline-block;
}
.autor_info img {
	height: 66px;
	vertical-align: top;
}
.autor_info .autor {
	margin-left: 12px;
	top: 0;
	position: relative;
	line-height: 14px;
	margin: 5px 0 0 12px;
	padding-bottom: 3px;
}
.autor_info .autor,
.info {
	color: #606060;
}
.autor_info .autor_options {
	background-color: #F9F9F9;
	overflow: hidden;
	border: 1px solid #CFCFCF;
	border-radius: 0 0 2px 2px;
	margin: 5px -13px 0 -1px;
	padding: 4px 6px;
	color: #039;
}
.autor_rating {
	margin-left: 17px;
	font-size: 10px;
	color: #999999;
}
.autor_info .autor_options div:hover,
.autor_info .add_to_friends,
.autor_info .write_letter {
	cursor: pointer;
}
.autor_info .add_to_friends,
.autor_info .write_letter {
	color: #039;
}
.autor_info .add_to_friends:hover,
.autor_info .write_letter:hover {
	text-decoration: underline;
}
.autor_info .autor_options div:hover {
	text-decoration: underline;
}
.autor_info .add_to_friends {
	background: url("../img/svg/add.svg") no-repeat left center / 12px auto;
	padding-left: 16px;
}
.autor_info .write_letter {
	background: url("../img/svg/mail.svg") no-repeat left center / 12px auto;
	padding-left: 16px;
}

/*edit story*/
article form:after {
	content: '';
	display: table;
	clear: both;
}
article .yellow-btn {
	float: right;
	margin-top: 20px;
}
.edit_reivew {
	background: linear-gradient(#F9F9F9, #D8D8D8) repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 223px;
	margin: 10px 0 4px;
}
.edit_reivew a {
	cursor: pointer;
	width: 223px;
	display: inline-block;
	height: 32px;
	line-height: 14px;
    border: 1px solid #BBBBBB;
    color: #5F5F5F;
    font-style: normal;
    font-size: 14px;
    font-family: ubuntu,arial,sans-serif;
    font-weight: bold;
    padding: 7.5px 15px 5px 44px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 14px -165px;
	white-space: nowrap;
}
.edit_reivew a:hover {
	height: 32px;
	line-height: 14px;
    color: #5F5F5F;
    font-style: normal;
    font-size: 14px;
    font-family: ubuntu,arial,sans-serif;
    font-weight: bold;
}
.edit_reivew a:hover {
	text-decoration: none;
}
.edit_reivew:hover {
	background: linear-gradient(#D8D8D8, #F9F9F9) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*media*/
.Blog-index .photoAlWrap {
	margin: 0 0 5px;
	padding-top: 5px;
	border-top: 1px solid #CFCFCF;
}
.Blog-index .photoAlWrap:empty {
	display: none;
}
.media .Heading {
	margin-bottom: 5px;
}
.media-block {
	display: inline-block;
	margin: 5px 6px 0 0;
}
.media-block img:hover {
	opacity: .7;
}

/*social*/
.hr {
	border-top: 1px solid #CFCFCF;
}
.social-container {
	padding: 20px 0 0 10px;
	margin-bottom: -5px;
	opacity: 0;
}
.social-container .a2a_default_style a:hover .a2a_img,
.social-container .a2a_default_style a:hover .a2a_svg,
.social-container .a2a_floating_style a:hover .a2a_img,
.social-container .a2a_floating_style a:hover .a2a_svg {
    opacity: 1;
}
.social-container .soc-btn {
	line-height: 31px;
	margin-right: 10px;
	margin-bottom: 10px;
}
@media (min-width: 769px) {
	.social-container .soc-btn {
		opacity: 0.6;
	}
}
.social-container .a2a_button_facebook {
	background-color: #3B5998;
	padding-left: 0 !important;
}
.a2a_button_twitter {
	background-color: #55ACEE;
}
.a2a_button_google_plus {
	background-color: #DC4A38;
}
.social-container .a2a_button_odnoklassniki {
	background-color: #F2720C;
}
.a2a_button_livejournal {
	background: -webkit-linear-gradient(top, #fff 10%,#EDEDED 100%);
    background: -moz-linear-gradient(top, #fff 10%,#EDEDED 100%);
    background: -o-linear-gradient(top, #fff 10%,#EDEDED 100%);
    background: -ms-linear-gradient(top, #fff 10%,#EDEDED 100%);
    background: linear-gradient(top, #fff 10%,#EDEDED 100%);
	color: #555 !important;
}
.social-container .soc-btn {
	padding: 0 !important;
	font-size: 0 !important;
}
.a2a_button_vk {
	background-color: #587EA3;
}
.soc-btn.a2a_dd {
	padding: 0 !important;
	background-color: #0166FF;
}
.social-container .soc-btn,
.social-container .soc-btn:hover {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.social-container .soc-btn:hover {
	opacity: 1;
}
.afterArticleWrapper {
	position: relative;
	margin-bottom: 60px;
	min-height: 325px;
}
#commentText {
	min-height: 200px;
	width: 100% !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	padding: 20px;
}
.add-comment-block #commentText {
	height: 40px !important;
	padding: 6px !important;
}
.add-comment-block #commentText.open {
    height: 40px !important;
}
.add-comment-block #commentButton {
    width: 78px;
}
.comment-form {
    padding-right: 85px;
}
#showNextSightBar {
	position: relative;
	margin-left: -14px;
	margin-top: 20px;
}
#showNextSightBar:after {
	position: absolute;
	top: -1px;
	right: 0;
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-color: #fff;
}

/*same stories*/
.sameStorises,
.sameStorises .stickem {
	width: 240px;
}
.sameStorises .stickem {
	border-bottom: 1px solid #CFCFCF;
	margin-top: 15px;
}
.sameStorises {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.stories {
	list-style: none;
	padding: 3px 4px 8px;
}
.stories li {
	padding: 2px 0;
}
.sSname,
.sSname:hover {
	font-size: 14.4px;
}
.sS_info {
	font-style: italic;
	font-size: 11px;
	color: #999;
}

/*comments*/
.Blog-index .comments,
.addComment {
	margin-right: 265px;
}
.Blog-index .comments {
	padding-top: 15px;
}
.Blog-index .comment {
	padding: 10px 0 5px;
	border-bottom: 1px solid #CFCFCF;
}
.Blog-index .comment:last-child {
	border-bottom: none;
}
.Blog-index .addComment {
	margin-top: 15px;
}
.headingLink,
.headingLink:hover {
	font-size: 12px;
}
.headingLink {
	position: absolute;
	top: 9px;
	right: 15px;
	text-transform: lowercase;
}
.headingLink,
.sS_info a,
.sSname,
.IP-name {
	color: #039 !important;
}
.addComTitle {
	font-style: italic;
	color: #606060;
	margin: -5px 0 10px;
	display: block;
}
.addComment .viewer-notice {
	margin: 18px 0 0 -4px;
}
#commentButton {
	margin-top: 12px;
}
.userAvatar {
	width: 80px;
}
.userAvatar img {
	width: 60px;
}
.commBody {
	margin-left: 80px;
}
.comment .user {
	font-size: 11px;
}
.user_rep {
	margin: 0 10px;
}
.comm_date {
	margin: 3px 3px 0 0;
}
.commOp {
	margin: 2px 2px 0 0;
}

/*aside*/
aside {
	height: 100%;
}
.aside-banner {
	width: 300px;
}
.aside-banner.panelBannerBottom {
	margin-top: 15px;
}
.interPlacesContainer {
	margin: 15px 0 0;
}
aside .Heading {
	padding-left: 8px;
	letter-spacing: -.1px;
}
aside .headingLink {
	right: 8px;
	letter-spacing: 0;
}
.interPlacesBlock {
	padding-left: 110px;
	font-size: 11px;
	line-height: 13px;
	color: #606060;
	position: relative;
	margin: 15px 3px 0;
}
.interPlacesBlock img {
	position: absolute;
	width: 95px;
	min-height: 50px;
	top: 0;
	left: 0;
	background-color: red;
}
.IP-name,
.IP-name:hover {
	display: inline-block;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 14px;
}
.IP-distance {
	color: #000;
}

/*stickem*/
.stickit,
.afterArticleWrapper .stickit-end {
	position: fixed;
	top: 0;
	bottom: auto;
}
.stickit-end {
	top: auto;
	bottom: 40px;
	position: absolute;
}
aside .stickit-end {
	top: auto;
	bottom: -20px;
	position: absolute;
}

.afterArticleWrapper .ans_body {
	margin-right: 255px;
}


.article_body ul,
.article_body ol {
	padding-left: 15px;
	margin-left: 130px;
}
.article_body p ul,
.article_body p ol {
	margin-left: 15px;
}


.com-map-container {
	position: relative;
	margin-top: 20px;
	display: table;
	width: 100%;
}
.com-map-container .ans_body {
	display: table-cell;
	padding-right: 20px;
	position: relative;
	vertical-align: top;
}
.com-map-container .comments-container {
	padding-top: 0;
}
.map-right-container {
	display: table-cell;
	max-width: 300px;
	min-width: 300px;
	width: 300px;
	vertical-align: top;
	padding: 0;
}
.article_description a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}



@media only screen and (max-width : 1100px) {
	.topic_info {
		float: none;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.autor_info {
	    float: left;
	    margin: 8px 15px 0 0 !important;
		position: static;
	}
	.sameStorises,
	.sameStorises .stickem {
		position: static !important;
	}
	.Blog-index .comments,
	.addComment {
	    margin-right: 0;
	}
	.sameStorises,
	.sameStorises .stickem {
	    width: 100%;
	}
	.sight-rev-left-col .article_description {
		padding: 15px 0 !important;
	}
	.com-map-container,
	.com-map-container .ans_body,
	.map-right-container {
		display: block;
	}
	.com-map-container .ans_body {
		padding-right: 0;
		top: 0;
	}
	.map-right-container {
		margin-top: 40px;
	}

}
@media only screen and (max-width : 1000px) {
	article {
		padding: 0 0 20px;
		overflow: hidden;
	}
	article p,
	article p.hasImg small {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	blockquote {
		margin-left: 0;
	}
	.article_body ul,
	.article_body ol {
		margin-left: 15px;
	}
}
@media only screen and (max-width : 900px) {
	main > .container {
		overflow: hidden;
		margin-bottom: 20px;
		margin-right: 0;
	}
    aside {
    	position: static !important;
    	width: 100%;
    }
    .afterArticleWrapper .ans_body {
    	margin-right: 0;
    }
    .panelBannerBottom {
        position: static !important;
    }
    .panelBannerTop,
    .panelBannerBottom {
        margin-left: auto;
        margin-right: auto;
    }
    .interPlacesBlock {
    	float: left;
    	width: 50%;
    	margin-right: 0;
    	margin-left: 0;
    }
	.interPlacesBlock:nth-child(even) {
		padding-right: 10px;
	}
}
@media only screen and (max-width : 500px) {

	.map-right-container {
		max-width: 1000px;
		min-width: 0;
		width: 100%;
	}
}
@media only screen and (max-width : 380px) {
	.ans_body .blog-com-num {
		position: static;
		float: none;
		display: block;
		margin-bottom: 0;
	}
}
@media only screen and (max-width : 414px) {
	.vNum + * {
	    clear: both;
	}
	.social-container .a2a_button_google_plus,
	.social-container .a2a_button_livejournal,
	.social-container .a2a_button_twitter {
		font-size: 13px !important;
	}
}

/*editor*/
/*.cke_toolbox > span:nth-last-child(2) {
	display: none !important;
}*/

/*banners*/
.footer {
	background-color: #fff;
}
.footer,
.large-bottom-banner {
	position: relative;
	z-index: 1;
}
.large-top-banner {
    margin: 30px auto 10px;
    width: 970px;
    position: relative;
    z-index: 1;
}
