@charset "UTF-8";
/* CSS Document */

header{
	text-align: center;
	background: #317094;
}

a{
	color: #317094;
	outline: 0;
}

a:hover{
	color: #CBBD60;
	outline: 0;
}

.navbar-custom{
	background: #264151;
	font-weight: 700;
	border: none;
}

.navbar-custom .navbar-nav li a:hover{
	color: #fff;
	background: #CBBD60;
}

.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:hover{
	color: #fff;
	background: #CBBD60;
}

/*hr.star-light::after{
	background-color: #264151;
	color: #fff;
}*/

section.success{
	background: #317094;
}

.btn-success{
	background-color: #264151;
	border-color: #264151;
}

.btn-success:hover{
	color: #fff;
	background-color: rgba(203,189,96,.8);
	border-color: rgba(203,189,96,.8);
}

h2{
	color: #264151;
}

/*hr.star-primary{
	border-color: #264151;
}*/

#portfolio .portfolio-item .portfolio-link .caption{
	/*background: rgba(203,189,96,0.8);*/
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	-moz-transition: all ease .5s;
}

/*.navbar-custom .navbar-toggle:hover{
	background-color: #CB8760;
	color: #fff;
	border-color: #CB8760;
}

.floating-label-form-group-with-focus label{
	color: #CB8760;
}*/

.boxshadow{
	-moz-box-shadow: 8px 8px 15px #333;
	-webkit-box-shadow: 8px 8px 15px #333;
	box-shadow: 8px 8px 15px #333;
}


/* Quote */

blockquote{
	border-left: none;
}

.quote-badge{
	background-color: rgba(49, 113, 149, 0.2);
}

.quote-box{
	overflow: hidden;
	margin-top: -50px;
	padding-top: -100px;
	border-radius: 19px;
	background-color: #317195;
	margin-top: 25px;
	color: white;
	/*width: 325px;*/
	box-shadow: 2px 2px 2px 2px #00030C;
}

.quotation-mark{
	margin-top: -10px;
	font-weight: bold;
	font-size: 100px;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.quote-text{
	font-size: 19px;
	margin-top: -65px;
}