@import
	url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);

.atari-banner {
	font-family: 'PT Sans', sans-serif;
	font-weight: 900;
	display: block;
}

.atari-banner span {
	font-family: 'PT Sans', sans-serif;
	font-size: 150%;
	line-height: 25px;
	text-transform: uppercase;
	color:green;
}

.logo img {
	float: left;
	padding: 0 15px 0 5px;
	max-width: 85px;
	/* max-height: 100px; */
}

.logo {
	max-width: 700px;
	min-width: 100%;
}

.logo {
	float: left;
	font-size: 160%;
	line-height: 100%;
	min-height: 100px;
	padding: 05px 0 0 0;
	text-transform: uppercase;
}

.logo a {
	color: #000;
}

.logo a strong {
	font-family: 'PT Sans', sans-serif;
	font-weight: 900;
	display: block;
	/* font-size: 90%; */
}

.logo a span {
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-weight: 900;
	font-size: 170%;
	/* color: #77b122; */
	/* color: #155b11; */
	/* line-height: 22px; */
}

.logo a {
	display: block;
	text-align: left;
	text-decoration: none;
}

.logo a:hover {
	text-decoration: none !important;
	cursor: pointer;
}

/*  Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap 

 Extra small devices (portrait phones, less than 576px) */
@media ( max-width : 575px) {
	.sblogo {
		display: none;
	}
	.icarimage {
		display: none;
	}
	.ql1, .ql2, .ql3, .trp {
		display: none;
	}
	.atari-banner {
		font-size: 14px !important;
	}
	.cont-show {
		display: none;
	}
	.relavent-story-post-wrap .single-relavent-post .excert {
		padding-left:0px;
	}
}

/*  Small devices (landscape phones, 576px and up) */
@media ( min-width : 576px) and (max-width: 767px) {
	/* .sblogo {display: none;}
	.icarimage {display: none;} */
	/* .ql2 .ql3 {display: none;} */
}

/*  Medium devices (tablets, 768px and up) */
@media ( min-width : 768px) and (max-width: 991px) {
	.sblogo {
		visibility: visible;
	}
}

/*  Large devices (desktops, 992px and up) */
@media ( min-width : 992px) and (max-width: 1199px) {
	.sblogo {
		visibility: visible;
	}
}

/*  Extra large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
	.sblogo {
		visibility: visible;
	}
}

.lnr-home {
	color: #0F52BA;
	font-size: 25px;
	/* To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

.language {
	font-size: 14px;
}

.single-information-area .contact-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #116466;
	text-align: center;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
	margin: 0 auto 10px;
}

.single-information-area h6 {
	font-family: Lato;
	font-size: 18px;
	color: #707070;
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: 400;
	letter-spacing: 2px;
}
thead{
	background-color: #116466; 	
	color: white; 
	
}

th {
	/* background-color: #116466; */
	backgroundcolor:#116466;
	color: white; 
}

.list-group-item-success {
	color: #fff !important;
	background-color: #116466 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff !important;
	background-color: #116466 !important;
	font-weight: 900;
}

.single-blog-area.style-4 {
	background-color: #f2f4f5;
	padding: 05px 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
}

.single-blog-area .col-md-6 {
	padding-right: 05px;
	padding-left: 05px;
}

.featured-post-area h3, .news-area-h3 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 20px;
}

button {
	padding: 0px;
	margin: 0;
	/* width: 30px;
    height: 30px; */
	border: 1px solid #000;
	border-radius: 5px;
}

button span.text {
	font-size: 16px;
	padding: 2px;
}

ol.uls {
	margin-left: 30px;
	list-style-type: upper-roman;
}

ol.uls li {
	line-height: 30px;
	margin-left: 10px;
	padding-bottom: 10px;
}

/* Begin global CSS */
[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}

.dips-pointer {
	cursor: pointer;
}

.dips-nav-menu>li {
	margin-left: 10px;
}

.dips-top-nav-li a:hover {
	color: #000 !important;
}

.dips-modal legend {
	color: #333;
}
/* End global CSS */

/* Begin Article detail page CSS */
.thumbnail {
	width: 100%;
}

.dips-article-title {
	color: #333;
}
/* End Article detail page CSS */

/* Begin Poll list CSS */
.dips-poll-title {
	margin-bottom: 10px;
}
/* End Poll list CSS */

/* Begin Comment CSS */
.red1 {
	border-left: #337ab7 3px solid;
}

.hidden {
	display: none !important;
}

.show {
	display: block !important;
}

.comments-time {
	color: #777; /*#b3b3b3;*/
	font-size: 12px;
	font-style: italic;
}

.comment-name {
	color: #014479;
	font-size: 20px;
}

.comment {
	color: #333;
}
/* End Comment CSS */
.increase, .decrease, .resetMe {
	font-size: 14px;
}

.btn-bgcolor {
	background-color: #116466 !important;
	color: #fff !important;
}

.embed-responsive .card-img-top {
    object-fit: cover;
}


/* This class is for Tet Increase, Decrease areas */
/* .top-nav ul li.ico-accessibility ul {
    position: absolute;
    top: 16px;
    right: 0px;
    z-index: 9999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #d4d3d3;
    padding: 0px 0px;
    visibility: visible;
} */


/* .row1 {
	margin-left: -30px;
	margin-right: -30px;
} */