h15{font-family: inherit;
font-weight: 500;
line-height: 1.1; text-decoration:none;}
h15 a{font-family: inherit;
font-weight: 500;
line-height: 1.1; text-decoration:none;}
h15 a:hover{font-family: inherit;
font-weight: 500;
line-height: 1.1; text-decoration:none;}
@font-face {
  font-family: 'Eddie';
  src: url('fonts/Eddie.eot?#iefix') format('embedded-opentype'), 
  url('fonts/Eddie.woff') format('woff'),
  url('fonts/Eddie.ttf')  format('truetype'),
  url('fonts/Eddie.svg#Eddie') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AmazingSpiderMan';
  src: url('fonts/AmazingSpiderMan.eot?#iefix') format('embedded-opentype'),  url('fonts/AmazingSpiderMan.woff') format('woff'), url('fonts/AmazingSpiderMan.ttf')  format('truetype'), url('fonts/AmazingSpiderMan.svg#AmazingSpiderMan') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AmazingSpiderManslant';
  src: url('fonts/AmazingSpiderManslant.eot?#iefix') format('embedded-opentype'),  url('fonts/AmazingSpiderManslant.woff') format('woff'),
   url('fonts/AmazingSpiderManslant.ttf')  format('truetype'),
    url('fonts/AmazingSpiderManslant.svg#AmazingSpiderManslant') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{	
 /*   background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 14%); /* FF3.6+ */
 /*   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(14%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  /*  background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 14%); /* Chrome10+,Safari5.1+ */
 /*   background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 14%); /* Opera 11.10+ */
  /*  background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 14%); /* IE10+ */
 /*   background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 14%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
  color: #444;
  overflow-x:hidden !important;	
  
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
  text-decoration: none;
}
a:hover{
	color: #bf4951;
	text-decoration: none;
}
a:focus{
	outline: none;
}
h2{
  font-family: 'Varela', sans-serif;
  line-height: 23px;
}
.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 {
 
  display: inline;
  float: left;
  width: 100%;
}

.lbl{
margin-left:5%;
font-size:16px;
}
.txt{
margin-left:5%;
width:50%;
color:grey;
}
.kop{
background: #BF4951;
width: 20%;
padding: 5px;
border: 0px;
color: white;
margin: 3% 1% 1% 5%;

font-size:16px;
}
#header{
	float: left;
	display: inline;
	width: 100%;	
}
.header_top { 
  display: inline;
  width: 100%;
  position: relative;
  background:#333;
}
.formulari a{
color:#444;
padding:5px;
}
.formulari a:hover{
color:#BF4951;

}
.albumi img{
width:100%;
margin-top:10%;
}

.albumi a{
color:#BF4951;
text-align:center;
}

.albumi a:hover{
color:#E1AD5B;
}

.albumi img:hover{
opacity:0.8;
}

.slika img{
margin-left:2.5%;
margin-top:2.5%;
width:95%;
}
img.slika1{
width:3%;
margin-top:0%;
}
.formulari li{
padding:10px;
}
.tabela table {
border:1px solid #444;
width:98%;
margin:1%;
}
.tabela td {
border:1px solid #444;
text-align:center;
}
.naslov h2{
margin-top:50px;
}
.facebook{
/*float:right;
margin-right:20% !important;*/
}
.header_top1 { 
  display: inline;
  float: left;
  width: 100%;
  position: relative;
  background:#eee;
}
.navbar {
  border-radius: 0;
  float: left;
  margin-bottom: 0;
  min-height: 30px;
  width: 95.5%;
  border:none;
  background: #bf4951;

}
#navbar li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

.navbar1 {
  border-radius: 0;
  float: left;
  margin-bottom: 0;
  min-height: 40px;
  width: 80%;
  border:none;
}
.header_search{
	float: right;	
	display: inline;
}
.header_search_new{
	float: right;	
	display: inline;
}
.header_search input{
	margin-right:5px;
}
.navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-collapse {
  padding-left: 0;
}
#searchIcon i {
    margin:10px 15px;
}
.sub-menu {
  font-size: 1.05em;
  visibility: hidden;
  position: absolute;
  line-height:1.8em;
  text-transform: none;
  text-align: center;
  font-weight:bold;
  width: auto;
  background: #fff;
  border: 1px solid #d3d3d3;
  z-index: 100000;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.sub-menu a {
	font-size:13px;
	color: #FFF;
	padding:8px;
}
.sub-menu a:hover {
	color: #FFF;
}
.sub-menu li {
	background-color:#bf4951;
}
.sub-menu li:hover {
	background-color:#e1ad5b;
}
.container-fluid {
  padding-left: 0;
}
#searchIcon { 
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  height: 40px;
  width: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#shide {
  overflow: hidden;
  position: absolute;
  width:250px;
  top:116px !important;
  z-index: 9999999;
  margin-left: -200px;
  /*margin-top:160px;*/
  display: none;
  border:2px solid #bf4951;
  background-color:#fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#search-hide input {
  font-family:Calibri;
  background-color: rgba(255, 255, 255, 1);
  border: 0 none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  width:85%;
  padding: 0 10px;
  float: left;
}
button.remove {
  background-color: transparent;
  border: 0 none;
  color: #bf4951;
  cursor: pointer;
  font-size: 1.5em;  
  float: right;
  padding-top: 5px;
}
.header_bottom {
  display: inline;
  float: left;
  padding: 0 0 10px 0;
  width: 100%;
/*  background-image:url(../img/1.jpg);*/
}
.logo_area{
	width: 25%;
	display: inline;
}
.logo {
	font-size: 45px;
	/* font-family: 'Metal Mania', cursive;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Varela', 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: 900px;
	display: inline;
}
.top_addarea a{
	width: 100%;
}
.top_addarea a>img{
	width: 100%;
}
.scrollToTop {
  bottom: 105px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}
.latest_newsarea {
  display: inline;
  float: left;
  width: 100%;
  background-color: #1b1a1a;
}

/*news ticker*/
.news_sticker li a{
	display: inline-block;
	color: #eee;
	margin-right: 40px;
}

.latest_newsarea span {  
  display: block;
  float: left;
  font-size: 16px;
  padding: 5px 25px;
  position: absolute;
  z-index: 20;
}
.news_sticker {
  float: right;
  width: 85%;
  padding: 5px 15px 5px 5px;
  
}
.news_sticker li a:before {
  content: "";
  margin-right: 5px;
}
.news_sticker li a:before {  
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
/* 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.gif); /* 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: 5px;
  width: 100%;
}
.signle_iteam {
  position: relative;
  padding:0px 3px;
}
.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;
}
.signle_iteam img{
	width: 100%;
  height: 100%;
  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);
}
.owl-carousel .signle_iteam:last-child img{
	width: 100% !important;
}
.slider_tittle{
bottom: 0px;
color: #FFF;
font-size: 12px;
left: 0px;
line-height: 15px;
margin: 0px 10px;
padding: 0px 0px;
position: absolute;
right: 0px;
text-align: center;
width: auto;
z-index: 5;
background-color: rgba(0, 0, 0, 0.5);
}
.slider_tittle:hover,.slider_tittle:focus{
	color: #fff;
}
#contentbody {
  background-color: #dcdcda;
  display: inline;
  float: left;
  min-height: 500px;
  padding: 0 30px;
  width: 100%;
  padding-top: 10px;
}
.left_bar{
	float: left;
	display: inline;
	width: 93%;
	min-height: 400px;
	
}
.single_leftbar{
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 10px;
}
.single_leftbar > h2 {
  /*background-image: url(..\img\header_dot.png);
  background-repeat: repeat;
  float: left;*/
  width: 100%;
  margin-top: 0px;
}
.single_leftbar > h2 span {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 700;
  text-transform:uppercase;
  padding: 4px 5px;
  position: relative;
  line-height: 15px;
  width:100%;
}
.singleleft_inner, .singleright_inner {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 2px;
  width: 100%;
}
.singleleft_inner img{
	width: 100%;
}
.singleright_inner img{
	width: 100%;
}
.singleright1_inner img{
	width: 40%;
}
.recentpost_nav li {
  display: block;
  margin-bottom: 20px;
}
.recentpost_nav li a {
  display: block;
  line-height: 23px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.recentpost_nav li a:hover{
  opacity: 0.75;
}
.recentpost_nav li a>img{
	margin-bottom: 5px;
	width: 100%;
}
.active {
    max-height: 400px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
/*.recent_title:before {
  content: "";
  margin-right: 5px;
}
.recent_title:before {  
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}*/
.accordion-group {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.accordion-group {
  margin-bottom: 3px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  color: #FFF;
  font-weight: 700;  
  display: block;
  padding: 8px 15px;
  background-color:#e1ad5b;
}
.accordion-toggle {
  cursor: pointer;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.accordion-inner {
  border-top: 0;
  padding: 9px 15px;
  line-height:1.7em;
}
.accordion-inner li{
	border-bottom:1px solid #dcdcda;
}
.accordion-inner li:last-child {
	border-bottom:0;
}
.collapse.in {
  height: auto;
}


.middle_bar {
  display: inline;
  float: left;
  padding-bottom: 25px;
  width: 98%;
}
.featured_sliderarea{
	float: left;
	display: inline;
	width: 100%;
}
.left_slide { 
  font-size: 11px;
  left: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 15px;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.right_slide{	
  font-size: 11px;
  left: 55px;
  padding: 8px 12px;
  position: absolute;
  top: 15px;  
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.carousel-caption{z-index: 15;}
.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 > h1 a {
  color: #fff;
  font-size: 18px;
}
.single_category {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  margin-top: 18px;
  padding:2%;
}
.single_category h3 {
	text-align:center;
	font-weight:700;
}
.category_title{
	float: left;
	display: inline;
	width: 100%;
	/*background-image: url(../img/header_dot.png);
	background-repeat: repeat;*/
	background-color:#bf4951;
	text-align: center;
}
.category_title a { 	
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 7px 15px;
}
.category_title a:hover {
	background-color:#e1ad5b;
}
.single_category_inner{
	float: left;
	display: inline;
	width: 100%;
	padding: 10px 15px;
}
.catg_nav li {
  display: block;
  float: left;
  margin-right: 20px;
  width: 100%;
  margin-bottom: 8px;
}
.catg_nav1 li {
  display: block;
  float: left;
  margin-right: 12px;
  width: 47%;
  margin-bottom: 8px;
}
.catg_nav li:nth-child(2){
	margin-right: 0px;
}
.catg_nav li:nth-child(4){
	margin-right: 0px;
}
.pagination {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
  line-height: normal;
  background-color:#e1ad5b;
  border-radius: 0px 0px 8px 8px;
  margin:0;
}
.pagination ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.pagination li {
  display: inline;
}
.oglasi li{background: linear-gradient(to right, #e1ad5b ,#e1ad5b); /* Standard syntax (must be last) */  padding:1% 1.3%; border-bottom:1px solid #bf4951;}
.catgimg_container {
    width:23.5%;
    height: 100%;
	max-height:114px;
    overflow: hidden;
    margin-bottom: 8px;
	margin-top:5px;
	float:left;
	/*background-color:#CCC;*/
}
.catgimg_container1 {
    width:18.5%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 8px;
	margin-top:5px;
	float:left;
	background-color:#CCC;
}
.catgtxt_container {
    float:right; 
	width:75%;
	margin-top: 10px;
}
.catgtxt_container1 {
    float:right; 
	width:79%;
	margin-top: 5px;
}
.catg1_img img {
	width: 100%;
	-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{
	color: #111;
	display: block;
	font-size: 0.9em;
	/*line-height: 23px;
	margin-bottom: 7px;*/
}
.catg_title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  /*content: "";*/
  margin-right: 5px;
}
.catg_smalltitle{
	color: #111;
	display: block;
	font-size: 0.9em;
	padding-top:5px;
}
.sing_commentbox{
	float: left;
	display: inline;
	width: 100%;
}
.sing_commentbox p:hover{
	color:#888;
}
.sing_commentbox > p {
  color: #888;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  margin-right: 5px;
}
.oglasi .sing_commentbox > p {
  color: #bf4951;
}
.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{
/*	height: 300px;*/
}
.post-summary {
  color: #666;
  line-height: 18px;
  margin: 0px 5px 10px 0;
}
.category_three_fourarea{
	float: left;
	display: inline;
	width: 100%;
}
.category_three{
	float: left;
	display: inline;
	width: 48%;
}
.category_four{
	float: right;
	display: inline;
	width: 48%;
}
.catg_nav3 li{
	width: 100%;
}
.catg_nav3 .catgimg_container {
  width:100%;
}
.catg3_bottompost{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 10px;
}
.catg3_snav li {
  border-top: 1px solid #f1f1f1;
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
}
.catg3_snav1 li {
  border-top: 1px solid #f1f1f1;
  background-color:#e1ad5b;
  display: block;
  padding: 8px;
  margin-bottom:4px;
  font-size:17px;
}
.catg3_snav1 li:hover {
	background-color:#bf4951;
  
}
.catg3_snav .media-left{
	width: 25%;
	height: 70px;	
}
.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%;	
}
.ppost_nav li{
	border-top: none;	
}
.blog_archive{
	float: left;
	display: inline;
	width: 100%;
}
.blog_archive select {
  background-color: #eeeeee;
  border: medium none;
  height: 50px;
  padding: 10px;
  width: 100%;
}
.blog_archive select option {
  cursor: pointer;
  padding: 10px 5px;
}
.label_nav li a{
	border-bottom: 0px solid;
	color: #fff;
	display: block;
	padding: 5px 5px;
	font-size: 14px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background:#e1ad5b;
}
.label_nav li a:hover{	
	text-decoration: none;	
	padding-left:15px;
	background-color:#bf4951;
}
.label_nav li a:before {
  content:normal;
  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: 13.5px;
	-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;
}
.link_nav p {
	font-size:12px; text-align:justify; margin:0 5px; margin-bottom:10px;
}

.divider { border: 2px solid #bf4951; margin:15px 0}
.divider2 { border: 1px solid #bf4951; margin:5px 0}

#footer{
	float: left;
	display: inline;
	width: 100%;
}
.footer_top{
	float: left;
	display: inline;
	width: 100%;
	background-color: #FFF;	
}
.single_footer_top{
	float: left;
	display: inline;
	width: 100%;
	padding-bottom: 5px;
}
.single_footer_top>h2{
	/*background-color: rgba(0, 0, 0, 0.04);*/
	background-color:#bf4951;
	border-left: 0 none;
	border-right: 0 none;
	color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	margin-bottom: 5px;
	padding: 10px 0;
}
.single_footer_top ul li a{
	color: #FFF;
}
.subscribe_area{
	float: left;
	display: inline;
	width: 100%;
}
.subscribe_area p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400px;
	color: #111;
}
.subscribe_area li{
	border-bottom: 1px solid #dcdcda;
	padding:9px 0;
	
}
.subscribe_mail {
  background-color: #222222;
  display: inline;
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.subscribe_mail input {
  background: none repeat scroll 0 0 #dcdcda;
  border: medium none;
  color: #eeeeee;
  height: 40px;
  line-height: 40px;
  padding-right: 32px;
}
.subscribe_mail i {  
  height: 10px;
  position: absolute;
  right: 17px;
  top: 13px;
  width: 10px;
  z-index: 10;
}
.submit_btn {
  border: medium none;
  border-radius: 2px;  
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  min-width: 80px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.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: #111;
	font-size: 13px;
	margin-bottom: 4px;
}
.contact_form input{
	background-color: #dcdcda;
	border-radius: 0px;
	color:#bf4951;
	border:none;
	margin-bottom: 5px;
}
.contact_form textarea{
	background-color: #dcdcda;
	border-radius: 0px;
	color:#bf4951;
	border:none;
	height: 79px;
}
.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: 5px;
	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 #bf4951;
  display: inline;
  float: left;
  padding: 10px 10px 0;
  width: 100%;
}
.footer_bottom_left{
	float: left;
	display: inline;
	width: 50%;
	text-align: left;
}
.footer_bottom_left p {
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}
.footer_bottom_left a:hover {
  color: #999;
}
.footer_bottom_right{
	float: right;
	display: inline;
	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: 14px;
  border-radius: 0px;
  border:none;
}

/*==========start category archive page==============*/

.category_archive_area{
  float: left;
  display: inline;
  width: 100%;
}
.single_archive{
  float: left;
  display:inline;
  width: 100%;
  position: relative;
  margin-bottom: 20px;  
}
.single_archive img{
  width: 100%;
}
.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;
}
.read_more:hover,.read_more:focus{
  text-decoration: none;
  outline: none;  
}
.singlearcive_article{
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 10px;
}
.singlearcive_article p {
  color: #ddd;
  margin-top: 5px;
  background-color: rgba(0,0,0,0.4);
  padding: 3px;
}
.singlearcive_article > h2 a {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
}
.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;
}
.post_date{
 color: #ddd;
  font-size: 12px; 
  background-color: rgba(0,0,0,0.4);
  padding: 3px 5px;
}


/*============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: 2em;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 30px;
  padding: 15px;
  border-left-style: solid;
  border-left-width: 15px;
}
.single_post_content {
  background-color: #fff;
  display: inline;
  float: left;
  margin-top: 40px;
  padding: 40px 20px;
  width: 100%;
}
.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 img:hover{
  opacity: 0.75;
}
.post_footer{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 10px;
}
.post_pager li {
  display: block;
  float: left;
  text-align: center;
  width: 50%;  
}
.post_pager li:hover{ 
  color: #fff;
}
.post_pager li a{
  padding: 20px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.post_pager li a:hover{
  background-color: #09c !important;
  text-decoration: none;
  outline: none;  
  color: #fff;

}
.previous strong,.next strong{
  display: block;
  width: 100%;
}
.previous span,.next span{
  display: block;
  width: 100%;
}
.previous a{
  border-right: 2px solid #ccc;
}
.related_post {
  background-color: #fff;
  border-top: 1px solid #ddd;
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 0 20px;
  width: 100%;
}
.related_post > h2 {
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 20px;
  padding: 10px 0px;
  width: 100%;
}
.relatedpost_nav{
  /*margin-left: -15px;*/
}
.relatedpost_nav li {
  float: left;
  width: 32%;
 margin-right:12px;
}
.relatedpost_nav li:last-child{
  margin-right: 0px;
}
.social_area {
  display: inline;
  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 #00acee;  
}
.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 h1,.single_post_content h2,.single_post_content h3,.single_post_content h4,.single_post_content h5,.single_post_content h6{
  color: #555;
}
.btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0px;
}
.btn:hover{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}
.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;
  display: inline;
  width: 100%;
}
.errorpage_area {
  background-color: #474747;
  display: inline;
  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;
  display: inline;
  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;  
}
.image { width:100%}
.singleright_inner .image { width:40%}
.margin { margin-left:17%}

.nav-paging i{
	color: #FFF;
	background-color: #6C8CC7;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.nav-paging i:hover{
	background-color: #47cad4;
}
.nav-paging a{
	float: left;
	height: 30px;
	width: 30px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.nav-paging li:first-child a:hover,
 .nav-paging li:last-child a:hover{
	font-size: 1em;
}
.nav-paging a:hover{
	color: #6C8CC7;
	font-size: 1.35em;
	}
.nav-paging span{
	color: #5F5F5F;
	font-size: 0.9em;
}
.nav-paging{
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	overflow: hidden;
}
 .nav-paging ul{
	margin: 0 auto;
}
.nav-paging li{
	text-align: center;
	height: 40px;
	/*width: 40px;*/
	float: left;

/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){	
	.logo_area {width: 32%;}
	.top_addarea {width: 70%; margin-top:15px}
	/*.catg_nav li {width: 47.94%;}*/
	.catg_nav3 li {width: 100%;}	
  .relatedpost_nav li {margin-right: 9px;}
  .custom-tabs > li > a {font-size: 11px;}
  .navbar{ width:94.5%;}
  .singleleft_inner iframe { width:230px; height:186px;}
  .catg3_snav .media-left>img { width:100%; height:70%;}
  .catg1_img img {width:100%}
}
@media(max-width:991px ){
	.slider_tittle {bottom: 10px;color: #fff;font-size: 18px;line-height: 1.5em;margin: 0 15px;}
	.logo_area {width: 100%;}	
	.top_addarea {display: none;}
	.middle_bar {width: 100%;}
	/*.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; width:100%}
  .navbar{ width:93%;}
  .catg1_img img {width:100%}
  .divider {border:0;}
  .singleright_inner img {width: 40%;}
  .singleright1_inner img {width: 15%;}
  .margin { margin-left:9%}
  
}

@media(max-width:767px ){
  .navbar-collapse {padding-left: 15px;}
  .container-fluid {padding-left: 15px;}
  #searchIcon {height: 50px;float: right;}
  #search-hide input {height: 45px;width: 80%;}
  .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: 10px;padding-right: 6px;}
  .left_bar {width: 100%;}
  #shide {
  width: 250px;
  height: 50px; 
  margin-left:15px;
  top: 146px !important;
  margin-top: 70px;
}

}

@media(max-width:480px ){
	.logo_area {text-align: center;}
	.logo img{width: 50%;}
	.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;}
  .singlearcive_article p {display: none;}
  .relatedpost_nav li {margin-right: 0;width: 100%;}
  .recentpost_nav li a > img {height: 150px;}
  .carousel-caption {bottom: 5px;padding-bottom: 0; padding-top: 10px;z-index: 999;}
  .latest_newsarea span {font-size: 14px;padding: 5px 15px;}
  .catg_nav1 li {width: 100%;}
}
@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;}
  .carousel-caption {bottom: 5px;padding-bottom: 0; padding-top: 10px;}
  .carousel-caption > h1 a {font-size: 14px;}
  .custom-tabs > li > a {font-size: 11px;}
  .singlearcive_article > h2 a {font-size: 11px;}
  .author_name {margin-bottom: 2px;float: left;}
   #shide { margin-top: 30px; margin-left:0}
	
}
 /*<!-- =========================
        //////////////This Theme Design and Developed //////////////////////
        //////////// by www.wpfreeware.com======================-->*/