@charset "utf-8";
/* CSS Document */

body {
	color: #222222;
	background-color: #2C2C2C;
}

a {
	color: #1F8FD5;
	font-size: 1.2em;
}
a:hover {
	color: #48A8E4;
}

p {
	font-size: 1.2em;
	font-weight: 400;
}

hr {
	border-bottom: solid 1px #909090;
}

.navbar-default {
	background-color: #F1F1F1;
	margin-bottom: 0 !important;
	border-radius: 0;
}
.navbar-header {
	min-height: 60px;
}
.navbar-brand {
  height: 42px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-toggle {
	padding: 13px;
}
.nav > li > a {
	font-size: 1em;
	padding: 20px 15px;
	font-weight: 500;
	color: #222222 !important;
}
.nav > li > a:hover {
	background-color: #e7e7e7 !important;
}

.bluebutton {
	background-color: #1f8fd5;
	padding: 6px 15px;
	color: #fafafa;
	font-weight: 500;
}
.bluebutton:hover {
	color: #fafafa;
}

.clearboth {
	clear: both;
}

.marginauto {
	margin-left: auto;
	margin-right: auto;
}

.marginbottom10 {
	margin-bottom: 10px;
}

.index-banner-first {
	background-image:url(../images/index_banner_bkg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #0272cb;
	color: #fafafa;
}
.index-banner-dragon {
	background-image:url(../images/index_banner_bkg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #0272cb;
	color: #fafafa;
}

#bkgimgbt {
	display: none;
}
#bkgimgdragon {
	display: none;
}
#bkgimgts {
	display: none;
}

.overflowhidden {
	overflow: hidden;
}

.backgroundwhite {
	background-color: #fafafa;
}

.backgroundlightgrey {
	background-color: #ebebeb;
}

.backgroundgrey {
	background-color: #b8b8b8;
}


.footer {
	background-color: #2C2C2C;
	color: #ebebeb;
	font-size: 0.8em;
}
.footer a {
	color: #ebebeb;
	font-size: 1.4em !important;
}
.footer hr {
	border-color: #474747;
	margin: 13px;
}


@media (min-width: 768px) {

#bkgimgbt {
	display: block;
	background-image:url(../images/bkgimgbt.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
}
#bkgimgdragon {
	display: block;
	background-image:url(../images/bkgimgdragon.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
}
#bkgimgts {
	display: block;
	background-image:url(../images/bkgimgts.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
}
	
}






