@media screen and (max-width: 767px) {
	.bottom-sm-90{margin-bottom: 90px!important}
	.bottom-sm-60{margin-bottom: 60px!important}
	.bottom-sm-30{margin-bottom: 30px!important}
	.bottom-sm-20{margin-bottom: 20px!important}
	.bottom-sm-10{margin-bottom: 10px!important}
	.bottom-xs-60{margin-bottom: 60px!important}
	.bottom-xs-30{margin-bottom: 30px!important}
	.bottom-xs-20{margin-bottom: 20px!important}
	.bottom-xs-10{margin-bottom: 10px!important}
	.top-xs-30{margin-top: 30px!important}
	.top-xs-20{margin-top: 20px!important}
	.top-xs-10{margin-top: 10px!important}
	.top-sm-60{margin-top: 60px!important}
	.top-sm-30{margin-top: 30px!important}
	.top-sm-20{margin-top: 20px!important}
	.top-sm-10{margin-top: 10px!important}
	.text-sm-center{text-align: center !important}
	.text-sm-left{text-align: left !important}
	.text-sm-right{text-align: right !important}
	.text-xs-center{text-align: center !important}
	.text-xs-left{text-align: left !important}
	.text-xs-right{text-align: right !important}

}
@media screen and (max-width: 991px) {
	
	#header .header-menu {
		background: transparent;
	}
	#header .header-menu #logo {
		margin-bottom: 60px;
	}
	#header .header-menu #logo .logo-container {
		text-align: center;
	}
	#header .header-info {
		background: transparent;
	}

	#content-sidebar #sidebar {
		float: left;
		margin-top: 30px;
	}
	#content-sidebar #sidebar .sidebar-content {
		margin-left: 0;
	}
	#sidebar-content #content {
		float: left;
	}
	#sidebar-content #sidebar .sidebar-content {
		margin-right: 0;
	}

	.mobile-full {
		width: 100%;
	}
	.box .left-side {
		border-right: 0;
	}
	.box .right-side {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

	.entry-meta a {
		margin-bottom: 3px;
	}

	.entry-relates .previous-post {
		border-right: 0;
	}
	.entry-relates .next-post {
		border-left: 0;
		padding-left: 35px;
		padding-right: 20px;
		margin: 0 -20px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
		border-top: 1px solid #f1f1f1;
	}

	.bottom-sm-5 {
		margin-bottom: 5px;
	}

	#footer-widget-inner .widget {
		margin-bottom: 30px;
	}

	.tabs.main .tabNavigation li{
		float: none;
		margin-right: 0;
		margin-bottom: 2px;
	}
	.tabs.main .tabNavigation li a{
		border: 1px solid #f1f1f1;
		padding: 10px 25px;
		font-size: 14px;
		font-weight: 400;
		font-family: 'Open Sans';
		position: relative;
		display: block;
	}
	.tabs.main .tabNavigation li.active a {
		border-bottom: 1px solid #f1f1f1;
	}
	.tabs.main .tabNavigation li.active a:before {
		width: 5px;
		height: 45px;
		border-left: 0;
		border-right: 0;
		left: -5px;
		top: -1px;
	}
	.tabs.main .tabs-container{
		border: 1px solid #f1f1f1;
		padding: 20px;
		margin-top: 0px;
		display: none;
	}
	.tabs.main .tabs-container.active{
		display: block;
	}

	.tabs.left .tabNavigation {
		float: none;
		width: 100%;
	}
	.tabs.left .tabs-container {
		margin-left: 0;
	}
	.tabs.left .tabNavigation li.active a {
		border-right-color: #f1f1f1;
	}

	.tabs.right .tabNavigation {
		float: none;
		width: 100%;
		text-align: left;
	}
	.tabs.right .tabNavigation li {
		text-align: left;
	}
	.tabs.right .tabNavigation li.active a:before {
		left: -5px;
		right: auto;
	}
	.tabs.right .tabs-container {
		margin-right: 0;
		text-align: left;
	}
	.tabs.right .tabNavigation li.active a {
		border-left-color: #f1f1f1;
	}

	.sponsor-stories {
		margin-bottom: 30px;
	}
	#sidebar {
		margin-top: 30px;
	}

	.slide-ticker .slide-ticker-heading {
		margin-bottom: 5px;
	}
	.carouselbox .carouselbox-nav span.prev {
		margin-left: 0px;
	}
	.carouselbox .carouselbox-nav span.next {
		margin-right: 0px;
	}

	.entry-item.medium .entry-header {
		margin-bottom: 20px;
	}
	.entry-media.medium {
	    margin: 6px -25px 0;
	}

	.masonry-item .entry-header img {
		width: 100%;
	}
	#page-content {
		margin-bottom: 0 !important;
	}
	#footer {
		position: relative;
	}

}
@media (min-width: 768px) {
	#sb-site {
		min-height: 0 !important
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bottom-sm-30{margin-bottom: 30px!important}
	.bottom-sm-20{margin-bottom: 20px!important}
	.bottom-sm-10{margin-bottom: 10px!important}
	.top-sm-60{margin-top: 60px!important}
	.top-sm-30{margin-top: 30px!important}
	.top-sm-20{margin-top: 20px!important}
	.top-sm-10{margin-top: 10px!important}
	.text-sm-center{text-align: center !important}
	.text-sm-left{text-align: left !important}
	.text-sm-right{text-align: right !important}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.bottom-md-30{margin-bottom: 30px!important}
	.bottom-md-20{margin-bottom: 20px!important}
	.bottom-md-10{margin-bottom: 10px!important}
	#header .site-menu ul li a{
		padding: 30px 10px
	}
}
@media (min-width: 1200px) {
	.bottom-lg-30{margin-bottom: 30px!important}
	.bottom-lg-20{margin-bottom: 20px!important}
	.bottom-lg-10{margin-bottom: 10px!important}
}