/* SECTION 0: Keyboard UI Override */

.ui-keyboard {
	background-color: rgba(205, 164, 99, 0.8);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	width: auto !important;
	position: relative;
}

/* SECTION 1: Bootstrap Override */


.form-control, .btn, input, textarea { border-radius:0; }

.btn-link:hover {
	text-decoration: none;
}

.thumbnail {
	padding: 0;
}

.thumbail img {
	padding: 0;
	border: 0;
}

label {
  font-weight: bold;
  display: block;
}
label.required:after, 
label.optional:after {
  font-style: oblique;
  font-weight: normal;
  opacity: 0.8;
  font-size: smaller;
  float: right;
}
label.optional:after {
  content:" (optional)";
}
label.required:after {
  content:" (required)";
  color:red;
}

a,a:hover,a:active,a:visited, a:visited:hover {
  color: inherit;
  text-decoration: none;
}

a#link {
	color:#A08A5C;
	font-weight: bold;
}

/*  SECTION 2: Typography */

/*
Arial
Brandon Grotesque W01 | 200,500
FF Meta W01 | 200,300
FF Meta W07 | 400,700
*/

body {
	font-family: 'FF Meta W07';
	font-weight: 400;
	font-size: 16px;
	color:#444;
	background-color: #f2f2f2;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Brandon Grotesque W01';
	font-weight: 500;
}

.jumbotron h1 {
	font-family: 'Brandon Grotesque W01';
	font-weight: 500;
}

.jumbotron h3 {
	font-family: 'Brandon Grotesque W01';
	font-weight: 500;
}

footer {
	font-family: 'FF Meta W01';
	font-weight: 200;
}

.intonation {
	font-family: Arial !important;
}

.name {
	color: #CDA463;
	font-weight: bold;
	text-transform: capitalize;
}

/* SECTION 3: Layouts */

header {
    color: #CDA463;
	padding-top: 15px;
	padding-bottom: 25px;
}

.navbar {
	border-radius: 0;
    margin-bottom: 0px;
}

.navbar-brand {
	padding:0;
}

header .container img.logo {
    width: 215px;
    height: 60px;
}

.navbar li a {
	text-transform: uppercase;
	font-weight: 700;
}

.nav > li > a:focus, 
.nav > li > a:hover {
    text-decoration: none;
    background: none;
}


.jumbotron {
	background: #F2F2F2 no-repeat center center;
	color: #fff;
	text-align: center;
}

.jumbotron.mini {
	text-align: left !important;
}

.jumbotron h1 {
	font-size: 48px;
	font-weight: 200;
	margin-bottom: 20px;
	text-shadow: 1px 0 1px #000;
}
.jumbotron h3 {
	font-size: 21px;
	line-height: 1.3em;
}

.jumbotron .jtext a {
	color: #FFFFFF;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 65px;
	right: 10px;
}

.jumbotron p { font-size:14px; }

.jumbotron a, .jumbotron a:hover {
	text-transform: uppercase;
	color: #fff;
	border: solid 2px #fff;
}

#home-banner {
    background-size:cover;
	background-image: url("/assets/img/bg/IMG_0089.jpg");
    width:100%;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.search-input { 
	position: relative;
  	display: inline-block;
  	margin: 0px 0px 20px 0px;
}

.th, .th-query {
	text-indent: 0px;
  	border-radius: 0;
	height: 55px;
	width: 650px;
	margin: 0;
	border: 0;
	font-size: 17px;
	color: #555555;

	-webkit-box-shadow: 0 0 0 1px #CDA463;
	-moz-box-shadow: 0 0 0 1px #CDA463;
	box-shadow: 0 0 0 1px #CDA463;
}

.th:focus, .th-query:focus {
	-webkit-box-shadow: 0 0 0 3px #CDA463;
	-moz-box-shadow: 0 0 0 3px #CDA463;
	box-shadow: 0 0 0 3px #CDA463;
}

.tt-hint {
	font-weight: bold;
}

.tt-menu {
	background-color: #FFFFFF;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 5px;
	padding: 8px 0;
	width: 650px;
}

.tt-suggestion {
	font-size: 24px;
	line-height: 24px;
	padding: 3px 20px;
	color: #555555;
	text-align: left;
	cursor: pointer;
}

.tt-suggestion p {
	margin: 0;
}

.search-input .fa-keyboard-o {
  	position: absolute;
	top: 20px;
	right: 60px;
	font-size: 15px;
}

#keyboardp {
	cursor: pointer;
	color: #075265;
}

#miniKeyboardp {
	cursor: pointer;
	color: #075265;
}

.tt-cursor {
	background-color: #EEE;
}

.search {
	color: #C8AD75;
	padding-top: 15px;
	padding-bottom: 5px;
}

.search-box {
	color: #FFF;
}

.adv-search {
	margin-bottom: 1px;
	font-weight: bold;
}

/*.btn.focus, .btn:focus, .btn:hover {
    color: #C8AD75;
    text-decoration: none;
	background: #FFF;
}*/

.btn-search {
	position: absolute;
	top: 8px;
	right: 5px;
	height: 34px;
	width: 40px;
	border-radius: 0px;
}

.lang {
	color: #FFF;
	margin-top: 30px;
}

.social-links {
  font-size: 20px;
  display: inline-block;
}

.social-links a {
    display: inline-block;
	color:#cda463;
    text-align: center;
    margin-left: 0px;
}

.social-links a + a {
	margin-left:15px;
}

.llm {
	background: #f9f9f9;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.llm hr {
	display: none;
}
.llm ul {
	list-style-type: none;
	margin: 0;
}

.llm h5 {
	color: #075265;
	font-size: 18px;
}


.side-bar {
	width: 100%;
	background: #F9F9F9;
	margin-right: 10px;
	margin-left: 20px;
	padding: 5px;
	-webkit-box-shadow: 13px 14px 15px -16px rgba(0,0,0,0.15);
	-moz-box-shadow: 13px 14px 15px -16px rgba(0,0,0,0.15);
	box-shadow: 13px 14px 15px -16px rgba(0,0,0,0.15);
}

.side-bar li {
	list-style: none;
}


.subscribe .form-group {
	position: relative;
}
.subscribe .form-control + button {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}

.share .btn {
	color:#fff;
}
.search-results h4 a {
  color:#0e5264;
}

.search-result .entry, .search-results {
	background: #f9f9f9 !important;
}

.strong-text {
	font-weight: bold;
}
footer {
	padding-top: 25px;
	padding-bottom: 30px;
	margin-top: 50px;
	color:#cda463;
	font-size: 14px;
}

footer a + a {
	margin-left: 10px;
}

ul.alphabets {
	list-style: none;
	text-align: center;
	padding-left: 0px;
	margin: 5px 0 5px 0;
	display: inline-block;
}

ul.alphabets li {
	float: left;
	margin: 1px;
	padding: 10px 15px;
	border: #DDD;
	background: #f9f9f9;
	display: inline-block;
	text-decoration: none;
}

ul.alphabets li:hover {
	background-color: #fff;
}

.alphabet-listing ul {
	list-style: none;
	padding-left: 0px;
	-webkit-column-width: 100px;
	-moz-column-width: 100px;
	column-width: 100px;
}

/* ----- Media queries ----- */

@media (max-width: 1200px) {

}

@media (max-width: 767px) {
	header {
		border-bottom: solid 1px #c8ad75;
		background: #fff;
		padding-bottom: 15px;
	}
	header .container img.logo {
		width: 107.5px;
		height: 30px;
	}
	.navbar-toggle {
		background-color: #c8ad75;
		margin-right: 0;
		border-color: #c8ad75;
	}
	.navbar-toggle .icon-bar {
		border:solid 1px #fff;
	}
	.navbar-collapse {
		text-align: center;
	}
	.search-input {
		display: block;
	}
	.search-input input {
		width: 100%;
	}
	.th, .th-query {
		width: auto;
	}
	.tt-menu {
		width: auto;
	}
}

@media (min-width: 480px) {
	.navbar {
		width:auto;
		float:right;
	}
}

@media (max-width: 480px) {

	.search-input input {
		width: 100%;
	}
	.th, .th-query {
		width: auto;
	}
	.tt-menu {
		width: auto;
	}
}