* {
	margin: 0;
	padding: 0;
	//border: 0;
	font-size: 100%;
	//font: inherit;
	//vertical-align: baseline;
}

ul.menu, ul.menu li {
	//padding-left: 20px;
}


p {
    text-indent: 25px;
	padding-top: 5px;
    text-align: justify;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    background-image: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

/*
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/RobotoLight.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/RobotoRegular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/RobotoMedium.woff') format('woff');
}
*/

html {
	background-color: #eee;
}

body {
    background: #fff;
    color: #444;
    -webkit-font-smoothing: antialiased;
    height: auto !important;
    height: 100%;
    min-height: 100%;
	//width: 90%;
    text-rendering: optimizeLegibility;
    //margin: 0;
    padding: 0;
    //outline: none;
    //box-sizing: border-box;
	margin:0 auto;
	
	font-size: 16px;
	line-height: 22px;
	font-family: 'Roboto', 'Noto Sans', sans-serif;
}

strong {
	font-weight: 400;
}

.comment-box strong {
	font-weight: bold;
}

div.items-leading div {
	margin-bottom: 0px;
}

#jclassifieds {
    font-family: serif;
	line-height: 18px;
}

h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}


.about {
	color: #ccc;
}

/* bootstrap fix */
.thumbnail {
	padding:0;
	border: none;
}

.highslide img {
    border: 1px solid silver;
}

ul.jcomments-latest .date, ul.jcomments-latest .author {
    display: inline;
}

ul.jcomments-latest li{
	line-height: 14px;
	font-size: 12px;
	-moz-hyphens: auto;
}

ul.jcomments-latest a{
	//color: #ddd;
	font-style: italic;
}

ul.jcomments-latest li div.comment {
	margin-top: 3px;
}

#comments .comment-author, #comments .author-homepage, #comments .author-email {
    font: bold 0.9em Verdana, Arial, Sans-Serif;
}

#comments-form input, #comments-form textarea {
	border-radius: 2px;
}

#jc #comments .even, #comments .odd {
    margin-bottom: 20px;
	padding: 8px;
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(192, 192, 192);
    border-radius: 1px;
}

#jc .rbox {
    border: none;
    border-radius: none;
	line-height: 120%;
}

#jc .rbox .comments-buttons {
    font-size: 13px;
}

#jc span.comments-vote a {
    margin: 0px 0px 0px 10px;
    display: block;
    background-image: none;

}

.comment-box a {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.comment-box a.vote-good::before {
	color: #7bbc7b;
    content: "\f164";
}
.comment-box a.vote-poor::before {
    content: "\f165";
	color: #da7171;
}
.comment-box a.vote-poor:hover::before, .comment-box a.vote-good:hover::before {
    opacity: 0.7;
}

#jc a.vote-poor {
    padding-top: 2px;
}


.blog > div > div, .blog-featured > div > div {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.blog > div {
	margin-bottom: 40px;
}

.moduletable {
	font-size: 15px;
}

:root {
  --color-active: #b22;
  --color-alert: #ffecef;
}


a {
    color: #999;
    text-decoration: none;
}
a:hover {
    color: #bbb;
	color: var(--color-active);
    text-decoration: none;
}

.gsInformer {
	margin: auto;
}

#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 {
    width: 49%;
}
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a {
    width: 91%;
}
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a {
    text-align: center;
}

.pagination {
	margin: 20px 0 10px; 
}
.pagination ul {
	list-style-type: none; 
}
.pagination ul li {
	display: inline;
	padding: 0 3px;
}

.comments-link, .readmore-link {
	border: 1px solid;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 20px !important;
	text-transform: uppercase;
	font-size: 10px;
	background-image: none;
	float: right;
	margin-right: 30px;
}

#KIDE_msgs, #KIDE_usuarios_top, .KIDE_div input, #KIDE_txt {
	padding: 6px 0 4px 10px;
	border: 1px solid #cecece;
	background: #fbfbfb;
	border-radius: 4px;
}
#KIDE_txt {
	width: 100%;
}

#KIDE_iconos, #KIDE_botones img {
    background-color: #fff;
}

/*
img {
 overflow:hidden;
 width: 380px;
height: 250px;
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 }
 
 
img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
*/

.sidebar {

}

.sidebar .moduletable {
	margin-bottom: 40px;
}

.sidebar .moduletable h3 {
    font-size: 18px;
	font-weight: 300;
	font-family: OpenSansRegular,Arial,sans-serif 
    color: rgb(64, 64, 65);
    text-transform: uppercase;
    border-bottom: 1px solid rgb(244, 146, 75);
    padding: 0px 0px 5px 0px;
    margin: 0 0 18px 0;
}

#jclassifieds{
	//display:none;
	height: 400px;
	overflow:hidden;		
	list-style: inside none disc;
	color: rgb(179, 176, 176);
	margin: 0 0 5px 10px;
}

#angles {
	float: right;
	margin-right: 15px;
	color: #7E7AA5;
	margin-top: -13px;
	font-weight: 800;
	font-size: 19px;	
	padding-top: 10px;
}

	
#jclassifieds li {
	margin-bottom: 5px;
	line-height: 0.9em;
}

#jclassifieds li a {
	font-family: Times New Roman;
	//font-size: smaller;
	color: #777;
	text-decoration: none;
}

#jclassifieds li a:hover {
	color: #222;
}


div.lt-contacts .title {
	font-weight: bold;
}

/*
.lst {
  display: flex;
  flex-direction: column;
}

.header,
.footer {
  flex: 0 0 100%;
  margin-top: 20px;
}
*/


#container {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 30px;
}

#footer-content {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
#footer-content p {
	text-indent: 0px;
}


#main-content {
	width: 100%;
	order: 1;
	padding: 0 1.5%;
	border-right: dotted 1px #999;
	border-left: dotted 1px #999;
}
	
.sidebar {
	width: 100%;
	padding: 0 4%;
}

.left-sidebar {
	order: 2;
}
.right-sidebar {
	order: 3;
}

#footer-content div.moduletable {
	width: 90%;
}	


@media all and ( min-width: 420px ) {

	#main-content {
		width: 60%;
		order: 1;
		clear: right;
	}

	.left-sidebar {
		order: 3;
		padding: 0 2%;
		//width: auto;
	}
	
	.right-sidebar {
		order: 2;
		width: 32%;
		padding: 0 2%;
	}

	#footer-content div.moduletable {
		width: 44%;
	}	

}

@media all and ( min-width: 700px ) {

	#main-content {
		width: 50%;
		order: 2;
	}
	
	.left-sidebar {
		order: 1;
	}

	.sidebar {
		width: 20%;
		padding: 0 1.5%;
	}

	#container {
		//flex-flow: row nowrap;
	}

	#footer-content div.moduletable {
		width: 20%;
	}	
}


#menuNav {
	z-index: 1000;
}

#jawnav {
	z-index: 1001;
}

#menuWrapper {
	height: 40px;
	margin-bottom: 20px;
}
#jawnav #menu-button {
	background-color: #ccc;
}


div.site-logo {
	height: 131px;
}

div.menuNav {
	display: flex;
	justify-content: flex-end;
}

.fixed #jawnav > ul> li > a {
	opacity: 1;
	//padding: 12px 25px 10px 10px;
}
.fixed {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: white;
	opacity: 0.95;
	transition: 0.7s all ease 0s;
}
.fixed #jawnav {
	border-radius: 0px;
	box-shadow: 0 0px 0px #fff;
}

ul.mostread, ul.jcomments-most-commented {
	padding-left: 15px;
}

.mostread li, .jcomments-most-commented li {
	border-bottom: 1px solid #e5e5e5;
	//margin-bottom: 10px;
	padding-bottom: 5px;
}

.mostread li, .jcomments-most-commented li {
	padding-left: 0px;
}


article header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0 0 40px;
    width: 100%;
}

.page-header h2, h2.item-title {
	margin: 25px 0 10px;
}

.info_block  {
	padding: 0 0 15px;
}

#colsData {
	background-color: #fff;
}

.info_block ul {
	padding: 5px 0;
    margin: 0 0 1px !important;
    list-style: none;
	clear: both;
	display: table-row;
}
.info_block ul li {
	float: left;
	padding: 3px 10px 0 8px !important;
	font-size: 11px !important;
	font-weight: 400;
	text-transform: uppercase;
	color: #999;
	border-right: 1px solid #b9b3b3;
	line-height: 11px;
}

.info_block ul li.fa-edit a, .info_block ul li.fa-edit::before {
	color: #c94848;
}

.info_block ul li.fa::before {
	padding-right: 3px;
}

.icons ul.dropdown-menu {
    margin-top: 0;
}

article header h1 {
	font-size: 24px;
	margin-bottom: 14px;
	font-weight: normal;
	line-height: 1.2;
	font-family: Helvetica,Arial,sans-serif;
	margin-top: 10px;
}

article header h1 a {
	color: #222;
	text-decoration: none;
	transition: all 0.4s ease;
}

article header h1 a:hover{
	color: #22f;
}

.articleBody {
	padding-top: 9px;
	margin-bottom: 35px
}

.articleBody strong {
	font-weight: 500;
}

.archive-rand-article {
	max-width: 300px;
}

.blog p {
	margin-top: 2px;
}

ul.news-module {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-module li {
	border-bottom: 1px solid #ccc;
	padding: 7px 0 10px;
	line-height: 120%;
	vertical-align:bottom;
}

	
.news-module img{
	float: left !important;
	margin: 5px 15px 0px 0px;
	//width: 60px;
	max-width: 130px;
}

.news-module  .title {
	//margin: 0px 2px 0px 0px;
	overflow: hidden;
	transition: all 0.4s ease;
	//font-family: Ubuntu, sans-serif;
	//font-size: 15px;
	font-weight: 500;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;	
	padding-top: 3px;
}

.news-module  .title > a{
	color: #444;
}

	.newsflash .news-module  .title > a{
		font-weight: 500;
		font-size: 18px;
	}

.news-module  .title > a:hover{
	color: #e00;
}

.news-module  p{
	margin: 3px 0 0px 0;
}

.info-block {
	display: inline-block;
	//box-sizing: border-box;
	margin: 6px 0;
	padding-top: 0px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-indent: 0px;
}

.info-block > i {
	margin: 0 6px 0 0;
}

.clr {
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
}

.newsflash .introtext {
	clear: left;
	padding-top: 5px;
}

.introtext {
	overflow: initial;
}

.introtext > p > strong {
	font-weight: normal;
	color: #666;
}

.archive-rand-article  h4 {
	margin-bottom: 0px;
}

.item-image {
	margin: 7px 10px 10px 0;
	clear: left;
	//width: 300px;
	overflow: hidden;
	background-color:#000;
	border: 1px solid #7A7979;
}

.item-image img {
	opacity:1;
	transition: all 0.7s ease;
	width: 300px;
	//max-width: unset;
}

.items-leading .item-image img:hover {
	opacity:0.9;
	transform: scale(1.07);
	box-shadow: 0 0 0 150px rgba(0, 0, 0, 0.33) inset;
}

.item-image div.img_caption {
	//margin: 0 10px 10px 0;
}



p.gr {
	font-weight: 500;
}

.footer-header p {
	background: #e14938;
	color: #fff;
	padding: 15px;
	margin: 0;
	text-align: center;
}

#footer-content .fa {
	margin-right: 5px;
}

#footer-content {
	display: flex;
	justify-content: space-between;
	background: #111;
	padding: 5px 0 15px;
	color: white;
}

#footer-content div.moduletable {
	display: flex;
	flex-direction: column;
	//flex-basis: 22%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 20px;
	//flex-grow: 1;
}

#footer-content div.moduletable h3 {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-top: none;
    border-bottom: solid 1px #464646;
    padding: 7px 0px 5px;
	margin-bottom: 10px;
}


#footer-content  a, .footer .news-module .title > a {
	color: #bbb;
}

#footer-content a:hover, .footer .news-module .title > a:hover {
    color: #e14938;
}



ul.custom-link {
	list-style: none;
	line-height: 24px;
	padding-left: 10px;
}

ul.custom-link li a:hover {
    padding-left: 10px;
    color: #e14938;
}
ul.custom-link li a {
    color: #fff;
    transition: 0.3s all ease 0s;

}


ul.custom-link li a::before {
    content: "\f105";
    color: white;
    font-family: FontAwesome;
    margin-right: 5px;
    margin-left: -7px;
    opacity: 0;
    transition: 0.3s all ease 0s;
}


ul.custom-link li a:hover::before {
    opacity: 1;
	color: #e14938;

}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#copyright {
	font-size: 14px;
    line-height: 17px;
	color: #444;
    background: #000;
    padding: 7px 0px 10px;
    text-align: center;
}

#copyright a {
    color: #e14938;
}

.extravote {
    margin: 15px 0 0 10px;
}

.mod-sppoll strong {
    font-weight: 500;
}

.mod-sppoll form {
    margin: 10px 0 10px;	
}

.mod-sppoll .btn {
    margin: 30px 5px;
}

.sp-poll-result .progress-bar {
    background-color: #ccc;
}

/*
.listocktravel li a {
	font-size: medium;
}
.listocktravel > ul li {
    font-weight: normal;
}
.listocktravel > ul > li {
    font-weight: bold;
}
*/

ul#listocktravel li > a {
    line-height: normal;
}
ul#listocktravel li {
    color: #999;
}
ul#listocktravel li.parent > a::before {
    content: "\f103";
	font-family: FontAwesome;
	color: #999;
	float: right;
}

#listocktravel a span.accordeonckdesc {
    padding: 5px 0 6px 0;
    color: gray;
	width: 90%;
}

ul#listocktravel li.level2, ul#listocktravel li.level3{
    list-style-type: none; 
}
ul#listocktravel li.level2:before, ul#listocktravel li.level3:before {
    color: #999;
    content: "\f0da";
	font-family: FontAwesome;
	font-size: 12px;
    float: left;
	padding-top: 6px;
}


/* вырезка из бутстрепа - убрать потом */
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    //border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    -webkit-appearance: button;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
    background-image: none;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;    
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
div#comments-list p.toolbar {
	display: none;
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
