body,
button,
input,
select,
textarea {
	font-family: Noticia Text;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
}

html, body {
	background: #ffffff;
}

.wrapper {
	padding-top: 90px;
	background: #ffffff;
}

.header-bg-image .wrapper {
	padding-top: 0;
}

#container { 
	padding-top: 2em;
}

#container.blog-masonry-fullscreen {
	padding-top: 3em;
}

.container {
	max-width: 1000px;
}

.blog-masonry {
	max-width: 1200px;
}

#header {
	background: #03022a;
	background: transparent;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.header-no-bg #header {
	//background: #03022a!important; /* Override JS */
	/*-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);*/
}

a {
	color: #ff0707;
}

a:hover {
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo,
.main-menu {
	font-family: Lato;
	color: #03022a;
	font-weight: 400;
	text-transform: uppercase;
}

.logo {
	margin: 5px 0 3px;
}

.main-menu {
	font-size: 16px;
}

.menu-icon,
.main-menu ul li {
	line-height: 90px;
	height: 90px;
}


.logo a,
.main-menu ul li a {
	color: #ffffff;
}

.logo a:hover,
.main-menu ul li a:hover {
	color: #e0e0e0;
}

.nontransparent .logo a,
.nontransparent .main-menu ul li a {
	color: #ffffff;
}

.nontransparent .logo a:hover,
.nontransparent .main-menu ul li a:hover {
	color: #ff0000;
}

.main-menu ul ul {
	background: #03022a;
	border-color: #03022a;
}

.main-menu ul li ul li a {
	color: #ffffff!important;
}

.main-menu ul li ul li a:hover {
	color: #ff0000!important;
}

#menu {
	font-family: Lato;
	padding: 90px 0 0;
}

h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.entry-title {
	font-size: 36px;
}

.blog-masonry .entry-title,
.blog-masonry-fullscreen .entry-title {
	font-size: 22px;
}

.entry-title a {
	color: #03022a;
}

.entry-title a:hover {
	color: #0a0000;
}

.widgettitle {
	font-size: 18px;
}


.background .title {
	padding: 230px 0 140px;
}

.blog .background .title,
.home .background .title {
	padding: 0;
}

.transparent .title {
	padding: 210px 0 150px;
}

.single .title {
	padding: 230px 0 150px;
}


.post-meta, .post-meta-alt, blockquote cite {
	font-family: Lato;
	font-weight: 400;
}

blockquote cite {
	color: #2d2d2d;
}

.social-sharing ul span.list-wrap {
	background: #ffffff;
}

.single-post-nav a {
	font-family: Lato;
}

#footer {
	background: #03022a;
	color: #ffffff;
}

#footer a {
	color: #ff3838;
}

#footer a:hover {
	color: #ffffff;
}

#footer h3.widgettitle {
	color: #ffffff;
}

#footer .widget .underline {
	background: #ffffff;
}

#customize-controls {
	font-family: 'Open Sans';
	font-size: 14px;
}

#customize-controls input[type="text"],
#customize-controls select,
#customize-controls textarea {
	margin: 0 0 1em;
	font-size: 14px;
	font-family: 'Open Sans', Arial;
}

#customize-controls h3 {
	font-family: 'Open Sans', Arial;
}

#customize-controls img {
	width: auto;
}

/* RevSlider Styles */
.tp-leftarrow.custom {
	background: url(../images/arrows.png) no-repeat 0 0;
	width: 54px;
	height: 54px;
	margin-top: 2em;
}

.tp-rightarrow.custom {
	background: url(../images/arrows.png) no-repeat -54px 0;
	width: 54px;
	height: 54px;
	margin-top: -2em;
}

.tp-leftarrow.custom:hover {
	background-position: 0 -54px;
}

.tp-rightarrow.custom:hover {
	background-position: -54px -54px;
}

.tp-bullets.custom {
	bottom: 30px;
}

.tp-bullets.custom .bullet {
	border-radius: 50%;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	float: left;
	margin: 0 4px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.tp-bullets.custom .bullet:hover {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
}

.tp-bullets.custom .bullet.selected {
	background: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}