/*	
Theme Name: Zion
Author: Cloud[8]Sixteen inc.
Version: 99
*/

body {
  background-color: #e4e0d4;
  padding-top: 50px;
}
.col-md-6.space {
  margin: 15px 0 0 0;
}
.col-md-6.insta {
  margin: 15px 0 60px 0;
}
.col-md-4.space {
  margin: 15px 0 40px 0;
}
  .logoleft {
	max-width: 100%;
	display: block;
	float: left;
	padding: 20px 0;
	}
  .logoright {
	max-width: 100%;
	display: block;
	float: right;
	padding: 39px 0;
	}
.col-md-12.space {
  margin: 25px 0 25px 0;
}
  .col-md-12.top {
	margin: 10px 0 0 0;
  }
/** These classes control the color of the background for each container **/
.dark {
  background-color: #8f8978;
}
.light {
  background-color: #e4e0d4;
  font-family: 'Exo', sans-serif;
  padding-bottom: 40px;
  text-align: center;
}
/** This is for the footer lists and other footer stuff**/
.footul {
  display: inline-block;
  font-size: 20px;
  list-style: none;
  list-style-position: inside;
  text-align: left;
  margin-bottom: 50px;
  padding: 0;
  text-decoration: none; }

  .footul li {
	display: table-row;
	list-style: none;
	margin: 0px auto;
	margin-bottom: 5px; }

  .footul li:before {
	content: "\f05b";
	display: table-cell;
	font-family: fontawesome;
	padding: 5px 10px 0 25px;
	color: #8f191c;
	text-align: right; }

  .footul li a {
	text-decoration: none;
	color: #fff;}

	.footul li a:hover {
	  text-decoration: none;
	  color: #8f191c;}

.smalllogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 50%;
}

.footerbg {
	background-color: #231f20;
}
	.footerbg .smalllogo {
		margin-top: 40px;
		width: 30%;
	}

/** This is the styling for some headings **/
.head {
  text-align: center;
  line-height: 150%;
  font-family: 'Exo', sans-serif;
  font-weight: 300;
}
.headontop {
  text-align: center;
  line-height: 150%;
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
  .topheade {
	text-align: center;
	line-height: 125%;
	margin: 55px 0 20px 0;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  .tophead {
	text-align: center;
	line-height: 125%;
	margin: 40px 0 20px 0;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  
	.topheadb {
	text-align: center;
	line-height: 125%;
	margin: 40px 0 20px 0;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	margin-bottom: 40px;
	font-weight: 600;
  }
  
  h1,h2,h3,h4,h5,h6 {
	  font-family: 'Exo', sans-serif;
  }
 
  div.listhead {
	line-height: 200%;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  h4.listhead2 {
	line-height: 200%;
	margin-top: 40px;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  h3.watch {
	margin-top: 40px;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	text-align: center;
	margin-bottom: 25px;
  }
  h5.foot {
	text-align: center;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  h5.foot a {
	text-align: center;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  
  h5.foot a:hover {
	text-align: center;
	color: #8f191c;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }

  h5.side {
	text-align: center;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  h5.side a {
	text-align: center;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  
  h5.side a:hover {
	text-align: center;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
  
  h3.foot {
	text-align: center;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
  }
	h3.footblog {
	text-align: center;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	margin-top: 40px;
	font-weight: 300;
  }
  
  h2.foot {
	text-align: center;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
  }
/** This is the styling for the navigation bar **/
.navcenter {
  background-color: #231f20;
  margin: 0px auto;
  text-align: center;
}
.navbar-nav {
  width: 100%;
  text-align: center;
  background-color: #231f20;
  text-transform: uppercase;
  > li {
	float: none;
	display: inline-block;
	text-align: center;
  }
}

.nav>li>a:focus, .nav>li>a {
  color: #fff;
  font-family: Exo;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: #000;
  color: #fff;
}

a.navbar-link {
	text-decoration: none;
	color: #fff;
}

a.navbar-brand {
	color: #fff;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	font-size: 14px;
	padding-top: 18px;
}

	.navbar-brand i { margin-right: 4px; }

.navbar-header {
	background-color: #231f20;
}

.navigation {
	background-color: #231f20;
}


/** This is for the index file **/

.main {
	padding: 40px 0;
}

.margin-bottom {
	margin-bottom: 20px;
}

/** This is the styling for the col-md-4's at the top **/

.boxlabel {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 8px 0px;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	text-transform: uppercase; }
	
	
.imgbox {
	display: block;
	font-size: 17px;
	margin: 25px auto 0px;
	max-width: 100%;
	position: relative;
	width: 100% }
	
	.imgbox i {
		color: #8F191C;
		margin: 0px 10px;
	}


.topimg {
	padding-bottom: 40px;
	width: 100%; }


@media (min-width: 768px) {
	.topimg { padding-bottom: 40px; }
}

.whyul {
	font-size: 20px;
	display: inline-block;
	list-style: none;
	list-style-position: outside;
	padding: 0;
}

	.whyul li {
		display: table-row;
		list-style: none;
		margin: 0px auto;
		margin-bottom: 10px;
  }

		.whyul li:before {
			content: "\f046";
			display: table-cell;
			font-family: fontawesome;
			padding: 5px 10px 0;
			text-align: right;
	}

		.whyul li a { text-decoration: underline; }

.whyul2 {
  display: inline-block;
  font-size: 20px;
  list-style: none;
  list-style-position: outside;
  text-align: left;
  margin-bottom: 50px;
  padding: 0;}

  .whyul2 li {
	display: table-row;
	list-style: none;
	  margin: 0px auto;
	margin-bottom: 10px;}

  .whyul2 li:before {
	content: "\f046";
	display: table-cell;
	font-family: fontawesome;
	  padding: 5px 10px 0;
	text-align: right; }

  .whyul2 li a {
	text-decoration: underline; }

  @media (min-width: 300px) and (max-width: 990px) {
   img.logoleft {
	margin-right: auto;
	margin-left: auto;
	float: none;
	}
	
	img.logoright {
	margin-right: auto;
	margin-left: auto;
	float: none;
	}
  .topimg {
  	clear: both;
  	text-align: center; 
	}
 }
 
  /** This is for the Navbar in mobile view **/
 
   @media (min-width: 300px) and (max-width: 767px) {

   .navbar-nav {
	margin-bottom: 7.5px;
	margin-top: 7.5px;
	margin-left: 0px;
	border: 0px;
 }
 
 .nav.navbar-collapse.nav.navbar-nav.collapse.in {
	 border: 0px;
 }
   .logoright {
	max-width: 100%;
	display: block;
	float: right;
	padding: 20px 0 20px 0;
	}
 }
 
 
/** The following is for the loop **/
.loop {
	font-family: Exo;
	font-style:italic;
}

p.entry-time {
}

.entry-header a {
	font-family: Exo;
	font-weight: 400;
	color: #000;
}

.entry-header a:hover {
	font-family: Exo;
	color: #8f191c;
}

.entry-body {
}

.entry-categories a {
	color: #8f191c;
}

/* dropdowns */

.dropdown > a > i { margin-left: 8px; }


.dropdown-menu {
	background-color: #231F20;
	padding: 10px;
	z-index: 9001;
	font-family: Exo; }
	
	.dropdown-menu li a { 
		color: #fff;
		line-height: 30px !important; }
		
		.dropdown-menu li a:focus, .dropdown-menu li a:hover { background-color: #000; color: #fff; }
	
.nav > li.dropdown.open.active > a:hover, 
.nav > li.dropdown.open > a { background-color: #000;color:#fff; }


/* rob feexes things */


.aligncenter {
	display: block;
	height: auto !important;
	margin: 20px auto;
	max-width: 100%; }


.alignleft {
	float: left;
	height: auto !important;
	margin-right: 20px;
	max-width: 100%; }


.alignnone {
	display: block;
	float: none;
	height: auto !important;
	max-width: 100%; }
	

.alignright {
	float: right;
	height: auto !important;
	margin-left: 20px;
	max-width: 100%; }


.breadcrumbs { margin-bottom: 25px; }

	.breadcrumbs a { color: #8F191c; }


.btn-more {
	background-color: #900000;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	margin-top: 30px;
	padding: 10px 40px;
	text-decoration: none !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; }
	
	.btn-more:focus, .btn-more:hover {
		background-color: #7e0b0b;
		color: #fff;
		text-decoration: none; }
		
	.btn-more i { margin-left: 5px; }


.content { font-size: 15px; }

	.content a { color: #8f191c; }

	.content ol, .content ul { margin: 15px 0px; }
	
		.content ol li, .content ul li { margin-bottom: 3px; }
		
	.content p { margin-bottom: 15px; }
	

h1,h2,h3 { margin-bottom: 15px; }
@media(min-width:768px) and (max-width:1200px) {
    .navbar-nav>li {
        font-size:12px;
    }
}