* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

div.wrapper {
	min-height:100%;
	position:relative;
}

h1 {
	font-size:32px;
	margin-top:0;
}

h2 {
	font-size:24px;
	margin-bottom:0;
}

h3 {
	font-size:18px;
}

ul {
	padding-left:15px;
}

div.left {
	float:left;
}

div.right {
	float:right;
}

div.clear {
	clear:both;
}

img.title_icon {
	float:right;
	margin-top:-20px;
	margin-bottom:-20px;
}

/* Header
 */
div.header {
	padding-top:75px;
	background-image:url(/images/layout/train_header.jpg);
	background-size:contain;
	background-position:center-top;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

div.header div.container {
	padding-top:7px;
}	

@media (min-width:1388px) {
div.header {
	height:500px;
	}
}

@media (min-width:768px) {
div.header div.container {
	height:400px;
	}
}

@media (max-width:767px) {
	div.header	{
	background-image:url(/images/layout/train_header.jpg);
	height:175px;
	background-size:contain;
	background-position:center-top;
	background-position-y:40px;
	}
}

@media (max-width:767px) {
	div.header div.container {
		padding-bottom:20px;
		
	}
}

@media (max-width:424px) {
	div.header {
	background-image:url(/images/layout/train_header_phn.jpg);
	background-size:contain;
	height:150px;
	

	}
}

@media (max-width:424px) {
	div.header div.container {
	padding-top:20px;
	
	}
}


div.header div.container div.title {
		display:hidden;
		font-size:0px;
}

nav.navbar {
	background-color:#195735;
	color:#EDED09;
	margin-bottom:0;
	border-radius:0
}

.navbar-custom .navbar-nav > li > a {
	color:#EDED09;
}

.navbar-brand {
  position: sticky;
  
}   

/* Content
 */
div.content div.container {
	padding-top:25px;
	padding-bottom:75px;
	position:relative;
}

@media (max-width:767px) {
	div.content div.container {
		padding-bottom:150px;
	}
}

input.form-control, textarea.form-control, select.form-control {
	max-width:500px;
	margin-bottom:5px;
}

@media (max-width:767px) {
	input.form-control, textarea.form-control, select.form-control {
		font-size:16px;
	}
}

textarea.form-control {
	height:75px;
}

div.btn-group {
	margin:15px 10px 10px 0;
}

.btn {
	padding:4px 24px;
}

.btn-xs {
	padding:0 16px;
}

div.input-group .btn {
	padding-top:6px;
	padding-bottom:6px;
}

table.table-hover tbody tr:hover {
	cursor:pointer;
}

/* Footer
 */
div.footer {
	position:absolute;
	bottom:0;
	height:50px;
	width:100%;
	background-color:#195735;
	border-top:1px solid #e0e0e0;
	padding-top:15px;
	text-align:center;
	color:#EDED09;
	font-size:12px;
}

div.footer a {
	color:#EDED09;
}

@media (min-width:768px) {
	div.footer span:before {
		content:"|";
		margin:0 20px;
	}
	div.footer span:first-child:before {
		content:"";
		margin:0;
	}
}

@media (max-width:767px) {
	div.footer {
		height:125px;
	}
	div.footer span {
		display:block;
		margin-bottom:10px;
	}
}
