/* Base System */
html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	   		box-sizing: inherit;
}
body {
	margin: 0 !important;
	padding: 0 !important;
	background: #f7f7f7 !important;
	font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.5;
	color: #212121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
	display: block;
  	vertical-align: middle;
  	max-width: 100%;
  	height: auto;
    -ms-interpolation-mode: bicubic;
}
a {
	text-decoration: none;
    -webkit-transition: all linear .3s;
       -moz-transition: all linear .3s;
          	transition: all linear .3s;
}
a:hover,
a:focus {
	text-decoration: none !important;
    -webkit-transition: all linear .3s;
       -moz-transition: all linear .3s;
          	transition: all linear .3s;
}
.clearfix:before,
.clearfix:after, {
	display: table;
	content: "";
}
.clearfix:after, {
	clear: both;
}


/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Zilla Slab', serif !important;
	font-weight: 800 !important;
	text-rendering: optimizeLegibility;
	color: inherit;
	line-height: 1.5;
	margin-top: 0 !important;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px !important;
}
h2 {
	font-size: 20px !important;
}
h3 {
	font-size: 16px !important;
}
h4 {
	font-size: 14px !important;
}
h5 {
	font-size: 12px !important;
}
h6 {
	font-size: 10px !important;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
	margin: 0 auto;
}
.align-justify {
	text-align: justify;
}
.align-right {
	float: right;
	text-align: right;
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 36px !important;
	}
	h2 {
		font-size: 32px !important;
	}
	h3 {
		font-size: 24px !important;
	}
	h4 {
		font-size: 18px !important;
	}
	h5 {
		font-size: 14px !important;
	}
	h6 {
		font-size: 12px !important;
	}
}


/* Grid */
.main-container {
	margin: 0 auto;
	width: 90%;
}
@media screen and (min-width: 768px) {
	.main-container {
		width: 85%;
	}
}
@media screen and (min-width: 980px) {
	.main-container {
		width: 80%;
	}
}
@media screen and (min-width: 1200px) {
	.main-container {
		width: 75%;
	}
}
.grid {
	margin-right: auto;
	margin-left: auto;
}
.column {
	position: relative;
	float: left;
	min-height: 1px;
}


/* Mobile Navigation Show */
@media screen and (min-width: 768px) {
	.mobile-wrapper {
		display: none !important;
	}
}


/* Navigation */
@media screen and (max-width: 760px) {
	.nav-menu {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.mobile-nav-show {
		display: none; 
	}
	.nav-list > li {
		float: left;
	}
	.nav-header {
		float: left;
		width: 20%;
	}
}
@media screen and (min-width: 980px) {
	.dropdown-menu {
		/*left: -890% !important;*/
	}
}
nav {
	background: #f7f7f7;
	border-bottom: 1px solid #e0e0e0;
}
.nav-menu {
	position: relative;
	min-height: 60px;
	margin-bottom: 0;
}
.navbar {
	margin-bottom: 0 !important;
}
.navbar-header {
	margin: 0 -15px !important;
}
.navbar-brand {
	font-family: 'Zilla Slab', serif !important;
	text-transform: uppercase;
	font-weight: 800 !important;
}
.nav-dropdown {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.nav-dropdown > li {
	position: relative;
	display: list-item;
	min-height: 25px;
	line-height: 25px;
}
.nav-dropdown > li > a {
	position: relative;
	display: block;
	color: #777;
}
.brand {
	float: left;
	height: 60px;
	padding: 15px 15px 0 0;
	font-family: 'Zilla Slab', serif !important;
	font-size: 20px;
	color: #DB4437;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 30px;	
}
.nav-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.nav-list > li {
	position: relative;
	display: list-item;
}
.nav-list > li > a {
	position: relative;
	display: block;
}
.list-menu > li {
	min-height: 60px;
	line-height: 60px;
}
.list-menu > li > a {
	padding: 0 15px;
	font-size: 14px !important;
	color: #212121;
	font-weight: 800;
	text-transform: uppercase;
}
.list-menu > li > a:hover,
.list-menu > li > a:focus {
	color: #c3c3c3;
}
.dropdown-menu {
	top: 98% !important;
	background: #f7f7f7 !important;
	border-radius: 0 !important;
	border: none !important;
}
.dropdown-menu.multi {
	/*min-width: 768px !important;*/
	padding: 20px 0;
}
.multi-column-dropdown {
    text-align: left;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.428571429;
    color: #737373 !important;
    text-transform: capitalize;
    white-space: normal;
}
.multi-column-dropdown li a i{
    margin-right:7px;
}
.multi-column-dropdown li {
    list-style-type: none;
    margin: 7px 0;
}

.multi-column-dropdown li a:hover {
    color: #212121 !important;
}
/* Carousel */
@media screen and (max-width: 760px) {
	.section-featured {
		margin-top: 50px;
	}
	.carousel-inner .featured-box {
		height: 250px !important;
	}
}
.section-featured {
	background: #eee;
	padding: 20px 0;
}
.carousel-inner .featured-box {
	height: 450px;	
}
.carousel-caption {
	bottom: 0 !important;
	right: 0 !important;
	left: 0 !important;
	padding: 20px 30px !important;
	text-align: left !important;
	text-shadow: none !important;
}
.carousel-caption .data-title {
	margin: 0 !important;
	text-transform: capitalize;
	font-weight: 800;
}


/* Page Content */
@media screen and (max-width: 760px) {
	.content-area {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.widget-area {
		width: 100% !important;
		padding: 0 !important;
	}
	.pagination {
		margin-bottom: 40px !important;
	}
}
.page-content {
	padding: 20px 0;
	background: #f7f7f7 !important;
}
.content-area {
	width: 64.93955%;
	margin-right: .17271%;
	padding-right: 15px;
}
.widget-area {
	float: right;
	width: 34.88774%;
	padding-left: 15px;
}
.border-right-area {
	border-right: 1px solid #e0e0e0;
}
.pagination {
	width: 100%;
	text-align: center;
}
.pagination > li {
	position: relative;
	float: none !important;
	display: inline-block !important;
}
.breadcrumb {
	background: transparent !important;
	padding-left: 0 !important;
}
.breadcrumb > li > a {
	color: #212121;
}
/* Content Area */
@media screen and (max-width: 760px) {
	.post-excerpt {
		height: 270px !important;
	}	
	.post-excerpt .featured-box {
		height: 250px !important;		
	}
	.post-row {
		height: 230px !important;
	}
	.row-box {
		height: 150px !important;
	}
}
@media screen and (min-width: 768px) {
	.content-title {
		display: none !important;
	}
	.popular-widget-mobile {
		display: none !important;
	}
}
.post-title {
	position: relative;
	margin-top: 0 !important;
	margin-bottom: 20px; 
	font-size: 20px !important;
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: 2px solid #e0e0e0;
	height: 27px;
	line-height: 17px;
}
.post-title span {
	border-bottom: 2px solid #DB4437;
	height: 27px;
	line-height: 27px;
}
.post-excerpt {
	height: 425px;
}
.post-row {
	height: 340px;
	background: #fff !important;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.post-column {
	margin-bottom: 20px;
}
.featured-box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 400px;
	background: #212121 !important;
}
.row-box {
	height: 250px;
}
.box-image {
	opacity: .5;
}
.box-image:hover,
.box-image:focus {
	opacity: 1;
	-webkit-transition: all linear .35s;
       -moz-transition: all linear .35s;
    		transition: all linear .35s;
}
.box-image img {
	position: absolute;
	top: -50%;
	width: 200%;
	height: 200%;
}
.box-data {
	position: absolute;
	bottom: 0;
	padding: 20px;
	width: 100%;
	background: rgba(0,0,0,0) linear-gradient(to top, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%) repeat scroll 0 0;
}
.box-data span {
	line-height: 50px;
	background: #DB4437;
	padding: 5px;
	border-radius: 3px;
	font-size: 12px !important;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.box-data .data-title {
	margin: 0 !important;
	color: #fff;
}
.row-data {
	padding: 10px;
}
.data-list {
	text-transform: uppercase;
	color: #c3c3c3;
}
.data-list:hover {
	color: #212121;
}
.data-cat {
	font-weight: 800;
}
.data-title h4 {
	margin: 0 !important;
	padding: 5px 0;
	color: #212121;
	line-height: 1.2;
}
/* Widget Area */
.widget-space {
	background: #fff !important;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	padding: 20px;
}
.widget-title i {
	font-size: 16px !important;
	width: 15px;
}
.trending-list {
	list-style: none;
	padding-left: 0;
}
.post-list {
	position: relative;
	margin-top: 20px;
}
.post-list .list-image {
	width: 140px;
}
.list-image {
	position: relative;
	float: left;
	overflow: hidden;
}
.list-image img {
	width: 140px;
	height: 100px;
	margin-left: -1.5625rem;
}
.list-header {
	padding: 0;
	width: 100%;
}
.list-header a,
.list-header a:hover {
	display: block;
	color: #212121;
}
.list-header h4 {
	margin: 5px 0;
}
.list-cat {
	color: #9e9e9e !important;
	font-weight: 800;
	text-transform: uppercase;
}
/* Single Page */
.section-featured h1.main-title {
	margin: 0 !important;
}
.single-post {
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}
.single-post p {
	font-size: 14px !important;
	line-height: 2;
	padding: 20px;
}
.single-related {
	margin-top: 20px;
}
.single-related .post-row {
	height: 245px !important;
	background: transparent !important;
	border: none !important;
}
.single-related .featured-box {
	height: 180px !important;
}
.single-related .data-title {
	color: #212121;
}
.single-related .data-title p {
	padding: 0 !important;
	font-weight: 800;
	line-height: 1.5;
	text-transform: capitalize;
}


/* Footer */
.page-bottom {
	background: #eee;
}
.footer {
	padding: 25px 0;
}
.footer a {
	color: #212121 !important;
}
.footer-copyright {
	font-family: 'Zilla Slab', serif !important;
	font-size: 20px;
	line-height: 50px;
}
.footer-list {
	list-style: none;
	padding-left: 0;
	width: 100%;
	text-align: center;
}
.footer-list > li {
	position: relative;
	float: none;
	display: inline-block;
}
.footer-list > li > a {
	position: relative;
	display: inline-block;
	padding: 15px 15px 0 15px;
	font-weight: 800;
}
.footer-list > li > a:hover,
.footer-list > li > a:focus {
	color: #c3c3c3 !important;
}