/* Preloader */
#preloader {
  position: absolute;
  top:3px;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:9999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:80px; /* centers the loading animation vertically one the screen */
  background-image:url(../images/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 */
}
#innerContentBox{
	position: relative;
	width: 100%;
}

#innerBanner{
	background: transparent url(../images/innerbanner03.jpg) center top no-repeat !important;
     background-size: cover !important;
}

#breadcrums{
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #bcbbbb;
    margin-top: 2px;
    width: 100%;
}
#breadcrums ul{}
#breadcrums ul li{
    color: #333;
    float: left;
    font-size: 0.8em;
    padding: 4px 7px;
}
#breadcrums ul li.fa{
    padding: 7px 0px;
}
#breadcrums ul li a:hover{
    text-decoration: none;
}
#breadcrums ul li.bdBase a{
    color:#333;
}
#breadcrums ul li.bdCurrent a{
    color:#df6012;
}
#leftPanel{
	/*float: left;*/
	width: 77%;
	margin: 0 auto;
	
}
#rightPanel{
	width: 77%;
	padding-top: 30px;
	margin:0 auto;
	
} 
#rightPanel h2, #category-panel h2{
	font-size: 18px;
	color:#333;
	font-family: "Georgia", serif;
	margin-bottom: 15px;
}

#rightPanel ul{
	margin-top: 10px;
}
#rightPanel ul li{
	width: 100%;
}
#rightPanel ul li, #category-panel ul li{
	margin-bottom: 8px;
	font-size: 16px;

}
#rightPanel ul li a, #category-panel ul li a{
	text-decoration: none;
	color: #333
}
#rightPanel ul li a:hover, #category-panel ul li a:hover{
	color: #FA571C;
}

#rightPanel ul li span, #category-panel ul li span{
	float: right;
	background:#666;
	color: #fff;
	padding:1px 5px;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#category-panel  li a span:hover, .category-list li a span:hover{
    background-color:#FA571C !important;
}

 .post-list li h3{
	font-size: 1em;
	/*padding-bottom: 10px;*/
	color: #333;
	font-family: "Georgia", serif;
	margin-bottom: 12px;
}
.post-list li h3 a{
	text-decoration: none;
	color: #333;
}
.post-list li h3 a:hover{
	color: #DF6012;
}
#innerContentBox .post-list p.info{
	font-size: 12px;	
	padding-bottom: 0px;
}
#innerContentBox .post-list p.info a, body.blog-post #innerContentBox p.info a{
	color: #DF6012;
	text-decoration: none;
}

#innerContentBox .post-list p.info a:hover, body.blog-post #innerContentBox p.info a:hover{
	text-decoration: underline;
}
#innerContentBox .post-list li p.excerpt {
	font-size: 0.9em;
}
body.blog-post #innerContentBox p.info{
	font-size: 12px;
	color: #888;
	/*width: 95%;*/
	margin: 0 auto;
	margin-top: 15px;
	clear: both;
}

#post-title{
	/*width: 85%;*/
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}
#post-title h2{
	font-weight:700;
	font-size: 3.95rem;
	/*font-family: sans-serif;*/
	font-family: "Georgia", serif;
	line-height: 1.1em;
}
#innerContentBox .content{
	margin: 0 auto;
	/*width: 78%;*/
	padding-top: 25px;
}
#innerContentBox .content p, #innerContentBox .content ul li, #innerContentBox .content ol li{
	font-size: 16px;
    /*line-height:160%;*/
	line-height:140%;
	font-family: "Georgia", serif;
}
#innerContentBox .content ul, #innerContentBox .content ol{
    list-style:disc;
    margin-left: 18px;
}
.sharebox{
	height: 35px;
	float: right;
	width: 138px;
	margin-right: 15px;
}
.sharebox span{
	float: left;
	color: #fb9523;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
}
.sharebox ul{}
.sharebox ul li{
	float: left;
	margin-left: 5px;
}
.sharebox ul li a{
	height: 0;
	padding-top:28px;
	overflow: hidden;
	display: block;
	width: 28px;

}
.sharebox .fbicon{
	background: url(../images/fb-icon.jpg) left top no-repeat;
}
.sharebox .twittericon{
	background: url(../images/twit-icon.jpg) left top no-repeat;
}
.sharebox .emailicon{
	background: url(../images/email-icon.jpg) left top no-repeat;
}
.sharebox ul li a:hover{
	background-position: left bottom;
}
#category-label{
	padding: 3px 0px 3px 7px;
	color: #fff;
	margin-top: 2px;
	font-size: 13px;
	font-weight: normal;
	width: 84px;
}

.Articles-color{
    background-color: #FA571C;
}
.News-color{
    background-color: #E42414;
}
.Projects-color{
    background-color: #DBA311;
}
.Sports-color{
    background-color: #991069;
}

#footerBox{
	position: static;
	width: auto;
	margin-top: 30px;
}


/* style for images in content*/
#innerContentBox .content p img{
	/*width: 100%;*/
}
/*.author{
	float: left;
	margin-right: 15px;
	padding-top: 7px;
	padding-bottom: 0px !important;
	line-height: normal !important;
}*/
.author{
    border:1px #ccc solid;
    padding: 3px
    
}
.author img{
	width: 100%;
}
/*p img.dataright{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
p img.dataleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;

}*/
p.dataright{
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    
}
p.dataleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    

}
p.datacenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    
}
p.imgParent{
	line-height: 0 !important;
/*	padding: 0 !important;
	margin: 0 !important;
	font-size: 0 !important;*/	
}
p img, p img, p img{
    width: 100%;
}
p.imgParent img{
    margin-top: 7px;
}

.author{
    border: 1px solid #bcbbbb;
    float: left;
    padding: 5px !important;
    margin-top: 6px !important;
    margin-right: 10px !important;
}
.author img{
    margin-top: 0px !important;
}
.caption{
    padding: 6px;
    margin: 0;
    font-size: 12px;
    background: #E4E4E4;
    display: block;
    color: #616161;
}
/* /style for images in content*/

/* Grid style */
#post-list-panel{
	width: 96%;
    margin: 0 auto;
	
}

.grid-wrap {
	max-width: 69em;

	margin: 0 auto;
	padding: 1em 1em 1.875em 1em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 47.8%;
	float: left;
	/*cursor: pointer;*/
	margin:0 5px 5px 5px;

}


.grid .figure {
	padding: 10px;
	/*-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;*/
	margin: 6px;
	/*border:1px solid #ccc;*/
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px #999;
	-moz-box-shadow: 0px 0px 3px 0px #999;
	box-shadow: 0px 0px 3px 0px #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*.grid li:hover .figure {
	opacity: 0.8;
}*/
.grid li:hover .figure {
	-webkit-box-shadow: 0px 0px 6px 0px #565656;
	-moz-box-shadow: 0px 0px 6px 0px #565656;
	box-shadow: 0px 0px 6px 0px #565656;
}
.featured-images img{
	width:100% !important;
}

ul.pagination {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 1em;
}
ul.pagination li {
    display: inline-block;
    font-family: "Helvetica","lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-right: 4px;
}
ul.pagination li.disabled {
    display: none;
}
ul.pagination li:before {
    display: none;
}
ul.pagination li i {
    display: inline-block;
    margin-left: 7px;
}
ul.pagination li a {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #dedfdf;
    -webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
    color: #808c8d;
    display: inline-block;
    padding: 5px 10px;
}
ul.pagination li a:hover {
    background-color: #ecf0f1;
    color: #808c8d;
}
ul.pagination li.interval {
    color: #808c8d;
    padding: 5px 10px;
    position: relative;
    top: -15px;
}
ul.pagination li.active a, ul.pagination li.active a:hover {
    background-attachment: scroll;
    background-clip: padding-box !important;
    /*background-color: #c03f31;*/
    background-color: #de6c26;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-color: #dedfdf;
    color: white;
}
/*.pagination {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}*/
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #2f99da;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #1c6ea0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #de6c26;
    border-color: #de6c26;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #999999;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* //Grid style*/

/*MEDIA QUERIES*/
@media only screen and (max-width : 813px) {
	#category-panel, #post-list-panel{
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	#category-panel{
		padding-left: 1em; 
		padding-right: 1em; 
		width: 90%;
	}
    .bdTitle{
        display: none;
    }

}

@media only screen and (max-width : 770px) {
	/*.author{
		margin-right: 0px;
		float: none;
	}*/
    /*p img{*/
    p{
        margin-left: 0px !important;
        margin-right: 0px !important;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }
    .author {
        float: none !important;
        width: 98% !important;
        margin: 0 !important;
    }
    .imgParent{
        /*padding-bottom: 22px !important;*/
    }
}
@media only screen and (max-width : 542px) {
	.grid li{
		width: 95%;
	}

}
