@charset "utf-8";
/* CSS Document */
body {
	background-color:#ecf9ff;
}
header.site-header{
	margin-bottom:0px;
	height:161px;
	
	}
header.site-header .container{
	position:relative;
	
	}
header.site-header .s-header-wrapper .container {
    height: 100%;
    position: relative;
}
header.site-header .s-header-wrapper{
	/*height:300px;*/
	position:fixed;
	width:100%;
	background-color:#ecf9ff;
	z-index:100;
	}

header.site-header .s-header-wrapper .s-header-top {
    background-image: linear-gradient(to bottom, #cbddf4 1%, #265ca2 50%, #cbddf4 130%);
    border-bottom: 22px solid #13294d;
    height: 100px;
    padding: 0;
}

.site-header .btn {
    border-radius: 0;
    top: 0px;
    font-size: 22px;
    padding: 6px 10px;
    position: absolute;
    right: 0px;
	margin-bottom:0px;
	font-family: 'EB Garamond',serif;
	font-variant: small-caps;
}

header.site-header .s-header-wrapper address {
	color: #cbddf4;
	font-size: 11px;
	font-style: normal;
	line-height: 33px;
	margin-bottom: 0;
	position: absolute;
	bottom: -27px;
	right: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

abbr[title] {
    border: medium none;
    font-size: 11px;
    
}
.logoBox {
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 138px;
    position: absolute;
    width: 369px;
    z-index: 10;
}
.logoBox a {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
	 border: 1px solid #000000;
}
.brand {
	font-family: 'EB Garamond',serif;
	font-variant: small-caps;
	letter-spacing: 0.04em;
}
header.site-header .brand {
	color: #FFFFFF;
	font-family: 'EB Garamond',serif;
	
	font-size: 34.5px;
	line-height: 30px;
	padding: 0px 0 0 0;
	margin-bottom: 0;
	text-shadow: 2px 2px 6px rgba(0, 57, 97, 0.7);
	
}
.brand span{
	font-size:52%;
	display:block;
	font-weight: 300;
	clear:both;
	/*font-family: 'Oxygen', serif;*/
	font-family: 'EB Garamond',serif;
	
	color: #e3f5ff;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
	letter-spacing:normal;
	}
.brand span span{
	font-size:80%;
	display: inline-block;
	font-weight: 700;
	clear:both;
	font-family: 'Oxygen', serif;
	color: #e3f5ff;
	margin:0 10px;
	}
.wrapper{
	padding-top:15px;
	padding-bottom:15px;
	min-height:500px;
	}
.blue{
	background-color:#ecf9ff;
	background-image:linear-gradient(to bottom, #cbddf4 0%, #fff 80px);	
}
.gray{
	background-color:#e7f0fe;
	background-image:linear-gradient(to bottom, #cbddf4 0%, #e7f0fe 80px);	
}

/*--------------- topMenu ------------------*/
.navbar-topMenu {
    background-color: #cbddf4;
	background-image:linear-gradient(to bottom, #3e649c -10% , #adc4e1 40% , #cbddf4 80%);
    border-radius: 0;
	border:none;
    height:auto;
    padding:8px 0;
    position: relative;
	margin-bottom:0;
	border-bottom: 4px solid #cbddf4;	
}
.navbar-topMenu .navbar-nav {
	width:100%;
	border-bottom:1px solid #13294d;
}
.navbar-topMenu .nav > li {
    margin-left: 0.4%;
    margin-right: 0.4%;
    width: 19.2%;
}
.navbar-topMenu .nav > li > a {
	background-color: #3e649c;
	background-image: linear-gradient(to bottom, #cbddf4 -5%, #265ca2 50%, #cbddf4 100%);
	line-height: 30px;
	height: 40px;
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(116, 192, 233, 0.6);
	font-family: 'EB Garamond',serif;
	outline: none;
	font-variant: small-caps;
	letter-spacing: 0.04em;
}
.navbar-topMenu .nav > li.active > a{
	background-color:#dce7f6;
	background-image:linear-gradient(to bottom, #fff 0%, #dce7f6 50%, #cbddf4 100%);
	color: #3e649c;
	}	
.navbar-topMenu .nav > li > a:hover{
	background-color:#dce7f6;
	background-image:linear-gradient(to bottom, #fff 0%, #dce7f6 50%, #cbddf4 100%);
	color: #3e649c;
	}
.navbar-topMenu span {
	margin:0;
	padding:0;
}
.navbar-topMenu .home {
    background: url("../images/home_icon.png") no-repeat scroll left top 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 36px;
    line-height: 38px;
    margin-top: -5px;
    vertical-align: middle;
    width: 36px;
}
.navbar-topMenu a:hover .home , .navbar-topMenu li.active  a .home{
	background-position:left top -36px;
}
.navbar-topMenu .caret {
    margin-left: 8px;
}
/*---------------- topMenu End ------------------------*/	
/*------------------ icon-topic ----------------------*/
.icon {
	background-image: url("../images/topic_icon.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding-left: 4px;
	width: 36px;
}
.icon.icon-user {
	background-position: left center;
}
.btn .icon {
	margin: -6px -8px -11px;
}
.btn .icon.-r{
	margin-right: -8px;
	margin-left: 4px;
}
.btn .icon.-l {
	margin-left: -8px;
	margin-right: 4px;
}
/*-------------- btn -----------------*/
	
.btn-arrow-r {
    background-image: url("../images/arrow-right_btn.png");
    background-repeat: no-repeat;
    height: 20px;
    padding: 0 !important;
    width: 15px;
}
.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 6px;
    padding: 10px 18px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration:none !important;
	box-shadow:1px 2px 3px rgba(0, 57, 97, 0.3);
}
.btn-lg {
    font-size: 18px;
    padding: 12px 30px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-blue {
  color: #fff;
  background-color: #265ca2;
  border-color: #265ca2;
  background-image:linear-gradient(to bottom, #cbddf4 5%, #265ca2 50%, #cbddf4 100%); 
}
.btn-blue:hover,
.btn-blue:focus
{
  background-image:linear-gradient(to bottom, #016ca5 5%, #13294d 50%, #016ca5 100%);
}
.btn-blue:active,
.btn-blue.active {
background-image:linear-gradient(to bottom, #8eb4e3 5%, #265ca2 50%, #8eb4e3 100%);
}
.btn-default {
  color: #cbddf4;
  background-color: #d9534f;
  border-color: #13294d;
  background-image: linear-gradient(to bottom, #3e649c 0%, #13294d 45%);
  background-repeat: repeat-x;
}
.btn-default:hover,
.btn-default:focus
{
 color: #cbddf4;
  background-color: #13294d;
  background-image:none;
}
.btn-default:active,
.btn-default.active {
  background-color: #13294d;
  border-color: #b92c28;
}
/*-------- /btn -------*/
/*------------------ icon-topic End ----------------------*/
.app{
    background-color: #cbddf4;
    display: block;
    overflow: hidden;
    padding: 10px;
}
.app.dark{
    background-color: #13294d;
    display: block;
    overflow: hidden;
    padding: 10px;
}
.login-modal{
	margin: 30px auto;
    width: 600px;
	overflow:auto;
	}
.login-modal .modal-content{
	background-color:#ecf9ff;
	background-image:linear-gradient(to bottom, #cbddf4 0%, #fff 80px);
	border:none;
	border-radius:0px;
	}
.login-modal .modal-footer{
    background-color: #e7f0fe;
	/*background-image:linear-gradient(to bottom, #cbddf4 0%, #e7f0fe 25px);*/
    display: block;
    overflow: hidden;
    padding: 20px;
	margin-top:0px;
	border:none;
}
.login-modal .btn{
	margin-bottom:0px;
	font-size: 22px;
	font-family: 'EB Garamond',serif;
	font-variant: small-caps;
}
.modal-header {
    border:0;
    min-height: 16.4286px;
    padding: 15px;
}
.modal-header h1,.modal-header h2 {
	margin: 15px 0 0 0;
	/*font-family: 'Oxygen',serif;*/
	letter-spacing: 1px;
}
.modal-body {
	background-color: transparent;
	overflow:hidden;
	padding: 20px;
    position: relative;
}
.modal-backdrop {
    background-color: #13294d;
}
/*---------------- panel ----------------*/
.panel {
    border: medium none;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 4px;
}
.panel .row {
    margin-right: -16px;
	margin-left:-16px;
}
.panel-heading {
background-color: #cbddf4;
    background-image: linear-gradient(to bottom, #ecf9ff 0px, #cbddf4 100%);
	color:#13294d;
    border-radius: 4px;
	box-shadow:0 3px 3px rgba(0, 57, 97, 0.3);
    list-style: none outside none;
    padding: 1px 15px;
	border:0;
}
.panel-heading h3{
	margin-top:5px;
	margin-bottom:5px;
	color:#13294d;
}

.panel-heading h6{
	margin-top:5px;
	margin-bottom:5px;
	color:#13294d;
	text-align: center;
}
.panel-heading a {
	color:#13294d;
	text-decoration:none;
	display:block;
	font-weight:700;
}
.panel-heading span {
	font-size:80%;
	color:#265ca2;
}
.panel-default .panel-title{
	color: #3e649c;
	}
h1.panel-title{
	font-size:28px;
	}
h2.panel-title{
	font-size:19px;
	}
.panel-body {
    padding: 12px;
}
.panel-body .small {
	font-size:90%;
}

.panel figure img{
	max-width:100%;
	}

.panel-claret{
	background-image: linear-gradient(to bottom, #13294d 0%, #13294d 100%);
	color:#ecf9ff;
	}
	
.panel-default{
	color:#13294d;
	border:2px solid #ecf9ff;
	}
.panel-default .form-control{
	background-color:#ecf9ff;
	color:#3e649c;
	}
 

/*-------------- panel End --------------*/

/*---------------- Footer ----------------*/
footer .brand  {
	color:#fff;
	font-size:15.5px;
	margin:0;
	-webkit-text-stroke: 1px rgba(0, 57, 97, 0);
	
}
footer .brand span {
	display:inline;
	font-size:82%;
}
footer .brand span span {
	margin:0 6px;
	font-size:100%;
}

footer.site-footer .s-footer-content{
	background-color:#8eb4e3;
	color:#fff;
	padding:8px 0;
	margin-bottom:6px;
	margin-top:1px;
	text-align:center;
	display:block;
	height:auto;
	}
footer.site-footer .s-footer-content p{
	padding:0;
	margin:0;

	}
footer.site-footer {
    background-color: #13294d;
    bottom: 0;
    color: #dce7f6;
    height: 67px;
    margin: 4px auto 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
/*footer.site-footer{
	background-color:#13294d;
	color:#dce7f6;
	height:80px;
	margin-top: 4px;
	overflow:hidden;
	}*/
footer.site-footer p{
	font-size:13.4px;
	}

/*-------------- Footer End --------------*/


/*-----------------*/
#sidebar.affix {
	position: fixed;
	width: auto;
}