.clearfix:after {
    content: '';
    display:block;
    clear:both;
}
.CommentForm .PreviewButton {
	display: none;
}
.dWindow * {
	line-height: 15px;
}
.dWindow a {
	color: #039;
	font-size: 13px;
}
.dWindow a:hover {
	text-decoration: underline;
}
/**/
body {
	overflow-x: hidden;
}
#Body .badge-new,
.footerRow {
	display: none;
}
.Section-CategoryList .BreadcrumbsWrapper {
	height: 0;
	overflow: hidden;
}
#dashboard_profile_preferences #Frame #Head {
	display: block !important;
}
#dashboard_profile_preferences #Frame #Foot {
	display: none;
}
#dashboard_profile_preferences #Frame .ProfileOptions {
	display: none;
}
#dashboard_profile_preferences #Frame .H {
	display: none;
}
#dashboard_profile_preferences #Content {
	margin: 0;
}
#dashboard_profile_preferences .Row {
	margin: 0 auto;
}

/*for all pages START*/
/*tags*/
body {
	font-family: arial, sans-serif;
	min-width: 320px;
}
h1 {
	margin: 15px 0;
}
hr {
	margin: 20px 0;
	background-color: #D9D9D9;
}
button {
	cursor: pointer;
}

/*ID's and classes*/
.Row {
	max-width: 1264px;
	padding: 0 15px;
	position: relative;
}
.overflowHidden {
	overflow: hidden;
}
.clear {
	clear: both;
}
.link-color {
	color: #039 !important;
	cursor: pointer !important;
}
#Content {
    min-height: 640px;
}
.userLogedIn #Content {
    min-height: 810px;
}
#vanilla_discussions_bookmarked #Panel,
#vanilla_discussions_tagged #Panel,
#vanilla_discussion_index #Panel,
#vanilla_discussions_index #Panel,
#vanilla_categories_index #Panel,
#vanilla_discussion_comment #Panel,
#vanilla_discussions_mine #Panel,
#vanilla_drafts_index #Panel,
#dashboard_activity_index #Panel {
	width: 300px;
	position: absolute;
	top: 0;
	right: 15px;
}
#vanilla_discussions_bookmarked #Content,
#vanilla_discussions_tagged #Content,
#vanilla_discussion_index #Content,
#vanilla_discussions_index #Content,
#vanilla_categories_index #Content,
#vanilla_discussion_comment #Content,
#vanilla_discussions_mine #Content,
#vanilla_drafts_index #Content,
#dashboard_activity_index #Content {
	margin: 0 320px 0 0;
}
#Content {
	position: relative;
}
.HomepageTitle,
.TaggedHeading {
	margin-top: -7px;
}
.PageDescription {
	line-height: 17px;
	margin-bottom: 12px;
}
.categoryLiItem:hover,
.ItemDiscussionList .ItemDiscussion:hover,
.ItemComment:hover,
.Drafts .Draft:hover {
	background-color: #fffcf1;
}
.Category {
	font-size: 11px;
	color: #333;
	line-height: 15px;
}
.small-gray,
.small-gray a {
	color: #999;
	font-size: 11px;
}
.small-gray a:hover {
	color: #777;
}
.CommentCount,
.ViewCount {
	position: relative;
}
.CommentCount {
	margin-right: 0;
}
.ViewCount {
	margin-left: 32px;
}
.ItemDiscussionList .ViewCount {
	margin-left: 24px;
}
.CommentCount:before,
.ViewCount:before {
	content: '';
	display: block;
	position: absolute;
	height: 12px;
	top: 1px;
	background: url(img/icons.png) no-repeat left top;
}
.CommentCount:before {
	width: 14px;
	left: -19px;
}
.ViewCount:before {
	width: 18px;
	left: -23px;
	background-position: left -13px;
}
.inl-block {
	display: inline-block;
}
.text-o-fl {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.HasNew {
    background-color: #F0B046;
    display: inline-block;
    margin-right: 5px;
}
#dashboard_profile_preferences {
	overflow: auto !important;
}
.br-class {
	display: none;
}
.InformMessages .Icon {
	display: none !important;
}
.InformMessages .InformWrapper.HasIcon .InformMessage {
	padding-left: 14px !important;
}
#vanilla_discussions_bookmarked .HpTitleWrap {
	float: none !important;
}
.InformMessages .Title > .comment-mail {
	display: none !important;
}
.InformMessages .Title > .comment-tip {
	display: block !important;
	color: #fff;
	white-space: nowrap;
}
.InformMessages .Title > .comment-tip span {
	display: block !important;
	opacity: 1 !important;
}

/*banners*/
.panelBannerTop,
.panelBannerBottom {
	width: 300px;
}
.panelBannerTop {
	margin-bottom: 20px;
	display: none;
}
.panelBannerBottom {
	margin-top: 20px;
}
.panelBannerTop:empty,
.panelBannerBottom:empty,
.large-bottom-banner:empty {
	margin: 0;
}
.large-bottom-banner {
	width: 970px;
	margin: 30px 0 0;
}

/*breadcrumbs*/
.BreadcrumbsWrapper {
	position: relative;
	background: url("img/breadcrumbs-bg.png") #EBEBEB;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto 23px;
	max-width: 1266px;
	z-index: 1;
}
.BreadcrumbsWrapper:before,
.BreadcrumbsWrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 500px;
	height: 47px;
	background: url("img/breadcrumbs-bg.png") #EBEBEB;
	border-bottom: 1px solid #dfdfdf;
	z-index: 0;
}

.BreadcrumbsWrapper:before {
	left: -500px;
}
.BreadcrumbsWrapper:after {
	right: -500px;
}

.BreadcrumbsWrapper .Breadcrumbs {
	display: inline-block;
	min-height: 24px;
	padding: 13px 0 10px;
	line-height: 21px;
}
.BreadcrumbsWrapper .Crumb,
.BreadcrumbsWrapper a,
.BreadcrumbsWrapper a:hover {
	font-size: 17px;
}
.BreadcrumbsWrapper a,
.BreadcrumbsWrapper a:hover {
	/*font-weight: bold;*/
}
.BreadcrumbsWrapper a {
	color: #36a;
}
.BreadcrumbsWrapper a:hover {
	color: #36a;
}
.BreadcrumbsWrapper .Crumb {
	color: #999;
	font-size: 20px;
}
.BreadcrumbsWrapper .Tags {
	margin: 0 0 0 5px;
}
.BreadcrumbsWrapper .Tags .select-wrap {
	margin-bottom: -9px;
}
.BreadcrumbsWrapper select {
	min-width: 205px;
}

/*buttons*/
.Button,
.Button a,
.Button a:hover,
.Button a:visited,
.Button a:active {
	font-size: 12px;
	font-family: arial, sans-serif !important;
}
.Button,
.viewer-comm-table button {
	background-image: none;
	background-color: #f4f4f4;
	border: none;
	box-shadow: none;
	padding: 10px 20px 9px;
	vertical-align: top;
	height: 34px;
	line-height: 12px;
	box-sizing: border-box;
	text-decoration: none;
	outline-style: none;
	outline-width: 0px;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	border: 1px solid #d8d8d8;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-linear-gradient(#F5F5F5, #F2F2F2, #EDEDED);
	background: -o-linear-gradient(#F5F5F5, #F2F2F2, #EDEDED);
	background: -moz-linear-gradient(#F5F5F5, #F2F2F2, #EDEDED);
	background: linear-gradient(#F5F5F5, #F2F2F2, #EDEDED);
	box-shadow: inset 0 0 3px #fff;
}
input.Button,
.viewer-comm-table button {
	padding-top: 9px;
}
.Button:hover,
.photo-file:hover+.Button,
.viewer-comm-table button:hover {
	color: #111;
	border: 1px solid #c4c4c4;
	background: -webkit-linear-gradient(#dedede, #e3e3e3, #ddd);
	background: -o-linear-gradient(#dedede, #e3e3e3, #ddd);
	background: -moz-linear-gradient(#dedede, #e3e3e3, #ddd);
	background: linear-gradient(#dedede, #e3e3e3, #ddd);
	text-decoration: none;
}
a.Button,
#Panel .FilterMenu li a {
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #333;
}
.Button.disabled {
	background-color: #FDF5F3;
	border-color: #E2C6C6;
}
.Button.disabled:hover {
	background-color: #E2C6C6;
}
.prfrBtn {
	margin-left: 0 !important;
	margin-top: 5px;
}
#Form_PostDiscussion,
#Form_Save,
#Form_PostComment,
#Form_SaveComment,
.prfrBtn,
#buttonForm {
	background: -webkit-linear-gradient(#F5D72F, #EBAD37);
	background: -o-linear-gradient(#F5D72F, #EBAD37);
	background: -moz-linear-gradient(#F5D72F, #EBAD37);
	background: linear-gradient(#F5D72F, #EBAD37);
	border-color: #E8A130;
	text-shadow: none;
}
#Form_PostDiscussion:hover,
#Form_Save:hover,
#Form_PostComment:hover,
#Form_SaveComment:hover,
.prfrBtn:hover,
#buttonForm:hover {
	background: -webkit-linear-gradient(#FFE772, #F7C35B);
	background: -o-linear-gradient(#FFE772, #F7C35B);
	background: -moz-linear-gradient(#FFE772, #F7C35B);
	background: linear-gradient(#FFE772, #F7C35B);
	border-color: #E8A130;
	text-shadow: none;
}
#lbCenter_auth {
	width: 320px !important;
}

/*text-input*/
.input-tmpl {
	font-size: 14px !important;
	padding: 6px 3px;
	border: 1px solid #D6D6D6 !important;
}
.input-tmpl:focus {
	border-color: #c9b34b !important;
	box-shadow: inset 0 0 5px #fff0a9;
	background-color: #fffcef !important;
}
.input-tmpl.error {
	border-color: #E2C6C6 !important;
	box-shadow: inset 0 0 5px #E2C6C6;
	background-color: #fff4f4 !important;
}

/*custom select*/
.select-wrap {
	display: inline-block;
	position: relative;
	background: -webkit-linear-gradient(#fff, #f2f2f2);
	background: -o-linear-gradient(#fff, #f2f2f2);
	background: -moz-linear-gradient(#fff, #f2f2f2);
	background: linear-gradient(#fff, #f2f2f2);
	border: 1px solid #d6d6d6;
	padding: 0 !important;
	overflow: hidden;
}
.select-wrap select {
	padding: 4px;
	background: transparent;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.select-wrap:before {
	content: '';
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: -webkit-linear-gradient(#fff, #f2f2f2);
	background: -o-linear-gradient(#fff, #f2f2f2);
	background: -moz-linear-gradient(#fff, #f2f2f2);
	background: linear-gradient(#fff, #f2f2f2);
	pointer-events: none;
}
.select-wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	right: 10px;
	z-index: 1;
	pointer-events:none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #999999;
	height: 0;
	width: 0;
}

/*cleditorMain*/
.cleditorMain-wrap {
	margin: 20px 0;
}
.cleditorMain {
	max-width: 955px;
	background-color: #F3F3F3;
	padding: 10px 7px;
	border: none;
	box-sizing: border-box;
}
#vanilla_post_discussion .cleditorMain,
#vanilla_post_editdiscussion .cleditorMain {
	max-width: 1264px;
}
.cleditorToolbar {
	background: none;
	background-color: #fff;
}
.cleditorButton {
	cursor: pointer;
}
.cleditorMain iframe {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin: 9px 0 0;
	max-width: 956px;
}
#vanilla_post_discussion .cleditorMain iframe,
#vanilla_post_editdiscussion .cleditorMain iframe {
	max-width: 1248px;
	min-height: 298px;
}
#vanilla_post_discussion .cleditorMain-wrap {
	max-width: 700px;
}
#vanilla_post_discussion #Form_Name {
	display: inline-block;
	max-width: 542px;
	width: 98.5%;
}

/*add images/albums etc.*/
.cke_dialog.cke_ltr {
	top: 15px !important;
}
.cke_dialog_ui_vbox_child .myContent {
	overflow-y: auto;
	margin: -30px -8px 0 -4px;
	height: 660px;
}
.cke_dialog_ui_vbox_child .myContent:empty {
	background: url(img/loader.gif) center center no-repeat;
}
.cke_dialog_ui_vbox_child .myContent .al-li-cont {
	float: left;
	width: 180px;
	height: 200px;
	position: relative;
	padding: 10px 6px 10px 22px;
}
.cke_dialog_ui_vbox_child .myContent .al-li-cont:before {
	background-color: #fff;
    border: 1px solid #ccc;
    content: "";
    display: block;
    height: 130px;
    left: 16px;
    position: absolute;
    top: 4px;
    width: 170px;
}
.cke_dialog_ui_vbox_child .myContent .al-li-img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	width: 160px;
	height: 120px;
	position: relative;
	display: block;
	cursor: pointer;
}
.cke_dialog_ui_vbox_child .myContent .al-li-name {
	margin-top: 6px;
	width: 172px;
	max-height: 42px;
	overflow: hidden;
	white-space: normal;
	cursor: pointer;
}
.cke_dialog_ui_vbox_child .myContent .al-imgs-cont {
	float: left;
	width: 128px;
	height: 104px;
	padding: 4px 0 4px 11px;
}
.cke_dialog_ui_vbox_child .myContent .al-imgs-img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	width: 118px;
	height: 90px;
	display: block;
	cursor: pointer;
}
.cke_dialog_ui_vbox_child .myContent .al-img-name {
	margin-top: 6px;
	width: 132px;
	max-height: 42px;
	overflow: hidden;
	white-space: normal;
	cursor: pointer;
}
.imgs-in-al-num {
	color: #BEBEBE !important;
	margin-top: 3px !important;
	cursor: pointer;
}
.album-path {
	cursor: pointer !important;
	margin: 0 0 5px 11px !important;
	width: 406px;
	white-space: normal !important;
}
.bck-to-als {
	cursor: pointer !important;
	margin: 2px 0 5px 11px !important;
	color: #039 !important;
}
.cke_dialog.cke_browser_gecko .cke_resizer_ltr {
	display: none;
}

/*gallery*/
.Discussion .media {
	margin-left: 150px;
}
.Discussion .media ul {
	overflow: hidden;
	margin-right: -25px;
	margin-left: -5px;
	padding: 5px;
	padding-left: 2px;
}
.Discussion .TopicContent .media {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.Discussion .TopicContent .media ul {
	margin-right: 0;
	margin-left: 0;
}
.Discussion .media li,
.ItemComment .media li {
	margin: 0 10px 4px 0;
	float: left;
}
.media .foto .photo_element {
	border: 6px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.4);
}
.media .foto .photo_element:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.6);
}
#viewer_likebox{
	margin-top: 3px !important;
}
#viewer_likebox+p{
	margin: -10px 0 5px 15px !important;
}
.loadingPU {
	margin-left: 330px;
}
.loadingPU:before {
	content: 'Загрузка...';
	color: #555;
	font-size: 17px;
}
#lbCenter_media {
	margin-left: -405px !important;
	margin-top: 0 !important;
}
#mediaviewer-img {
	margin-bottom: -7px;
}

/*empty comment error*/
#vanilla_post_comment  #Content {
	padding-left: 4px;
}
#vanilla_post_comment .Author .PhotoWrap {
	display: none;
}
#vanilla_post_comment .cleditorMain {
    max-width: 1275px;
    padding-right: 6px !important;
}
#vanilla_post_comment .cleditorMain iframe {
    max-width: 1263px;
}
#vanilla_post_comment .cleditorToolbar {
}

/*PANEL START*/
/*hide unusable buttons from panel*/
#Panel li.AllCategories,
#Panel li.Discussions,
#Panel li.Activities,
#Panel .BoxCategories,
#Panel .CategoryFilter,
#Panel .MeBox,
#Panel .GuestBox {
	display: none;
}
#Panel .FilterMenu li {
	padding: 0;
	border-bottom: 2px solid #f1f1f1;
	height: 39px;
}
#Panel .NewDiscussion,
.newDisc-sm {
	margin-bottom: 0;
	background: -webkit-linear-gradient(#6DB933, #69B52F, #67B02B) !important;
	background: -o-linear-gradient(#6DB933, #69B52F, #67B02B) !important;
	background: -moz-linear-gradient(#6DB933, #69B52F, #67B02B) !important;
	background: linear-gradient(#6DB933, #69B52F, #67B02B) !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-khtml-border-radius: 2px !important;
	border-radius: 2px !important;
	border: none !important;
	box-shadow: none !important;
	color: #fff !important;
	text-shadow: none !important;
	font-size: 14px !important;
	padding-top: 11px !important;
	height: 35px !important;
}
.newTopicIcon {
	display: inline-block;
	background: url(img/edit.svg) no-repeat;
	height: 22px;
	width: 22px;
	margin: -5px 10px -5px 0;
}
#Panel .NewDiscussion:hover,
.newDisc-sm:hover {
	background: -webkit-linear-gradient(#5F9B31, #65A038, #59962B) !important;
	background: -o-linear-gradient(#5F9B31, #65A038, #59962B) !important;
	background: -moz-linear-gradient(#5F9B31, #65A038, #59962B) !important;
	background: linear-gradient(#5F9B31, #65A038, #59962B) !important;
	text-decoration: none !important;
	border: none !important;
}
#Panel .FilterMenu li:hover,
#Panel .FilterMenu li.Active {
	background-color: #fffcf1;
}
#Panel .FilterMenu li a {
	display: block;
	padding: 9px 10px 9px 15px;
	position: relative;
	text-align: left;
	color: #039;
}
#Panel .FilterMenu li .Aside {
	position: absolute;
	top: 11px;
	right: 3px;
}
#Panel .FilterMenu li .Count {
	padding: 0 8px 0 31px;
	height: 17px;
	display: table-cell;
	font-size: 10px;
	line-height: 17px;
	text-align: right;
	vertical-align: middle;
	background-color: #ebebeb;
	color: #222;
	font-weight: bold;
	position: relative;
}
#Panel .FilterMenu li .Count:after {
	display: block;
	content: 'тем:';
	position: absolute;
	top: 0;
	left: 7px;
	color: #909090;
	font-weight: normal;
}
#Panel .FilterMenu li.Active .Count:after {
	color: #111;
}
#Panel .FilterMenu li.Active .Count {
	background-color: #D3D3D3;
}
#Panel .BoxFilter {
	margin: 0;
}
#Panel #Form_User_SignIn .Buttons a {
	display: block;
	margin: 0;
}
.userNotLogedIn #Panel .preferencesEdit {
	display: none;
}
/*PANEL END*/

/*Preferences page panel and etc.*/
#dashboard_profile_preferences #Frame .BreadcrumbsWrapper,
#dashboard_profile_preferences .prfrPanel,
.prfrPanel .BoxNewDiscussion,
.prfrPanel .BoxDiscussionFilter {
	display: block !important;
}
#dashboard_profile_preferences .Breadcrumbs > .CrumbLabel+span > .Crumb,
#dashboard_profile_preferences .Breadcrumbs > .CrumbLabel+span > .CrumbLabel {
	display: none;
}#dashboard_profile_preferences .PreferenceGroup.firstGroup {
	margin-top: 0;
}
#dashboard_profile_preferences .PreferenceGroup.firstGroup tbody tr:nth-child(1) {
	display: none;
}
#dashboard_profile_preferences .prfrPanel {
	width: 300px;
	position: absolute;
	top: 10px;
	right: 0;
}
#dashboard_profile_preferences .Preferences {
    margin-right: 320px;
    margin-top: -10px;
}
#dashboard_profile_preferences .prfrPanel ul,
#dashboard_profile_preferences .prfrPanel li {
	margin: 0;
	width: 100%;
}
#dashboard_profile_preferences .prfrPanel .MyBookmarks {
	border-top: none !important;
}
#dashboard_profile_preferences .PreferenceGroup {
	font-size: 12px;
}
#dashboard_profile_preferences h3:first-child {
	margin-top: -15px;
}
#dashboard_profile_preferences .turpravda-wrap {
	min-width: 830px;
}
#dashboard_profile_preferences .PrefCheckBox {
	line-height: 15px !important;
}

/*DRAFTS START*/
.Drafts .Draft {
	position: relative;
	border-bottom: 1px dotted #cccccc;
	padding: 12px 35px 9px 15px;
}
.Drafts .Excerpt a {
	color: #333;
	font-size: 12px;
	line-height: 15px;
}
.Drafts .Draft .Delete {
	width: 17px;
	height: 17px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 15px;
}
.Drafts .Draft:hover .Delete {
	color: rgba(0,0,0,0);
	display: block;
	background-color: transparent;
}
.Drafts .Draft:hover .Delete:before {
	content: '';
	background: url('/img/icons/close.png') no-repeat -3px 2px;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	margin-top: -5px;
}
/*DRAFTS END*/

/*CATEGORY-LIST ..views/categories/all.php START*/
.CategoryList,
.CntrList {
	box-sizing: border-box;
}
.CategoryList {
	float: left;
}
.CntrList {
	width: 450px;
	xposition: absolute;
	xtop: 0;
	xright: 0;
	float: right;
}
.CntrList .CoFilWrap {
	position: absolute;
	top: 7px;
	right: 10px;
	overflow: hidden;
	border: 1px solid #D3D3D3;
}
.CntrList .CountriesFilter {
	font-size: 10px;
	line-height: 17px;
	display: block;
	float: left;
	font-weight: bold;
	background-color: #FFEDAD;
	color: #7F7F7F;
	padding: 2px 12px 0;
}
.CntrList .CountriesFilter.selected {
	background-color: #EFB75A;
	color: #fff;
}
.CategoryHeading .ItemContent,
.CntrList .CategoryHeading {
    font-size: 16px;
    color: #555;
    font-weight: normal;
    text-transform: uppercase;
}
.CategoryHeading .ItemContent .Options {
	display: none;
}
.CategoryListWithHeadings .categoryLiItem {
	margin: 0;
	padding: 0 85px 0 15px;
	min-height: 54px;
	border-bottom: 2px solid #F1F1F1;
	position: relative;
}
.CntrList .categoryLiItem {
	min-height: 39px;
	padding-right: 65px;
	padding-left: 15px;
}
.CntrList .categoryLiItem .TitleWrap {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.CntrList .categoriesLiItemWrap {
	box-sizing: border-box;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.CategoryListWithHeadings .CategoryHeading {
	padding: 6px 15px;
	background: url("img/breadcrumbs-bg.png") #EBEBEB;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
.CategoryListWithHeadings .CategoryHeading:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.CategoryListWithHeadings .CategoryHeading .Options {
	margin: 2px -7px 0 0;
}
.categoryLiItem .PhotoWrap-Category {
	margin: 17px 15px 18px 0;
}
.categoryLiItem .PhotoWrap-Category img {
	display: block;
	min-width: 55px;
	min-height: 55px;
	max-width: 55px;
	background-color: #999;
}
.categoryLiItem .Title {
	font-size: 17px;
}
.CntrList .Title {
	font-size: 14px;
}
.categoryLiItem .TitleWrap {
	padding: 10px 0 2px;
	line-height: 17px;
}
.CntrList .TitleWrap {
	line-height: 18px;
}
.categoryLiItem .DiscussionCount,
.categoryLiItem .RSS,
.categoryLiItem .Options {
	position: absolute;
}
.categoryLiItem .DiscussionCount {
	height: 18px;
	text-align: center;
	background-color: #ebebeb;
	top: 11px;
	right: 3px;
	padding: 0 8px;
	color: #909090;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 10px;
	line-height: 19px;
}
.categoryLiItem .DisCountNum {
	display: inline-block;
	color: #222;
	font-weight: bold;
	margin-left: 3px;
}
.categoryLiItem .RSS,
.categoryLiItem .Options {
	top: 33px;
}
.categoryLiItem .RSS {
	right: 20px;
}
.categoryLiItem .Options {
	right: 0px;
}
.categoryLiItem .CommentCount {
	margin-left: 18px;
}
.categoryLiItem .CommentCount,
.categoryLiItem .LastDiscussionTitle {
	margin-right: 3px;
}
.categoryLiItem .Meta {
	line-height: 13px;
}
.categoryLiItem .Meta {
	margin: 0 0 11px;
}
.categoryLiItem .PhotoWrap-Category,
.categoryLiItem .Category,
.categoryLiItem .CommentCount,
.categoryLiItem .RSS {
	display: none;
}
/*CATEGORY-LIST ..views/categories/all.php END*/

/*TOPIC-LIST ..views/discussions/index.php START*/
#vanilla_categories_index .PageDescription {
	margin-top: -10px;
}
.newDisc-sm {
	display: none;
	margin-bottom: 15px;
}
.ItemDiscussionList .ItemDiscussion {
	min-height: 63px;
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 1px dotted #CCCCCC;
}

.ItemDiscussionList .Options,
.ItemDiscussionList .LastCommentDate {
	position: absolute;
}
.ItemDiscussionList .Options {
	top: 36px;
	left: 12px;
}
.ItemDiscussionList .ComViewWrap {
	display: inline-block;
}
.ItemDiscussionList .InlineTags {
	display: inline-block;
	margin-left: -5px;
}
.ItemDiscussionList a.Bookmark,
.ItemDiscussionList a.Bookmarked,
.ItemDiscussionList a.Bookmarking {
	margin: -22px 0 0 -22px;
	background: url(img/gray-star.svg) no-repeat;
	height: 19px;
	width: 19px;
}
.ItemDiscussionList a.Bookmarked {
	background: url(img/yellow-star.svg) no-repeat;
}
.ItemDiscussionList a.Bookmark:hover {
	background: url(img/red-star.svg) no-repeat;
}
.ItemDiscussionList a.Bookmarking,
.ItemDiscussionList a.Bookmarking:hover {
	background: url(img/green-star.svg) no-repeat;
}
.ItemDiscussionList .Title {
	padding-top: 12px;
	padding-right: 80px;
	margin: 0 15px 1px 40px;
}
.userNotLogedIn .ItemDiscussionList .Title {
	margin-left: 15px;
}
.userNotLogedIn .ItemDiscussionList .CategoryAuthorWrap {
	margin-left: 15px;
}
.ItemDiscussionList .CategoryAuthorWrap {
	margin: 0 130px 12px 40px;
	line-height: 11px;
}
.ItemDiscussionList .LastCommentBy {
	margin-left: 0;
}
.ItemDiscussionList .LastCommentBy a {
	color: #039;
	font-size: 11px;
	/*font-weight: 700;*/
}
.ItemDiscussionList .LastCommentBy a:hover {
	text-decoration: underline;
}
.ItemDiscussionList .ItemDiscussion.New .Title a,
.ItemDiscussionList .LastCommentBy a {
	position: relative;
}
.ItemDiscussionList .badge-new {
	display: none;
	width: 23px;
	height: 12px;
	margin: 0px 0 -1px 6px;
	background: url(img/icons.png) no-repeat left -67px;
}
.ItemDiscussionList .ItemDiscussion.New .badge-new {
	display: inline-block;
}
.ItemDiscussionList .Title a,
.Drafts .Draft .Title {
	display: inline-block;
	font-size: 17px;
	line-height: 18px;
	color: #039;
}
.ItemDiscussionList .CategoryAuthorWrap .Category {
	margin: 0 8px 0 0;
	display: none;
}
.ItemDiscussionList .CategoryAuthorWrap .Category.MItem {
	display: inline;
}
.ItemDiscussionList .CategoryAuthorWrap .InlineTags+.Category {
	margin-left: 2px;
}
.ItemDiscussionList .CategoryAuthorWrap .Category a {
	color: #6C6C6C;
}
.ItemDiscussionList .LastCommentDate {
	top: 37px;
	right: 15px;
	margin: 0;
}
.ItemDiscussionList .CategoryAuthorWrap {
	bottom: 11px;
}
.ItemDiscussionList .CommentCount {
	position: absolute;
	margin: 0;
	background-color: #ebebeb;
    border-radius: 2px;
    color: #909090;
    font-size: 10px;
    height: 18px;
    line-height: 19px;
    padding: 0 8px;
    right: 14px;
    top: 14px;
    text-align: center;

}
.ItemDiscussionList .CommentCount span {
	color: #222;
    font-weight: bold;
}
.ItemDiscussionList .CommentCount:before {
	display: none;
}
.ItemDiscussionList .ViewCount {
	margin-right: 9px;
}
.ItemDiscussionList .OptionsMenu .Flyout {
	right: -75px;
}
.ItemDiscussionList .OptionsMenu .Flyout:before,
.ItemDiscussionList .OptionsMenu .Flyout:after {
	left: 11px;
	right: auto;
}
.PageControls {
	min-height: 0;
	margin: 0;
	overflow: hidden;
}
.PageControls a {
	color: #767a83 !important;
}
.PageControls a:hover {
	text-decoration: none !important;
}
.HpTitleWrap {
	float: left;
}
.PageControls.Top {
	float: right;
}
.PageControls.Bottom {
	margin-top: 14px;
	overflow: hidden !important;
}
.PageControls #PagerBefore {
	margin: -1px 0 15px;
}
.PageControls:empty {
	margin: 0;
}
.Pager a,
.Pager span {
	margin: 0 1px;
}
.PageControls a {
	min-width: 21px;
	height: 32px;
	font-size: 13px;
	color: #767A83;
	border: 1px solid transparent;
	line-height: 32px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 0 4px;
}
.PageControls a:hover {
	color: #333;
	background-color: #f6f6f6;
}
.PageControls a.Highlight {
	color: #FF9957;
	border: 1px solid #DDDDDD;
	background-color: #fff;
}
.PageControls .Previous,
.PageControls .Next {
	min-width: 20px;
	font-size: 16px;
}
.PageControls span.Previous,
.PageControls span.Next {
	display: none;
}
/*TOPIC-LIST ..views/discussions/index.php END*/

/*TAGGED TOPIC-LIST ..views/discussions/index.php START*/
.TaggedPagerTop {
	margin-top: -41px;
	float: right;
}
.HpTitleWrap + .TaggedPagerTop {
    margin-top: 0;
}
/*TAGGED TOPIC-LIST ..views/discussions/index.php END*/

/*TOPIC ..views/discussion/index.php START*/
.TopicContent .PageTitle {
	border: 1px solid #f6f0da;
	padding: 5px 35px 0 15px;
	background-color: #fffcf0;
	min-height: 54px;
	position: relative;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
@media (max-width: 414px) {
	.TopicContent .PageTitle {
		padding-right: 15px;
		display: flex;
		flex-direction: column;
	}
}
.TopicContent .InlineTags {
	position: absolute;
	top: -30px;
	left: 10px;
}
.TopicContent .InlineTags,
.ItemDiscussionList .InlineTags {
	color: transparent;
	font-size: 11px;
}
.TopicContent .InlineTags:after,
.ItemDiscussionList  .InlineTags:after {
	content: '·';
	padding-left: 3px;
	color: black;
}
.TopicContent .PageTitle h1 {
	margin: 3px 4px 0 0;
}
.TopicContent .CommentCount {
	margin-left: 19px;
}
.TopicContent .topicCountWrap {
	margin-bottom: -4px;
	white-space: nowrap;
}
.TopicContent .ItemDiscussion {
	background-color: #f6f6f6;
	position: relative;
	padding: 14px 20px 16px 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 0;
}
.TopicContent .AuthorWrap {
	left: 0;
    padding: 2px 20px 5px 21px;
    top: 0;
    width: 110px;
    float: left;
}
.TopicContent .Author {
	display: block;
	width: 60px;
}
.TopicContent .Author img {
	max-width: 60px;
}
.TopicContent .DateCreated,
.TopicContent .TopicParamWrap {
	margin: 0;
	bottom: 7px;
}
.TopicContent .DateCreated {
	position: absolute;
}
@media (max-width: 414px) {
	.TopicContent .DateCreated {
		order: 2;
	}
}
.DateUpdated {
	position: absolute;
	bottom: 4px;
	right: 15px;
	color: #298708;
	font-size: 11px;
}
.TopicContent .DateUpdated {
	position: static;
	display: block;
	text-align: right;
	margin-right: -4px;
	margin-bottom: 5px;
}
.TopicContent .adsbygoogle {
	margin-bottom: 10px;
}
.TopicContent .TopicParamWrap {
	left: 15px;
	line-height: 15px;
/*	margin-right: 135px;*/
	margin-bottom: 11px;
}
.TopicContent .Category {
	margin-right: 10px;
}
.TopicContent .DateCreated {
	right: 15px;
}
.TopicContent .Item-BodyWrap {
	margin-left: 152px;
}
.DiscussionHeader {
	margin: 0;
}
.TopicContent .ProfilePhoto {
	width: 90px;
	height: auto;
	margin: 3px 21px 2px 0;
}
.TopicContent .AuthorInfo div {
	line-height: 14px;
}
.TopicContent .Options {
	position: absolute;
	top: 11px;
	right: 7px;
}
.TopicContent .userStatus {
	margin-top: 5px;
}
.CommentsWrap .PageControls #PagerBefore,
.CommentsWrap .PageControls #PagerAfter {
	margin: 10px 0 11px;
}
.Comment .userStatus {
	margin: -8px 0 -14px;
}
.TopicContent .Author .Username,
.Comment .Author .Username {
	font-size: 13px;
}
.ItemComment {
	position: relative;
	border-bottom: 1px solid #EBEBEB;
	min-height: 122px;
}
.ItemComment:first-child {
	margin-top: 10px;
}
.ItemComment:last-child .Comment {
	border-bottom: none;
}
.ItemComment .CommentInfo {
	/*margin-top: 16px;*/
	display: inline-block;
	color: #999;
	position: absolute;
	top: 28px;
	right: 15px;
}
.ItemComment .media {
	margin: 0;
	padding: 10px 19px 0 0;
}
.ItemComment .media ul {
	padding-bottom: 13px;
}
.ItemComment .media:empty,
.ItemComment .media ul:empty {
	display: none;
}
.ItemComment .media ul:empty {

}
.ItemComment .media ul {
	margin-right: -15px;
}
.Comment {
	padding: 24px 20px;
}
.Comment.no-avatar {
	background: url('/img/windows/avt-no.png') no-repeat 20px 19px;
}
.ItemDiscussion > .no-avatar {
	background: url('/img/windows/avt-no.png') no-repeat;
	height: 80px;
	width: 80px;
	position: absolute;
	top: 23px;
	left: 20px;
}
.no-avatar+.Discussion .AuthorWrap {
	margin-top: 92px;
}
.Comment .authorAvatar img {
	display: block;
	margin-top: -3px;
}
.Comment .CommentHeader,
.Comment .Item-BodyWrap {
	margin-left: 80px;
}
.Comment .Options {
	position: absolute;
	right: 3px;
    top: 4px;
}
.Comment .PhotoWrap {
	float: left;
}
.Comment .PhotoWrap img,
.Discussion .PhotoWrap img {
	width: 60px;
}
.Comment .DateCreated {
	position: absolute;
	top: 38px;
	right: 15px;
	margin: 0;
}
.Comment .count {
	margin-left: 7px;
}
.Comment .count:last-child {
	margin-right: 7px;
}
.commentFormWrap {
	padding: 9px 15px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
.CommentFormWrap .Form-HeaderWrap img {
	max-width: 52px;
}
.commentFormWrap,
.commentFormWrap .cleditorToolbar {
	background-color: #F3F3F3;
}
.commentFormWrap .Buttons {
	margin: -3px 0 0;
}
.commentFormWrap .Buttons .Button {
	margin: 0;
	margin-left: 15px;
	margin-top: 12px !important;
}
.commentFormWrap .Buttons .uplPhoto {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.uplPhoto {
	position: relative;
}
.commentFormWrap .leaveCommentTitle {
	font-size: 13px;
	color: #666;
	padding-bottom: 7px;
}
.commentFormWrap .subsWrap {
	margin: 17px 15px 0 0;
	display: inline-block;
	width: 165px;
	cursor: pointer;

}
#Form_Comment .cleditorMain {
	padding-right: 0;
	margin-right: -10px;
}
.commentFormWrap .PhotoWrap {
	display: none;
}
.CommentFormWrap .FormWrapper {
	background: none;
	padding: 0;
	margin: 0 -4px 0 -8px;
}
.Comment .EditCommentForm .bodybox-wrap {
	margin-bottom: 5px;
}
.Comment .EditCommentForm .Buttons .Button {
	padding-left: 13px;
	padding-right: 13px;
}
.EditCommentForm .FormWrapper.FormWrapper-Condensed {
	background-color: #f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 4px;
}
.EditCommentForm .cleditorMain {
	padding: 0;
}
.EditCommentForm iframe {
	margin: 0 0 4px -1px;
	border: none;
	border-top: 1px solid #e5e5e5;
	height: 300px !important;
}
.EditCommentForm .Cancel {
	padding: 0 !important;
	margin: 0 !important;
}
.EditCommentForm .Cancel a {
	display: block;
	padding: 3px 23px 4px;
	color: #333;
}
.Cancel a:hover {
	text-decoration: none;
}
.EditCommentForm .Cancel:hover a {
	color: #111;
}
.EditCommentForm #Form_SaveComment {
	padding: 9px 12px;
}
.CommentFormWrap .Author {
	float: left;
}
.CommentFormWrap .Form-BodyWrap {
	padding-left: 70px;
}
@media (max-width: 414px) {
	.CommentFormWrap .Form-BodyWrap {
		padding-left: 0;
	}
	.CommentFormWrap .user_av {
		display: none;
	}
	.CommentFormWrap .cke_toolbar {
		display: none;
	}
	.CommentFormWrap .cke_toolbar_break ~ * {
		display: block;
	}
}
.CommentFormWrap .Author .PhotoWrap {
	margin-left: 0;
}
.CommentFormWrap .cleditorMain iframe {
	margin: 9px 0 0 -2px;
	height: 300px;
}
.CommentFormWrap .Back {
	display: none;
}
.BeforeCommentHeading {
	float: none;
}
.TopicContent .Bookmark {
	display: none;
}
.Reactions:empty {
	margin: 0;
}
.Discussion .CommentFormWrap .cke_button__specialchar,
.Discussion .CommentFormWrap .cke_button__anchor,
.Discussion .CommentFormWrap .cke_button__pastefromword,
.Discussion .CommentFormWrap #cke_20,
.Discussion .CommentFormWrap #cke_30,
.Discussion .CommentFormWrap #cke_1_bottom {
	display: none;
}
/*TOPIC ..views/discussion/index.php END*/

/*TOPIC-START ..views/post/discussion.php START*/
#DiscussionForm .FormWrapper {
	padding: 0;
	background-color: #fff;
}
#DiscussionForm #Form_CategoryID {
	min-width: 275px;
}
#DiscussionForm .tag-country,
#DiscussionForm .tag-city {
	min-width: 205px;
	font-weight: normal !important;
}
#DiscussionForm .resortWrap {
	margin-left: 14px;
}
#DiscussionForm #Form_Name {
	min-width: 277px;
}
#DiscussionForm .topic-name-wrap {
	min-height: 30px;
	margin-bottom: 12px;
}
#DiscussionForm .Country .Form-Tags {
	margin: 0;
}
#DiscussionForm .left-label {
	width: 151px;
	padding: 0;
	font-weight: normal;
	color: #000;
	height: 30px;
	line-height: 30px;
	float: left;
}
#DiscussionForm .PostOptionsWrap {
	margin: -10px 0 5px;
}
.Buttons {
	position: relative;
}
.Buttons .Button {
	margin-left: 15px;
}
.FileInputWrap {
	position: relative;
}
#vanilla_post_discussion .uplPhoto {
	margin-left: 0;
}
#DiscussionFormUpload .uplPhoto {
	margin-left: 0;
}
#vanilla_post_discussion #DiscussionFormUpload .Button.Cancel {
	display: none;
}
#vanilla_post_discussion #DiscussionFormUpload .Buttons {
	max-width: 700px;
}
.photo-file {
	position: absolute;
	cursor: pointer;
	padding: 0;
	opacity: 0;
	width: 100%;
	height: 34px;
	overflow: hidden;
	top: 0;
	left: 0;
}
.photo-file+.Button {
	margin: 0;
}
#files {
	margin-right: -15px;
}
.imageLoaded canvas,
.imageLoaded img {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 5px;
	box-shadow: 0 0 7px rgba(0,0,0,.4);
}
.imageLoaded img {
	border: 4px solid #fff;
}
.imageLoaded p {
	position: relative;
}
.imageLoaded,
.imageReady {
	float: left;
	margin: 7px 15px 0 0;
}
.uplFileName {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
	display: block;
}
.uplFileDesc {
	width: 100px !important;
	height: 100px !important;
	resize: none;
	margin-top: 8px;
	font-size: 12px;
}
.imageReady {
	opacity: 0.6;
}
.removeUploadFile {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 12px;
	background: url("/img/windows/close.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
}
.imageReady .removeUploadFile {
	display: none;
}
label[for^="Form_Announce"] {
	white-space: nowrap;
}
/*TOPIC-START ..views/post/discussion.php END*/

@media screen and (max-width: 1200px) {
	.CntrList {
		width: 215px;
	}
	.CntrList .categoriesLiItemWrap {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	.CntrList .CategoryHeading {
		height: 70px;
	}
	.CntrList .CoFilWrap {
		top: 32px;
		left: 10px;
	}
	.CntrList .CountriesFilter {
		width: 100%;
	}
}
@media screen and (max-width: 1010px) {
	.large-bottom-banner {
		display: none;
		height: 0;
	}
}
@media screen and (max-width: 970px) {
	.cleditorMain iframe {
		background-color: #fff;
		border: 1px solid #e5e5e5;
		margin: 9px 0 0;
		max-width: 912px;
	}
	.EditCommentForm iframe {
		margin-bottom: 6px;
		border: none;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #fff;
	}
	.BreadcrumbsWrapper .Breadcrumbs {
		padding: 13px 15px 10px;
		margin: 0 -15px;
	}
	#lbCenter_media {
		margin-left: -300px !important;
	}
	#lbCenter_media,
	#lbImage_media {
		width: 600px !important;
	}
	#media_block+table textarea {
		width: 98.5% !important;
	}
	#mediaviewer-img,
	.viewer-description,
	.viewer-comm-table {
		width: 580px !important;
	}
	#viewer_infobox {
		height: auto !important;
	}
}
@media screen and (max-width: 920px) {
	.CntrList {
		width: 100%;
		position: static;
	}
	.CategoryList {
	    margin-right: 0;
	    width: 100% !important;
	}
	.CntrList .CategoryHeading {
		height: 22px;
	}
	.CntrList .CoFilWrap {
		top: 7px;
		left: auto;
	}
	.CntrList .CountriesFilter {
		width: auto;
	}
	.CntrList .categoriesLiItemWrap {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
}
@media screen and (min-width: 841px) and (max-width: 1020px) {
	.EditCommentForm .Cancel,
	.EditCommentForm .uplPhoto,
	.EditCommentForm #Form_SaveComment {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.EditCommentForm .uplPhoto,
	.EditCommentForm #Form_SaveComment {
		margin-top: 12px;
	}
	.CommentHeader .AuthorInfo {
		display: none;
	}
}
@media screen and (min-width: 841px) and (max-width: 920px) {
	.EditCommentForm #Form_SaveComment {
		margin: 12px 0 0;
		width: 100%;
	}
	.EditCommentForm .Cancel,
	.EditCommentForm .uplPhoto,
	.EditCommentForm #Form_SaveComment {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.EditCommentForm .uplPhoto,
	.EditCommentForm #Form_SaveComment {
		margin-top: 12px;
	}
	#vanilla_post_editdiscussion #DiscussionFormUpload .photo-file,
	#vanilla_post_editdiscussion #DiscussionFormUpload .uplPhoto,
	#vanilla_post_discussion #DiscussionFormUpload .photo-file,
	#vanilla_post_discussion #DiscussionFormUpload .uplPhoto {
		width: 178px;
	}
	.commentFormWrap .photo-file,
	.commentFormWrap .uplPhoto {
		width: auto;
	}
}
@media screen and (max-width: 870px) {
	#DiscussionForm .PostOptionsWrap {
		margin-top: 7px;
	}
}
@media screen and (max-width: 840px) {
	#vanilla_discussions_bookmarked #Panel,
	#vanilla_discussions_tagged #Panel,
	#vanilla_discussion_index #Panel,
	#vanilla_discussions_index #Panel,
	#vanilla_categories_index:not(.Section-CategoryList) #Panel,
	#vanilla_discussion_comment #Panel,
	#vanilla_discussions_mine #Panel,
	#vanilla_drafts_index #Panel,
	#dashboard_activity_index #Panel {
		width: 100%;
		position: static;
		margin-top: 20px;
	}
	#vanilla_discussions_bookmarked #Content,
	#vanilla_discussions_tagged #Content,
	#vanilla_discussion_index #Content,
	#vanilla_discussions_index #Content,
	#vanilla_categories_index #Content,
	#vanilla_discussion_comment #Content,
	#vanilla_discussions_mine #Content,
	#vanilla_drafts_index #Content,
	#dashboard_activity_index #Content {
		margin: 0;
	}
	.panelBannerBottom {
		position: static !important;
	}
	#Body .userLogedIn .ContentColumn {
	    min-height: 0;
	}
	#vanilla_categories_index.Section-CategoryList #Panel {
		display: block;
	}
	#vanilla_categories_index.Section-CategoryList #Content {
		margin: 0 320px 0 0;
	}
	.TopicContent .newDisc-sm {
		float: none;
		margin-top: -8px;
	}
	.PageControls {
		overflow: visible;
	}
	.CommentsWrap .PageControls {
		overflow: hidden;
	}
}
@media screen and (max-width: 815px) {
	.CntrList .CategoryHeading {
		height: 70px;
	}
	.CntrList .CoFilWrap {
		top: 32px;
		left: 10px;
	}
	.CntrList .CountriesFilter {
		width: 100%;
	}
}
@media screen and (max-width: 780px) {
	.CntrList {
		width: 100%;
	}
	.CntrList .categoriesLiItemWrap {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	.panelBannerTop,
	.panelBannerBottom {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 750px) {
	#DiscussionForm #Form_Name {
		min-width: 98.5%;
	}
	#DiscussionForm .left-label,
	#DiscussionForm .select-wrap,
	#DiscussionForm select {
		width: 100%;
	}
}
@media screen and (max-width: 740px) {
	.BreadcrumbsWrapper .Tags {
		margin: 0 0 19px 0;
	}
	.BreadcrumbsWrapper select {
		min-width: 100%;
	}
	.BreadcrumbsWrapper .Tags,
	.BreadcrumbsWrapper .select-wrap,
	.BreadcrumbsWrapper select {
		display: block;
	}
	#DiscussionFormUpload .Buttons .Button {
		width: 48%;
		margin-left: 4%;
	}
	#DiscussionFormUpload #fileupload {
		width: 100%;
	}
	#DiscussionFormUpload #fileupload,
	#DiscussionFormUpload .Buttons .uplPhoto,
	#DiscussionFormUpload .Buttons .Cancel {
		margin-left: 0;
	}
	#DiscussionForm .Buttons .uplPhoto,
	#DiscussionForm #fileupload {
		margin-left: 0;
	}
	#vanilla_post_editdiscussion #DiscussionFormUpload #Form_Save {
		margin-bottom: 12px;
	}
	#DiscussionForm #Form_SaveDraft {
		float: left;
		margin-left: 0;
	}
	#DiscussionForm #Form_SaveDraft,
	#vanilla_post_discussion #Form_Preview {
		margin-top: 12px;
	}
	.EditCommentForm .Cancel,
	.EditCommentForm .uplPhoto,
	.EditCommentForm #Form_SaveComment {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.EditCommentForm .uplPhoto,
	.EditCommentForm #Form_SaveComment {
		margin-top: 12px;
	}
}
@media screen and (max-width: 700px) {
	#lbCenter_media {
		margin-left: -230px !important;
	}
	#lbCenter_media,
	#lbImage_media {
		width: 460px !important;
	}
	#media_block+table textarea {
		width: 98% !important;
	}
	#mediaviewer-img,
	.viewer-description,
	.viewer-comm-table {
		width: 440px !important;
	}
	.CommentHeader .AuthorInfo {
		display: none;
	}
}
@media screen and (max-width: 670px) {
	#vanilla_categories_index.Section-CategoryList #Panel {
		width: 100%;
		position: static;
		margin-top: 20px;
	}
	#vanilla_categories_index.Section-CategoryList #Content {
		width: 100%;
		margin-right: 0;
	}
	.CntrList .CategoryHeading {
		height: 22px;
	}
	.CntrList .CoFilWrap {
		top: 7px;
		left: auto;
	}
	.CntrList .CountriesFilter {
		width: auto;
	}
	.CntrList .categoriesLiItemWrap {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	.ItemDiscussionList .ComViewWrap {
	    margin-top: 6px;
	}
	.ItemDiscussionList .LastCommentBy {
	    display: none;
	}
	.ItemDiscussionList .CommentCount {
	    top: auto;
	    bottom: 9px;
	}
	.ItemDiscussionList .Title {
	    padding-right: 0;
	}
	.ItemDiscussionList .LastCommentDate {
	    position: static;
	}
	.br-class {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	#DiscussionForm .resortWrap {
		margin: 12px 0 0;
	}
	#DiscussionForm .Buttons .uplPhoto {
		padding-left: 0;
		padding-right: 0;
	}
	.EditCommentForm #Form_SaveComment {
		margin: 12px 0 0;
		width: 100%;
	}
	.EditCommentForm .Cancel
	.EditCommentForm .uplPhoto {
		width: 48%;
	}
	.commentFormWrap .photo-file.comm,
	.commentFormWrap .uplPhoto.comm {
		width: 170px;
	}
	.commentFormWrap .uplPhoto.comm {
		padding-left: 16px;
	}
}
@media screen and (max-width: 570px) {
	.newDisc-sm {
		margin-top: 0;
		float: none;
	}
	.ItemDiscussionList .Title {
		padding-top: 12px;
		margin-right: 15px;
	}
	.ItemDiscussionList .CategoryAuthorWrap {
		margin-right: 15px;
	}
	.ItemDiscussionList .ComViewWrap {
		right: auto;
		left: 58px;
	}
	.TopicContent .AuthorWrap {
		width: 100%;
		padding-right: 21px;
		box-sizing: border-box;
	}
	.TopicContent .Author {
		float: left;
		margin-right: 20px;
	}
	.TopicContent .PhotoWrap {
		width: 115px;
	}
	.TopicContent .Item-BodyWrap {
		margin: 5px 0 0 20px;
	}
	.Discussion .media {
		margin-left: 20px;
	}
	.ItemComment .media {
		margin-left: 0;
	}
	.PageControls {
		overflow: auto;
		min-height: 0;
		margin: 0;
	}
	#lbCenter_media {
		margin-left: -200px !important;
	}
	#lbCenter_media,
	#lbImage_media {
		width: 400px !important;
	}
	#media_block+table textarea {
		width: 97.5% !important;
	}
	#mediaviewer-img,
	.viewer-description,
	.viewer-comm-table {
		width: 380px !important;
	}
	.TopicContent .Category,
	.TopicContent .topicCountWrap {
	    position: absolute;
	}
	.TopicContent .Category {
	    left: 15px;
	    bottom: 40px;
	}
	.TopicContent .topicCountWrap {
	    left: 15px;
	    bottom: 14px;
	}
	.TopicContent .TopicParamWrap {
	    margin-bottom: 55px;
	}
	.TopicContent .InlineTags {
	    top: -45px;
	}
	.TopicContent .InlineTags:after {
	    content: "·";
	    color: transparent;
	}
	.no-avatar+.Discussion .AuthorWrap {
		margin-top: 20px;
		margin-left: 130px;
		position: absolute;
	}
	.no-avatar+.Discussion .Message {
		margin-top: 103px;
	}
}

@media screen and (max-width: 535px) {
	.EditCommentForm .Cancel,
	.photo-file,
	.uplPhoto {
		width: 100%;
	}
	.EditCommentForm .Buttons .uplPhoto {
		display: block;
		margin-top: 46px;
	}
	#vanilla_post_comment .DraftButton,
	#vanilla_post_comment .uplPhoto,
	#vanilla_post_comment #Form_PostComment {
		margin: 0;
		width: 100%;
	}
	#vanilla_post_comment .DraftButton,
	#vanilla_post_comment .uplPhoto {
		margin-bottom: 12px;
	}
	#vanilla_post_comment .uplPhoto {
		margin-top: 7px;
	}
}
@media screen and (max-width: 520px) {
	#DiscussionForm .Buttons .Button {
		width: 48%;
		margin-left: 4%;
	}
	.commentFormWrap .Buttons .Button {
		width: 100%;
		margin: 0;
		margin-top: 12px;
	}
	.commentFormWrap .photo-file.comm,
	.commentFormWrap .uplPhoto.comm {
		margin-left: 0;
	}
	.commentFormWrap .uplPhoto.comm {
		padding-left: 20px;
	}
	#DiscussionForm .Buttons .uplPhoto {
		margin: 0;
	}
	#DiscussionFormUpload .Buttons .uplPhoto {
		width: 48%;
		margin-left: 0;
	}
	#DiscussionForm #Form_SaveDraft,
	#DiscussionForm .Buttons .Cancel,
	.commentFormWrap .Buttons .DraftButton {
		margin-left: 0;
	}
	#DiscussionForm #Form_SaveDraft {
		margin-bottom: 12px;
	}
	.commentFormWrap .uplPhoto.comm {
		width: 100% !important;
		margin-top: 0;
	}
	.commentFormWrap .subsWrap {
		display: block;
		text-align: right;
		margin: 7px 6px 0 0 !important;
		width: auto !important;
	}
	.commentFormWrap .subsWrap label {
		margin-right: -9px;
		font-size: 12px;
	}
}
@media screen and (max-width: 496px) {
	.CntrList .CategoryHeading {
		height: 70px;
	}
	.CntrList .CoFilWrap {
		top: 32px;
		left: 10px;
	}
	.CntrList .CountriesFilter {
		width: 100%;
	}
	.CntrList .categoriesLiItemWrap {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
}
@media screen and (max-width: 480px) {
	#lbCenter_media {
		margin-left: -170px !important;
	}
	#lbCenter_media,
	#lbImage_media {
		width: 340px !important;
	}
	#media_block+table textarea {
		width: 97% !important;
	}
	#mediaviewer-img,
	.viewer-description,
	.viewer-comm-table {
		width: 320px !important;
	}
	.Comment {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.DateUpdated {
		bottom: 3px;
	}
	.Comment .Author {
		margin-bottom: -6px;
	}
	.Comment .count:first-child {
		margin: 0;
	}
	.ItemComment .CommentInfo {
		top: 21px;
	}
	.Comment.no-avatar {
	    background-size: 45px;
	}
}
@media screen and (max-width: 460px) {
	.commentFormWrap .Buttons .Button {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.commentFormWrap #Form_PostComment {
		margin-top: 12px;
	}
}
@media screen and (max-width: 380px) {
	.PageControls a {
		margin-top: 2px;
	}
	.PageControls .Previous,
	.PageControls .Next {
		width: 16px;
	}
	#lbCenter_media {
		margin-left: -150px !important;
	}
	#lbCenter_media,
	#lbImage_media {
		width: 300px !important;
	}
	#mediaviewer-img,
	.viewer-description,
	.viewer-comm-table {
		width: 280px !important;
	}
	#DiscussionFormUpload .Buttons .uplPhoto,
	#DiscussionFormUpload #fileupload,
	#DiscussionFormUpload .Buttons .Button {
		width: 100%;
		margin-left: 0;
	}
	#DiscussionFormUpload #Form_PostDiscussion,
	#vanilla_post_editdiscussion #DiscussionFormUpload #Form_Save {
    	margin-top: 12px;
	}
	#vanilla_post_editdiscussion #DiscussionFormUpload #Form_Preview {
    	margin-bottom: 12px;
	}
	#vanilla_post_discussion #Form_Preview {
    	margin-top: 0;
	}
}

@media screen and (max-height: 820px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 620px;
	}
}
@media screen and (max-height: 780px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 580px;
	}
}
@media screen and (max-height: 740px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 540px;
	}
}
@media screen and (max-height: 700px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 500px;
	}
}
@media screen and (max-height: 660px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 460px;
	}
}
@media screen and (max-height: 620px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 420px;
	}
}
@media screen and (max-height: 580px) {
	.cke_dialog_ui_vbox_child .myContent {
		height: 380px;
	}
}
@media screen and (max-height: 540px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 340px !important;
	}
}
@media screen and (max-height: 500px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 300px !important;
	}
}
@media screen and (max-height: 460px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 260px !important;
	}
}
@media screen and (max-height: 420px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 220px !important;
	}
}
@media screen and (max-height: 380px) {
	.cke_dialog_ui_vbox_child .myContent,
	.cke_dialog_contents_body {
		height: 180px !important;
	}
}

.PagerNub {
	display: none;
}
.IPAddress {
	display: none;
}
.ItemComment .media div{
	position: relative;
}
.ItemComment .removeUploadFile{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 12px;
	background: url("/img/windows/close.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
}
.ItemComment .uplFileDesc,
.ItemComment .removeUploadFile {
	display: none;
}
.SinkDiscussion.Hijack {
	display: none !important;
}
.ItemComment.Editing .uplFileDesc,
.ItemComment.Editing .removeUploadFile{
	display: initial;
}

/*-----------------top container---------------------*/
.top-container{
    padding: 0 50px;
    background: #f2f2f2;
    min-height: 297px;
    box-shadow: 0 10px 10px -6px #ccc inset;
    -webkit-box-shadow: 0 10px 10px -6px #ccc inset;
    -moz-box-shadow: 0 10px 10px -6px #ccc inset;
}
.wrapper-top-container{
    padding-top: 30px;
}
.container-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 32px;
}
.content-gfont {
    font-size: 12px;
    color: #999;
    font-style: italic;
}
.content-orange {
    color: #f39000;
}
.search-block{
    display: inline-block;
    width: 72%;
    padding: 8px 4px 8px 0px;
    margin-top: 23px;
    border-radius: 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 2px 0px #ccc;
    -moz-box-shadow: 0 0 2px 0px #ccc;
    box-shadow: 0 0 2px 0px #ccc;
    font-size: 20px;
    background: url("/img/sights/search2.png") 12px 14px no-repeat #fff;
    margin-bottom: 5px;
    color: #999;
}
.search_field {
    outline: none;
    width: 85%;
    height: 30px;
    margin-left: 40px;
    border: none;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
}
.top-country{
    overflow: hidden;
    min-width: 320px;
    height: 230px;
    position: relative;
}
.top-country-list li {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin-right: 5px;
    line-height: 1.3;
}
.left {
    float: left;
    min-width: 490px;
    width: 58%;
}
.sight_wrapper .left{
    float: none;
    width: 100%;
}
.sight_stat{
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.visitors{
    color: #828282;
}
.sight-desription{
    margin-top: 15px;
}
.sight-sm-info{
    display: inline-block;
    overflow: hidden;
    width: 67%;
    vertical-align: top;
    margin-left: 10px;
    font-size: 13px;
}
.sight-sm-info a{
    font-size: 13px !important;
}
.sight-category {
    font-size: 13px;
}
.sight-cost-free {
    color: green;
    font-weight: bold;
}
.sight-cost-paid {
    font-weight: bold;
    color: #D70000;
}
.sight_wrapper .sights-item{
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    width: 46%;
    margin-right: 0 !important;
}
.sight_wrapper .sights{
    padding-bottom: 50px;
}
.sight-map{
    display: inline-block;
    float: right;
    margin-top: 17px;
}
.sight-map a {
    font-size: 13px !important;
}
.sight_tourist{
    color: #F39000 !important;
    font-weight: bold;
    padding: 7px;
    margin-top: -8px;
    cursor: pointer;
    display: inline-block;
    float: right;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #ededed;
}
.sight_wrapper  .sights_nearby {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 15px 0 10px;
    font-size: 13px;
}
.sight_wrapper .more-sight{
    display: block;
    text-align: right;
    padding-bottom: 10px;
}
.sight_wrapper .sight_description_foto{
    display: inline-block;
    width: 200px;
}
.sight_wrapper .all_foto{
    display: block;
    text-align: center;
    padding-bottom:  5px;
}
.sight_wrapper .review-body{
    font-style: italic;
    font-size: 13px;
}
.sight_wrapper .sight-review-photo{
    float: right;
    right: 0;
    position: absolute;
    top: 5px;
}
.sight_wrapper .review-comment-control,
.sight_wrapper .review-comment-control a{
    font-size: 11px !important;
    margin-top: 5px;
}
.sight_wrapper .rating_review{
    padding: 4px 7px;
    font-size: 11px;
    display: inline-block;
    position: absolute;
    right: 0;
    font-style: italic;
    top: 70px;
    color: #999;
}
.sight_wrapper .review-body-block{
    margin-right: 100px;
    min-height: 50px;
}
.review-block-head {
    background-color: #eaeaea;
}
.review-block-head ul {
    height: 50px;
    padding-left: 0;
}
.review-block-head ul li{
    list-style-type: none;
    padding-right: 16px;
    float: left;
    height: 50px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 13px;
}
.review-block-head .review-block-list .active {
    background: url("/img/sights/review_right.png") right top no-repeat transparent;
}
.review-block-head .review-block-list .active div {
    background: url("/img/sights/review_list_bg.png") left top no-repeat transparent;
    padding: 20px 10px 0px 25px;
}
.review-block-head .review-block-list li div {
    padding: 20px 0px 0px 5px;
    text-align: center;
    height: 30px;
}
.review-block-head .review-block-list li div a {
    color: #333;
    font-weight: bold;
}
.review-block-head ul li:hover a {
    text-decoration: underline;
    color: #f09000 !important;
}
.sight_wrapper .review {
    border-bottom: 1px solid #ccc;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 0;
}
.review-sight-gallery{
    padding-bottom: 50px;
}
.button_submit{
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    background: #f3f3f3;
    background: linear-gradient(to top, #efefef, #f8f8f8);
    color: #336699;
    font: bold 20px "Helvetica Neue", Helvetica, sans-serif;
    height: 50px;
    width: 113px;
    margin: 0;
    margin-left: 7px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.top-country-list{
    list-style: none;
    -webkit-padding-start: 0;
    font-size: 12px;
    padding: 0 !important;
    border-left: none !important;
    font-weight: normal !important;
    text-align: left !important;
    margin: 5px 0 15px;
    height: 115px;
}
.top-country-list a{
    color: #29719c;
}
.top-country h4{
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
}
.blue,
.blue a {
    text-decoration: none !important;
    color: #29719c;
    font-size: 11px;
}
.blue:hover, .blue a:hover {
    color: #f09000;
    cursor: pointer;
}
.hint_search {
    color: #828282;
    font-size: 11px;
}
.banner728x90_top {
    /* display: none; */
    margin-top: -65px;
    z-index: 5;
    width: 730px;
    height: 90px;
    background-size: 100%;
    background: rgb(215, 219, 67);
}
#cntListLocal{
    display: none;
}
/*-----------top container end------------------*/

.center-container{
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}
.tp-s-sights img {
    width: 90px;
    height: 90px;
    float: left;
}
.bottom-container{
    margin: 20px 50px;
    display: block;
}
.center-container.review-container{
    width: 300px;
    float: right;
    overflow: hidden;
    display: block;
}
.center-container h4{
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.b-photo-sort .link_sort{
    text-decoration: none;
    font-size: 12px;
    color: #29719c;
    padding: 3px 5px;
    cursor: pointer;
}
.b-photo-sort h3{
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    margin-bottom: 10px;
}
.b-photo-sort .link_sort.sort-selected {
    background: #fffbdc;
    border: 1px solid #f6f1c8;
    color: #434343;
}
.sights-name{
    margin: 0;
    font-size: 14px;
    color: #005588;
    margin-left: 20px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.sights-place{
    font-style: italic;
    color: #333;
    font-size: 11px;
    cursor: pointer;
}
.sights {
    margin-top: 10px;
}
.sights-item {
    width: 290px;
    margin-bottom: 40px;
    float: left;
}
.sights-item img {
    width: 91px;
    height: 91px;
    margin-right: 10px;
    float: left;
}
.sights-tags{
    font-size: 11px;
}
.sights-item:nth-child(odd) {
    margin-right: 34px;
}
.review-short-info .rating{
    background: #DFDFDF;
    border-radius: 2px; font-size: 11px; display: inline-block; padding: 3px;
    float: right;
}
.rating-block  .rating{
    background: #ededed;
    border-radius: 2px;
    font-size: 11px;
    display: inline-block;
    padding:3px;
}
.rating-block .reviews span{
    font-weight: bold;
    color: #000;
}
.rating-block .reviews{
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
}
.rating-block{
    display: block;
    margin-top: 10px;
    font-size: 11px;
    color: #848484;
}
.review-user {
    font-weight: bold;
    color: #005588;
    font-size: 12px;
}
.reviev-time {
    color: #aaa;
    font-size: 12px;
}
.sights-container{
    width: 66%;
}
.review-body {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.2;
}
.review-location {
    color: #f39000;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
}
.review{
    border-top: 1px solid #ddd;;
    padding-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.reviw-text{
    padding:5px 0;
    font-size: 13px;
}
.review-short-info{
    color: #666;
    font-size: 13px;
}
.border-none .review:nth-child(2){
    border: none;
    padding: 0;
}
.sort-block{
    display: inline-block;
    margin-bottom: 10px;
}
.all_country{
    background: #f2f2f2;
    cursor: pointer;
    bottom: 0;
    text-align: right;
}
.top-container form{
    width: 494px;
}
.rating .tp-s-orange{
    font-weight:bold;
}
.dashed{
    border-bottom: 1px dashed #999;
}
.sights-general-but{
    overflow: hidden;
    display: block;
    width: 100%;
}
.banner300x250{
    /* display: none; */
    width: 300px;
    height: 250px;
    margin-top: 30px;
    background: #FFB33D;
}
.banner728x90_bottom{
    /* display: none; */
    width: 730px;
    height: 90px;
    background: #00CFBF;
    overflow: hidden;
}
/*-----------------------gallery---------------------------*/
.gallery-container{
    padding: 10px 50px 50px;
    background: #f2f2f2;
    overflow: hidden;
}
.button-gallery{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 45px 0;
    width: 300px;
    height: 35px;
    border-radius: 4px;
    background-color: #fcb644;
    background-image: linear-gradient(to bottom, #fecd03, #fe9400);
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    text-shadow: 2px 2px #fe9400;
    border: 1px solid #FF9500;
    font-size: 14px;
    margin-top: 40px;
}
.gallery img{
    width: 100%;
    height: 157px;
}
figure{
    display: inline-block;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 157px;
    width: 24%;
}
.details{
    display: none;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
}
figure:hover .details{
    display: block;
    transition: all 0.3s ease;
}
.figcaption {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
    width: 100%;
}
.sights_img{
    background: url("/img/sights/sights.png") no-repeat;
    font-size: 12px;
    display: inline-block;
    padding-left: 20px;
    line-height: 12px;
}
.user_img{
    background: url("/img/sights/people.png") 7px no-repeat;
    font-size: 11px;
    display: block;
    width: auto;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}
.review_img{
    background: url("/img/sights/review.png") no-repeat;
    font-size: 12px;
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
}
.details-img-rating-block{
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    margin-left: 10px;
}
/*-----------------gallery end-------------------*/

.sights-name:hover,
.review-user:hover,
.top-country-list a:hover {
    color: #f39000;
}
.button {
    border: none;
    background: #fff;
    width:350px;
    height: 190px;
    cursor:pointer;
    padding-top:14px;
    margin:0;
    background-position: 0px -500px;
}
.button:hover {
    border: none;
    background: #FFF6DE;
    border-radius: 15px;
}
.new_review_page {
    margin: 40px auto 100px;
    width: 50%;
    min-width: 720px;
    padding-left: 210px;
}
.new_review_block {
    display: inline-block;
    width: 49%;
}
#sightListLocal{
    position: absolute;
}
.wrapper-top-container .sight-name .ui-autocomplete {
    left: 0 !important;
    border-radius: 0;
    width: 355px !important;
    top: -6px !important;
    border-color: #ccc;
}

@media only screen and (min-width : 800px) and (max-width : 1023px){
    body,
    html,
    .header{
        width: auto;
    }
    .menu-container-show .menu li{
        display: block;
        width: 100%;
        border-top: 1px solid #e0a23d;
        padding: 0;
        margin-left: 0px !important;
    }
    .menu-container-show{
        padding-top: 45px;
        padding-bottom: 45px;
        height: auto;
        position: absolute;
        z-index: 6;
    }
    .account{
        right: 0;
    }
    .user_input{
        font-size: 12px;
    }
    .header{
        margin:0;
    }
    .top-container{
        padding:0;
    }
    .header .wrapper-header{
        width: auto;
        margin: 0 15px;
    }
    .wrapper-top-container{
        max-width: 764px;
        width: 85%;
    }
    .menu-container{
        padding: 0 15px;
        width: auto;
    }
    .b-user-block {
        right: 0;
    }
    .menu li a{
        padding: 0px 20px;
    }
    .b-locally-inner{
        float: left;
    }
    .top-country{
        padding-top: 30px;
        height: 185px;
    }
    .top-country-list{
        height: 115px;
    }
    .menu-first-item{
        padding-left: 0;
    }
    .sights-item{
        width: 100%;
        margin-bottom:30px;
    }
    .b-photo-sort h3{
        margin-right: 0;
    }
    .sights-container{
        margin-top: 20px;
        width: 330px;
    }
    .bottom-container{
        margin: 0 auto 20px;
        width: 85%;
        max-width: 764px;
    }
    .banner728x90_top{
        display:none;
    }
    .all_country{
        margin-bottom: 15px;
    }
    .top-container form{
        width: 100%;
    }
    .left{
        width: 100%;
    }
    .review {
        width: 300px;
    }
    .banner300x250{
        display: none;
    }
    .banner728x90_bottom{
        display: none;
    }
    .gallery-container{
        display: none;
    }
    .center-container.review-container{
        margin-top: 20px;
    }
    .show_country_list{
        top:95%;
    }
}
@media only screen and (max-width : 1125px) {
    .show_country_list{
        max-width:650px;
    }
}
@media only screen and (max-width : 900px) {
    .header .wrapper-header {
        margin-right: 15px;
    }
}
@media only screen and (max-width : 837px) {
    .show_country_list{
        max-width:500px;
    }
}
@media only screen and (min-width : 0px) and (max-width : 799px){
	.menu li a {
        padding: 0 20px;
    }
    .hwrite.contest a {
        background-position: 16px center !important;
        padding-left: 8px !important;
    }
	.menu-container li,
	.b-header-button,
	.search {
		display: none !important;
	}
	.menu-is-open .menu-container li,
	.menu-is-open .b-header-button,
	.menu-is-open .search {
		display: block !important;
	}
    .sights-item{
        width: 100%;
        margin-bottom:30px;
    }
    .b-photo-sort h3{
        margin-right: 0;
        font-size: 19px;
    }
    .sights-container{
        margin-top: 20px;
        width: 290px;
    }
    .bottom-container{
        margin: 0 0 20px 30px;
        width: 90%;
        max-width: 764px;
    }
    .banner728x90_top{
        display:none;
    }
    .all_country{
        margin-bottom: 15px;
    }
    .top-country h4{
        margin-top: 10px;
    }
    .top-country{
        display: block;
        width: 85%;
        padding-left: 0 !important;
        margin-left: 30px;
        height: 215px;
        max-width: 754px;
    }
    .button_submit{
        display:none;
    }
    .search-block{
        margin: 20px 0 20px 26px;
        width: 90%;
    }
    .top-container form{
        width: 100%;
    }
    .content-gfont{
        margin-left: 30px;
    }
    .left{
        min-width: 320px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .top-container{
        padding:0;
    }
    .hint_search{
        display: none;
    }
    .review {
        width: 100%;
    }
    .banner300x250{
        display: none;
    }
    .banner728x90_bottom{
        display: none;
    }
    .container-title{
        display: none;
    }
    .gallery-container{
        display: none;
    }
    .center-container.review-container{
        margin-top: 20px;
    }
    .show_country_list{
        right:140px;
        top:87%;
    }
    .menu-first-item.m_item.selected {
        padding-left: 0;
    }
    .menu_icon {
        display: block !important;
    }
    .menu li a {
        font-size: 16px;
    }


	.header .wrapper-header,
	.header {
		margin: 0 !important;
		height: 57px;
		padding: 0 !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header .wrapper-header {
		padding: 0 16px !important;
	}
	.b-logo {
		padding: 0;
		margin: 0;
	}
	.search {
		display: block !important;
		position: static !important;
		width: 20px;
	}
	.search input {
		box-sizing: border-box;
		position: absolute;
		right: 0;
		top: 0;
		width: 100vw;
		height: 57px !important;
		display: flex;
		align-items: center;
		border: none;
		background: #fff url(./img/svg/search-icon.svg) no-repeat right 16px center !important;
		box-shadow: none !important;
		padding: 0 50px 0 16px !important;
		font-size: 16px !important;
	}
	.search input:not(:focus) {
		width: 22px !important;
		height: 20px !important;
		right: 16px;
		background-position: center !important;
		font-size: 0 !important;
		top: 18px;
		padding: 0 !important;
	}

	.menu-container-show {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 130px 32px 40px;
		background: #fff;
		z-index: 998;
		box-sizing: border-box;
	}
	.menu-container-show .menu,
	.menu-container-show .menu li {
		display: block;
	}

	.account.menu-open {
		display: none;
	}

	.menu-container-show .menu li {
		border: none;
		width: auto;
		height: auto;
		margin-bottom: 32px;
	}
	.menu-container-show .menu li a {
		padding: 0 !important;
		background: transparent !important;
		line-height: normal !important;
		font-size: 18px !important;
		font-weight: bold !important;
		color: #474f55 !important;
		box-shadow: none !important;
		border: none !important;
	}
	.menu-show .header .b-header-button {
		z-index: 1000;
		border: none;
	}
	.menu-show .b-header-button .hwrite.m-b {
		position: fixed;
		z-index: 1000;
		margin: 0;
		top: 20px;
		left: 20px;
		right: 111px;
		height: 50px;
		background: #40BC26 !important;
		color: #fff !important;
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto !important;
	}
	.menu-show .b-header-button .hwrite span {
		background: none !important;
		padding: 0;
		font-size: 18px;
		color: #fff !important;
	}
	.menu-show .b-header-button .hwrite::before,
	.menu-show .b-header-button .hwrite::after,
	.menu-container-show .triangle {
		display: none !important;
	}
	.b-localy-box,
	body .hwrite.contest.mobile,
	.menu-container li,
	.b-header-button {
		display: none !important;
	}
	.menu_icon {
		background: url("./img/svg/menu-icon.svg") center no-repeat;
		width: 20px;
		height: 20px;
		cursor: pointer;
		margin: 0;
	}
	.menu_icon.active {
		background-image: url(./img/svg/close-icon.svg);
		z-index: 999;
		top: 34px;
		right: 34px;
		position: fixed;
	}
	.b-header-button .hwrite-sub {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		z-index: 1111;
		padding: 20px;
	}
	.hwrite-sub-back {
		display: flex !important;
	}
	.hwrite-sub-back {
		font-size: 16px;
		color: #474f55;
		padding-left: 20px;
		background: url(./img/svg/back-icon.svg) no-repeat 0 center;
	}
	.hwrite-sub a {
		background: #f6f6f6 no-repeat 20px center;
		display: flex;
		width: auto;
		align-items: center;
		font-size: 16px;
		font-weight: bold;
		color: #474f55 !important;
		padding-left: 56px;
		padding-right: 20px;
		height: calc((100vh - 180px)/6);
		margin-top: 20px;
		white-space: normal;
	}
	.hwrite-sub a,
	.hwrite-sub a:hover {
		text-decoration: none;
	}
	.hwrite-sub a.hotel {
		background-image: url(./img/svg/hote-icon.svg);
	}
	.hwrite-sub a.story {
		background-image: url(./img/svg/story-icon.svg);
	}
	.hwrite-sub a.firm {
		background-image: url(./img/svg/firm-icon.svg);
	}
	.hwrite-sub a.sight {
		background-image: url(./img/svg/sight-icon.svg);
	}
	.hwrite-sub a.quest {
		background-image: url(./img/svg/firm-icon.svg);
	}
	.hwrite-sub a.forum {
		background-image: url(./img/svg/forum-icon.svg);
	}
	.hwrite-sub br {
		display: none;
	}
	.header .search .b-search-field.ui-autocomplete-loading {
		background-position: right 16px center !important;
	}
	#serchlist ul {
		width: 100% !important;
	}
}
@media only screen and (max-width : 638px) {
    .show_country_list{
        max-width:350px;
        right:20%;
    }
}
@media only screen and (max-width : 469px) {
    .show_country_list{
        max-width:150px;
        top:94%;
        right:22%;
    }
}
@media only screen and (min-width : 0px) and (max-width : 655px) {
    .center-container.review-container{
        float: left;
        width: 290px;
    }
    .sights-container {
        width: 100%;
    }
}
@media only screen and (min-width : 656px) and (max-width : 1023px){
    .center-container.review-container{
        float: right;
        width: 290px;
    }
    .sights-container {
        margin-right: 10px;
    }
}
@media only screen and (min-width : 1024px) and (max-width : 1145px){
    .sights-container{
        width: 460px;
    }
    .sights-item{
        width: 100%;
    }
}
@media only screen and (min-width : 1024px) and (max-width : 1190px) {
    .left {
        width: 100%;
    }
    .top-container form {
        width: 100%;
    }
    .search-block {
        width: 80%;
    }
    .top-country {
        padding-top: 30px;
    }
    .top-country-list{
        height: 115px;
    }
    .sights-item{
        width: 90%;
        margin-bottom: 20px;
    }
    .show_country_list{
        top:85%;
    }
}
@media only screen  and (min-width : 0px) and (max-width : 468px) {
    .top-country-list li{
        width: 40%;
    }
    .top-country-list{
        height: 170px;
    }
    .top-country{
        min-width: 290px;
        height: 250px;
    }
}
@media only screen  and (min-width : 0px) and (max-width : 400px) {
    .b-user-block #userControl > .name,
    .tp-sights-user-mess,
    .enterAcc {
        display: none;
    }
    .account {
        width: 57px;
    }
    .b-user-block {
        width: 55px;
    }
    .menu-container li.selected {
        margin-right: 57px;
    }
    .account .b-user-links,
    .account .b-user-links-local {
        left: -218px;
    }
    .sights-user-avatar {
        margin-top: 3px;
    }
    .header .search{
        right: 88px;
    }
}
.InfoForums{
	color: #666;
	font-size: 14px;
	padding: 30px 10px;
}
/*.b-header-button .hwrite {
	white-space: nowrap;
	width: 168px;
}
.b-header-button .hwrite a {
	font-weight: normal;
}*/
.footer {
	background-color: #fff;
}
.footer,
.large-bottom-banner {
	position: relative;
	z-index: 1;
}
.Comment blockquote {
    border-color: #ccc;
    border-style: solid;
    border-width: 0;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    border-left-width: 5px;
    padding-left: 20px;
    padding-right: 8px;
}
.Comment ol br,
.Comment ul br {
	display: none;
}
.send-mail-to-fr {
	background: url("img/mail.svg") no-repeat left center / 12px auto !important;
}
.add-to-frnd {
	background: url("img/add.svg") no-repeat left center / 12px auto !important;
}

.user_m { padding-left:0; background: none; font-size:13px !important; white-space: nowrap; font-weight: normal !important;}
.user_f { padding-left:0; background: none; font-size:13px !important; white-space: nowrap; font-weight: normal !important;}
.user_ { font-size:13px !important; white-space: nowrap; font-weight: normal !important;}
.dWindow {
    position:absolute;
    background: url('/img/windows/brd.gif') repeat-y top left #fafafa;
}
.dWindow .topBar{
    display:block;
    height: 17px;
    border: solid #777; border-width:1px 1px 0 1px;
    background: #d9d9d9;
    cursor:move;
}
.dWindow .closeBtn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url('/img/windows/close.gif') no-repeat;
}
.dWindow td.leftBorder {
    width:1px;
    background: #777;
    cursor:w-resize;
}
.dWindow td.rightBorder {
    width:1px;
    background: #777;
    cursor:e-resize;
}
.dWindow td.bottomBorder {
    height:1px;
    background: #777;
    cursor:s-resize;
}
.dWindow .dContainer {
    background: url('/img/windows/brd.gif') repeat-y top right;
}
.dWindow .centralArea {
    margin-bottom: 10px;
    vertical-align: top;
    overflow: hidden;
}
.dWindow .centralArea .line-d {
    background: url('/img/windows/line-d.gif') repeat-x bottom left; width:100%
}
.dWindow .centralArea .rep-np {
    background:#bbe8a0;
}
.dWindow .centralArea .rep-npc {
    background:#bbe8a0; padding:0 1px 0 2px;
}
.dWindow .centralArea .rep-nm {
    background:#ffc5c5;
}
.dWindow .centralArea .rep-nmc {
    background:#ffc5c5; padding:0 1px 0 2px;
}
.dWindow .centralArea .rep-np span, .dWindow .centralArea .rep-nm span {
    border:solid #fafafa; border-width:1px 0; width:1px; display:block; overflow:hidden;
}
.dWindow td.statusBar {
    position: relative;
    height: 4px;
    background: #d9d9d9;
}
.dWindow .resize {
    position: absolute;
    width: 8px;
    height: 8px;
    right:1px;
    bottom:1px;
    background: url('/img/windows/resize.gif') no-repeat bottom right;
    cursor: se-resize;
    font-size:1px;
    line-height:0;
}
.dragging {
    cursor: move;
}
.small-comment-block {
    font-size: 11px; margin-bottom: 5px; padding-left: 35px;
}

/*avatars style*/
.commentFormWrap .user_av {
	float: none;
	margin: 0px 0 9px -7px;
}
.user_av {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
}
.user_av.horizontal img {
    height: 60px;
}
.user_av.vertical img {
    width: 60px;
}
.user_av.square img {
    height: 60px;
    width: 60px;
}

/*more styles*/
#Panel .FilterMenu li a:hover {
	color: #b44;
}
#auth_memme + span {
    margin-top: -4px !important;
}
.MyBookmarks .Popin {
    display: none;
}
#Panel .FilterMenu {
	padding: 0
}
#Panel li {
	margin: 0;
}
#Panel li a {
	line-height: 22.1px;
}


/*with branding*/
.with-branding .CategoryList {
	float: none;
	width: 100% !important;
}
.with-branding .CntrList {
	float: none;
	margin-top: 50px;
	width: 100%;
}
#brandContainer.with-branding {
	width: auto !important;
	max-width: 1005px !important;
}

@media all and (max-width: 990px) {
	.with-branding .menu li a {
		padding: 0 19px;
	}
}
@media all and (max-width: 950px) {
	.with-branding .menu li a {
		padding: 0 16px;
	}
}
@media all and (max-width: 910px) {
	.with-branding .menu li a {
		padding: 0 11px;
	}
	#brandContainer.with-branding {
		margin-top: 0 !important;
	}
}
@media all and (max-width: 850px) {
	.with-branding .menu li a {
		padding: 0 8px;
	}
}


@media screen and (max-width: 414px) {
	.TopicContent .TopicParamWrap {
		padding-left: 0;
		order: 4;
		margin-bottom: 65px;
	}
	.TopicContent .Category {
		bottom: 50px;
	}
	.TopicContent .InlineTags {
		top: -55px;
	}
	.Comment {
		padding: 18px 0;
	}
	.Comment .user_av {
		margin-right: 20px;
	}
	.Comment .Item-BodyWrap {
		margin-left: 0;
	}
	#vanilla_categories_index .adsbygoogle.adsbygoogle-noablate {
		display: none !important;
	}
}


/* #13824 */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
	* {
		cursor: pointer;
	}
}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
	* {
		cursor: pointer;
	}
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
	* {
		cursor: pointer;
	}
}

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {
	* {
		cursor: pointer;
	}
}

body.Discussions.Category-поиск-попутчика .P.PageDescription {
	display: none;
}
.find-fol-list {
	padding: 0;
	margin: 5px 0 0;
	list-style: none;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
@media only screen and (max-width : 700px) {
	.find-fol-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
.header .b-header-button {
	float: right;
	margin: 0 auto;
	height: 35px;
	display: flex;
}
