/*
a3cee3	163, 206, 227
1f9cdb	
*/
body {
	margin: 0;
    padding: 0;
	background: #fff;
	font-family: 'Alegreya Sans', sans-serif;
    font-size: 1rem;
	color: #333;
}
hr {
	border: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, rgba(31, 156, 219, 0.15), rgba(31, 156, 219, 0.75), rgba(31, 156, 219, 0.15));
}
h2 {color: #1f9cdb;}
.top {width: 100%;}
.logo {
	width: 35%;
	float: left;
	padding-left: 10px;
}

/*Scrollbar start*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 6px;
}
 
::-webkit-scrollbar-thumb {
  background: #a3cee3;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1f9cdb; 
}
/*Scrollbar end*/

.ajax{
	
}
.noscript{
	display: none;
}
.alertlNumbers {
    position: absolute;
    font-size:12px;
    background-color:red;
    padding:6px 8px;
    line-height:12px;
    color:#fff;
    top: -5px;
    right: -5px;
    
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	border-radius: 25px;
}
.logo-img {height: 80px;}
.top-rght {
	width: 20%;
	margin: 20px 40px auto auto;
	float: right;
}
.textColumn{
	text-align: left;
}
.alertModal{
	max-width: 450px;
}
.modal-content-comp {
	max-width: 98%;
	margin: 5% auto 15% auto;
	background-color: #fff;
	border: 1px solid #888;
	overflow-x: scroll;
}
.numColumn{
	text-align: right;
}
.header-line {
	width: 60%;
	height: 8px;
	background: linear-gradient(to right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0.50), rgba(51, 51, 51, 0.25));
	transform-origin: bottom left;
	transform: skew(50deg, 0deg);
    -ms-transform: skew(50deg, 0deg);
    -webkit-transform: skew(50deg, 0deg);
}
.text_fullwidth {
	width: 100%;
	margin: 20px auto;
}
.content {
	width: 80%;
	margin: auto;
}
.filters {
	width: 20%;
	margin-right: 10px;
	float: left;
	background: rgba(31, 156, 219, 0.1);
}
.filter-item {
	padding: 15px;
	float: left;
}
.footer {
	margin-top: 30px;
	padding: 20px;
	background: linear-gradient(#1f9cdb 60%, #0088cc 100%);
	color: #fff;
}
.footer-cnt {
	width: 75%;
	margin: auto;
}
.footer-dat {
	width: 33%;
	float: left;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.buttonLink{
	text-decoration: none;
  	display: inline-block;
  	padding: 8px 16px;
  	background-color: #f1f1f1;
  	color: black;
  	margin: 2px 4px 8px 4px;
}

.buttonLink:hover{
	background-color: #ddd;
  	color: black;
}

.mobilNav{
	display:none;
	float: right;
}

.compareBtn{
	width: auto;
}

.kobilink{
	font-weight: bold;
	color:#1f9cdb
}

@media (max-width: 480px) {
	.top-rght{
		display: none;
	}
	
	.topnav{
		display: none;
	}
	
	.mobilNav{
		display:block;
	}
	
	.filters{
		width:100%;
	}
	
	.content {
	    width: 94%;
	}
	
	.compareBtn{
		margin-bottom: 12px !important;
	}
}