/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.2.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.header-right {
	margin-top: 25px;
}

.fixed-header-on .header-right {
	margin-top: 0;
}

.fixed-header-on .header .logo img {
    max-height: 50px;
}

.eoHead {
	font-family: 'Cinzel', serif;
	font-size: 80px;
	color: #ffffff;
	line-height: 260px;
}

.eoHeadParallax {
	font-family: 'Cinzel', serif;
	font-size: 80px;
	color: #ffffff;
	line-height: 185px;
}

@media (max-width: 767px) {
  /* Fixed header position */
  .header-right {
    margin-top: 0;
  }
	
	.eoHead {
		font-size: 50px;
	}
}

@media (min-width: 1350px) {
div.container.wide {
	width: 1350px;
}
}


.footer-content p,
.footer-content blockquote footer{
	color: #06a7e2;
	font-size: 20px;
}

.footer-content blockquote p {
	color: #ffffff;
	font-style: italic;
	margin-bottom: 0;
}

.footer-content blockquote::after {
	content: "";
}

#logo-footer {
	display: inline;
}

section.fiximg img {
	display: inline;
}

.btn-rounded {
  border-radius: 20px;
}

.btn-green {
	background-color: #4dd16f;
	color: #ffffff;
}

.highlight {
	color: #294b7b;
}
div.highlight {
	margin: 10px 0;
}
div.container.highlight {
	margin: auto;
}
p.highlight {
	margin: 0;
}
ul.stats {
	list-style-type: none;
	padding: 0 50px;
	margin: 0;
}

ul.stats li {
	list-style-type: none;
	padding: 0 0 0 65px;
	margin: 10px;
	min-height: 46px;
	background-position: left center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	ul.stats {
		padding: 0 10px;
	}
	
	ul.stats li {
		padding: 0;
		background-image: none!important;
	}
}

div.r4 div {
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 140px;
	text-align: center;
	color: #294b7b;
	margin: 20px 0;
	font-weight: bold;
	font-size: 30px;
}

.listSpacing li {
	margin: 20px 0;
	list-style-position: inside;
}