@charset "utf-8";
/* CSS Document */
html{
	background:none; 
	height: 100%;
}

body {
	background-repeat: no-repeat;
	background-position: center center;
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: 'Marcellus SC', Helvetica, Arial, sans-serif;
	display: block;
	<% backgroundImage %>
	<% backgroundDisplay %>
	<% backgroundColor %>
	<% bodyFontSize %>
}

#bg-body {
    background: #D2D2D0;
	overflow: hidden;
	background-position: center center;
    height: 150%;
    left: -50%;
    position: fixed;
    top: -50%;
    width: 150%;
    z-index: -10;
}
#bg-body > img, #bg-body > div.bg-body-html > img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

hr {
	border-color: #999;
	border-style: dotted;
	clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,.title,.subtitle {
	font-family: 'Marcellus SC', Helvetica, Arial, sans-serif;
}
.container {
	width: 1000px;
}
.dropdown {
	position: absolute;
}

.mainmenu .dropdown-menu {
	left: auto;
	background: #333;
}

.mainmenu .container {
	padding-left: 0px;
}

.navbar-toggle {
	position: fixed;
	margin-top: 20px;
	margin-left: 15px;
	z-index: 1000;
}

.dropdown-menu {
	padding-top: 20px;
	margin-top: 0;
	position: fixed;
	z-index: 999;
}

p.btn a {
	display: inline-block;
}

section {
	mine-height: 100%;
	max-height: auto;
	clear: both;
}

#themes {
	height: auto;
}

body > #container {
    height: auto;
}

.form-control {
	background: rgba(255,255,255,0);
}

.container {
	height: 100%;
}
.theme-invert .title, .theme-invert .subtitle,#about,.lead {
	color: rgba(000,026,067,.9);
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	text-align: center;
}

.theme-invert .tagline {
	color: rgba(000,026,067,.9);
}

.icon-bar {
	text-align: center;
	margin: auto;
}
.b5 { margin-bottom: 5px;}
.b20 { padding-bottom: 20px;}
.t15 {
	padding-top: 15px;
}
.og {
	color: #001A43;
}
.navbar-toggle {
	font-size: 10px;
	padding: 9px 10px 2px;
}
fL {
	float: left;
	display: block;
}

#bg_l {
	background: url(../images/bg2.JPG) no-repeat;
	width: 1000px;
	margin: auto;
}

.none {	visibility: hidden;}

.fa-camera { font-size: 100px;}

.clear { clear: both;}

.white { color: #fff;}

#profile {
	padding-top: 200px;
}

@media (max-width: 992px) {
	body {
		background: #fff;
		background-image: none;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#bg_l {
		background: url(../images/bg2_s.jpg) no-repeat center top;
		width: 100%;
		margin: auto;
		overflow: hidden;
	}
	.container {
		width: 100%;
	}
	.mainmenu .dropdown-menu {
		width: 100%;
	}
	.mainmenu .dropdown-menu li {
		width: 90%;
	}
	#welcome {
		padding-top: 400px;
	}
	.title {
	font-size: 4em;
	}
	.tagline {
		font-size: 2em;
	}
	.subtitle {
		font-size: 3em;
	}
}
@media (max-width: 768px) {
	#profile {
		padding-top: 180px;
		font-size: 13px;
	}
	#services p {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	body {
		background: #fff;
		background-image: none;
	}
	#bg_l {
		background: url(../images/bg2_s.jpg) no-repeat center top;
		-webkit-background-size: 800px;
		   -moz-background-size: 800px;
			 -o-background-size: 800px;
				background-size: 800px;
		width: 100%;
		margin: auto;
	}
	.mainmenu .dropdown-menu li {
		width: 95%;
	}
	
	.container {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.tagline {
		font-size: 1.4em;
		padding-top: 20px;
		margin-bottom: 50px;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.subtitle {
		font-size: 2em;
	}
	
	#welcome {
		padding-top: 300px;
	}
	#profile {
		padding-top: 110px;
	}
	#profile .title {
		padding-top: 20px;
	}
	#services p, #about p, #contact p {
		padding-left: 0;
		padding-right: 0;
	}
	#services p {
		font-size: 14px;
	}
}

.list-inline i {
	padding: 0 10px;
}

.theme-invert .thumbnail {
	background: rgba(255,255,255,.2);
	color: #fff;
	border: 1px solid #fff;
}

.theme-invert .navbar-toggle {
	background: rgba(255,255,255,.5);
}

.theme-invert .btn-primary {
	background: rgba(000,026,067,.7);

}

.thumbnail .caption .btn-primary {
	background: rgba(0,0,0,.2);
}

.thumbnail .caption .btn-primary:hover,.thumbnail .caption .btn-default:hover {
	background: rgba(0,0,0,.5);
}

.thumbnail .caption .btn-default {
	background: rgba(0,0,0,.3);
}

#themes h3 {
	margin-top: 10px;
}

#themes i {
	font-size: 90px;
	padding: 30px 0 10px;
	color: #fff;
}

#themes .thumbnail { 
	background: rgba(255,255,255,.2);
	color: #fff;
	border: 1px solid #fff;
}

#themes .thumbnail hr {
	width: 100px;
	border: solid 2px #fff;
}

.theme-invert .mainmenu .dropdown-menu a {
	color: #fff;
}
.theme-invert .mainmenu .dropdown-menu a:hover {
    background: rgba(255,255,255,.5);
    color: #fff;
}

.form-horizontal .control-label {
	color: #333;
}

.theme-invert a{
	color: #fff;
}

.theme-invert .btn-default {
	background: rgba(255,255,255,.2);
}

.theme-invert .btn-default:hover {
    background: rgba(0,0,0,.3);
}

.list-social .btn {
	font-size: 3em;
	color: rgba(000,026,067,.9);
	padding: 0 0 20px;
}

.list-social .btn a {
	display: block;
}

p.white {
	color: #fff;
}

#profile .title,#services,#contact,#profile .lead,#services .title,#contact .title {
	color: #001A43;
}

#services p,#about p,#contact p {
	color: #001A43;
}

#concept {
	text-align: center;
}

#partner p a,#contact .col-sm-8 ul a {
	color: #B89B67;
	font-weight: bold;
}

body.service1 .section,body.service2 .section,body.service3 .section,body.service4 .section,body.policy .section {
	padding-top: 0;
	margin-top: 0;
}
.btn-lg {
	padding: 0;
	margin-bottom: 20px;
}
p.btn-lg a {
	text-decoration: none;
	padding: 16px 30px;
}

dl {
	overflow: hidden;
	zoom: 1;
}

dt.col-sm-2,dd.col-sm-10 {
	padding: 5px 0;
}
#services,#contact {
	padding-top: 50px;
}

#contact strong {
	color: #B89B67;
}

#contact a {
	color: #001A43;
}

#contact a:hover {
	color: #B89B67;
}

.form-control {
	color: #fff;
}

#top {
	display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 120%;
}

#top a {
    text-decoration: none;
	z-index: 998:
}

#top a .fa {
	text-decoration: none;
    background: rgba(255,255,255,.5);
    color: #333;
    width: 49px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#top a:hover {
	text-decoration: none;
}

.service1 .col-sm-8 {
	padding-bottom: 10px;
}


.service1 .thumbnail,.service2 .thumbnail,.service3 .thumbnail,.service4 .thumbnail {
	padding: 20px 10px;
}

.service1 h5,.service2 h5,.service3 h5,.service4 h5 {
	margin-top: 0;
}

.image {
	width: 250px;
	display: table;
	vertical-align: middle;
	height: 200px;
	text-align: center;
	margin: auto;
}

.image p {
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	width: 110px;
	height: 200px;
	margin: auto;
	text-align: center;
}

p.clear {
	color: #fff;
}

p.clear a {
	color: #ff9900;
	font-weight: bold;
}

#acMenu {
	list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#acMenu li p{
    display:block;
    height:30px;
    line-height:30px;
    cursor:pointer;
    padding-right:15px;
    }
#acMenu li p:after {
	content: " \f078";
	font-family: FontAwesome;
}
#acMenu li ul{
    display:none;
	list-style: disc;
    }
#acMenu li p.active:after{
	content: " \f077";
	font-family: FontAwesome;
    }
