/**/

.board-idx .b {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	background: #f1f1f1;
	padding: 15px;
}

.board-idx h2 {
	font-size: 1.3em;
}

.board-idx h2 a {
	font-weight: bold;
	color: #323131;
}

.board-idx .last-ad {
	background: #fff;
	padding: 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin: 10px 0;
}

@media (min-width: 992px) {
	.board-idx .last-ad {
		height: 250px;
		overflow: hidden;
	}
}

.board-idx .last-ad a {
	color: inherit;
	text-decoration: none;
}

.board-idx .last-ad h3 {
	font-size: 1.2em;
	font-weight: bold;
	background: #f6d18d;
	margin: 0 -15px;
	margin-top: -15px;
	color: #333;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.board-idx .last-ad h4 {
	font-size: 1em;
	font-weight: bold;
	color: #323131;
	margin: 5px 0;
}

.board-idx .more {
	padding: 5px;
	text-align: left;
}

.info-grid {
	padding: 15px;
}

.board .item {
	background: #f1f1f1;
	border: 1px solid #ddd;
	
	margin-bottom: 15px;
}

.board .item .item-info {
	display: none;
}

.board .item.opened {
	background: #f1f1f1;
}

.board .item.opened .item-info {
	display: block;
}

.board .item .head {
	cursor: pointer;
	padding: 15px;
}

.board .item .head .title {
	float: right;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding-top: .2em;
}


.board .item.opened .head .title {
	font-weight: bold;
}

.board .item .head .publishTime {
	float: left;
}

.board .item .head .arrow:before {
	content:"\f0d9";
}

.board .item.opened .head .arrow:before {
	content:"\f0d7";
}

.board .item .content:focus {
	outline: 1px dotted #fff;
}

.description  {
	overflow: auto;
}

.description table  {
	border-collapse: collapse;
}

.description table th  {
	background: #ffa900;
}

@media (max-width: 768px) {
	.description table td  {
		min-width:150px;
	}
}

.one-row {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 300px;
}

.no-results {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	margin: 20px 0;
	text-align: center;
}

/**/

.board-form fieldset {
	border: 1px solid #1978bb;
	padding: 20px;
	margin-bottom: 10px;
}

.board-form legend {
	padding: 0.2em 0.5em;
	background: #1978bb;
	color: #fff;
	font-size: medium;
	text-align: right;
}

.board-form fieldset .fld {
	margin-bottom: 10px;
}

.board-form fieldset .fld label {
	display: block;
}

@media (min-width: 480px) {
	.board-form fieldset .fld label {
		float: right;
		width: 120px;
	}
}

.board-form fieldset input[type="text"],
.board-form fieldset input[type="password"],
.board-form fieldset input[type="email"],
.board-form fieldset input[type="date"],
.board-form fieldset select,
.board-form fieldset textarea {
	font-size: 1em;
	width: 300px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 480px) {
	.board-form fieldset input[type="text"],
	.board-form fieldset input[type="password"],
	.board-form fieldset input[type="email"],
	.board-form fieldset input[type="date"],
	.board-form fieldset select,
	.board-form fieldset textarea {
		width: 100%;
	}
}

.board-form fieldset textarea {
	height: 50px;
}

.submit-fld {
	text-align: center;
}

.submit-fld button {
	font-size: 1em;
	background: #1978bb;
	color: #fff;
	padding: 6px 15px;
	border-radius: 5px;
	border: 0;
}

.submit-fld button:hover,
.submit-fld button:focus {
	background: #126aa8;
}

/**/

.top-buttons {
	margin-bottom: 15px;
}

.top-buttons .btn {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

/**/

.smartform {
}
/*
.smartform * {
	box-sizing: border-box;
	font-family: 'Open Sans Hebrew';
}*/

.smartform h2 {
	
}

.smartform .field {
	display: table;
	width: 100%;
}

.smartform .field .label {
	display: table-cell;
	padding-top: 10px;
	vertical-align: top;
}

@media (min-width: 480px) {
	.smartform .field .label {
		width: 200px;
	}
}

.smartform .field .input {
	display: table-cell;
	padding: 10px 0;
}

.smartform .field .input input,
.smartform .field .input textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
}

.smartform .field .input textarea {
	height: 160px;
}

.smartform .field .input.error input {
	border: 1px solid red;
}

.smartform .field .description {
	display: table-cell;
	padding: 10px;
}

.smartform input[type='text'],
.smartform input[type='email'],
.smartform input[type='date'],
.smartform input[type='file'],
.smartform input[type='number'] {
	font-size: 1em;
	width: 100%;
	border: 0;
}

.smartform select {
	font-size: 1em;
	width: 100%;
	border: 0;
}

.smartform textarea {
	font-size: 1em;
	width: 100%;
	height: 80px;
	border: 0;
}

.smartform .submit-field {
	margin-top: 15px;
	margin-right: 210px;
}

.smartform .submit-field button {
	font-size: 1em;
	border: 1px solid #cdcdcd;
	padding: 5px 40px;
}

.smartform .errors {
	background: #f5a4a4;
	padding: 20px;
}

.smartform .errors h3 {
	color: #000;
}

.smartform .errors ul {
	margin: 0;
}

.smartform .error-msg {
	display: table-cell;
	color: red;
}

/**/

.post-form h2 {
	font-weight: normal;
	margin-bottom: 15px;
}

/**/

.pagination {
	display: block;
	margin: 20px 0;
	padding: 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: right;
	padding: 6px 12px;
	margin-right: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-right: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

/**/

figure.pic {
	display: block;
	margin: 0 auto;
	border: 1px solid #f8eddb;
}

figure.pic img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

figure.pic figcaption {
	background: #f8eddb;
	padding: 10px;
}
