/* CSS Document */

/* Start Navigation */
header nav {
	text-align: center;
	background: #efefef;
}
header nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
header nav ul li {
	display: inline;
	/*! margin-left: 1em; */
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li ul {
	display: none;
}
.navbar-nav{
	float: none;
	margin: 0px auto;
	display: table;
	padding:0;
}
.navbar{
	border: none;
	background: #223376;
	border-radius: 0;
	min-height:0;
	margin-bottom:0;
	border-bottom:3px solid #d8a915;
}
.navbar-default .navbar-nav > li > a{
	margin-top:10px;
	margin-bottom:10px;
	padding:0px 30px;

	font-family: 'PT Sans Narrow', sans-serif;
	color:#fff;
	border-right:1px solid #6975a6;
	font-size:26px;
}
.navbar-default .navbar-nav > li:last-child > a{
	border-right:none;
	padding-right:0;
}
.navbar-default .navbar-nav > li:first-child > a{
	padding-left:0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active{
	color:#c3c3c3;
}
.dropdown-menu{
	background:#223376;
}
.dropdown-menu > li{

	padding: 0;
}
.dropdown-menu > li > a{
	color:#fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	border-bottom:1px solid #d8a915;
	margin-left:0;
}
.dropdown-menu > li > a:hover{
	background:#d8a915;
	color:#223376;
}
.dropdown-menu > li:last-child > a{
	border:none;
}
.mean-container .mean-bar{
	background:none;
}

.navbar-collapse{
	border-top:none;
}
.mean-container a.meanmenu-reveal span{
	background:#253978;
}
.mean-container a.meanmenu-reveal{
	color:#253978;
}
.mean-container .mean-nav{
	background:#253978;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	font-weight:bold;
}
.mean-container .mean-nav ul li a.mean-expand{
	padding:18px !important;
	border-left: 1px solid #d8a915 !important;
}
.mean-container .mean-nav ul li a{
	border-top:1px solid #d8a915;
}
/* End Navigation */

/* GLOBAL */
#site-container{
	max-width:1200px;
	margin:0 auto;
}

/* HEADER */
header{position:relative;}
#header-logo{
	max-width:250px;
	width:100%;
	margin-bottom:20px;
}
#header-tag h2{
	display:inline-block;
	position:absolute;
	font-family: 'PT Sans Narrow', sans-serif;
	font-style:italic;
	color:#040000;
	font-size:24px;
	left:260px;
	top:50px;
}
#header-contact{
	display:inline-block;
	position:absolute;
	right:0;
	top:10px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:right;
}
#header-contact p{
	color:#5f5f5f;
}
#header-contact strong{
	color:#3f3a31;
	font-size:16px;
}
#header-contact p a{
	color:#6a1e2a;
	font-size:26px;
	font-weight:bold;
}
#header-contact p a:hover{
	text-decoration:none;
}

/* CONTENT AREA */
.content-area{
	font-family: 'PT Sans Narrow', sans-serif;
	padding-top:20px;
}
.content-area h1{
	color:#223376;
	font-weight:bold;
	margin-top:0;
}
.content-area h2{
	color:#54171c;
	font-size:22px;
	margin-bottom:0;
}
.content-area p, .content-area li{
	color:#000202;
	font-size:16px;
}
.content-area ul{
	list-style-type:none;
	list-style-image:url(../img/bullet.jpg)
}
.sub-sidebar{
	margin-top:20px;
	width:100%;
	max-width:400px;
	margin:20px auto 0;
}
.portfolio-block p, .portfolio-block a{
	color:#54171c;
	font-size:26px;
}
.portfolio-block a{
	max-width:615px;
	width:100%;
	margin:0 auto;
	display:block;
}





/* FOOTER */
footer{
	background:#ccd1e7;
	border-top:2px solid #2c3c7c;
	margin-top:30px;
}
footer .col-md-6:first-child{
	display: inline-block;
}
footer .hf-1{
	padding-right:0;
	display: inline-block;
	float: left;
}
footer .hf-2{
	display: block;
	float: left;
}
footer .hf-1 p{
	color:#000106;
	font-family:'PT Sans Narrow', sans-serif;
	font-size:20px;
	margin-top:10px;
	margin-left:20px;
	padding-right:20px;
	border-right:2px solid #b1b7cf;
	display:inline-block;
	float:left;
}
footer .hf-2 p{
	color:#000106;
	font-family:'PT Sans', sans-serif;
	margin-top:10px;
	font-size:14px;
	line-height:14px;
	font-style:italic;
	padding-left:20px;
	float:left;
}
footer .hf-3 ul{
	position:absolute;
	right:50px;
	top:10px
}
footer .hf-3 ul li{
	display:inline;
}
footer .hf-3 ul li a{
	color:#000106;
	font-family:'PT Sans Narrow', sans-serif;
	font-weight:bold;
	font-size:20px;
	padding:5px 20px 5px 18px;
	border-right:1px solid;
}
footer .hf-3 ul li:last-child a{
	padding-right:0;
	border-right:none;
}
footer .hf-3 ul li a i{
	font-size:14px;
}
.footer-button{
	display:inline-block;
	background:#6a1e2a;
	padding:10px 25px 10px 15px;
	text-transform:uppercase;
	color:#fff;
	font-family:'PT Sans Narrow', sans-serif;
	font-weight:bold;
	border:1px solid #d8a915;
	float:left;
	position:relative;
	margin-top:3px;
}
.footer-button i{
	font-size:5px;
	position:absolute;
	right:15px;
	top:45%;
}
.footer-button:hover, .footer-button:focus, .footer-button:active{
	color:#6a1e2a;
	background:#d8a915;
	text-decoration:none;
}
#footer-copy p{
	width:100%;
	text-align:right;
	color:#8791b5;
	font-size:10px;
	margin-top:10px;
}
#footer-copy a{
	color:#8791b5;
}


/* PORTFOLIO */
.portfolio-item a{
	color:#6a1e2a;
	font-size:25px;
}
.carousel-caption{
	position:relative;
	background:#ccd1e7;
	left:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#000;
	padding: 20px;
	font-size:20px;
}
.carousel-indicators{
	bottom:70px;
}




