.assetbox{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border-radius: .3rem;
	box-shadow: 5px 5px 20px rgba(0,0,0,.1);
	margin-bottom: 1rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.assetbox:hover img{
	animation: zoomIn 1s 1;
}
.assetbox h4, .assetbox .h4 {
	color: #333;
	margin-bottom: 1rem;
}
	.assetbox a.morebtn {
		color: #fff;
		background-color: #0070AF;
		display: block;
		width: 150px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		margin-bottom: 1rem;
		border-radius: .3rem;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
.assetbox a.morebtn:hover{
	background-color: #006599;
}
.assetfilter{
	width: 350px;
	padding-right: 15px;
	padding-left: 15px;
}
.assettab{
	width: calc(100% - 350px);
	padding-right: 15px;
	padding-left: 15px;
}

.filtercol{
    width: 100%;
    padding: 15px 0;
    border-radius: .3rem;
    background-color: #fff;
    box-shadow: 4px 4px 20px rgba(0,0,0,.1);
}
	.filtercol h5 {
		color: #0070AF;
	}
.filtercol .inpcol{
	flex: 0 0 100%;
	position: relative;
}
	.filtercol label {
		color: #757575;
	}
.filtercol .form-control{
	border-color: #ddd;
	color: #666;
	height: 44px;
}
.filtercol select{
	position: relative;
	appearance: none;
	padding-right: 25px;
}
.filtercol .inpcol .slicon{
	position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 25px;
    font-size: .875rem;
    color: #ccc;
    pointer-events: none;
}
.filtercol input[type="checkbox"]{
	position: relative;
	top: 2px;
}


.btngroup{
	display: flex;
	flex-flow: wrap;
	margin: 0 -5px;
}
.btnA { text-align: center; }
.btngroup button, .btnA {
	margin: 0 5px;
	flex: 1 0 auto;
	height: 38px;
	line-height: 38px;
	outline: 0;
	border: none;
	padding: 0 15px;
	border-radius: .3rem;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.btngroup button:hover,
.btngroup button:focus, .btnA:hover, .btnA:focus {
	color: #fff;
	outline: 0;
	box-shadow: none;
}

.assettab .asbox {
	padding: 20px 15px;
	border-radius: 2rem .5rem;
	background-color: #fff;
	border-bottom: 5px solid #0070AF;
	box-shadow: 4px 4px 20px rgba(0,0,0,.1);
}

.assettab .location {
	margin-bottom: 10px;
	color: #0070AF;
	font-family: 'bom_websemibold';
}
.assettab .location i{
	position: absolute;
	left: 30px;
    color: #f44336;
}
	.assettab .location span.asdate {
		font-size: .875rem;
		color: #757575;
		font-family: 'bom_webregular';
		position: relative;
		top: -4px;
	}
.assettab .aslist{
	padding-left: 25px;
	line-height: 20px;
	margin-bottom: 10px;
    font-family: 'bom_websemibold';
}
	.assettab .aslist span {
		display: block;
		color: #757575;
		font-family: 'bom_webregular';
		border-bottom: 1px dashed#ddd;
		padding-bottom: 2px;
		margin-bottom: 5px;
	}
.assettab .aslist i{
	position: absolute;
	left: 15px;
    margin-top: 5px;
    color: #E57373;
}
.assettab .viewbtn {
	font-family: 'bom_websemibold';
	color: #0070AF;
	display: table;
	margin-top: 10px;
	margin-left: auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.assettab .viewbtn span{
	margin-left: 5px;
}
.assettab .viewbtn:hover{
	color: #FF9800;
}

.assettab .aslist span.h4{
	color: #333;
	margin-bottom: 0;
	padding: 0;
	border: none;
    font-family: 'bom_websemibold';
}


a.intbtn {
	float: right;
	padding: 0 20px;
	border-radius: .3rem;
	background-color: #0070AF;
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 250px;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
a.intbtn:hover{
	background-color: #006599;
}


.thankbox{
	display: flex;
	flex-flow: column;
	padding: 15px;
	border-radius: .3rem;
	box-shadow: 5px 5px 20px rgba(0,0,0,.1);
	margin-bottom: 1rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
	.thankbox label {
		color: #757575;
		margin-bottom: 3px;
	}
.thankbox .form-control{
	height: 44px;
}
.redstar{
	color: red;
    font-size: 1.2rem;
    position: relative;
    top: 5px;
}

.vercol label{
	width: 100%;
}
.vercol input{
	display: inline-block;
	width: 100%;
}
.vercol div{
	display: table;
    margin: auto;
    margin-top: 10px;
}
.vercol img{
	width: 100px;
    display: inline-block;
    margin-top: -6px;
    margin-left: 5px;
}
.recap, .recap:focus{
	border: none;
	outline: 0;
	height: 30px;
	border-radius: .3rem;
	margin-left:2px;
	width:30px;
}

.topbox{
	background-color: #fff;
	border-radius: .3rem;
    padding: 15px;
    margin-bottom: 1rem;
    box-shadow: 4px 6px 20px rgba(0,0,0,.1);
}
.topbox h2{
	color: #004882;
}
.pricecol{
	display: flex;
	flex-flow: wrap;
}
.pricecol .pritem{
	display: flex;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
.pricecol .pritem:last-child{
	padding-right: 0;
	border: none;
}
	.pricecol .pritem .pricon {
		font-size: 30px;
		margin-right: 15px;
		color: #0070AF;
		position: relative;
		top: 5px;
	}
.pricecol .pritem p{
	margin-bottom: 0;
}
.pricecol .pritem h3{
	margin-bottom: 0;
    color: #003a69;
}
.details{
	display: flex;
	flex-flow: wrap;
}
.details p.list{
	flex: 1 0 33.3333%;
	font-size: 1.2rem;
}
	.details p.list span {
		display: block;
		color: #757575;
		font-size: 1rem;
	}

.similar{
	background-color: #f7f7f7;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.tnkform{
	border-radius: .3rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

.pdflist{
	display: flex;
	flex-flow: wrap;
	margin-top: 10px;
}
a.file{
    margin-right: 10px;
	margin-bottom:2px;
    color: #666;
    border: 1px solid #f44336;
    border-radius: .3rem;
    height: 30px;
    display: inline-block;
    padding-right: 8px;
    font-size: .875rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
	a.file:hover {
		color: #333;
		border-color: #0070AF;
	}
a.file i{
	background-color: #f44336;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
    border-radius: .3rem;
    position: relative;
    top: -1px;
    left: -1px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
	a.file:hover i {
		background-color: #0070AF;
	}

.simbox{
	display: flex;
	flex-flow: wrap;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    border-radius: .3rem;
    align-items: center;
}
.simbox .simicon{
	width: 60px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
.simbox .simcont{
	position: relative;
	padding-left: 15px;
	width: calc(100% - 60px);
}
.simbox .simcont p.h4{
	margin-bottom: 5px;
    font-family: 'bom_websemibold';
}
.simbox .simcont p{
	padding-left: 0 !important;
    font-family: 'bom_websemibold';
}
.simbox .simcont p span{
	display: inline-block;
    font-family: 'bom_webregular';
	color: #333;
}
.simbox .simcont .viewbtn{
    font-family: 'bom_websemibold';
}
.simbox .simcont .viewbtn span{
	margin-left: 3px;
}
.Lightbox-blue a {
	color: #0070A8;
}
@media(max-width: 1300px){
	.filtercol .inpcol{
		flex: 0 0 25%;
	}
}
@media(max-width: 1100px){
	.filtercol .inpcol{
		flex: 0 0 33.3333%;
	}
}
@media(max-width: 991px){
	.filtercol{
		display: flex;
		flex-flow: wrap;
	}
	.details p.list{
		flex: 1 0 50%;
	}
	.assetfilter, .assettab{
		width: 100%;
	}
	.assettab{
		margin-top: 2rem;
	}
}
@media(max-width: 767px){
.filtercol .inpcol{
	flex: 0 0 50%;
}
a.intbtn{
	float: none;
	margin-bottom: 1rem;
}
.details p.list{
	flex: 1 0 100%;
}
}
@media(max-width: 575px){
.pricecol .pritem{
	border: none;
}
}
@media(max-width: 480px){
	.filtercol .inpcol{
		flex: 0 0 100%;
	}
}
.sMsg {
	background-color: #a7d6af;
	border: 1px solid #2fad44;
	height: 35px;
	text-align: center;
	padding-top: 5px;
	display: none;
}
.imglist{margin-right:10px; margin-bottom:10px;}
.imglist:hover{cursor:pointer}
.atandc, .atandc:hover {
	color: #757575;
}
.atandc span {
	color: #0070AF;
} 
.noresultimg{padding:30px 45%;}
