/*
Layout & content 
Header
Footer
Banner
Page
Breadcrumb
RWD class
*/

/*Layout & content */

.post {
	margin-bottom: 30px;
}

.post-container {
	background-color: #fff;
	padding: 10px 10px;
}

.post-footer {
	margin-top: 20px;
	padding-top: 20px;
	text-align: right;
}

.related-post .widget-header .title{
	border-bottom: none;
}

/*Header*/

.site-header {
	padding: 5px 0;
	margin-bottom: 5px;
	border-top: 10px solid #51A8DD;
	border-bottom: 1px solid #eee;
	background-color: #fff
}

.fixed-top {
	position: fixed;
	padding:5px 0;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: padding .4s linear;
	-moz-transition: padding .4s linear;
	-ms-transition: padding .4s linear;
	-o-transition: padding .4s linear;
	transition: padding .4s linear;
}

.fixed-top .site-logo {
	font-size: 16px;
	margin-top: 10px;
}

.nav-topbar {
	background-color: #FAFAFA;
	padding: 0;
}

.nav-topbar a,
.nav-topbar {
	color: #F00;
	font-size:14px;
}

.site-logo {
	margin: 0;
	padding: 0;
	display: inline-block;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

/*Footer*/

.site-footer {
	background-color: #51A8DD;
	line-height: 20px;
	color: #fff;
	padding: 1px 0;
}

.site-bottom {
	border-top: 1px solid #eee ;
	margin-top: 50px;
}

.footer-widget .list li {
	border-bottom: none;
	font-size: 12px;
	padding: 5px 0;
}

.copyright {
	text-transform: uppercase;
}

.site-footer {
	font-size: 12px;
}

.footer-link .menu {
	float: right;
}

.footer-link .menu li a {
	color: #666;
	padding: 0 20px;
	font-weight: normal;
}

/*Banner*/

.banner-view {
	text-align: center;
	background-color: transparent;
}

.banner img,
.banner-view img {
	width: auto;
	margin: 0 auto;
	display: block;
}

/*Page*/

.page-header {
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #fff;
}

.page-header .title {
	margin: 0;
	text-transform: none;
}

/*Breadcrumb*/

.breadcrumb {
	margin-bottom: 0;
	font-size: 11px;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


@media screen and (max-width: 992px) {
	body {
		overflow-x:hidden;
	}
	.site-footer {
		text-align: center;
	}
	.footer-link .menu {
		float: none;
	}
	.site-header .site-logo {
		font-size: 16px;
		margin-top: 10px;
	}
	/*
	.nav-topbar {
		display: none;
	}
	*/
	.page-meta {
		border-left: none;
		margin-top: -10px;
	}
}

@media screen and (max-width: 750px) {
	body {
		padding-top: 80px;
	}
	.site-header {
		position: fixed;
		padding:5px 0;
		-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		-webkit-transition: padding .4s linear;
		-moz-transition: padding .4s linear;
		-ms-transition: padding .4s linear;
		-o-transition: padding .4s linear;
		transition: padding .4s linear;
	}
	.collapse-topbar {
		display: none
	}

}


.counter_wrap{
    background: #D72828;
    width: 100%;
    height: 76px;
    margin: 12px auto;
    border-radius: 3px;
    text-align: center;
    position: relative;
}
.counter_wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: rgba(0,0,0,0.3);
    content: '';
    display: block;
    z-index: 1;
}
.counter{
    background: #F00;
    height: 54px;
    border-radius: 3px;
    color: #FFF;
}
.counter span{
    float: left;
    display: block;
    width: 33%;
    height: 54px;
    border-right: 1px solid #000;
    font-size: 40px;
    position: relative;
    line-height: 54px;
}
.counter span:after{
    position: absolute;
    top: 50%;
    right: -4px;
    width: 7px;
    height: 7px;
    content: '';
    background: #FFF;
    border-radius: 50%;
    margin-top: -3px;
    display: block;
}
.counter span:last-child{
    border: none;
}
.counter span:last-child:after{
    display: none;
}

.text{
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 
 
