@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-regular-webfont.eot');
  src: url('../fonts/oswald-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
       url('../fonts/oswald-regular-webfont.woff') format('woff'),
       url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
       url('../fonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

body{
	color: #444;
  overflow-x:hidden !important;
  font-size: 13px;
  line-height: 1.3;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{
  text-decoration: none;
}
a:hover{
	color: #000;
}
a:focus{
	outline: none;
}
h2{
  line-height: 23px;
    margin: 5px;
}
.bbc {
  /*color: #0c8a84;*/
  color: #1f81e2;
}
.mg5{
    margin-left: 6px;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.img-right{
  display: block;
  margin-left: auto;
}
.img-left {
  display: block;
  margin-right: auto;
}
.yellow_bg{
	background-color: #ffd62c;
}
.yellow_btn{
	background-color: #ffd62c;
	color: #fff;

}
.yellow_btn:hover{
	background-color: #f8c907;
	color: #fff;
}
.limeblue_bg{
	background-color: #7dc34d;
}
.blue_bg{
	background-color: #09c;
}
.blue_btn{
	background-color: #09c;
	color: #fff;
}
.blue_btn:hover{
	background-color: #39c8f7;
	color: #fff;
}
.box_wrapper {
  background-color: #fff;
  box-shadow: 0 0 9px #dddddd;
  display: block;
}
#header{
	display: block;
  position: relative !important;
  margin: auto;
}
.fix{
  position: fixed !important;
  left: 50%; top: 0; transform: translate(-50%, 0);
  z-index: 50;
}
.header_top {
  position: relative;
  display: block;
  border-bottom-color: #1f81e2;
  background-color: #eee;
}
.navbar {
  border-radius: 0;
  float: left;
  margin-bottom: 0;
  min-height: 40px;
  width: auto;
  border: none;
}
.mobile-nav {
  position: relative;
  padding-left: 10px;
  color: #666;
}
.mobile-nav:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 5px;
  content: '\f0d7'; /* \f0d7 for caret, \f078 for chevron */
}
.dropdown-nav {
  border: none;
  background-color: transparent;
  width: 120px;
  height: 35px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
}
.header_search{
  position: absolute;
  top: 0;
  right: 0;
}
.container-fluid {
  padding-left: 0;
}
#search-toggle {
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 1.3em;
  line-height: 35px;
  width: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffb100;
  padding-top: 0;
  padding-bottom: 0;
}
#search {
  overflow: hidden;
  position: absolute;
  top: -80px;
  width: 440px;
  z-index: 9999;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#search input[type="text"] {
  background-color: #fff;
  border: 0 none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 35px;
  padding: 0 50px 0 10px;
  width: 100%;
}
#search button.remove {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border: 0 none;
  background-color: #ff0002;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  width: 40px;
  line-height: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 0;
  padding-bottom: 0;
}
#search-hide button.remove:hover {
  opacity: .75;
}
.header_bottom {
  display: block;
  padding: 15px;
}
.logo_area{
  float: left;
  width: 42%;
  margin-left: -2px;
}
.logo {
	font-size: 35px;
	line-height: 26px;
	/* font-family: 'Metal Mania', cursive;*/
	/*font-family: 'Open Sans', sans-serif;*/
	color: #252525;
}
.logo:hover,.logo:focus{
	text-decoration: none;
	outline: none;
}
a.logo b{
	color: #09c;
}
.logo>span{
	font-size: 16px;
	display: block;
}
.top_addarea{
	float: right;
	width: 635px;
}
.top_addarea a{
	width: 100%;
}
.top_addarea a>img{
	width: 100%;
}
.scrollToTop {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  text-align: center;
  z-index: 9999;
  background-color: #1f81e2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus{
  text-decoration: none;
  outline: none;
  border-color: #1f81e2;
  color: #1f81e2 !important;
}
.latest_newsarea {
  width: 100%;
  /*background-color: #1b1a1a;*/
  background-color: #0bc6cf;
  border: none;
  height: 34px;
  position: relative;
  overflow: hidden;
  color: #333;
}

.latest_newsarea span {
  display: block;
  font-size: 16px;
  padding: 0 10px;
  line-height: 34px;
  position: absolute;
  z-index: 20;
  background-color: #ffb100;
}
.latest_newsarea span:before {
  border: none;
  margin: 0;
}
.latest_newsarea span:after {
  border-width: 16px;
  margin-top: -16px;
  border-left-color: #ffb100;
}
.news_ticker {
  position: absolute;
  right: 100%;
}
ul.news_ticker li {
  margin: 0 30px;
  line-height: 34px;
}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url('../img/status.html'); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* .thumbnail_slider_area {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
} */
.signle_iteam {
  position: relative;
  padding:0px 3px;
    height: 300px;
}
.slider_comntbox {
  background-color: rgba(0, 0, 0, 0.5);
  left: 15px;
  padding: 5px 8px;
  position: absolute;
  top: 10px;
  width: auto !important;
  z-index: 5;
}
.slider_comntbox>p{
	color: #fff !important;
	margin-bottom: 0px;
}
.slider_comntbox>a{
	color: #fff !important;
}
.slider-brt{
    width: 100%;
    height: 438.75px;
    overflow: hidden;
}
.slider-brt img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-box{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.signle_iteam img{
    width: auto;
  height: 300px;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.signle_iteam:hover img {
 /* opacity: 0.8;*/
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);
}
.slider_tittle{
	bottom: 15px;
	color: #fff;
	font-size:20px;
	left: 0;
	line-height: 23px;
	margin: 0 20px;
	padding: 20px 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: auto;
	z-index: 5;
    background: rgba(0,0,0,0.5);
}
.slider_tittle:hover,.slider_tittle:focus{
	color: #fff;
}
#contentbody {
  background-color: #eeeeee;
  position: relative;
  min-height: 500px;
  padding: 0 30px;
  width: 100%;
  padding-top: 15px;
}
#contentbody:before,
#contentbody:after {
  content: " ";
  display: table;
}
#contentbody:after {
  clear: both;
}
.left_bar{
	/*float: left;
	display: inline;
	width: 93%;
	min-height: 400px;
	*/
  display: block;
  margin-right: 15px;
}
.single_widget{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.single_widget > h2 {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  /*background-image: url('../img/header_dot.png');*/
  background-repeat: repeat;
  background-color: #1f81e2;
}
.single_widget > h2 span {
  color: #333;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 10px;
  position: relative;
  line-height: 18px;
  /*background-color: #0c8a84;*/
  background-color: #0bc6cf;
}
.single_widget > h2 span > span {
  float: none;
  padding: 0;
}
.single_widget_item,
.single_widget_index {
  background-color: #fff;
  position: relative;
  padding: 10px;
  width: 100%;
}
.single_widget_item.dotdotdot {
  padding-bottom: 0;
}
.single_widget_item {
  height: 318.75px;
  overflow: hidden;
}
.single_widget_index {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.single_widget_item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  content: ' ';
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
}
.single_widget_item.post_widget,
.single_widget_item.pop,
.single_widget_item.giat {
  height: 404.75px;
}
.single_widget_item.post_widget:after,
.single_widget_item.pop:after,
.single_widget_item.giat:after {
  display: none;
}
.single_widget_item.giat {
  overflow-y: auto;
}
.single_widget_item.auto {
  height: auto;
}
.single_widget_item.auto:after {
  display: none;
}
.single_widget_item p {margin: 0;}
.single_widget_item img{
	width: 100%;
}
.single_widget .post_pager a {
  padding-top:    6px;
  padding-bottom: 7px;
  /*background-color: #ffb100;
  color: #333;
  background-color: #0bc6cf;*/
}
/*.single_widget .post_pager a:hover,
.single_widget .post_pager a:focus {
  color: #ffb100;
  color: #0bc6cf;
  background-color: #333;
}*/
.single_widget .post_pager a strong {
  font-weight: normal;
}
.post_nav li {
  display: block;
  margin-bottom: 3px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_nav li a {
  display: block;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #1f81e2;
  line-height: 1.5em;
}
.post_nav li a:hover,
.post_nav li a:active,
.post_nav li a:focus {
  color: #ff0002;
}
.post_nav.widget_index li {
  height: 20px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_nav.widget_index li a {
  position: relative;
  padding-left: 15px;
  /*color: #ffb100;*/
}
.post_nav.widget_index li a:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 10px;
  content: '\f0c8';
  top: 2px;
  left: 0;
  /*color: #0bc6cf;*/
  /*color: #1f81e2;*/
  color: #ffb100;
}
.recent_title {
  position: relative;
  margin-left: 40px;
}
.popular_title {
  position: relative;
  margin-left: 36px;
}
.recent_title span,
.popular_title span {
  position: absolute;
  font-weight: bold;
  left: -40px;
  color: #0c8a84;
}
.popular_title span {
  left: -36px;
  color: #0c8a84;
  width: 28px;
  line-height: 28px;
  background-color: #ff0002;
  color: #fff;
  top: 4px;
  text-align: center;
  font-size: 1.2em;
  border-radius: 100%;
}
.middle_bar {
  display: block;
  margin-bottom: 15px;
}
.featured_sliderarea {
	float: left;
	width: 100%;
}
.left_slide,
.right_slide {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #1f81e2;
}
.right_slide { left: 60px; }
.bg-cap { width: 100%; text-align: center; }
.carousel-indicators li{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.carousel-indicators .active {
  height: 15px;
  width: 15px;
}
.carousel-indicators {
  left: 70%;
  text-align: right;
  top: 20px;
  padding-right: 3%;
}
.carousel-caption{
  z-index: 15;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5)!important;
  padding: 10px 15px;
  text-align: left;
}
.carousel-caption .post-meta {
  margin: 5px 0 !important;
}
.carousel-caption .bbc {
  color: #99c5f2;
  font-style: normal;
}
.carousel-caption h4.catg_subt {
  color: #ff9300;
  margin-bottom: 3px;
}
.carousel-caption p {
  color: #eee;
  margin: 8px 0;
  padding: 0;
}
.carousel-caption p:last-child {
  margin: 0;
}
.carousel-caption > h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.carousel-caption > h2 a {
  color: #fff;
  padding: 0;
}
.single_category {
  /*background-color:#1F81E2;*/
  /*background-color:#fff;*/
  float: left;
  width: 100%;
}
.single_category:nth-of-type(n+3) {
  margin-top: 15px;
}
/*.category_archive_area + .single_category {
  margin-top: 5px;
}*/
.category_title{
	float: left;
	width: 100%;
	/*background-image: url('../img/header_dot.png');*/
	background-repeat: repeat;
  background-color: #1f81e2;
  text-align: left;
}
.category_title.catpost {
  position: absolute;
  z-index: 2;
  border-bottom: 5px solid #eee;
  margin-bottom: 0;
}
.category_title.relpost {
  margin-top: 15px;
}
.category_title span {
  color: #333;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 10px;
  position: relative;
  line-height: 20px;
  /*background-color: #0c8a84;*/
  background-color: #0bc6cf;
}
.single_category_item{
  background-color:#fff;
	float: left;
	width: 100%;
	padding: 15px;
}
.category_title + .single_category_item {
  margin-top: 5px;
}
.catg_nav li {
  display: block;
  float: left;
  margin-right: 20px;
  /*width: 48.1%;*/
}
.catg_nav li:nth-child(2n){
	margin-right: 0px;
}
.catg_nav li:nth-child(4){
	margin-right: 0px;
}
.catgimg_containers {
    width:100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 8px;
}
.catgimg_container {
    width:100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 8px;
}
.catg1_img img {
	height: 100%;
	width: auto;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	transform: translate3d(0px, 0px, 0px);
}
.catg1_img:hover img {
	opacity: 0.8;
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}
.catg_title{
	display: block;
  line-height: 1.15;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
.catg_title h3 {
  font-weight: bold;
  font-size: 1.4em;
  margin: 0;
}
.relatedpost_nav .catg_title h3 {
  font-size: 1.25em;
}
h4.catg_subt {
	font-size: 1em;
  margin: 0 0 2px;
  font-weight: normal;
  color: #ff0002;
}
p.post-meta {
  font-size: .8em;
  margin-bottom: 8px;
  /*color: #0c8a84;*/
}
p.post-meta .fa {
  margin-right: 5px;
}
p.post-meta * + .fa {
  margin-left: 5px;
}
.sing_commentbox{
	float: left;
	width: 100%;
}
.sing_commentbox > p {
    /*color: #FFF;*/
    color: #222;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: .5;
}
.sing_commentbox > p i{
  margin-right: 5px;
}
.sing_commentbox>a{
	color: #888;
	font-size: 11px;
	font-weight: normal;
}
.sing_commentbox>a i{
  margin-right: 5px;
}
.catg_nav2 .catgimg_container{
    width: auto;
	height: 300px;
}
.post-summary {
  /*color: #FFF;*/
  color: #222;
  /*line-height: 16px;*/
  margin: 0 5px 10px 0;
  /*font-size: 12px;*/
}
.catg_nav3 li{
	width: 100%;
}
.catg_nav3 .catgimg_container {
  width:100%;
}
.catg3_bottompost{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.catg3_snav li {
  border-top: 1px solid #f1f1f1;
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
}
.hrl {
    border-top: 1px solid #f1f1f1;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hrls {
    border-top: 1px dotted #ccc;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.catg_nav li:last-child .hrls,
.relatedpost_nav li:last-child .hrls {
  display: none;
}
.hrx {
    border-top: 1px dotted #000;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mr5{
  padding-left: 0;
  padding-right: 0;
}
.mr6 {
  margin-left: -10px;
  margin-right: -10px;
}
.mr5 > .rg { margin: 0 -15px 0 0; }
.mr5 > .lf { margin: 0 0 0 -15px; }
.mr6 > .rg { margin: 5px 0 0; }
.mr6 > .rg .catg_title h3 {
  font-size: 1.25em;
}
.mr6 > .rg h4.catg_subt {
  font-size: .9em;
}
.tx12{
    font-size: 13px;
}
.nimg{width: 100%;height: auto;}
.catg3_snav .media-left{
	width: 70px;
	height: 60px;
}
.catg3_snav .media-left:hover{
	opacity: 0.75;
}
.catg3_snav .media-left>img{
	width: 100%;
	height: 100%;
}
.catg5_nav li {
  border-top: medium none;
  float: left;
  padding-bottom: 0;
  padding-top: 5px;
  width: 49%;
}
.right_bar{
	/*float: left;
	display: inline;
	width: 100%;*/
  display: block;
  margin-left: 15px;
}
.label_nav li a{
	border-bottom: 1px solid;
	color: #777;
	display: block;
	padding: 8px 5px;
	font-size: 13px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.label_nav li a:hover{
	text-decoration: none;
	padding-left:15px;
}
.label_nav li a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right:5px;
}
.link_nav li a{
	display: block;
	padding: 3px 5px;
	font-size: 13px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.link_nav li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	margin-right: 5px;
}
.link_nav li a:hover{
	padding-left: 15px;
	color: #777;
	text-decoration: none;
}
#footer{
	float: left;
	width: 100%;
}
.footer_top{
	float: left;
	width: 100%;
	background-color: #151515;
}
.single_footer_top{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.single_footer_top>h2{
	background-color: rgba(0, 0, 0, 0.04);
	border-left: 0 none;
	border-right: 0 none;
	color: #b9b9b9;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	padding: 10px 0;
}
.single_footer_top ul li a{
	color: #eeeeee;
}
.footer_labels li a{
	display: block;
	float: left;
	background-color: #222222;
	color: #eeeeee;
	font-size: 12px;
	padding: 5px 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer_labels li a:hover,.footer_labels li a:focus{
	text-decoration: none;
}
.contact_form label{
	color: #fff;
	font-size: 13px;
	margin-bottom: 5px;
}
.contact_form input{
	background-color: #222222;
	border-radius: 0px;
	color:#eee;
	border:none;
	margin-bottom: 15px;
}
.contact_form textarea{
	background-color: #222222;
	border-radius: 0px;
	color:#eee;
	border:none;
	height: 100px;
}
.send_btn{
	border: medium none;
	border-radius: 2px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	min-width: 80px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer_bottom {
  background: none repeat scroll 0 0 #252525;
  float: left;
  padding: 10px 10px 0;
  width: 100%;
}
.footer_bottom p {
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}
.footer_bottom a:hover {
  color: #fff;
}
.footer_bottom_left{
	float: left;
	width: 50%;
	text-align: left;
}
.footer_bottom_right{
	float: right;
	width: 50%;
	text-align: right;
}
.footer_bottom_right li{
	display: inline-block;
}
.footer_bottom_right li a {
  background-color: #f13b3b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
  opacity: 0.7;
  padding: 6px 10px;
}
.footer_bottom_right li a:hover{
	opacity: 1;
}
.footer_bottom_right li:nth-of-type(1) a{
	background-color: #2AB2E3;
}
.footer_bottom_right li:nth-of-type(2) a {
  background-color: #3b5998;
  padding: 6px 12px;
}
/*.footer_bottom_right li:nth-of-type(3) a{
	background-color: #DD4A38;
}*/
.footer_bottom_right li:nth-of-type(4) a{
	background-color: #D42E33;
}
.footer_bottom_right li:nth-of-type(5) a{
	background-color: #E36F36;
}
.custom-tabs > li:last-child a{
  border-right: 0px;
  float: right;
}
.custom-tabs > li > a {
  padding: 8px 5px;
  color: #fff;
  font-size: 13px;
  border-radius: 0px;
  border:none;
}

/*==========start category archive page==============*/

.category_archive_area{
  float: left;
  width: 100%;
  position: relative;
}
.single_archive{
  float: left;
  width: 100%;
  position: relative;
  overflow-y: hidden;
  height: 438.75px;
  /* margin-top: 5px; */
  /* margin-bottom: 10px; */
}
/*.single_archive:nth-of-type(n+2) {
  margin-bottom: 20px;
}*/
.single_archive img{
  width: 100%;
}
.blog-img {
  height: 438.75px;
  overflow: hidden;
  position: relative;
}
.single_archive img,
.blog-img img {
  width: 100% !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
@media (min-width: 768px) {
  .blog-img .embed-responsive-16by9 {
    padding-bottom: 64.286% !important;
  }
}
@media (min-width: 1140px) {
  .blog-img .embed-responsive-16by9 {
    padding-bottom: 52.673% !important;
  }
}
.read_more {
  font-size: 11px;
  padding: 5px 12px;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #1f81e2;
}
.read_more:hover,.read_more:focus{
  text-decoration: none;
  outline: none;
  color: #1f81e2;
  background-color: #fff;
}
.singlearcive_article{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}
.singlearcive_article h4.catg_subt {
  color: #ff9300;
}
.singlearcive_article .bbc {
  color: #99c5f2;
}
.singlearcive_article p {
  color: #eee;
  margin: 8px 0;
  padding: 0;
}
.singlearcive_article p:last-child {
  margin: 0;
}
.singlearcive_article h2 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.singlearcive_article h2 a {
  color: #fff;
  padding: 0;
}
.author_name {
  color: #ddd;
  font-size: 12px;
  margin-right: 10px;
  background-color: rgba(0,0,0,0.4);
  padding: 3px 5px;
}
.author_name:hover,.author_name:focus,.post_date:hover,.post_date:focus{
  text-decoration: none;
  outline: none;
}
.author_name>i,.post_date>i{
  margin-right: 5px;
}
.singlearcive_article .post_date, .singlearcive_article .fa{
  color: #FFF;
}
.post_date{
    /*color: #FFF;*/
  font-size: 12px;
  padding: 0 5px;
}
.single_post_area .post_date{
    /*color: #FFF;*/
    color: #222;
}

/*============start single page=================*/

.breadcrumb {border-radius: 0px;}
.breadcrumb > li + li:before {
  display: none;
}
.breadcrumb > li a>i{
    margin-right: 5px;
}
.breadcrumb > li a>.fa-angle-right{
  margin-left:  5px;
}
.post_title {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.1;
  /*padding: 0 10px;
  border-left-style: solid;
  border-left-width: 10px;
  border-color: #ffb100;*/
}
.single_post_content {
  /*background-color:#1F81E2;*/
  /*background-color:#9DE5F4;*/
  background-color: #fff;
  float: left;
  margin-top: 0px;
  padding: 15px 20px 20px;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  /*color: #FFF;*/
  color: #222;
}
.single_post_content img{
  margin-bottom: 10px;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single_post_content h4.catg_subt {
  font-size: 1.1em;
  margin: 0 0 3px;
  font-weight: normal;
  color: #ff0002;
}
.post_footer{
  float: left;
  width: 100%;
  margin-top: 15px;
  /*margin-bottom: 15px;*/
}
.post_pager li {
  display: block;
  text-align: center;
  width: 50%;
}
.post_pager li.previous {
  float: left;
}
.post_pager li.next {
  float: right;
}
.post_pager li.alone {
  width: 100%;
}
.post_pager li:hover{
  color: #fff;
}
.post_pager li a{
  padding: 8px 10px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #ffb100;
}
.post_pager li a:hover{
  color: #ffb100;
  background-color: #fff;
  text-decoration: none;
  outline: none;
}
.post_pager li a p {
  margin-bottom: 0;
}
.previous p,.next p {
  margin-bottom: 5px;
}
.previous strong, .previous span {
  margin-left: 8px;
}
.next strong, .next span{
  margin-right: 8px;
}
.previous a{
  border-right: 2px solid #fff;
}
.previous.alone a{
  border-right: none;
}
.related_post {
    /*background-color:#1F81E2;*/
    /*background-color:#9DE5F4;*/
    background-color: #fff;
  /*border-top: 1px solid #ddd;*/
  float: left;
  /*margin: 5px 0 15px;*/
  margin-top: 15px;
  padding: 10px 15px;
  width: 100%;
    /*color: #FFF;*/
    color: #222;
}
.category_title.relpost + .related_post {
  margin-top: 5px;
}
.related_post .fa {
    /*color: #FFF;*/
    color: #222;
}
.related_post > h2 {
  background: none repeat scroll 0 0 #9DE5F4;
  border-bottom: 1px solid #e3e3e3;
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 10px;
  padding: 10px 0 0;
  width: 100%;
}
/* .relatedpost_nav{
  float: left;
  margin-left: -15px;
} */
.relatedpost_nav li {
  /* float: left; */
  position: relative;
  /* margin: 0 12px 0 16px;
  width: 100%; */
}
/*.relatedpost_nav li:before {
  position: absolute;
  left: -15px;
  top: 5px;
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: .8em;
}*/
/* .relatedpost_nav li:nth-child(3n){
    margin-right: 0px;
}
.relatedpost_nav li:last-child{
  margin-right: 0px;
}
.relatedpost_nav a.catg_title {
  margin: 0;
  line-height: 1.8em;
} */
.relatedpost_nav a img {
  width: 100%;
}
.social_area {
  float: left;
  margin-top: 20px;
  padding: 10px 0;
  width: 100%;
}
.social_area ul{
  display: inline-block;
  text-align: center;
  width: 100%;
}
.social_area ul li{
  display: inline-block;
}
.social_area ul li > a {
  background: none repeat scroll 0 0 grey;
  color: white;
  font-size: 24px;
  border-radius: 5px;
  margin: 0 4px;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.social_area ul li > a:hover{
  border-radius: 0px;
  opacity: 1;
  margin-top: -5px;
}
.social_area li:nth-child(1) > a {
  background: none repeat scroll 0 0 #3b5998;
  padding: 6px 16px;
}
.social_area li:nth-child(2) > a {
  background: none repeat scroll 0 0 #1F81E2;
}
.social_area li:nth-child(3) > a {
  background: none repeat scroll 0 0 #dd4b39;

}
.social_area li:nth-child(4) > a {
  background: none repeat scroll 0 0 #0e76a8;
}
.social_area li:nth-child(5) > a {
  background: none repeat scroll 0 0 #c92228;
}
.single_post_content ul{
  margin-bottom: 10px;
  padding: 10px;
}
.single_post_content ul li:before {
  /*content: "";*/
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 5px;
}
.single_post_area .author_name,.single_post_area .post_date{
  background: none;
}
.single_post_content h2 {
  color: #222;
}
.single_post_content h3,
.single_post_content h4,
.single_post_content h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.single_post_content h3:nth-of-type(n+2),
.single_post_content h4:nth-of-type(n+2),
.single_post_content h5:nth-of-type(n+2) {
  margin-top: 20px;
}
.single_post_content ol,
.single_post_content ul {
  padding-left: 30px;
}
.single_post_content ol ol,
.single_post_content ul ol,
.single_post_content ol ul,
.single_post_content ul ul {
  padding-left: 20px;
}
.single_post_content h4 {
  font-size: 1.3em;
}
.btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-basic{
  border:1px solid #09c;
  background-color: #09c;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-basic:hover{
  border:1px solid #09c;
  background-color: #0597C8;
  color: #fff;
}

/*==========start 404 page============*/

#errorpage_body{
  float: left;
  width: 100%;
}
.errorpage_area {
  background-color: #474747;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.errorpage_area .error-title {
  text-align: center;
}
.errorpage_area .error-title span {
  color: #fff;
  font-size: 10em;
}
.error_content{
  float: left;
  width: 100%;
  text-align: center;
}
.error_content>p{
  text-align: center;
  color: #fff;
  padding: 0px 5px;
}
.error_content a{
  background-color: #fff;
  color: #111;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.error_content a:hover{
  text-decoration: none;
  outline: none;
  color: #fff;
}

/* Navbar style
-------------------------------------------------- */
.navbar-default {
  min-height: 30px;
  background-color: transparent;
}
.navbar-default .navbar-brand {
  color: #666;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #666;
  font-family: 'Oswald';
  padding: 0 9.5px;
  font-size: 1.1em;
  line-height: 35px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff; background-color:#1F81E2;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .home > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #1F81E2;
}
.navbar-default .navbar-nav > .home > a {
  font-size: 18px;
}
.navbar-default .navbar-nav > .home > a:hover,
.navbar-default .navbar-nav > .home > a:focus {
  color: #1f81e2;
  background-color: #eee;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.navbar-default .navbar-toggle {
  border-color: #1F81E2;
  background-color: #1F81E2;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1F81E2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
@media (max-width: 720px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1F81E2;
  }
}
@media (min-width: 768px) {
  .navbar .container-fluid,
  .navbar-collapse.collapse  {
    padding-right: 0;
  }
}
/* ------------- END ------------- */

.hide-submit { position: absolute; top: 0; z-index: -10; opacity: 0; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

/* ==========================================
POLLING
========================================== */
#poll {
  position: relative;
}
#pollcontainer h4 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
}
#pollcontainer .btn {
  margin: 10px 0 5px;
}
#loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-size: .8em;
  padding: 3px 8px;
  color: #fff;
  background-color: #ff0002;
  border-radius: 4px;
}
#pollcontainer .option p { margin: 5px 0; line-height:1.1em; font-size:0.9em; }
#pollcontainer .bar { display: block; margin: 2.5px 0 5px;height:10px; background:#ffb100; }
#pollcontainer .total {
  margin: 10px 0 5px;
  font-weight: bold;
}
/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
	/* .logo_area { } */
	.top_addarea { width: 58%; }
	.catg_nav li {width: 47.94%;}
	.catg_nav3 li {width: 100%;}
  .relatedpost_nav li {margin-right: 9px;}
  .custom-tabs > li > a {font-size: 11px;padding: 8px 2px;}
  .header_top {
    max-height: 37px;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    max-height: 35px;
    overflow: hidden;
    margin-right: 50px;
  }
  .single_widget_item {
    height: 300px;
  }
}
@media(max-width:991px ){
	.slider_tittle {bottom: 10px;color: #fff;font-size: 18px;line-height: 1.5em;margin: 0 15px;}
	.logo_area { width: 100%; margin-left: 0; }
  .logo_area img {
    max-width: 520px;
    margin: 0 auto;
  }
	.top_addarea { width: 100%;margin-top: 15px; }
	.catg_nav li {width: 47.64%;}
	.catg_nav3 li {width: 100%;}
	.catg5_nav li {width: 49%;padding-right: 6px;}
	.catg3_snav .media-left > img {height: auto;}
	.ppost_nav li {width: 50%;float: left;}
	.catg_nav2 .catgimg_container {height: 250px;}
  .relatedpost_nav li {margin-right: 7px;}
  .custom-tabs> li > a {font-size: 13px;padding: 8px 5px;}
  #search {
    width: 720px;
  }
  .left_bar {
    margin-right: 0;
  }
  .single_widget_item {
    height: 350px;
  }
  .slider-brt {
    height: 388px;
  }
  .category_title.catpost {
    position: relative;
  }
  .footer_bottom {
    padding-bottom: 125px;
  }
}

@media(max-width:767px ){
  body {
    font-size: 15px;
  }
  .container {padding: 0;}
  .header_bottom {
    padding: 0;
  }
  .logo_area {padding: 15px;}
  .top_addarea {margin-top: 0;margin-bottom: 15px;}
  .navbar-collapse {padding-left: 15px;}
  .container-fluid {padding-left: 15px;}
  #searchIcon {width: 40px;height: 40px;float: right;}
  .header_search { width: 100%;}
  .navbar {width: 100%;}
  .navbar-toggle {float: none;margin: 8px auto;padding: 13px;}
  .navbar-header{text-align: center;}
  button.remove {padding-top: 40px;padding-right: 6px;}
  .slider-brt img{width: 100%;}
  h1{margin: 10px;}
  .for-web{display: none;}
  .header_bottom {margin-top: 0;}
  .fix{
    position: relative !important;
    z-index: 50;
    left: 0; top: 0; transform: translate(0, 0);
  }
  .header_top {
    float: left;
    width: 100%;
    position: relative;
    max-height: 42px;
  }
  .mobile-nav:after { top: 12px; }
  .dropdown-nav { height: 40px; }
  .mr5 > .lf {margin: 0 -30px 0 5px; padding-left: 0; padding-right: 0;}
  .mr6 > .lf { margin: 0 0 0 5px; }
  .mr6 > .rg { margin: 0 0 0 -15px; }
  .left_bar,
  .middle_bar,
  .right_bar {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .single_widget_item {
    height: auto;
  }
  .single_widget_item.dotdotdot {
    padding-bottom: 15px;
  }
  .single_widget_item:after {
    display: none;
  }
  .navbar-default .navbar-nav {
    max-height: 40px;
    margin-right: 25px;
  }
  .navbar-default .navbar-nav > li {
    float: left;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 0 10px;
    line-height: 40px;
  }
  .navbar-default .navbar-nav > .home > a {
    font-size: 22px;
  }
  .header_search {
    position: absolute;
    top: 0;
    right: 0;
  }
  #search-toggle {
    line-height: 40px;
    width: 45px;
  }
  #search {
    width: 100%;
    height: 40px;
  }
  #search input[type="text"] {
    height: 40px;
    font-size: 15px;
  }
  #search button.remove {
    padding: 0;
    line-height: 40px;
    width: 45px;
  }
  .post-title {
    margin-left:  -15px;
    margin-right: -15px;
  }
  p.post-meta {
    margin-bottom: 0;
  }
  .single_widget_item.post_widget,
  .single_widget_item.pop {
    height: auto;
  }
  .post_nav li {
    margin-bottom: 2px;
    height: 40px;
  }
  .post_nav li a {
    line-height: 1.3;
  }
  .recent_title,
  .popular_title {
    margin-left: 44px;
  }
  .recent_title span,
  .popular_title span {
    left: -44px;
  }
  .popular_title span {
    font-size: 1.3em;
    top: 4px;
    width: 32px;
    line-height: 32px;
  }
  .slider-brt {
    height: 318.75px;
  }
  .single_archive,
  .blog-img {
    height: auto;
  }
  .single_archive img,
  .blog-img img {
    position: relative;
    transform: none;
  }
  .footer_bottom {
    padding-bottom: 85px;
  }
}

@media(max-width:480px ){
	.logo_area {text-align: center;}
  .logo img{width: 100%;}
	.catg_nav li {width: 100%;}
	.category_three {width: 100%;}
	.category_four {width: 100%;}
	.catg5_nav li { padding-right: 0px;width: 100%;}
	.ppost_nav li {width: 100%;}
	.footer_bottom_left {text-align: center;width: 100%;}
	.footer_bottom_right {text-align: center;width: 100%;}
  .read_more {z-index: 99;}
  .relatedpost_nav li {margin-right: 0;width: 100%;}
  .post_nav li a > img {height: 150px;}
  .carousel-inner .item {background-color: #444;}
  .carousel-caption {padding-bottom: 5px; padding-top: 5px; z-index: 999; background-color: #444 !important;}
  .singlearcive_article > h2 a, .carousel-caption > h2 a {font-size: 18px; line-height: 18px;}
  .singlearcive_article p, .carousel-caption p {display: none;}
  .carousel-caption p.post-meta, .singlearcive_article p.post-meta {display: block;}
  .latest_newsarea span {font-size: 14px;}

    .slider-brt img{width: 100%;}
    h1{margin: 10px;}
    .for-web{display: none;}
    .header_bottom {margin-top: 0;}

    .fix{
        position: relative !important;
        z-index: 50;
        left: 0; top: 0; transform: translate(0, 0);
    }
    .header_top {
        float: left;
        width: 100%;
        /*position: relative;*/
    }
    .post-summary {
      display: none;
    }
  .catg_title h3,
  .relatedpost_nav .catg_title h3,
  .mr6 > .rg .catg_title h3 {
    font-size: 1.05em;
  }
  h4.catg_subt {
    font-size: .85em;
  }
  .mr6 > .rg h4.catg_subt {
    font-size: .8em;
  }
}
@media(max-width:320px ){
	.carousel-indicators {display: none;}
	.carousel-caption>h1{font-size: 10px;}
  .read_more {font-size: 10px; padding: 5px 6px;right: 5px; top: 5px;}
  .singlearcive_article {bottom: 0;}
  .singlearcive_article h2{line-height: 15px;}
  .singlearcive_article p {display: none;}
  .post_title {border-left: 5px solid #09c;font-size: 1.5em;}
  .single_post_area .author_name, .post_date {width: 100%;float: left;margin-bottom: 10px;}
  .social_area ul li > a {font-size: 20px;margin: 0 2px;}
  .custom-tabs > li > a {font-size: 11px;}
  .singlearcive_article > h2 a {font-size: 11px;}
  .author_name {margin-bottom: 2px;float: left;}

  .slider-brt {height: 300px;}
  .slider-brt img{width: 100%;}
  h1{margin: 10px;}
  .for-web{display: none;}
  .header_bottom {margin-top: 0;}

  .fix{
    position: relative !important;
    z-index: 50;
    left: 0; top: 0; transform: translate(0, 0);
  }
  .header_top {
    float: left;
    width: 100%;
    position: relative;
  }
}

.catgimg_container iframe, .rg iframe, .relatedpost_nav iframe {
  display:block;
  width:96.5%;
  height: auto;
  border: none;
}

.single_post_content iframe{
  width: 100%;
  height: 350px;
  border: none;
}
.slider-brt iframe{
  width: 100%;
  height: 400px;
  border: none;
}
.single_archive iframe{
  width: 100%;
  height: 400px;
  border: none;
}
.toggle_post {
  cursor: pointer;
}
.toggle_post.active {
  background-color: #ffb100;
  color: #fff;
}
h4.list-giat-title {
  font-size: 1.15em;
  margin: 0 0 10px;
  font-weight: bold;
  color: #1f81e2;
}
.list-giat {
  margin-bottom: 15px;
}
.list-giat li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  list-style-type: none;
}
.list-giat li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: '\f0c8';
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 10px;
  color: #ffb100;
}
.list-giat li:last-child {
  margin-bottom: 0;
}
.list-giat h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.list-giat p {
  line-height: 1.4;
}
.list-giat span {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  font-size: .9em;
  font-weight: bold;
  text-align: right;
}
.stats {
  display: none;
}
.single_widget.banner > a,
.single_widget.banner > span {
  display: block;
}
.single_widget.banner > a > img,
.single_widget.banner > span > img {
  margin: 0 auto;
}
.topmsg {
  position: relative;
  z-index: 999999;
}
.topmsg p {
  margin: 12px 40px 12px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.topmsg .close {
  width: 40px;
  line-height: 32px;
  color: #fff;
  opacity: .6;
}
.topmsg .close:hover,
.topmsg .close:focus {
  opacity: .8;
}
.topmsg.msg_info    { background-color: #1f81e2; }
.topmsg.msg_warning { background-color: #ffb100; }
.topmsg.msg_danger  { background-color: #ff0002; }
.single_category_item,
.single_widget_item,
.single_post_content {
  -webkit-user-select: none !important;
  -moz-user-select: -moz-none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.head_addarea {
  position: relative;
  margin: 0 -30px;
  display: flex;
  justify-content: center;
}
.head2_addarea {
  margin-bottom: 15px;
}
.head_addarea > .banner-head {
  margin-bottom: 15px;
}
.inline_addarea_dual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.head_addarea img,
.head2_addarea img,
.inline_addarea img {
  width: 100%;
}
.inline_addarea_dual img {
  max-width: 300px;
}
.single_post_content .head2_addarea {
  margin: 20px 0;
}
@media (min-width: 480px) {
  .inline_addarea_dual {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .head_addarea {
    margin: 0 -15px;
  }
  .head_addarea > .banner-head {
    width: 635px;
  }
}
@media (min-width: 992px) {
  .head_addarea {
    height: 70px;
  }
  .head_addarea > .banner-head:nth-child(1) {
    /*right: 0;*/
    float: left;
  }
  .head_addarea > .banner-head:nth-child(2) {
    /*left: 0;*/
    float: right;
  }
}
@media (min-width: 1200px) {
  .head_addarea {
    height: 83px;
  }
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td {
  padding: 3px 5px;
  font-size: .9em;
}
thead th {
  background-color: #1f81e2;
  color: #fff;
}
tbody tr:nth-child(odd) td {
  background-color: #0bf6ff;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table {
     width: 725px;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td {
    white-space: normal;
  }
  tbody td {
    font-size: .8em;
  }
}

.postmeta-block {
  display: inline-block !important;
  margin-bottom: 4px;
  margin-right: 15px;
}

.gas-plc {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.gas-plc::before {
  display: block;
  content: '';
  padding-top: 83.3333333333%; /* 6:5 */
  background-color: #eee;
}
.gas-plc-i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.gas-plc-i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  content: 'Anda menggunakan ad blocker :(';
  text-align: center;
  font-weight: bold;
  transform: translate(-50%, -50%);
  opacity: 0.25;
}
.img-responsive-banner {
  display: block;
  width: 100%;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.asx-banner {
  max-width: 340;
  margin: auto;
}
.asx-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 80px;
  background-color: #252525;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
@media screen and (min-width: 750px) {
  .asx-bottom {
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .asx-bottom {
    display: none;
  }
}
.index-item {
  display: flex;
}
.index-item-left {
  width: 100px;
  flex-shrink: 0;
}
.index-item-right {
  margin-left: 15px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .index-item-left {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .index-item-left {
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .index-item-left {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .index-item-left {
    width: 120px;
  }
}

@media print {
  a[href]:after {
    content: '' !important;
  }
}
