@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans/OpenSans-Regular.ttf)
}

body,
html {
	height: 100%;
	font-family: Roboto
}

a {
	margin: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s
}

a:focus {
	outline: 0 !important
}

a:hover {
	text-decoration: none
}

p {
	margin: 0
}

li,
ul {
	margin: 0;
	list-style-type: none
}

input {
	outline: 0
}

textarea {
	display: block;
	outline: 0
}

input:focus,
textarea:focus {
	border-color: #032e81 !important;
	box-shadow: 0 0 4px #032e8187
}

button {
	outline: 0 !important;
	border: none;
	background: 0 0
}

button:hover {
	cursor: pointer
}

iframe {
	border: none !important
}

.limiter {
	width: 100%;
	margin: 0 auto
}

.container-table100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 33px 30px
}

.wrap-table100 {
	width: 1170px
}

table {
	border-spacing: 1;
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative
}

table * {
	position: relative
}

table td,
table th {
	padding-left: 8px
}

table thead tr {
	height: 60px;
	background: #605151
}

table tbody tr {
	height: 50px
}

table tbody tr:last-child {
	border: 0
}

table td.l,
table th.l {
	text-align: right
}

table td.c,
table th.c {
	text-align: center
}

table td.r,
table th.r {
	text-align: center
}

.table100-head th {
	font-size: 13px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset;
	text-transform: capitalize
}

tbody tr:nth-child(even) {
	background-color: #f5f5f5
}

tbody tr {
	font-family: OpenSans-Regular;
	font-size: 15px;
	color: grey;
	line-height: 1.2;
	font-weight: unset
}

tbody tr:hover {
	color: #555;
	background-color: #f5f5f5;
	cursor: pointer
}

.column1 {
	width: 330px;
	padding-left: 40px;
	font-size: 14px;
	padding-top: 15px
}

.column2 {
	width: 160px;
	padding-top: 15px
}

.column3 {
	width: 245px;
	padding-top: 15px
}

.column4 {
	width: 110px;
	padding-top: 15px
}

.column5 {
	width: 170px;
	padding-top: 15px
}

.column6 {
	width: 222px;
	padding-top: 15px
}

@media screen and (max-width:660px) {
	.listing-item {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		float: left;
		background: #fff;
		border-radius: 10px;
		z-index: 0;
		cursor: pointer;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
		box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
		margin-left: 20px;
		margin-right: 20px
	}

	table {
		border-spacing: 1;
		border-collapse: inherit;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		position: relative
	}

	.wrap-table100 {
		width: 1170px;
		overflow: scroll
	}
}