@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; } 

/**************
* CSS Reset
***************/
 /* pagination */
.main-pagination {
	overflow: hidden;
}

	.main-pagination .page-numbers, .main-pagination a {
		display: block;
		float: left;
		color: #676767;
		padding: 0 10px;
		margin-right: 5px;
		background: #ebebeb;
		line-height: 25px;
		font-size: 13px;
	}
	
	.main-pagination .current, .main-pagination a:hover { 
		color: #fff;
		background: #e54e53; 
		text-decoration: none;
	}
 
.badge {
	font-size: 0.9em;
	font-weight: 400;
	padding: 4px 10px;
	background: #ff2d55;
	border-radius: 9px;
	font-size: 10px !important;
	font-weight: 400;
	text-align: center;
	padding: 3px 5px;
	z-index: 100;
	min-width: 18px;
	height: 18px;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
body { line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }
textarea { font-family: inherit; }
sub { font-size: 0.7em; vertical-align: text-bottom;	line-height: 1em; }
sup { font-size: 0.7em; vertical-align: text-top; line-height: 1em; }
small { font-size: 0.9em; }
img { max-width: 100%; border: none; vertical-align: bottom; -ms-interpolation-mode: bicubic; }

/*****************
* Fonts
******************/
@font-face {
    font-family: 'dtac2013';
    src: url('../assets/fonts/dtac2013_rg-webfont.eot');
    src: url('../assets/fonts/dtac2013_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/dtac2013_rg-webfont.woff') format('woff'),
         url('../assets/fonts/dtac2013_rg-webfont.ttf') format('truetype'),
         url('../assets/fonts/dtac2013_rg-webfont.svg#dtac_2013regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/****************
* Clearfix items
*****************/

.clearfix:after, 
.row:after,
header:after,
#body:after,
#major-bar:after,
ul.page_tabs:after,
.newsfeed-header:after,
.home #media:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	clear: both;
}

/*****************
* Main styles
******************/

body {
	font: 15px/1.5em 'Tahoma', sans-serif;
	color: #000;
}
#skiptocontent {
	position: absolute;
	left: -10000px;
}
@media only screen and (min-width: 1232px) {
	.page-width {
		width: 100%;
		max-width: 1214px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1231px) {
	.page-width {
		width: 100%;
		padding: 0 1em;
	}
}
#globalwrapper {
	position: relative;
}
#wrapper {
	background: #fff;
	background-image:url(../../assets/img/top-bg.jpg);	
	background-repeat: repeat-x;
	/*z-index: 1;*/
	position: relative;
	background-position: top;
}

/**
 * Emergency alert
 */ 
#site-alert {
	/*height: 50px;*/
	background: #ca8438;
	color: white;
	z-index: 3;
	font-size: 1.0em;
	top: 0;
	width: 100%;
}
#site-alert.brown {	background: #644911; }
#site-alert.red { background: #971818; }
#site-alert.blue { background: #0070FF; }
#site-alert + #navigation, #site-alert + #navigation + #wrapper {
	top: 50px;
}
#site-alert .page-width {
	position: relative;
}
#site-alert p {
	/*float: left;*/
	line-height: 30px;
	padding: 10px 2.5em 10px 0;
}
#site-alert a {
	color: #fff;
}
#site-alert-close {
	position: absolute;
	top: 0px;
	right: 1em;
}
#site-alert-close a {
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 20px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
.nav-opening #site-alert, .nav-open #site-alert, .nav-closing #site-alert {
    display: none;
}
@media only screen and (min-width: 801px) {
	#site-alert {
		font-size: 1.3em;
	}
}
@media only screen and (min-width: 1232px) {
	#site-alert-close {
		right: 0;
	}
}

/**
 * Logo
 */
#wrapper > header { 
	position: relative; 
}
#logo {
	position: relative;
	top: 0px;
	padding: 1em 0;
	float: left;
	width: 85%;
}
#logo a {
	display: block;
	width: 200px;
	height: 58px;
	background: url('../../assets/img/logo-mobile.png') left top no-repeat;
}
#navicon {
	width: 25%;
	height: 30px;
	background: url('../../assets/img/navicon-30.png') center no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}
#navicon a {
	display: block;
	width: 100%;
	height: 100%;
}
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
  
	#logo a {
		background: url('../../assets/img/logo-mobile-2x.png') left top no-repeat;
		background-size: 100%;
	}

}
@media only screen and (min-width: 550px) {
	#logo a {
		display: block;
		width: 429px;
		height: 68px;
		background: url('../../assets/img/logos.png') left top no-repeat;		
		
	}
	#navicon {
		width: 15%;
		height: 50px;
		background: url('../../assets/img/navicon-50.png') center no-repeat;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -25px;
	}
}
@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 550px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 550px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 550px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 550px),
only screen and (min-resolution: 192dpi) and (min-width: 550px),
only screen and (min-resolution: 2dppx) and (min-width: 550px) { 
  
	#logo a {
		background: url('../../assets/img/logo-2x.png') left top no-repeat;
		background-size: 100%;
	}

}
#logo a {
	background: url('../../assets/img/logo.png') left top no-repeat\9 !important;
}
@media only screen and (max-width: 800px) {
	body {
		background: #f0f6f6;
		overflow-x: hidden;
	}
	#wrapper {
		width: 100%;
		right: 0;
	}
	#wrapper-overlay {
		position: fixed;
		z-index: -1;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		right: 0;
	}
	.nav-opening #wrapper, .nav-closing #wrapper,
	.nav-opening #wrapper-overlay, .nav-closing #wrapper-overlay {
		-webkit-transition: ease 250ms;
		-moz-transition: ease 250ms;
		transition: ease 250ms;
	}
	.nav-opening #wrapper {
		right: 250px;
	}
	.nav-open #wrapper {
		right: 250px;
		position: fixed;
	}
	.nav-closing #wrapper {
		right: 0px;
		position: fixed;
	}
	.nav-opening #wrapper-overlay, .nav-open #wrapper-overlay {
		opacity: 1.0;
		z-index: 100;
		cursor: pointer;
		right: 250px;
	}
}
@media only screen and (min-width: 801px) {
	#logo {
		top: 32px;
		float: none;
		width: inherit;
	}
	#navicon {
		display: none;
	}
}

/**
 * Navigation
 */
@media only screen and (max-width: 800px) {
	#navigation {
		z-index: 0;
		position: absolute;
		top: 0;
		right: 0px;
		width: 250px;
	}
	.nav-opening #navigation, .nav-closing #navigation {
		-webkit-transition: ease 250ms;
		-moz-transition: ease 250ms;
		transition: ease 250ms;
	}
	.nav-opening #navigation, .nav-open #navigation {
		right: 0px;
	}
	.nav-closing #navigation {
		right: 0px;
	}
	#navigation .page-width {
		padding: 0;
	}
	#mobile-search p {
		padding: 8px;
		position: relative;
		border-bottom: 1px solid #abc;
	}
	#mobile-search input[type="search"] {
		background: #ffffff;
		padding: 0.8em 2.5em 0.8em 1.2em;
		-moz-border-radius: 35px;
		-webkit-border-radius: 35px;
		border-radius: 35px;
		font-size: 1em;
		border: none;
		margin: 0;
		width: 250px;
		max-width: 100%;
		outline: none;
		-webkit-appearance: textfield;
	}
	#mobile-search input[type="image"] {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	#main-nav > ul > li {
		border-bottom: 1px solid #abc;
		background: url('../../assets/img/mobile-nav-sprite.png') 222px 18px no-repeat;
		cursor: pointer;		
	}
	#main-nav > ul > li.open {
		background-position: 222px -43px;
	}
	/*#main-nav > ul > li.athletics > a {
		margin-right: 0px;
		border-right: 0px;
	}
	#main-nav > ul > li.athletics {
		background: none;
	}*/
	#main-nav > ul > li > a {
		color: #182f59;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.4em;
		padding: 0.5em 5px 0.5em 15px;
		text-align: left;
		display: block;
		font-weight: 600;
		margin-right: 40px;
		border-right: 1px dotted #bcd;

	}
	#main-nav .dropdown {
		background: #fff;
		display: none;
	}
	#main-nav li.open .dropdown {
		display: block;
	}
	#main-nav .dropdown a {
		color: #001641;
		text-decoration: none;
		display: block;
		padding: 0.3em 15px 0.3em 25px;	
	}
	#audience-nav:before {
		content: "Information";
		text-transform: uppercase;
		background: #fff;
		padding: 0 20px;
		display: block;
		font-size: 0.8em;
		text-align: center;
	}
	#aux-nav:before {
		content: "Quick Links";
		text-transform: uppercase;
		background: #fff;
		padding: 0 20px;
		display: block;
		font-size: 0.8em;
		text-align: center;
	}
	#audience-nav, #aux-nav {
		background: #253988;
	}
	#audience-nav a, #aux-nav a {
		color: #fff;
		text-decoration: none;
		padding: 0.3em 15px;
		display: block;
		text-transform: uppercase;
		background: #253988;
		border-top: 1px solid #aabbcc;
	}
	#audience-nav ul ul, #aux-nav ul ul {
		display: none;
	}
	#site-search { display: none;}
}
@media only screen and (min-width: 801px) {
	#wrapper > header { 
		height: 180px; 
	}
	#mobile-search {
		display: none;
	}
	#navigation {
		background: #07294d;
		border-bottom: 1px solid #12568a;
		height: 32px;
		position: absolute;		
		top: 0;
		width: 100%;
		z-index: 2;
	}
	#navigation .page-width {
		position: relative;
	}
	#audience-nav, 
	#aux-nav {
		font-size: 0.7em;
	}
	#audience-nav {
		float: left;
	}
	#aux-nav {
		float: right;
	}
	#audience-nav li, #aux-nav li {
		float: left;
		line-height: 32px;
		position: relative;
	}
	#audience-nav li a, #aux-nav li a {
		color: #fff;
		text-decoration: none;
		line-height: 32px;
		display: inline-block;
		padding: 0 0.5em;
		text-transform: uppercase;
	}
	#audience-nav li a:hover, #aux-nav li a:hover,
	#audience-nav > ul > li:hover > a,
	#aux-nav > ul > li:hover {
		background: #00a4e4;
	}
	#audience-nav li:hover ul, #aux-nav li:hover ul {
		visibility: visible;
		opacity: 1;
		top: 35px;
	}
	#audience-nav > ul > li > a {
		margin-bottom: 3px;
	}
	#audience-nav ul ul {
		position: absolute;
		/*background: #002a5c;*/
		background: rgba(0,42,92,0.95);
		background: url('../../assets/img/navy-overlay.png')\9;
		width: 230px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: 100ms ease;
		-moz-transition: 100ms ease;
		transition: 100ms ease;
		opacity: 0;
		visibility: hidden;
		top: 30px;
	}
	#audience-nav ul ul li {
		float: none;
		border-top: 1px solid #05487b;
	}
	#audience-nav ul ul li:first-child {
		border-top: none;
	}
	#audience-nav ul ul li:first-child a{
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	#audience-nav ul ul li:last-child a{
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	#audience-nav ul ul li a {
		display: block;
		text-transform: none;
		padding: 0 1em;
	}
	#site-search {
		width: 160px\9;
	}
	#site-search input {
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		border-radius: 1em;
		border: none;
		padding: 3px 25px 3px 7px;
		width: 150px;
		background: #fff url('../../assets/img/magnifier.png?1') 127px 3px no-repeat;
		-webkit-appearance: textfield;
		outline: none;
		margin: 0 5px;
	}
	#aux-nav li ul {
		background: #00a4e4;
		display: none;
	}
	#aux-nav li ul, 
	#aux-nav > ul > li:hover {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	#aux-nav li:hover ul {
		display: block;
	}
	#aux-nav li ul li {
		float: none;
	}
	#aux-nav li ul li a {
		text-transform: none;
		display: block;
	}
	#aux-nav li ul li a:hover {
		text-decoration: underline;
		background: none;
	}
	
	#main-nav {
		position: absolute;
		top: 125px;
		left: 0;
		width: 100%;
		padding: 0 1em;
		
	}
	#main-nav > ul > li {
		float: left;
		position: relative;
	}
	#main-nav li.admission { width: 21%; }
	#main-nav li.academics { width: 18%; }
	#main-nav li.life           { width: 17%; }
	#main-nav li.about         { width: 14%; }
	#main-nav li.events       { width: 14%; }
	#main-nav li.athletics { width: 16%; }

	#main-nav > ul > li > a {
		font-family: 'dtac2013', serif;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.2em;
		padding: 0.2em 0.2em 1em;
		background: url('../../assets/img/nav-sprite.png') center 30px no-repeat;
		text-align: center;
		display: block;
	}
	#main-nav > ul > li:hover > a {
		background-position: center -45px;
		color: #f3d112;
		
	}

	/*#main-nav > ul > li.athletics > a {
		background: none;
	}*/
	#main-nav .dropdown {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 40px;
		width: 260px;
		background: #ccc;
		left: 50%;
		margin-left: -110px;
		-webkit-transition: 100ms ease;
		-moz-transition: 100ms ease;
		transition: 100ms ease;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
		z-index: 1000;
		background: #e6f1f5; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(216,233,239,0.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(216,233,239,0.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(216,233,239,0.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(216,233,239,0.95) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(216,233,239,0.95) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%,rgba(216,233,239,0.95) 100%); /* W3C */
		/* Can't have border-radius and filter on the same element in IE9. Grr.
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccd8e9ef',GradientType=0 );  IE6-9 */
	}
	/* keep it from going off the screen at small widths */
	#main-nav li.admission .dropdown {
		left: 0;
		margin-left: 0;
	}
	#main-nav li.athletics .dropdown {
		right: 0;
		left: inherit;
		margin-left: 0;
		width: 175px;
	}
	#main-nav > ul > li:hover .dropdown {
		visibility: visible;
		opacity: 1.0;
		top: 45px;
		-webkit-transition: 100ms ease;
		-moz-transition: 100ms ease;
		transition: 100ms ease;
	}
	#main-nav .dropdown li {
		border-top: 1px solid #fff;
	}
	#main-nav .dropdown li:first-child {
		border-top: none;
	}
	#main-nav .dropdown a {
		color: #001641;
		text-decoration: none;
		display: block;
		padding: 0.5em 1.2em;	
	}
	#main-nav .dropdown a:hover {
		color: #fff;
		background: #00a4e4;
	}
	#main-nav .dropdown li:first-child a {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	#main-nav .dropdown li:last-child a {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	
	
	
	
	
}
@media only screen and (min-width: 920px) {
	#audience-nav, 
	#aux-nav {
		font-size: 0.80em;
	}
}
@media only screen and (min-width: 950px) {
	#main-nav li.admission .dropdown {
		left: 50%;
		margin-left: -110px;
	}
	#audience-nav, 
	#aux-nav {
		font-size: 0.85em;
	}
}
@media only screen and (min-width: 1160px) {
	#wrapper > header { height: 132px; }
	.category #wrapper > header,
	.program #wrapper > header,
	.home #wrapper > header {
		background: rgba(255,255,255,0.85);
		background: url('../../assets/img/white-overlay.png')\9;
		z-index: 1;
	}
	#main-nav {
		position: absolute;
		top: 75px;
		right: 0;
		left: inherit;
		width: auto;
	}
	#main-nav > ul > li {
		width: auto !important;
		margin-left: 1.5em;
	}
	#main-nav > ul > li:first-child {
		margin-left: 0;
	}
}
@media only screen and (min-width: 1232px) {
	#main-nav {
		right: 0;
		padding: 0;
	}
}
@media only screen and (min-width: 1375px) {
	#main-nav li.athletics .dropdown{
		right: initial;
		left: 50%;
		margin-left: -110px;
		width: 220px;
	}
}


/**
 * Body
 */

/**
 * Body header
 */
article header {
	background: #fff;
	color:#FFF;	 
	padding: 0 0 0px 0;
	overflow: hidden;	
	border-top: 0px solid #f39c12;
}
article header .page-width {
	border-top: 0px solid #22355b;
	border-bottom: 0px solid #22355b;
	position: relative;
}
article header h1 {
	font-weight: 600;
	font-family: 'dtac2013', serif;
	font-size: 1.3em;
	padding: 0.6em 0;
	line-height: 1.3em;
	
}
#hero {
	width: 120%;
	max-width: 120%;
	margin-top: -7%;
	margin-left: -20%;
}
article header.right #hero {
	margin-left: 0;
}
#breadcrumb {
	font-family: 'Tahoma', serif;
	position: absolute;
	bottom: -20px;
	height: 22px;
	line-height: 20px;
	font-size: 0.7em;
	color: #00b5ef;
	width: 100%;
	
}
#breadcrumb a {
	color: #3e3e3e;
	text-decoration:none;
}
.hero-text {
	padding: 1em;
}
.hero-text h1 {
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	padding: 0;
	line-height: 1.2em;
}
.hero-text h1.bible {
	text-indent: 50px;
	background: url('../../assets/img/shield-bible-icon.png') left 0.2em no-repeat;
}
.hero-text h1.lamp {
	text-indent: 30px;
	background: url('../../assets/img/shield-lamp-icon.png') left 0.15em no-repeat;
}
.hero-text h1.bruin {
	text-indent: 33px;
	background: url('../../assets/img/shield-bruin-icon.png') left 0.1em no-repeat;
}
.hero-text h1.cross {
	text-indent: 40px;
	background: url('../../assets/img/shield-cross-icon.png') left 0.1em no-repeat;
}
.hero-text p {
	font-size: 1.0em;
	line-height: 1.5em;
}
.program .hero-text {
	bottom: 0;
	top: inherit;
	left: 0;
	margin-left: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 1em 0;
}
.program .hero-text h1 {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	text-transform: none;
}
.program .hero-text p.degree-type {
	font: 1em/1.5em 'Crimson Text', sans-serif;
	color: #00a4e4;
	border-bottom: 1px solid #00a4e4;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}
.hero-text a.button,
#main #home-hero a.button {
    font: 16px/1.5em 'AntonioRegular', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.2em 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 1px;
	text-align: center;
    background: #fff;
    color: #024;
    width: auto;
    text-shadow: none;
}
.hero-text a.button {
	margin-top: 0.5em;
}
@media only screen and (min-width: 550px) {
	.category article header,
	.program article header {
		position: relative;
	}
	.category header .page-width,
	.program header .page-width {
		border-top: 0px;
	}	
	article header h1 {
		font-family: 'dtac2013', serif;
		font-size: 2.0em; font-weight:100;
		line-height: 2.2em;
		color:#07294d;
		margin-top: -0.2em;
	}
	#hero {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.hero-text {
		position: absolute;
		top: 5%;
		left: 0;
		width: 60%;
		text-shadow: 1px 1px 5px #000;
	}
	article header.right .hero-text {
		left: inherit;
		right: 0;
	}
	.program .hero-text {
		padding: 1em;
		background: rgba(24,47,89,0.8);
		background: url('../../assets/img/program-hero-overlay.png')\9;
		text-shadow: none;
	}
}
@media only screen and (min-width: 801px) {
	article header {
		
		border-top: 0px solid #f39c12;
		padding: 30px 0;
		color:#fff;
	}
	.program article header, 
	.category article header {
		background: none;
	}
	article header h1 {
		padding: 0.5em 0;
	}
	.category article header,
	.program article header {
		padding: 0;
	}
	.category header .page-width,
	.program header .page-width {
		bottom: 32px;
	}
	.hero-text {
		top: 12%;
		left: 50%;
		width: 45%;
		margin-left: -45%;
	}
	article header.right .hero-text {
		left: initial;
		right: 50%;
		width: 45%;
		margin-left: 0;
		margin-right: -45%;
	}
	.program article header.right .hero-text {
		right: 0;
		margin-right: 0;
	}
	.hero-text p {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	header .dropshadow {
		height: 64px;
		position: absolute;
		bottom: 0px;
		width: 100%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	}
}
@media only screen and (min-width: 1160px) {
	.category #body,
	.program #body,
	.home #body {
		margin-top: -100px;
	}
	.hero-text {
		top: 30%;
		width: 450px;
		margin-left: -500px;
	}
	article header.right .hero-text {
		width: 450px;
		margin-right: -500px;
		margin-left: 0px;
	}
}

/**
 * Main content
 */
#main {
	margin-top: -0.8em;  /*เธ•เธณเนเธซเธเนเธเธเธญเธเธซเธฑเธงเธเนเธญเธซเธฅเธฑเธ h2*/
}
.program #main {
	margin-top: 0;
}
#main p, .reveal-modal p {
	margin-bottom: 1.5em;
}
#main a, .reveal-modal a {
	color: #006699;
}
#main a:hover, .reveal-modal a:hover {
	color: #0082b5;
	text-decoration:underline;
}
#main a[href ^="#"] {
	padding-right: 10px;
	background: transparent url('../../assets/img/icons/in-page-link.gif') no-repeat center right;
}
#main a[href="#"] {
	padding-right: 0;
	background: none;
}
#main a[href^="#!"] {
	background: none;
	padding-right: 0;
}
#main a[href $="pdf"] {
	padding-right: 35px;
	background: transparent url('../../assets/img/pdf.gif') no-repeat center right;
}
#main a[href $=""] {
	padding-right: 25px;
	background: transparent url('../../assets/img/en.png') no-repeat center right;
}
/*#main a[target $="blank"] {
	padding-right: 18px;
	background: transparent url('../../assets/img/new-window.gif') no-repeat center right;
}*/
#main a[onclick ^="mailto"], #main a[href ^="mailto"], #main a.mailto {
	padding-right: 25px;
	background: transparent url('../../assets/img/email.gif') no-repeat center right;
}
#main a.noimg, #main p.backtotop a, #main .alpha_link_bar a {
	background: none;
	padding: 0px;
	font: 1.1em/1.4em 'dtac2013', sans-serif;
}
#main p.big {
	font: 1.1em/1.4em 'dtac2013', sans-serif;
	margin-bottom: 1.1em;
	
}
#main h2, .reveal-modal h2 {
	color: #07294d;
	font: 1.5em/1.1em 'dtac2013', serif;
	line-height:1.3em;
	border-bottom: 3px solid #cccccc;
	margin-bottom: 0.8em;
	margin-top: 0em;
	padding: 0.3em 0px;
}
#main h2:first-child, .reveal-modal h2,
#main figure.fac_photo + h2,
#main h2.top {
	margin-top: 0;
}
#main h3, .reveal-modal h3 {
	color: #07294d;
	font: 1.2em/1.1em 'dtac2013', serif;
	line-height:1.3em;
	border-bottom: 1px solid #e1e1e0;
	margin-bottom: 0.8em;
	padding: 0.3em 10;
}
#main h3 a, .reveal-modal h3 a {
	color: #182f59;
}
#main h3.course {
	background: url('../../assets/img/pie-chart-sprite.png');
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 1.5em;
}
#main h3.course.program {
	background-position: 0px 0px;
}
#main h3.course.core {
	background-position: 0px 50%;
}
#main h3.course.electives {
	background-position: 0px 100%;
}
#main h4, .reveal-modal h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #4aa833;
	font-family: 'dtac2013', serif;
}
#main h4 a, .reveal-modal h4 a  {
	color: #222;
}
#main h5, .reveal-modal h5 {
	font-family: 'dtac2013', serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #390;
}
#main h6, .reveal-modal h6 {
	font-family: 'dtac2013', serif;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #390;
	text-align:center;
}
#main h5 a, .reveal-modal h5 a {
	color: #222;
}
#main ul, .reveal-modal ul {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
#main ol, .reveal-modal ol {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
#main ul ul, #main ol ol,
.reveal-modal ul ul, .reveal-modal ol ol {
	margin-bottom: 0;
}
#main a.button, .reveal-modal a.button {
	background: #e75332;
	color: #fff;
	font: 1.0em/1.5em 'AntonioRegular', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.2em 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 1px;
	text-align: center;
}
#main a.button:hover, .reveal-modal a.button:hover {
	background: #bd4227;
}
#main a.button.secondary, .reveal-modal a.button.secondary {
	background: #848ca7;
}
#main a.button.secondary:hover, .reveal-modal a.button.secondary:hover {
	background: #707895;
}
#main a.button.facebook {
    padding: 0.5em 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;   
    border-radius: 2px;   
    border: 1px solid #4c69ba;
    background: #4c69ba;   
    background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));   
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);      
    text-shadow: 0 -1px 0 #354c8c;
    margin-bottom: 1px;
    margin-top: 0px;
}
#main a.button.facebook:hover {
    background: #4560ab;   
    background: -webkit-gradient(linear, center top, center bottom, from(#4560ab), to(#354c8f));   
    background: -webkit-linear-gradient(#4560ab, #354c8f);
}
#main a.button.facebook:active {
    background: #354c8f;
    margin-top: 1px;
    margin-bottom: 0px;
}
#main a.button.facebook.disabled {
	background: #aaa;
	border-color: #888;
	text-shadow: 0 -1px 0 #777;
}
#main a.blocklink {
	text-decoration: inherit;
	color: inherit;
}
#main figure.highlight {
	background: #e4eef3;
}
#main figure.highlight:hover {
	background: #002a5c;
	color:#FFF;
}
#main figure.highlight p {
	padding: 1em;
	
}
#main figure.highlight img {
	width: 100%;
}
#main table,
.reveal-modal table {
	width: 100%;
	margin-bottom: 1.5em;
}
#main table.nostretch,
.reveal-modal table.nostretch {
	width: auto;
}
#main td, #main th,
.reveal-modal td, .reveal-modal th {
	line-height: 1.5em;
	/*padding: 2px 3px;*/
	text-align: left;
	vertical-align: top;
}
#main td.center, #main th.center,
.reveal-modal td.center, .reveal-modal th.center {
	text-align: left;
}
#main td.right, #main th.right,
.reveal-modal td.right, .reveal-modal th.right {
	text-align: right;
}
#main table.center td, #main table.center th,
.reveal-modal table.center td, .reveal-modal table.center th {
	text-align: center;
}
#main table.middle td, #main table.middle th,
.reveal-modal table.middle td, .reveal-modal table.middle th {
	vertical-align: middle;
}
#main table thead,
.reveal-modal table thead {
	background: #f2f2f2;
}
#main table tfoot,
.reveal-modal table tfoot {
	border-top: 1px solid #999;
}
#main table thead th,
.reveal-modal table thead th {
	font-weight: normal;
	font-family: 'dtac2013', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	font-size:1.0em;
	padding:5px;
	color:#fff;
}
/* ZURB Responsive tables - Mobile */
@media only screen and (max-width: 800px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 1.5em; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}
.zebra tr:nth-child(even) {
	background: #f4f4f4;
}
#main figure.highlight p:first-child {
	font-family: 'dtac2013', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.0em;
	color: #00b5ef;
	margin-bottom: 0em;
	line-height: 1.5em;
	padding: 0.8em 0.8em 0;
}

#main ul.progress-bar,
.reveal-modal ul.progress-bar {
	list-style: none;
	display: inline-block;
	margin: 0 0 1.5em 0;
	background: #f6f6f6;
}
#main ul.progress-bar li,
.reveal-modal ul.progress-bar li {
	float: left;
}
#main ul.progress-bar li a,
#main ul.progress-bar li span,
.reveal-modal ul.progress-bar li a,
.reveal-modal ul.progress-bar li span {
	text-decoration: none;
	padding: 0.5em;
	display: inline-block;
	background: none;
}
#main ul.progress-bar li a:hover,
.reveal-modal ul.progress-bar li a:hover {
	/*text-decoration: underline;*/
}
#main ul.progress-bar li.current a,
#main ul.progress-bar li.current span,
#main ul.progress-bar li.completed a,
#main ul.progress-bar li.completed span,
.reveal-modal ul.progress-bar li.current a,
.reveal-modal ul.progress-bar li.current span,
.reveal-modal ul.progress-bar li.completed a, 
.reveal-modal ul.progress-bar li.completed span {
	color: #fff;
}
#main ul.progress-bar li.current:after {
	border-left: 40px solid #00a4e4;
	content: "";
	border-top: 40px solid transparent;
	position: absolute;
	bottom: 0;
}
#main ul.progress-bar li.current + li {
	margin-left: 30px;
}

#main ul.progress-bar li.completed,
#main ul.progress-bar li.current,
.reveal-modal ul.progress-bar li.completed,
.reveal-modal ul.progress-bar li.current {
	background: #00a4e4;
	position: relative;
}
/*#main ul.option-bar li.disabled a,
.reveal-modal ul.option-bar li.disabled a {
	background: #e0e0e0;
	text-shadow: none;
	color: #666;
}
#main ul.option-bar li.disabled a.selected,
.reveal-modal ul.option-bar li.disabled a.selected {
	background: #999;
	text-shadow: none;
}*/


#main .option-bar,
.reveal-modal .option-bar {
    list-style: none;
    margin-left: 0;
    background: #f6f6f6;
    border-bottom: 3px solid #00a4e4;
    display: inline-block;
}
#main .option-bar li,
.reveal-modal .option-bar li {
    float: left;
    display: inline-block;
}
#main .option-bar li a,
#main .option-bar li span,
.reveal-modal .option-bar li a,
.reveal-modal .option-bar li span {
    padding: 0.5em 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
#main .option-bar li a.selected, 
#main .option-bar li span.selected,
.reveal-modal .option-bar li a.selected,
.reveal-modal .option-bar li span.selected {
   /* background: #e1e4ea;
    color: #43474d;*/
    background: #00a4e4;
    color: #fff;
}
#main .option-bar li.disabled a,
.reveal-modal .option-bar li.disabled a {
	background: #f6f6f6;
	color: #ccc;
}
#main .option-bar li.disabled a.selected,
.reveal-modal .option-bar li.disabled a.selected {
	background: #e6e6e6;
	color: #bbb;
}

div.progress-meter {
	width: 100%;
	height: 2.1em;
	background: white;
	border: 1px solid #CFB082;
	border-radius: 5px;
	text-align: right;
	font-weight: bold;
	line-height: 2.1em;
}
div.progress {
	/*height: 2.1em;
	line-height: 2.1em;*/
	text-align: right;
	background: #e45338;
	color: white;
	font-weight: bold;
	padding: 0 5px;
	border-radius: 3px;
	display: inline-block;
	float: left;
	*zoom: 1;
	*display: inline;
}

div.callout {
	padding: 1.5em;
	background: #edeef2;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 52px;
	margin-bottom: 1.5em;
}
div.callout:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
div.callout:after {
	border-color: rgba(237, 238, 242, 0);
	border-bottom-color: #edeef2;
	border-width: 40px;
	right: 60px;
	margin-left: -40px;
}
p.carat:after {
	display: inline-block;
	width: 8px;
	height: 1em;
	background: url('../../assets/img/right-left-sprite.png') right center no-repeat;
	content: "";
	margin-left: 5px;
	position: relative;
	top: 2px;
}

img.right {
	float: right;
	margin: 0 0 1em 1em;
}
img.left {
	float: left;
	margin: 0 1em 1em 0;
}
img.headshot, p.fac_photo img {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
figure.headshot {
	text-align: center;
	margin-bottom: 1.5em;
}
figure.headshot img {
	-moz-border-radius: 500px; /* big enough... */
	-webkit-border-radius: 500px; /* big enough... */
	border-radius: 500px; /* big enough... */
}
figure.headshot a {
	text-decoration: none;
}
figure.headshot a.mailto {
	text-decoration: underline;
}
figure.headshot a:hover {
	text-decoration: underline;
}
figure.headshot figcaption {
	/*color: #00a4e4;*/
}
figure.fac_photo {
	width: 100%;
	background: #fff;
	}
figure.right {
	float: right;
	margin: 0 0 1em 1em;
}
figure.circle-button {
    max-width: 128px;
    width: 100%;
    margin-bottom: 1.5em;
}
figure.circle-button .circle {
    display: inline-block;  
    width: 100%;  
    height: 100%;  
    -moz-border-radius: 100px;  
    -webkit-border-radius: 100px;  
    border-radius: 100px;  
    background: #024;  margin: 0 auto 0.5em;
}
figure.circle-button a {
	text-decoration: none;
	color: inherit;
}
figure.circle-button a:hover .circle {
	background: #136;
}
figure.circle-button a:hover .text {
	color: #136;
}
figure.circle-button .text {
    text-align: center;
    width: 100%;
    display: block;
    color: #024;
    font-family: 'AntonioRegular', sans-serif;
    font-size: 1.1em;
}
hr {
	border-bottom: 1px solid #e1c3ac;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 1.5em 0;
}
@media only screen and (min-width: 550px) {
	blockquote {
		background-image: url('../../assets/img/blockquote-bg.png');
		padding-left: 57px;
	}
	figure.fac_photo {
		max-width: 50%;
		width: 180px;
		float: right;
		margin: 0 0 1em 1em;
	}
}
@media only screen and (min-width: 960px) {
	#main {
		float: left;
		width: 75%;
	}
	.program #main, .full #main {
		float: none;
		width: 100%;
	}
}

/**
 * Sidebar
 */
#sidebar {
	margin-top: 0em;
}
#sidebar h5 a {
	background: #fff;
	color: #001641;
	text-decoration: none;
	font: 1.5em/1.5em 'dtac2013', sans-serif;
	display: block;
	padding: 16px;
	text-transform: uppercase;
}
#sidebar h5 a:hover {
	text-decoration: none;
}
#sidebar > ul {
	margin-top: 1em;
}
#sidebar > ul.sidebar > li.parent {
	background: url('../../assets/img/sidebar-nav-sprite.png') right -184px no-repeat;
	cursor: pointer;
}
#sidebar > ul.sidebar > li.parent:hover {
	background-position: right 16px;
}
#sidebar > ul.sidebar > li.parent.open {
	background-position: right -285px;
}
#sidebar > ul.sidebar > li.parent.open:hover {
	background-position: right -84px;
}
#sidebar ul.sidebar li {	
	border-bottom: 0px solid #bfdbe6;
}
#sidebar > ul.sidebar > li:first-child {
	border-top: none;
}
#sidebar ul.sidebar li a {
	display: block;
	color: #9a4912;
	text-transform: uppercase;
	padding: 0.4em 0 0.4em 6px;
	text-decoration: none;
	font-weight: 600;
	font-family: 'dtac2013', serif;
	font-size: 1.0em;
}
#sidebar ul.sidebar li.parent > a {
	margin-right: 30px;
	border-right: 1px solid #d6e8ef;
}
#sidebar > ul.sidebar > li:first-child a {
	border-top: 0px;
}
#sidebar ul.sidebar li a:hover {
	color: #f99c20;
}
#sidebar ul.sidebar ul {
	background: #f6f6e8;
	display: none;
}
#sidebar li.parent.open ul {
	display: block;
}
#sidebar ul.sidebar ul li a {
	color: #a45a2a;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-top:4px;
	
}

@media only screen and (min-width: 960px) {
	#sidebar {
		margin-top: 0;
		float: right;
		width: 23.5%;
		position: relative;
		top: -33px;
	}
	#sidebar h5 a {
		background: url('../../asset/img/sidebar-bg.png') left center no-repeat;
		padding: 0px 16px 0px 15px;
		/*color:#FFF;*/
	}
	#sidebar > ul {
		margin-left: 15px;
	}
	#sidebar > ul.sidebar > li > a {
		padding-left: 0;
	}
}

/** 
 * Footer
 */
footer {
	margin-top: 2em;
}
.home footer {
	border-top: 5px solid #848ca7;
	margin-top: 0;
}
#footer-top {
	background: #4ca4d6;
	color: #fff;
}
#footer-actions {
	padding: 2em 0 1em;
}
#footer-actions ul {
	text-align: center;
}
#footer-actions li {
	width: 49%;
	display: inline-block;
	margin-bottom: 1em;
}
#footer-actions li a {
	color: #fff;
	text-decoration: none;
}
#footer-actions li span.circle {
	display: inline-block;
	width: 95px;
	height: 95px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #fff url('../../assets/img/icons.png');
	margin: 0 auto 0.5em;
	
}
#footer-actions li a:hover span.circle {
	/* box-shadow: 0px 0px 10px #def; */
	background-color: #fff;
}
#footer-actions li a:hover span.text {
	/* text-shadow: 0px 0px 10px #def; */
	color: #FF9;
}
#footer-actions li.apply a:hover span.circle {
	/* box-shadow: 0px 0px 10px #d04425; */
	background-color: #c33e20;
}
#footer-actions li.apply a:hover span.text {
	/* text-shadow: 0px 0px 10px #f3b4a6; */
	color: #FF9;
}
#footer-actions li a:active {
	top: 2px;
	position: relative;
}
#footer-actions li.contact span.circle {
	background-position: 0px center;
}
#footer-actions li.info span.circle {
	background-position: -95px center;
}
#footer-actions li.visit span.circle {
	background-position: -190px center;
}
#footer-actions li.apply span.circle {
	background-position: -285px center;
	background-color: #e75332;
}
#footer-actions li span.text {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: 'dtac2013', serif;
}
#footer-middle {
	background: url('../../assets/img/footer-search-overlay.png');
	padding: 0.5em 0;
}
#footer-social {
	text-align: center;
	margin-bottom: 1em;
}
#footer-social ul {
	margin-top: 4px;
}
#footer-social ul li {
	display: inline-block;
	text-indent: -999px;
	margin-left: 0.4em;
}
#footer-social ul li:first-child {
	margin-left: 0;
}
#footer-social ul li a {
	display: block;
	width: 31px;
	height: 30px;
	background: url('../../assets/img/social-media-icons.png') top left no-repeat;
}
#footer-social ul li.facebook a { background-position: 0px 0px }
#footer-social ul li.twitter a { background-position: -40px 0px }
#footer-social ul li.youtube a { background-position: -83px 0px }
#footer-social ul li.instagram a { background-position: -124px 0px }
#footer-search {
	text-align: center;
}
#footer-search a {
	color: #182f59;
}
#footer-search p {
	display: inline;
	font-size: 0.9em;
	position: relative;
}
#footer-search input[type="search"] {
	background: #ffffff;
	padding: 0.8em 2.5em 0.8em 1.2em;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	font-size: 1em;
	border: none;
	margin: 0;
	width: 250px;
	max-width: 100%;
	outline: none;
	-webkit-appearance: textfield;
}
#footer-search input[type="image"] {
	position: absolute;
	right: 12px;
	top: -1px;
	padding: 0;
}
#footer-bottom {
	background: #001641;
	color: #fff;
}
#footer-text {
	font: 1em/1.5em 'Crimson Text', Times, sans-serif;
	padding: 1em 0;
	font-style: italic;
}
#footer-logo {
	padding: 1em 0;
	text-align: center;
}
#footer-logo p.copyright {
	margin-top: 3em;
	font-size: 0.8em;
	color: #5f6a8b;
}
#footer-logo p a {
	color: #5f6a8b;
	text-decoration: none;
}
#footer-logo p a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 500px) {
	#footer-social {
		float: left;
		width: 49%;
		text-align: left;
		margin-bottom: 0;
	}
	#footer-search {
		float: right;
		width: 49%;
		text-align: right;
	}
}
@media only screen and (min-width: 700px) {
	#footer-top {
		background: #4ca4d6  center top no-repeat;
		background-size: cover;
	}
	#footer-actions li {
		width: 20%;
	}
	#footer-text {
		float: right;
		text-align: right;
		width: 49%;
	}
	#footer-logo {
		float: left;
		width: 49%;
		text-align: left;
	}
}
@media only screen and (min-width: 1160px) {
	#footer-actions li {
		width: 15%;
	}
	#footer-text {
		width: 44%;
	}
}


/**
 * Grid Elements (and context-specific elements)
 */
.row {
	position: relative;
}
.half, .third, .fourth, .two-thirds, .three-fourths, .golden {
	width: 100%;
}
@media only screen and (max-width: 480px) {
	.mobile-half {
		float: left;
		margin-left: 4.166666%;
	}
	.mobile-half {
		width: 47.916666%;
	}
	.mobile-half:nth-child(odd) {
		margin-left: 0;
		clear: left;
	}
	img.full {
		width: 100%;
	}
	#main a.button {
		width: 100%;
		text-align: center;
	}
	.mobileshow { display: initial; }
	.mobilehide, .tabletshow { display: none; }
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
	.tablet-half, .tablet-fourth, .tablet-third, .tablet-whole {
		float: left;
		margin-left: 2.604167%;
	}
	.tablet-half:nth-child(odd) {
		margin-left: 0;
		clear: left;
	}
	.tablet-half {
		width: 48.697917%;
	}
	.tablet-third {
		width: 31.597222%;
	}
	.tablet-fourth {
		width: 23.046875%;
	}
	.tablet-whole {
		width: 100%;
	}
	.tablet-fourth:first-child,
	.tablet-third:first-child,
	.tablet-whole {
		margin-left: 0;
	}
	.tabletshow { display: initial; }
	.tablethide, .mobileshow { display: none; }
}
@media only screen and (min-width: 801px) {
	.half, .third, .fourth, .two-thirds, .three-fourths, .golden {
		float: left;
		margin-left: 2.22222%;
	}
	.half:first-child, .third:first-child, .fourth:first-child, .two-thirds:first-child, .three-fourths:first-child, .golden:first-child {
		margin-left: 0em;
	}
	.half {
		width: 48.888889%;
	}
	.fourth {
		width: 23.333333%;
	}
	.three-fourths {
		width: 74.444444%;
	}
	.third {
		width: 31.851851%;
	}
	.two-thirds {
		width: 65.925925%;
	}
	.golden {
		width: 37.222222%;
	}
	.golden:first-child {
		width: 60.555555%;
	}
	.tabletshow, .mobileshow { display: none; }
}


/** 
 * Miscellaneous
 */

.botrplayer {
	margin: 0px auto 1.5em;
	height: 0px;
	padding-top: 56.25%;
	position: relative;
	width: 100% !important;
}
.botrplayer video, .botrplayer embed, .botrplayer object {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
}
.jwplayer {
	max-width: 100% !important;
}
#main .jwplayer ul {
	margin: 0;
}
#main .jwplayer .jwfill {
	background-size: 100% !important;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	display: none;
}
#main .jwplayer .jwtitle {
	height: auto;
}
#main .jwplayer .jwplaylist * {
	font: 14px/1.5em 'Source Sans Pro', sans-serif !important;
}
#main .jwplayer .jwtitle strong {
	color: inherit;
	font-weight: bold !important;
}
.youtube_container {
	width: 100%;
	padding-top: 57%;
	position: relative;
	margin-bottom: 1.5em;
}
.youtube_container iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
p.alpha_link_bar {
	font: 1.5em/1.5em 'dtac2013', sans-serif;
}
div.highlight {
	background: #cee7ff;
	padding: 1em; 
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
@media only screen and (max-width: 800px) {
	div.bleed {
		margin-left: -1em;
		margin-right: -1em;
	}
}

/* Show/hide more */
p.showmore:after {
	display: inline-block;
	width: 8px;
	height: 1em;
	background: url('../../assets/img/right-left-sprite.png') right center;
	content: "";
	margin-left: 5px;
	position: relative;
	top: 2px;
}
p.showmore.showless:after {
	display: none;
}
p.showmore.showless:before {
	display: inline-block;
	width: 8px;
	height: 1em;
	background: url('../../assets/img/right-left-sprite.png') left center;
	content: "";
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.hidden {
	display: none;
}
.hidden.shown {
	display: block;
}
p.question:before {
	display: inline-block;
	width: 8px;
	height: 1em;
	background: url('../../assets/img/right-left-sprite.png') right center;
	content: "";
	margin-right: 5px;
	position: relative;
	top: 2px;
}
p.question.active:before {
	background: url('../../assets/img/right-left-sprite.png') left center;
}
p.question + .hidden {
	margin-left: 13px;
}

/* Pagination */
#main p.pagination {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 0;
	line-height: 3.5em;
}
#main p.pagination a, thead a.prev, thead a.next {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../../assets/img/icons/paging_arrows.png?1');
}
#main p.pagination a.prev {
	background-position: -23px 0px;
}
#main p.pagination a.prev:hover {
	background-position: -23px -24px;
}
#main p.pagination a.prev.disabled {
	background-position: -23px -72px;
}
#main p.pagination a.next {
	background-position: -43px 0px;
}
#main p.pagination a.next:hover {
	background-position: -43px -24px;
}
#main p.pagination a.next.disabled {
	background-position: -43px -72px;
}
#main p.pagination a {
	text-decoration: none;
}
#main p.pagination a.disabled {
	cursor: default;
}

/* Major page in-page navigation */
#major-bar {
    border-bottom: 1px solid #d3d7de;
    margin-bottom: 1.5em;
    background: #ffffff;
    padding: 1em 0;
}
#major-bar.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 1em;
	z-index: 10;
	left: 0;
}
#major-bar ul {
    /*float: left;*/
    text-align: center;
    list-style: none;
    margin: 0;
}
#major-bar ul li {
    display: inline-block;
    margin-right: 1em;
}
#main #major-bar ul li a {
    font-family: 'AntonioRegular', sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.5em;
    text-decoration: none;
    padding: 5px;
    background-image: none !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#main #major-bar ul li.active a {
	background: #024;
	color: #fff;
}
#major-bar div.actions {
    text-align: center;
    margin-bottom: 1em;
}
#major-bar div.actions p {
	margin: 0;
}
div.page_tabdiv {
	margin-bottom: 1.5em;
}
.accordionButton {
	cursor: pointer;
}
@media screen and (min-width: 1050px) {
	#major-bar div.actions {
		float: right;
		margin-bottom: 0px;
	}
	#major-bar ul {
		float: left;
	}
}
@media screen and (min-width: 1232px){
	#major-bar.fixed {
		padding: 1em 0;
	}
	#major-bar.fixed #major-bar-inner {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
}


/* Program search (academics/majors page) */
#programinput {
	position: relative;
}
#programsearch * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#programinput label {
	position: absolute;
	line-height: 2.5em;
	left: 2em;
	cursor: text;
	color: #999;
	font-size: 18px;
}
#programclear {
	position: absolute;
	top: 0;
	right: 8px;
	width: 1.5em;
	height: 2.6em;
}
#programclear.clear {
	background: url('../../assets/img/cross-small-black.png') center no-repeat;
	cursor: pointer;
}
#programclear.search {
	background: url('../../assets/img/search-magnifying-glass.png?1') center no-repeat;
}
#programsearch #program {
	padding: 0.5em 2em;
	width: 100%;
	font-size: 18px;
	max-width: initial;
	margin: 0 0 1px;
	box-shadow: inset 0px 0px 5px #e0e0e0;
	border: 1px solid #bbb;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	outline: none;
	background: #fff url('../../assets/img/icons/lightbulb.png') 13px center no-repeat;
}
#program::-ms-clear {
	display: none;
}
#programsearch #program:focus {
	border-color: #abc;
	box-shadow: inset 0px 0px 5px #def;
}
#programsearch {
	width: 100%;
	margin-bottom: 1em;
	position: relative;
}
#programsearch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#programsearch #results {
	position: absolute;
	width: 100%;
	/* max-width: 330px; */
	background: #fff;
	z-index: 50;
	box-shadow: 0px 2px 3px #ccc;
	font-size: 1em;
}
#programsearch #results > ul {
	border: 1px solid #ccc;
	padding: 1px;
}
#programsearch #results li {
	line-height: 1.5em;
	padding: 0 0.3em;
	border: 1px solid transparent;
}
#programsearch #results li:hover {
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#programsearch #results li.active {
	background: #6d84b4;
	border: 1px solid #3b5998;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}
#programsearch #results li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding-left: 29px;
}

/* Complete major listing (academics page)*/
#all-programs-tabs a {
	font-family: "AntonioRegular", sans-serif;
	text-transform: uppercase;
	background: #848ca7 url('../../assets/img/program-tab-sprite.png') right -42px no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 0.3em 2.5em 0.3em 1em;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
#all-programs-tabs p {
    margin: 0;
    text-align: center;
}
#all-programs-tabs a.active {
	background: #f2f3f6 url('../../assets/img/program-tab-sprite.png') right 13px no-repeat;
    color: #666;
    border-bottom: 5px solid #f2f3f6;
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#all-programs-tabs a:hover {
    color: #ffffff;
}
#all-programs-tabs a.active:hover {
    color: #666;
}
#all-programs-list ul,
#all-subjects ul {
    list-style: none;
    margin: 0;
}
#all-programs-list ul ul {
    margin-left: 1em;
}
#all-programs-list li,
#all-subjects li {
	text-indent: -0.5em;
	margin-left: 0.5em;
}
#all-programs-list, 
#all-subjects {
    font-size: 0.9em;
    padding: 1em;
    background: #f2f3f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f3f6 0%, #d8e4eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f3f6), color-stop(100%,#d8e4eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f3f6 0%,#d8e4eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f3f6 0%,#d8e4eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f3f6 0%,#d8e4eb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f3f6 0%,#d8e4eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#d8e4eb',GradientType=0 ); /* IE6-9 */
    color: #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#all-programs-list a,
#all-subjects a {
    color: #333;
    text-decoration: none;
}
#all-programs-list .bigletter {
    font-weight: bold;
}
#all-programs-list a:hover,
#all-subjects a:hover {
    color: #333;
    text-decoration: underline;
}
@media screen and (min-width: 500px) {
	#all-programs-tabs p {
		text-align: right;
		margin-right: 5px;
	}
	#all-programs-tabs p br {
		display: none;
	}
}

/* College & Schools listing (Academic page) */
#main #schools {
    list-style: none;
    margin-left: 0px;
    font-family: 'Crimson Text', sans-serif;
    font-size: 1.1em;
    font-style: italic;
    display: table;
}
#main #schools li {
    float: left;
    width: 50%;
    text-align: center;
    /* padding: 1em; */
    display: table;
    vertical-align: middle;
    height: 150px;
    margin-bottom: 1em;
}
#main #schools li a {
    color: #444;
    text-decoration: none;
    /* height: 100px; */
    vertical-align: middle;
    display: table-cell;
    padding: 0 0.5em;
    border: 1px solid transparent;
    border-left-color: #ccc;
}
#main #schools li:nth-child(odd) a {
    border-left: 1px solid transparent;
}
#main #schools li a:hover {
    border-color: #ccc !important;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #ccc;
}
#main #schools li:hover + li a {
    border-left-color: transparent;
}
@media only screen and (min-width: 551px) {
	#main #schools li {
		width: 33%;
	}
	#main #schools li:nth-child(odd) a {
	    border-left-color: #ccc;
	}
	#main #schools li:nth-child(1) a {
	    border-left-color: transparent;
	}
	#main #schools li:nth-child(4) a {
	    border-left-color: transparent;
	}
}
@media only screen and (min-width: 1160px) {
	#main #schools li {
		width: 16.66%;
	}
	#main #schools li:nth-child(odd) a {
	    border-left-color: #ccc;
	}
	#main #schools li:nth-child(1) a {
	    border-left-color: transparent;
	}
	#main #schools li:nth-child(4) a {
	    border-left-color: #ccc;
	}
}

/* Course catalog/modal styles */
#main .row.course,
#courseModal .row.course {
	padding-bottom: 0px; 
	margin-bottom: 20px; 
	border-bottom: 1px dotted #bfbfbf;
}
#courseModal .row.course {
	margin-bottom: 0;
	border-bottom: none;
}
#courseModal .row.course .half {
	width: 100%;
	margin: 0;
}
/*#courseModal h2 {
	color: #33a3dc;
	background: none;
	margin-left: 0;
	text-indent: 0;
	line-height: inherit;
	min-height: inherit;
}*/
#main .row.course h2,
#courseModal .row.course h2 {
	margin-right: 65px;
}
#main .row.course h3,
#courseModal .row.course h3 {
	position: absolute; 
	padding: 3px 5px; 
	top: 0; 
	right: 0; 
	background: #f29e1f; 
	color: #fff; 
	text-shadow: 0px 1px 0px #c60; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.4em;
}
#main .row.course .option-bar,
#courseModal .row.course .option-bar {
	margin-bottom: 5px;
}
#courseModal .row.course table {
	width: auto;
}
#courseModal img.note_text {
	vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
	#courseModal .row.course .half {
		width: 29%;
		margin-left: 2%;
	}
	#courseModal .row.course .half:first-child {
		margin-left: 0;
	}
	#courseModal .row.course .option-bar:first-child {
		margin-top: 6px;
	}
}

/* Major page stuff */
#main ul.page_tabs {
	list-style: none;
	background: #002244;
	margin: 0px 0px 1.5em 0px;
	padding: 10px 0;
}
#main ul.page_tabs li {
	float: left;
	margin-left: 10px;
}
#main ul.page_tabs li a {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 8px;
	text-decoration: none;
}
#main ul.page_tabs li a.current {
	background: #00a4e4;
}
#main h3.accordionButton {
	cursor: pointer;
	border-bottom: 1px solid #D1DEEB;
	/*font-family: Arial, sans-serif;
	font-weight: bold;
	color: #2E2D2C;
	font-size: 1.6em;
	line-height: 1.6em;
	text-transform: none;*/
}

/* Online course previews */
.coursepreview {
	padding: 0.5em;
	border: 1px solid #d1deeb;
	margin-bottom: 1em;
}
.coursepreview_info {
	background: #d1deeb;
	padding: 0.5em;
	margin: 0 -0.5em .5em;
}
.coursepreview_dates {
	float: left;
	padding: 0.3em 0;
}
.coursepreview_hours {
	float: right;
	background: #fff;
	border-radius: 20px;
	padding: 0.3em;
	border-top: 1px solid #9ea4aa;
	border-radius: 5px;
	text-shadow: 0px 1px 1px #eef3f8;
}

/* Course page */
#search_bar {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5em;
    margin-top: -1.5em;
    background: #fff;
    width: 100%;
}
#search_bar > div:first-child {
    padding: 0.5em 0;
}
#search_bar p {
    margin: 0;
}
#filterdesc p {
    padding: 0.5em 0em;
}
#search_bar.fixed {
	margin-top: 0px;
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0;
	padding: 0 1em;
}
@media screen and (min-width: 1232px){
	#search_bar.fixed {
		padding: 0 1em;
	}
	#search_bar.fixed > div {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
}


/* Kahuna/form stuff */
input.kf_error,
select.kf_error,
textarea.kf_error {
	border: 2px solid #900;
}
.kahuna_error {
	clear: both;
	display: block;
	font-size: 0.8em;
	color: #900;
}
input, select, textarea {
	max-width: 100%;
	padding: 2px;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
}
.formfield input[type="text"], .formfield input[type="email"], .formfield input[type="tel"], .formfield select, .formfield textarea {
	width: 100%;
	max-width: initial;
}
input[type="submit"] {
	font-size: 1em;
}
#kahuna p.formfield {
	margin-bottom: 0;
}
#kahuna div.alert {
	background: #ffd;
	margin: 0 0 1em 0;
	padding: 1em 1em 0 1em;
	border: 1px solid #ddb;
}
#kahuna div.alert p {
	line-height: 1.5em;
}
.error {
	background: #fff2f2;
	border: 1px solid #df0005;
	font-weight: bold;
	color: #df0005;
	margin-bottom: 1.5em;
	padding: 0.5em;
}
#kahuna .error p {
	color: #df0005;
	margin: 5px 0;
}
#kahuna .error ul { margin: 0px 0 0.5em 1.5em; }
#kahuna .error li { color: inherit; }

#quickcontact {
	width: 100%;
	height: 400px;
}

/* arrow cutout */
.arrow-cutout {
    position: relative;
}
.arrow-cutout:before {
	content: '';
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: 34px solid rgba(255,255,255,0);
	border-bottom: 20px solid #fff;
	z-index: 2;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.arrow-cutout:after {
	content: '';
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 34px solid rgba(255,255,255,0);
	border-bottom: 20px solid #fff;
	z-index: 2;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
@media only screen and (min-width: 801px) {
	.arrow-cutout:before {
		border-right-width: 45px;
		border-bottom-width: 27px;
	}
	.arrow-cutout:after {
		border-left-width: 45px;
		border-bottom-width: 27px;
	}
}


/* Carousel slider styles */
.success-icons {
	background: #f0f0f0;
	padding: 1em;
	border-radius: 4px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 1.5em;
	overflow: hidden;
}
.success-icons img {
	width: 75px;
	height: auto;
}
.success-icons ul {
	list-style: none !important;
	margin: 0 !important;
	position: relative;
	-webkit-transition: ease 250ms;
	-moz-transition: ease 250ms;
	transition: ease 250ms;
	left: 0;
}
.success-icons ul li {
	float: left;
	margin: 0 0.5em;
}
.success-icons ul li:first-child {
    margin-left: 0;
}
.success-icons ul li a {
	padding: 4px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	border-bottom-color: #aaa;
	position: relative;
	-webkit-transition: ease 0.25s;
	-moz-transition: ease 0.25s;
	transition: ease 0.25s;
}
.success-icons ul li a:hover {
	background: #BBDDEB;
}
.success-icons ul li a.current, .success-icons ul li a.current:hover {
	background: #FDD42D;
}
.success-icons ul li a.video:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -4px;
	background: url('../../assets/img/icons/video-play-circle.png') center no-repeat;
	opacity: 0.5;
	background-size: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: ease 0.25s;
	-moz-transition: ease 0.25s;
	transition: ease 0.25s;
}
.success-icons ul li a.video:hover:before {
	opacity: 0.9;
}
.success-icons:before {
	content: "";
	border-bottom: 10px solid #fff;
	width: 0px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	z-index: 10;
	cursor: none;
	margin-left: -15px;
}
.success-icons:after {
	content: "";  
	border-bottom: 11px solid #ccc;
	width: 0px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;  
	z-index: 9;
	cursor: none;
	margin-left: -16px;
}
.success-carousel .icons-inner {
	width: 10000px; /*super huge*/
}
.success-content {
	position: relative;
	overflow: hidden;
}
.success-content-inner {
	width: 300%;
	position: relative;
	left: -100%;
}
.success-content-text {
	width: 33.3333%;
	float: left;
	left: 0;
	position: relative;
	height: 1px;
}
.success-content-text.anim-left {
	left: -33.3333%;
	transition: 250ms ease;
}
.success-content-text.anim-right {
	left: 33.3333%;
	-webkit-transition: 250ms ease;
	-moz-transition: 250ms ease;
	transition: 250ms ease;
}
.success-content-text.current,
.success-content-text.anim-left,
.success-content-text.anim-right {
	height: auto;
}
.success-story {
	max-width: 760px;
	margin: 0 auto;
}
.success-story.current {
	display: block;
}
figure.success-content-image {
	text-align: center;
}
figure.success-content-image img {
	height: auto;
}
figure.success-content-image figcaption {
	font-size: 0.8em;
	color: #aaa;
}
.success-content-nav {
	clear: both;
	max-width: 760px;
	margin: 0 auto;
}
.success-carousel a.nav-left, .success-carousel a.nav-right {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 7px;
	text-decoration: none;
	border: 1px solid #00a4e4;
	-webkit-transition: 250ms ease;
	-moztransition: 250ms ease;
	transition: 250ms ease;
}
.success-carousel a.nav-left:hover, .success-carousel a.nav-right:hover {
	background: #00a4e4;
	color: #fff !important;
}
.success-carousel a.nav-left.disabled, .success-carousel a.nav-right.disabled,
.success-carousel a.nav-left.disabled:hover, .success-carousel a.nav-right.disabled:hover {
	border:	1px solid #aaa;
	color: #aaa !important;
	background: none;
	cursor: default;
}
.success-carousel a.nav-left {
	float: left;
}
.success-carousel a.nav-right {
	float: right;
}

@media (min-width: 550px) {
	figure.success-content-image {
		float: right;
		margin: 0 0 1em 1em;
		width: 50%;
		max-width: 350px;
	}
}
@media (min-width: 801px) {
	.success-icons img {
		width: 100px;
	}
}
@media (min-width: 960px) {
	figure.success-content-image {
	    float: right;
	    margin: 0 -2em 1em 1em;
	    width: auto;
	}
}


/* Home page stuff */
.home #main {
	float: none;
	width: 100%;
	margin-top: 0px;
}
#home-hero img {
	width: 100%;
}

#home-hero {
	position: relative;
	padding-top: 75%;
	z-index: 0;
}
#home-hero article.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #ffffff;
	-moz-transition: opacity 500ms ease;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
#home-hero article.active {
	display: block;
	opacity: 1.0;
	z-index: 1;
}
#home-hero article.slide.top {
	background-position: center top;
}
#home-hero article.slide.bottom {
	background-position: center bottom;
}
#home-hero article .page-width {
	position: relative;
	height: 100%;
}
.hero-overlay {
	position: absolute;
	color: #fff;
	bottom: 10px;
	left: 0;
	padding: 0 2.5em;
	text-align: center;
	width: 100%;
}
#home-hero p.title {
	font: 1.5em/1.2em 'Crimson Text', serif;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	/*font-weight: bold;*/
	padding-top: 0.4em;
}
#home-hero p.excerpt {
	font-size: 1.1em;
	line-height: 1.5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	border-bottom: 1px solid #fff;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	display: none;
}
#home-hero p.read-more {
    text-align: center;
}

.home #intro {
    padding-top: 2em;
    padding-bottom: 2em;
	position: relative;
	z-index: 3;
}
#intro:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#intro:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
.home #intro p {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 1.5em auto;
	color: #5f6a8b;
	font: 1.25em/1.5em 'Crimson Text', serif;
}
.home #intro #tagline {
	font: 1.5em/1.5em 'Crimson Text', serif;
	text-transform: uppercase;
	border-bottom: 1px solid #909bb0;
	margin-bottom: .6em;
	color: #182f59;
}
.home #newsfeed {
	background: #ffffff;
	padding: 2em 0;
	position: relative;
}
.home #newsfeed:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
article.newsfeed {
	width: 90%;
	margin: 0 5% 1.5em 5%;
	float: left;
	background-color: #fff;
}
article.newsfeed a[target $="blank"] {
	padding-right: 0px !important;
	background: none !important;
}
article.newsfeed .newsfeed-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
	position: relative;
}
article.newsfeed .newsfeed-header .account {
	font: 1.3em/1.4em 'Crimson Text';
	color: #999;
	float: left;
}
article.newsfeed .newsfeed-header .account a {
	color: #999 !important;
	text-decoration: none;
	padding-right: 0px !important;
	padding-left: 28px;
	background-image: url('../../assets/img/icons/social-icon-sprite.png') !important;
	background-repeat: no-repeat !important;
}
article.newsfeed .newsfeed-header .account a:hover {
	text-decoration: underline;
}
article.newsfeed.facebook .newsfeed-header .account a {
	background-position: 0px 0px !important;
}
article.newsfeed.twitter .newsfeed-header .account a {
	background-position: 0px -48px !important;
}
article.newsfeed.instagram .newsfeed-header .account a {
	background-position: 0px -96px !important;
}
article.newsfeed.youtube .newsfeed-header .account a {
	background-position: 0px -144px !important;
}
article.newsfeed.flickr .newsfeed-header .account a {
	background-position: 0px -192px !important;
}
article.newsfeed.bju .newsfeed-header .account a{
	background-position: 0px -238px !important;
}
article.newsfeed.collegian .newsfeed-header .account a {
	background-position: 0px -288px !important;
}
article.newsfeed.blog .newsfeed-header .account a {
	background-position: 0px -333px !important;
}
article.newsfeed .newsfeed-header .date {
	float: right;
	line-height: 1.9em;
}
article.newsfeed .newsfeed-header .date a {
	color: #aaa !important;
	text-decoration: none;
	/*background: #ccc !important;
	padding: 2px 5px !important;*/
	font: 1em/1.5em 'AntonioRegular';
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	line-height: 1.8em;
}
article.newsfeed .newsfeed-header .date a:hover {
	color: #777 !important;
}
article.newsfeed .newsfeed-content {
}
article.newsfeed .newsfeed-content p {
    font-family: 'Crimson Text', serif;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #5f6a8a;
	margin-bottom: 0 !important;
}
article.newsfeed .newsfeed-content p.caption {
	font-size: 1.05em;
	color: #808080;
}
article.newsfeed .newsfeed-content p.title {
	font-family: 'Source Sans Pro', sans-serif;
	color: #808080;
	font-size: 1.45em;
	line-height: 1.4em;
	margin-bottom: 0.2em !important;
}
article.newsfeed .newsfeed-content p.title a {
	text-decoration: none;
}
article.newsfeed .newsfeed-content p.title a:hover {
	text-decoration: underline;
}
/*article.newsfeed.bju.news .newsfeed-content {
	font: inherit;
}*/
article.newsfeed.bju.news .newsfeed-content img,
article.newsfeed.collegian .newsfeed-content img,
article.newsfeed.blog .newsfeed-content img {
	margin-bottom: 1em;
}
article.newsfeed .newsfeed-content img {
	width: 100%;
}
/*article.newsfeed .newsfeed-content img {
	height: auto;
}*/
/*article.newsfeed.bju.news .newsfeed-content img+p {
	font: 1.7em/1.3em 'Source Sans Pro', sans-serif;
	text-transform: none;
	margin: 0 0 0.2em 0 !important;
	color: #00a4e4;
	text-decoration: none;
}
article.newsfeed.bju.news .newsfeed-content img+p:hover {
	text-decoration: underline;
}
article.newsfeed.bju.news .newsfeed-content p.carat {
	font: 1.25em/1.5em 'Crimson Text', serif;
	color: #5f6a8a;
}*/
article.newsfeed.video .newsfeed-content a {
	position: relative;
	display: block;
}
article.newsfeed.video .newsfeed-content a .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 52px;
	width: 72px;
	background: #13a0d8 url('../../assets/img/icons/video-play.png') center no-repeat;
	margin-left: -36px;
	margin-top: -26px;
	border-radius: 8px;
	color: #fff;
	opacity: 0.5;
	transition: 250ms ease;
}
article.newsfeed.video .newsfeed-content a:hover .video-play {
	opacity: 1.0;
}
article.newsfeed.youtube.video .newsfeed-content a .video-play {
	background-color: #cf3427;
}
article.newsfeed.youtube div.video-wrapper {
    height: 0;
    overflow: hidden;
    padding-top: 56%;
    position: relative;
}
article.newsfeed.youtube div.video-wrapper p {
    position: absolute;
    top: -17%;
}
article.newsfeed .card-link {
    padding: 5px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    line-height: 1.3em;
}
article.newsfeed .card-link img {
    float: left;
    margin: 0 5px 5px 0;
    max-width: 50%;
}
article.newsfeed.album .newsfeed-content p:first-child {
	background: #ddd;
	position: relative;
	top: 0px;
	left: 6px;
	margin-right: 6px;
}
article.newsfeed.album .newsfeed-content p a {
	display: block;
	background-color: #aaa !important;
	position: relative;
	top: 3px;
	left: -3px;
	margin-bottom: 10px;
	border: 1px solid #fff;
}
article.newsfeed.album .newsfeed-content p a img {
	position: relative;
	top: 3px;
	left: -3px;
	border: 1px solid #fff;
}
article.newsfeed.album .newsfeed-content p a:after {
	content: "";
	background: url('../../assets/img/icons/page-curl.jpg') no-repeat;
	height: 24px;
	width: 24px;
	display: block;
	position: absolute;
	top: 2px;
	right: 3px;
}
.home #news-events {
	background: #f1f6f9;
	padding: 2em 0;
	position: relative;
}
.home #news-events:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241,246,249, 0);
	border-top-color: #f1f6f9;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
.home #main h2 {
	color: #8291a6;
	border-bottom: none;
	font: 2.3em/1.5em 'Crimson Text', serif;
}
#news-events article img {
    width: 40%;
    float: left;
    margin: 0 1em 1em 0;
}
#news-events article h3 {
	font: 1em/1.3em 'Source Sans Pro', sans-serif;
	text-transform: none;
	margin: 0 0 0.2em 0;
	color: #00a4e4;
	text-decoration: none;
}
#news-events article h3:hover {
	text-decoration: underline;
}
#news-events article p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#news-events h2 + article img {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
}
#news-events article {
    border-top: 1px solid #d7dadc;
    padding-top: 1em;
}
#news-events h2 + article  {
    padding-top: 0;
    border-top: 0;
}
#news-events h2 + article h3 {
	font-size: 1.7em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
#news-events h2 + article p {
	font: 1.25em/1.5em 'Crimson Text', serif;
	color: #5f6a8a;
}
#news-events p.more-news {
	text-align: center;
}
.home #events {
	background: #e4eef3;
	padding: 3em 0 2em;
}
#events .day {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
}
#events .date-info {
	padding: 0.7em 0.5em 0.5em;
	position: absolute;
}
#events .date-info a.blocklink {
	display: inline-block;
}
#events .event-info {
	line-height: 1.5em;
	border-left: 95px solid #1d2d58;
	min-height: 75px;
	padding: 7px 10px;
}
#events span.weekday {
	font: 1em/0.8em 'Source Sans Pro', sans-serif;
	color: #38a2e2;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
}
#events span.month {
	font: 1.4em/1em 'AntonioRegular', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-right: 5px;
}
#events span.date {
	font: 3em/1em 'AntonioRegular', sans-serif;
	color: #ffffff;
	margin-top: 5px;
}
#events .event-info p, 
#events .date-info p { 
	margin-bottom: 0;
	position: relative;
	line-height: 1.3em;
}
#events p.more-events{
	text-align: center;
	margin-bottom: 0;
}
.home #study {
	background: #002244;
	padding: 2em 0;
	position: relative;
	z-index: 1;
}
#study:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#study:after {
	border-color: rgba(0, 34, 68, 0);
	border-top-color: #002244;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
.home #study h2 {
	color: #ffffff;
	text-align: center;
}
.home #study p {
	margin: -10px 0px 0px;
	text-align: right;
}
.home #breaking {
	background: #fff;
	padding: 1em 0;
}
.home #breaking p.big {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #182d58;
	margin: 0;
}
.home #breaking a.button {
	background: #efefef;
	color: #002244;
	font-size: 1.1em;
}
.home #infographics {
	padding: 3em 0;
	background: #f1f6f9;
	position: relative;
	z-index: 2;
}
.home #infographics:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.home #infographics:after {
	border-color: rgba(241, 246, 249, 0);
	border-top-color: #f1f6f9;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
.home #infographics h2 {
	text-align: center;
	margin-bottom: .5em;
}
.infographics-inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1em;
}
.infographics-slider {
	width: 800%;
	position: relative;
	left: 0%;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	transition: 300ms ease;
}
.infographics-slider > div {
	width: 12.5%;
	padding: 0 1em;
	margin: 0;
	float: left;
}

figure.infographic {
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Crimson Text', serif;
}
figure.infographic a {
    color:  inherit;
    text-decoration: none;
    display: block;
}
figure.infographic figcaption {
    color: #5f6a8b;
    font-size: 1.2em;
    /*border-top: 1px solid #b0b0b0;*/
    padding-top: 0.5em;
}
figure.infographic figcaption span.stat {
    font-size: 2.3em;
    font-weight: bold;
}
.home #media {
	position: relative;
	overflow: hidden;
	background: #000000;
}
.home #media figure {
	float: left;
	width: 12.5%;
	position: relative;
	margin-bottom: 0;
}
.home #media-inner {
	width: 800%;
	position: relative;
	background: #000;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	transition: 300ms ease;
	left: 0;
}
figure.media_thumb {
	position: relative;
	margin-bottom: 1.5em;
}
figure.media_thumb img {
	width: 100%;
}
figure.media_thumb a {
	text-decoration: none;
}
figure.media_thumb figcaption {
	position: absolute;
	bottom: 0px;
	background: url('../../assets/img/overlay_black.png');
	width: 100%;
	color: #fff;
	padding: 0.3em 0.5em;
}
figure.media_thumb a:hover figcaption {
	background: url('../../assets/img/overlay_black_hover.png');
}
figure.media_thumb figcaption.media_title span{
	display: block;
	min-height: 1.6em;
	line-height: 1.6em;
	padding: 0px 35px 0px 0px;
}
figure.media_thumb figcaption.media_title.video_title span {
	background: url('../../assets/img/icons/video.png?1') 98% center no-repeat;
}
figure.media_thumb figcaption.media_title.photo_title span {
	background: url('../../assets/img/icons/photo_gallery.png?1') 98% center no-repeat;
}
.home #media figure.show-more > div {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	margin: 0;
	vertical-align: middle;
}
.home #media figure.show-more p {
	position: absolute;
	top: 50%;
	height: 150px;
	margin-top: -75px;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	line-height: 110px;
	text-align: center;
}
.home #media figure.show-more p a {
	color: #fff;
	font-size: 1.5em;
	display: block;
	text-decoration: none;
}
.home #media figure.show-more p a:hover {
	text-decoration: underline;
}
.home a.nav-left, .home a.nav-right {
	width: 50px;
	height: 100%;
	position: absolute;
	background-image: url('../../assets/img/big-arrow-nav-sprite.png');
	background-repeat: no-repeat;
	-webkit-transition: 100ms ease;
	-moz-transition: 100ms ease;
	transition: 100ms ease;
	opacity: 0;
	top: 0;
	z-index: 10;
}
.home #media:hover a.nav-left, .home #media:hover a.nav-right,
.home #infographics:hover a.nav-left, .home #infographics:hover a.nav-right,
.home #home-hero:hover a.nav-left, .home #home-hero:hover a.nav-right,
.home.touch #media a.nav-left, .home.touch #media a.nav-right,
.home.touch #infographics a.nav-left, .home.touch #infographics a.nav-right,
.home.touch #home-hero a.nav-left, .home.touch #home-hero a.nav-right {
	opacity: 0.5;
}
.home a.nav-left {
	left: 0;
	background-position: 5px center;
}
.home a.nav-right {
	right: 0;
	background-position: -55px center;
}
.home a.nav-left:hover, .home a.nav-right:hover {
	/*background-color: rgba(255,255,255,0.2);*/
	opacity: 1 !important;
}
.home a.nav-left:active, .home a.nav-right:active {
	/*background-position-y: 53%; */
	margin-top: 2px;
}
.no-js.home a.nav-left, .no-js.home a.nav-right {
	display: none;
}

@media only screen and (min-width: 400px) {
	article.newsfeed {
		width: 80%;
		margin: 0 10% 1.5em 10%;
	}
	#home-hero p.title {
		font-size: 2.1em;
	}
	.home #intro #tagline {
		font: 1.75em/1.75em 'Crimson Text', serif;
	}
}
@media only screen and (min-width: 550px) {
	#home-hero {
		padding-top: 48.5%;
	}
	#home-hero p.title {
		font-size: 2.5em;
	}
	article.newsfeed {
		width: 41.8%;
		margin: 0 4.1% 1.5em 4.1%;
	}
	#news-events h2 + article img {
	    float: left;
	    width: 50%;
	}
	#news-events article img {
	    width: 35%;
	}
	.home #study {
		padding: 2em 0;
	}
	.infographics-slider {
		width: 400%;
	}
	.home #media-inner {
		width: 400%;
	}
}
@media only screen and (min-width: 700px) {
	#home-hero p.excerpt {
		display: block;
	}
	#news-events h2 + article {
		float: left;
		width: 45.5%;
	}
	#news-events .extra-news {
		float: right;
		width: 48.5%;
		clear: right;
		position: relative;
		/*top: -50px;
		margin-bottom: -50px;*/
	}
	#news-events h2 + article img {
	    width: 100%;
	}
	#news-events div article:first-child {
		padding-top: 0px;
		border-top: 0px;
	}
	#news-events p.more-news {
		clear: both;
	}
}
@media only screen and (min-width: 801px) {
	
	.hero-overlay {
		width: 55%;
		text-align: left;
		padding: 0 0 0 3em;
		max-width: 450px;
		bottom: inherit;
		top: 8%;
	}
	#home-hero p.title {
		border-top: 1px solid #fff;
	}
	#home-hero p.read-more {
	    text-align: right;
	}
	.slide.right .hero-overlay {
	    right: 0;
	    left: inherit;
	    padding: 0 3em 0 0;
	}
	#home-hero article.right p.read-more {
	    text-align: left;
	}
	.home #intro {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
	#intro:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#intro:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.home #infographics:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.home #infographics:after {
		border-color: rgba(241, 246, 249, 0);
		border-top-color: #f1f6f9;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.infographics-slider {
		width: 200%;
	}
	.home #study {
		background: #002244 url('../../assets/img/study-stripes.png') center bottom no-repeat;
		/*background-size: cover;*/
		padding: 4.5em 0 4em;
	}
	.home #study h2 {
		text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	}
	#study:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#study:after {
		border-color: rgba(0, 34, 68, 0);
		border-top-color: #002244;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.home #news-events:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(241,246,249, 0);
		border-top-color: #f1f6f9;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.home #news-events {
		padding: 3em 0;
	}
	.home #news {
		float: left;
		width: 66%;
	}
	.home #newsfeed {
		padding: 4.5em 0 2em;
	}

	.home #newsfeed:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.home #events {
		padding: 4em 0 2em;
	}
	.home #media-inner {
		width: 200%;
	}
}
@media only screen and (min-width: 960px) {
	article.newsfeed {
		width: 26.7%;
		margin: 0 3.3% 1.5em 3.3%;
	}
	
}
@media only screen and (min-width: 1160px) {
	.hero-overlay {
		top: 35%;
	}
	#news-events h2 + article {
		width: 39.2%;
		float: left;
	}
	#news-events .extra-news {
		width: 53%;
	}
	#news-events article img {
		width: 40%;
	}
	.home #news {
		width: 68%;
	}
}
@media only screen and (min-width: 1350px) {
	.hero-overlay {
		padding-left: 0;
	}
}



ol li {
  list-style: outside decimal;
  margin-bottom: 15px;
  margin-left:25px;
  }

ol li > ul,
ul li > ol {
  margin-top: 10px;
  margin-left: 10px; }

.panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 0px solid #ffffff;
}
.faqTitle {
color: #669900 !important;
}

hr {
margin-top: -10px;
margin-bottom: 20px;
border: 0;
border-top: 2px solid #669900;
}
.menuFaq {
color: #AAAAAA;
border-bottom: 1px solid #e7e7e7;
-webkit-transition: color 0.5s ease-in-out;
   -moz-transition: color 0.5s ease-in-out;
   -ms-transition: color 0.5s ease-in-out;
   -o-transition: color 0.5s ease-in-out;
   transition: color 0.5s ease-in-out;
}
.menuFaq:hover {
color: #669900;
border-bottom: 1px solid #e7e7e7;
}

.panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.bgGrey {
background-color: #f7f7f7;
}
.bgWhite {
background-color: #FFFFFF;
}
.circle-text {
    width:80px;
}
.circle-text {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #d0e1af;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.circle-text:hover {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #669900;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.headCircle {
	font-size: 38px;
}
.circle-text div {
   font-family: 'dbozonex';
	font-size: 26px;
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-1em;
    text-align:center;
    color:white;
    vertical-align:middle;
}
.paddingAll{
padding-top: 20px;
padding-bottom: 20px;
}
.paddingSide {
padding-left: 30px;
padding-right: 30px;
}
.dl-horizontal dt {
float: left;
width: 10px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 15px;
}

@font-face {
font-family:'Glyphicons Halflings';
src:url('../../assets/fonts/glyphicons-halflings-regular.eot');
src:url('../../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    font-size: 14px; 
    content: "\e113";   
    float: right;      
    color: grey;       
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e114";    
}

.footer_radius{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow:hidden;}
/*footer*/
#footer .footer_top{ background:#dcde40; padding-bottom:25px;}
#footer .footer_top .footer_top_gap{ padding: 25px 0 0 0; display:inline; float:left;}
#footer .footer_content{background:#c5d444; padding: 25px 0 0 0;}

ul.footer_res_social{width:270px; margin-top: -5px;}
.footer_icon_facebook, .footer_icon_line, .footer_icon_instagram, .footer_icon_youtube, .footer_icon_twitter{max-width:79%;}


#footer .email_input{ background:#b9bb1e; border-radius:4px; }
#footer #email_topic{ float:left; padding-right:10px; font-size:13px; margin-top:5px;}
#footer #email_form{ float:left;}
#footer .email_input{height:34px;}
#footer .email_input .textbox{height:34px; max-width:800px; padding-left:17px; border:none; background-color:#b9bb1e; color:#f2f462; font-size:16px; font-family: 'db_helvethaicaais_x55_regular'; width:auto;}
#footer .email_input .btn{float:right; color:#FFF; font-family: 'db_helvethaicaais_x55_regular'; line-height:24px; padding:0 10px; border-left: solid 1px #dcde40; height:24px; margin-top:6px; cursor:pointer; border-radius:0; }

#footer .head_menu li, #footer .head_menu li a, #footer .head_menu li{ color:#423530; float:left;  list-style:none; font-family: 'db_helvethaicaais_x55_regular'; margin-right:13px; font-size:18px; line-height: 40px; cursor:pointer;}
#footer .head_menu li a:hover, #footer .head_menu .current a , #footer .head_menu .current a{color:#FFF;}

#footer .sub_menu li, #footer .sub_menu li:hover, #footer .sub_menu li.current{ color:#423530; font-family: 'db_helvethaicaais_x55_regular'; list-style:none; font-size:15px; line-height:26px; cursor:pointer;  }
#footer .sub_menu li a{ color:#423530; font-family: 'db_helvethaicaais_x55_regular'; list-style:none; font-size:15px; line-height:26px; cursor:pointer;}
#footer .sub_menu li a:hover{ color:#fff; font-family: 'db_helvethaicaais_x55_regular'; list-style:none; font-size:15px; line-height:26px; cursor:pointer;}
#footer .sub_menu .head, #footer .sub_menu .head a, #footer .sub_menu .head a:hover, #footer .sub_menu .head a:active { font-size:18px; color:#423530; line-height:32px; cursor:auto;}
#footer .sub_menu li:hover, #footer .sub_menu li.current{color:#FFF;}
#footer .sub_menu .linesub{border-bottom: 0px solid #b9bb1e; margin-bottom:0px;}

#footer .footer_shotcut, #footer .footer_sitemap{ clear:both; padding-top:10px;border-top: 0px solid #555;}
#footer .sub_menu ul{ margin-left:75px; padding-bottom:30px;}
#footer .link_set1, #footer .link_set2, #footer .link_set3, #footer .link_set4, #footer .site_set1, #footer .site_set2, #footer .site_set3, #footer .site_set4, #footer .site_set5{ width:64px; height:64px; float:left; margin-top:5px; }

#footer .link_set1{background: url(../images/footer/link_icon_01.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}
#footer .link_set2{background: url(../images/footer/link_icon_02.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}
#footer .link_set3{background: url(../images/footer/link_icon_03.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}
#footer .link_set4{background: url(../images/footer/link_icon_04.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}
#footer .site_set1{background: url(../images/footer/link_icon_05.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}
#footer .site_set2{background: url(../images/footer/link_icon_06.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}
#footer .site_set3{background: url(../images/footer/link_icon_07.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}
#footer .site_set4{background: url(../images/footer/link_icon_08.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}
#footer .site_set5{background: url(../images/footer/link_icon_03.png); background-size:100%; width:64px; height:64px; float:left; margin-top:5px;}


#footer .footer_sitemap{ display:none;}
#footer .footer_copy{ font-size:12px; line-height:20px; text-align:center; color:#463b3b; font-family: Tahoma, Geneva, sans-serif; padding:0px; clear:both; background:#c5d444; }
#footer .social_link{ /*margin-top:8px;*/}
#footer .link_set_arrow, #footer #footer_sub_arrow{display:none; cursor:pointer;}
#footer .footer_email{ margin-right:30px;}
.truehits-bg{background-color:#c5d444; width:100%; height:38px; position: absolute;}
#social_link_bottom{ display:none;}
.t_inline { display: inline-block;}
.font-share{ font-size:14px; padding-bottom:14px; color:#000;font-family: 'db_helvethaicaais_x65_med';}
@media screen and (max-width: 1024px) {
	#footer .footer_top, #footer .footer_content { padding:0 20px;}
	#footer .footer_copy{background:#dcde40; padding-bottom: 20px;}
	#footer .footer_top .footer_top_gap{padding:10px 0; width:100%;}
	#footer #email_form{width:100%; }
	#footer #email_topic{ margin:10px 0;}
	#footer .email_input { width:auto;}
	.footer_icon_facebook, .footer_icon_line, .footer_icon_instagram, .footer_icon_youtube, .footer_icon_twitter{margin:0 8px 0 0;}
	.truehits-bg{background:#dcde40;}
#footer .email_input .textbox{height:34px; max-width:800px; padding-left:17px; border:none; background-color:#b9bb1e; color:#f2f462; font-size:16px; font-family: 'db_helvethaicaais_x55_regular'; width:80%;}
}
@media screen and (max-width: 640px) {
	#footer .footer_copy{padding-top: 20px;}
	#footer #footer_sub_arrow{display:block; float:right; background: url(../images/footer/plus_icon_03.png) center no-repeat; width:42px; height:40px;}
	#footer .link_set_arrow{display:block; float:right; background: url(../images/footer/plus_icon_01.png) center no-repeat; width:40px; height: 32px; margin-bottom: 5px; padding-top: 5px;}
	#footer .link_set, #footer .link_set_current { display:block; cursor:pointer;}
	#footer .link_set li { display:none;}
	#footer .link_set_current li { display:block; }
	#footer .link_set_current .link_set_arrow{background: url(../images/footer/plus_icon_02.png) center no-repeat;}
	#footer .sub_menu ul{ padding-bottom:10px;}
	
	#footer .footer_shotcut, #footer .footer_sitemap{ display:none; /*border-top: 1px solid #b9bb1e;*/}
	#footer .link_set .head, #footer .link_set .head .current{ display:block; height:32px; line-height:auto; }
	#footer .link_set .head .current{ background-position:0 32px;}
	#footer .link_set .head .current a:hover{ color:#FFF;}
	#footer .link_set_current .head a{ display:block; height:38px; line-height:38px;}
	#footer .link_set_current .head a:hover{  line-height:38px; color:#FFF;}
	#footer .link_set .head a{ display:block; height:32px; line-height:64px;}
	#footer .link_set .head a:hover{  line-height:32px; color:#FFF;}
	#footer .link_set1, #footer .link_set2, #footer .link_set3, #footer .link_set4, #footer .site_set1, #footer .site_set2, #footer .site_set3, #footer .site_set4, 	#footer .site_set5{ margin-top:0; }
	
	ul.footer_res_social{width:100%;}
	.footer_icon_facebook, .footer_icon_line, .footer_icon_instagram, .footer_icon_youtube, .footer_icon_twitter{max-width:81%; }
	#footer .sub_menu .linesub{border-top: 1px solid #b9bb1e;}
	
#footer .footer_shotcut, #footer .footer_sitemap{padding-top:0px;}
#footer .head_menu li, #footer .head_menu li a, #footer .head_menu li{ color:#423530; float:left;  list-style:none; font-family: 'db_helvethaicaais_x55_regular'; margin-right:13px; font-size:15px; line-height: 40px; cursor:pointer; padding: 1px 0;}
#footer .sub_menu .head, #footer .sub_menu .head a, #footer .sub_menu .head a:hover, #footer .sub_menu .head a:active { font-size:15px; color:#423530; line-height:40px; cursor:pointer;}
#footer .sub_menu li a{  line-height:30px;}
#footer .sub_menu li a:hover{line-height:30px;}
#footer .sub_menu ul{ margin-left:45px; padding-bottom:0px;}	
#footer .link_set1{background: url(../images/footer/link_icon_01.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}
#footer .link_set2{background: url(../images/footer/link_icon_02.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}
#footer .link_set3{background: url(../images/footer/link_icon_03.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}
#footer .link_set4{background: url(../images/footer/link_icon_04.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}
#footer .site_set1{background: url(../images/footer/link_icon_05.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}
#footer .site_set2{background: url(../images/footer/link_icon_06.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}
#footer .site_set3{background: url(../images/footer/link_icon_07.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}
#footer .site_set4{background: url(../images/footer/link_icon_08.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}
#footer .site_set5{background: url(../images/footer/link_icon_03.png); background-size:100%; width:32px; height:32px; float:left; margin-top:5px;}

#footer .footer_top .footer_top_gap.social_link{ width:100%; position:fixed; height:28px;}
#social_link_bottom{ width:100%; position:fixed; height:auto; bottom:0; float:none !important; background-color:#222222; color:#000; font-size:13px; font-family:Tahoma, Geneva, sans-serif; z-index:300; padding-top:10px; display:block;}
.truehits-bg{background:#dcde40; height:100px;}

#footer .email_input .textbox{height:34px; max-width:800px; padding-left:17px; border:none; background-color:#b9bb1e; color:#f2f462; font-size:16px; font-family: 'db_helvethaicaais_x55_regular'; width:70%;}
}
@media screen and (max-width: 480px) {
#footer .email_input .textbox{height:34px; max-width:800px; padding-left:17px; border:none; background-color:#b9bb1e; color:#f2f462; font-size:16px; font-family: 'db_helvethaicaais_x55_regular'; width:auto;}
}
/*hilight_banner*/





@font-face {
    font-family: 'dtac2013';
    src: url('../fonts/dtac2013_rg-webfont.eot');
    src: url('../fonts/dtac2013_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dtac2013_rg-webfont.woff') format('woff'), url('../fonts/dtac2013_rg-webfont.ttf') format('truetype'), url('../fonts/dtac2013_rg-webfont.svg#dtac_2013regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mahidol_thai_1regular';
    src: url('../fonts/mahidol_thai_1_0-webfont.eot');
    src: url('../fonts/mahidol_thai_1_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mahidol_thai_1_0-webfont.woff2') format('woff2'), url('../fonts/mahidol_thai_1_0-webfont.woff') format('woff'), url('../fonts/mahidol_thai_1_0-webfont.ttf') format('truetype'), url('../fonts/mahidol_thai_1_0-webfont.svg#mahidol_thai_1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'th_sarabun_newregular';
    src: url('../fonts/thsarabunnew-webfont-webfont.eot');
    src: url('../fonts/thsarabunnew-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/thsarabunnew-webfont-webfont.woff2') format('woff2'), url('../fonts/thsarabunnew-webfont-webfont.woff') format('woff'), url('../fonts/thsarabunnew-webfont-webfont.ttf') format('truetype'), url('../fonts/thsarabunnew-webfont-webfont.svg#th_sarabun_newregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #690;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {vertical-align: middle}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {border-radius: 6px}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {border-radius: 50%}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 3px solid #ccc;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
@media (min-width: 768px) {
    .lead {font-size: 21px}
}
small {font-size: 75%}
cite {font-style: normal}
.text-muted {color: #999}
.text-primary {color: #428bca}
.text-warning {color: #c09853}
.text-danger {color: #b94a48}
.text-success {color: #468847}
.text-info {color: #3a87ad}
.text-left {text-align: left}
.text-right {text-align: right}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {clear: both}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {clear: both}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 1200px) {
    .container {max-width: 1200px}
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {float: left}
    .col-lg-1 {width: 8.33333333%}
    .col-lg-2 {width: 16.66666667%}
    .col-lg-3 {width: 25%}
    .col-lg-4 {width: 33.33333333%}
    .col-lg-5 {width: 41.66666667%}
    .col-lg-6 {width: 50%}
    .col-lg-7 {width: 58.33333333%}
    .col-lg-8 {width: 66.66666667%}
    .col-lg-9 {width: 75%}
    .col-lg-10 {width: 83.33333333%}
    .col-lg-11 {width: 91.66666667%}
    .col-lg-12 {width: 100%}
    .col-lg-push-0 {left: auto}
    .col-lg-push-1 {left: 8.33333333%}
    .col-lg-push-2 {left: 16.66666667%}
    .col-lg-push-3 {left: 25%}
    .col-lg-push-4 {left: 33.33333333%}
    .col-lg-push-5 {left: 41.66666667%}
    .col-lg-push-6 {left: 50%}
    .col-lg-push-7 {left: 58.33333333%}
    .col-lg-push-8 {left: 66.66666667%}
    .col-lg-push-9 {left: 75%}
    .col-lg-push-10 {left: 83.33333333%}
    .col-lg-push-11 {left: 91.66666667%}
    .col-lg-pull-0 {right: auto}
    .col-lg-pull-1 {right: 8.33333333%}
    .col-lg-pull-2 {right: 16.66666667%}
    .col-lg-pull-3 {right: 25%}
    .col-lg-pull-4 {right: 33.33333333%}
    .col-lg-pull-5 {right: 41.66666667%}
    .col-lg-pull-6 {right: 50%}
    .col-lg-pull-7 {right: 58.33333333%}
    .col-lg-pull-8 {right: 66.66666667%}
    .col-lg-pull-9 {right: 75%}
    .col-lg-pull-10 {right: 83.33333333%}
    .col-lg-pull-11 {right: 91.66666667%}
    .col-lg-offset-0 {
        ;
    }
    .col-lg-offset-2 {margin-left: 16.66666667%}
    .col-lg-offset-3 {margin-left: 25%}
    .col-lg-offset-4 {margin-left: 33.33333333%}
    .col-lg-offset-5 {margin-left: 41.66666667%}
    .col-lg-offset-6 {margin-left: 50%}
    .col-lg-offset-7 {margin-left: 58.33333333%}
    .col-lg-offset-8 {margin-left: 66.66666667%}
    .col-lg-offset-9 {margin-left: 75%}
    .col-lg-offset-10 {margin-left: 83.33333333%}
    .col-lg-offset-11 {margin-left: 91.66666667%}
}
table {
    max-width: 100%;
    background-color: transparent;
}
th {text-align: left}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td {border-top: 0}
.table tbody+tbody {border-top: 2px solid #ddd}
.table .table {background-color: #fff}
.table-condensed thead>tr>th,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>td {padding: 9px}
.table-bordered {border: 1px solid #ddd}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {border: 1px solid #ddd}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {border-bottom-width: 2px}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {background-color: #f9f9f9}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {background-color: #fdedb5}
table col[class^=col-] {
    float: none;
    display: table-column;
}
table td[class^=col-],
table th[class^=col-] {
    float: none;
    display: table-cell;
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {background-color: #f5f5f5}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
    border-color: #eed3d7;
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}
@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {white-space: nowrap}
    .table-responsive>.table-bordered {border: 0}
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {border-left: 0}
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {border-right: 0}
    .table-responsive>.table-bordered>thead>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {border-bottom: 0}
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=file] {display: block}
select[multiple],
select[size] {height: auto}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {height: auto}
.form-control:-moz-placeholder {color: #999}
.form-control::-moz-placeholder {color: #999}
.form-control:-ms-input-placeholder {color: #999}
.form-control::-webkit-input-placeholder {color: #999}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.form-control {height: auto}
.form-group {margin-bottom: 15px}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px;
}
.radio+.radio,
.checkbox+.checkbox {margin-top: -5px}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {cursor: not-allowed}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm {height: auto}
.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 45px;
    line-height: 45px;
}
textarea.input-lg {height: auto}
.has-warning .help-block,
.has-warning .control-label {color: #c09853}
.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {color: #b94a48}
.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {color: #468847}
.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}
.form-control-static {
    margin-bottom: 0;
    padding-top: 6px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {display: inline-block}
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {clear: both}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {clear: both}
@media (min-width: 768px) {
    .form-horizontal .control-label {text-align: right}
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {background-image: none}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {background-image: none}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {background-image: none}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {background-image: none}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {background-image: none}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {background-image: none}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-link {
    color: #333;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {border-color: transparent}
.btn-link:hover,
.btn-link:focus {
    color: #690;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {padding: 1px 5px}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block+.btn-block {margin-top: 5px}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {opacity: 1}
.collapse {display: none}
.collapse.in {display: block}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(assets/fonts/glyphicons-halflings-regular.eot);
    src: url(assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {content: "\2a"}
.glyphicon-plus:before {content: "\2b"}
.glyphicon-euro:before {content: "\20ac"}
.glyphicon-minus:before {content: "\2212"}
.glyphicon-cloud:before {content: "\2601"}
.glyphicon-envelope:before {content: "\2709"}
.glyphicon-pencil:before {content: "\270f"}
.glyphicon-glass:before {content: "\e001"}
.glyphicon-music:before {content: "\e002"}
.glyphicon-search:before {content: "\e003"}
.glyphicon-heart:before {content: "\e005"}
.glyphicon-star:before {content: "\e006"}
.glyphicon-star-empty:before {content: "\e007"}
.glyphicon-user:before {content: "\e008"}
.glyphicon-film:before {content: "\e009"}
.glyphicon-th-large:before {content: "\e010"}
.glyphicon-th:before {content: "\e011"}
.glyphicon-th-list:before {content: "\e012"}
.glyphicon-ok:before {content: "\e013"}
.glyphicon-remove:before {content: "\e014"}
.glyphicon-zoom-in:before {content: "\e015"}
.glyphicon-zoom-out:before {content: "\e016"}
.glyphicon-off:before {content: "\e017"}
.glyphicon-signal:before {content: "\e018"}
.glyphicon-cog:before {content: "\e019"}
.glyphicon-trash:before {content: "\e020"}
.glyphicon-home:before {content: "\e021"}
.glyphicon-file:before {content: "\e022"}
.glyphicon-time:before {content: "\e023"}
.glyphicon-road:before {content: "\e024"}
.glyphicon-download-alt:before {content: "\e025"}
.glyphicon-download:before {content: "\e026"}
.glyphicon-upload:before {content: "\e027"}
.glyphicon-inbox:before {content: "\e028"}
.glyphicon-play-circle:before {content: "\e029"}
.glyphicon-repeat:before {content: "\e030"}
.glyphicon-refresh:before {content: "\e031"}
.glyphicon-list-alt:before {content: "\e032"}
.glyphicon-flag:before {content: "\e034"}
.glyphicon-headphones:before {content: "\e035"}
.glyphicon-volume-off:before {content: "\e036"}
.glyphicon-volume-down:before {content: "\e037"}
.glyphicon-volume-up:before {content: "\e038"}
.glyphicon-qrcode:before {content: "\e039"}
.glyphicon-barcode:before {content: "\e040"}
.glyphicon-tag:before {content: "\e041"}
.glyphicon-tags:before {content: "\e042"}
.glyphicon-book:before {content: "\e043"}
.glyphicon-print:before {content: "\e045"}
.glyphicon-font:before {content: "\e047"}
.glyphicon-bold:before {content: "\e048"}
.glyphicon-italic:before {content: "\e049"}
.glyphicon-text-height:before {content: "\e050"}
.glyphicon-text-width:before {content: "\e051"}
.glyphicon-align-left:before {content: "\e052"}
.glyphicon-align-center:before {content: "\e053"}
.glyphicon-align-right:before {content: "\e054"}
.glyphicon-align-justify:before {content: "\e055"}
.glyphicon-list:before {content: "\e056"}
.glyphicon-indent-left:before {content: "\e057"}
.glyphicon-indent-right:before {content: "\e058"}
.glyphicon-facetime-video:before {content: "\e059"}
.glyphicon-picture:before {content: "\e060"}
.glyphicon-map-marker:before {content: "\e062"}
.glyphicon-adjust:before {content: "\e063"}
.glyphicon-tint:before {content: "\e064"}
.glyphicon-edit:before {content: "\e065"}
.glyphicon-share:before {content: "\e066"}
.glyphicon-check:before {content: "\e067"}
.glyphicon-move:before {content: "\e068"}
.glyphicon-step-backward:before {content: "\e069"}
.glyphicon-fast-backward:before {content: "\e070"}
.glyphicon-backward:before {content: "\e071"}
.glyphicon-play:before {content: "\e072"}
.glyphicon-pause:before {content: "\e073"}
.glyphicon-stop:before {content: "\e074"}
.glyphicon-forward:before {content: "\e075"}
.glyphicon-fast-forward:before {content: "\e076"}
.glyphicon-step-forward:before {content: "\e077"}
.glyphicon-eject:before {content: "\e078"}
.glyphicon-chevron-left:before {content: "\e079"}
.glyphicon-chevron-right:before {content: "\e080"}
.glyphicon-plus-sign:before {content: "\e081"}
.glyphicon-minus-sign:before {content: "\e082"}
.glyphicon-remove-sign:before {content: "\e083"}
.glyphicon-ok-sign:before {content: "\e084"}
.glyphicon-question-sign:before {content: "\e085"}
.glyphicon-info-sign:before {content: "\e086"}
.glyphicon-screenshot:before {content: "\e087"}
.glyphicon-remove-circle:before {content: "\e088"}
.glyphicon-ok-circle:before {content: "\e089"}
.glyphicon-ban-circle:before {content: "\e090"}
.glyphicon-arrow-left:before {content: "\e091"}
.glyphicon-arrow-right:before {content: "\e092"}
.glyphicon-arrow-up:before {content: "\e093"}
.glyphicon-arrow-down:before {content: "\e094"}
.glyphicon-share-alt:before {content: "\e095"}
.glyphicon-resize-full:before {content: "\e096"}
.glyphicon-resize-small:before {content: "\e097"}
.glyphicon-exclamation-sign:before {content: "\e101"}
.glyphicon-gift:before {content: "\e102"}
.glyphicon-leaf:before {content: "\e103"}
.glyphicon-eye-open:before {content: "\e105"}
.glyphicon-eye-close:before {content: "\e106"}
.glyphicon-warning-sign:before {content: "\e107"}
.glyphicon-plane:before {content: "\e108"}
.glyphicon-random:before {content: "\e110"}
.glyphicon-comment:before {content: "\e111"}
.glyphicon-magnet:before {content: "\e112"}
.glyphicon-chevron-up:before {content: "\e113"}
.glyphicon-chevron-down:before {content: "\e114"}
.glyphicon-retweet:before {content: "\e115"}
.glyphicon-shopping-cart:before {content: "\e116"}
.glyphicon-folder-close:before {content: "\e117"}
.glyphicon-folder-open:before {content: "\e118"}
.glyphicon-resize-vertical:before {content: "\e119"}
.glyphicon-resize-horizontal:before {content: "\e120"}
.glyphicon-hdd:before {content: "\e121"}
.glyphicon-bullhorn:before {content: "\e122"}
.glyphicon-certificate:before {content: "\e124"}
.glyphicon-thumbs-up:before {content: "\e125"}
.glyphicon-thumbs-down:before {content: "\e126"}
.glyphicon-hand-right:before {content: "\e127"}
.glyphicon-hand-left:before {content: "\e128"}
.glyphicon-hand-up:before {content: "\e129"}
.glyphicon-hand-down:before {content: "\e130"}
.glyphicon-circle-arrow-right:before {content: "\e131"}
.glyphicon-circle-arrow-left:before {content: "\e132"}
.glyphicon-circle-arrow-up:before {content: "\e133"}
.glyphicon-circle-arrow-down:before {content: "\e134"}
.glyphicon-globe:before {content: "\e135"}
.glyphicon-tasks:before {content: "\e137"}
.glyphicon-filter:before {content: "\e138"}
.glyphicon-fullscreen:before {content: "\e140"}
.glyphicon-dashboard:before {content: "\e141"}
.glyphicon-heart-empty:before {content: "\e143"}
.glyphicon-link:before {content: "\e144"}
.glyphicon-phone:before {content: "\e145"}
.glyphicon-usd:before {content: "\e148"}
.glyphicon-gbp:before {content: "\e149"}
.glyphicon-sort:before {content: "\e150"}
.glyphicon-sort-by-alphabet:before {content: "\e151"}
.glyphicon-sort-by-alphabet-alt:before {content: "\e152"}
.glyphicon-sort-by-order:before {content: "\e153"}
.glyphicon-sort-by-order-alt:before {content: "\e154"}
.glyphicon-sort-by-attributes:before {content: "\e155"}
.glyphicon-sort-by-attributes-alt:before {content: "\e156"}
.glyphicon-unchecked:before {content: "\e157"}
.glyphicon-expand:before {content: "\e158"}
.glyphicon-collapse-down:before {content: "\e159"}
.glyphicon-collapse-up:before {content: "\e160"}
.glyphicon-log-in:before {content: "\e161"}
.glyphicon-flash:before {content: "\e162"}
.glyphicon-log-out:before {content: "\e163"}
.glyphicon-new-window:before {content: "\e164"}
.glyphicon-record:before {content: "\e165"}
.glyphicon-save:before {content: "\e166"}
.glyphicon-open:before {content: "\e167"}
.glyphicon-saved:before {content: "\e168"}
.glyphicon-import:before {content: "\e169"}
.glyphicon-export:before {content: "\e170"}
.glyphicon-send:before {content: "\e171"}
.glyphicon-floppy-disk:before {content: "\e172"}
.glyphicon-floppy-saved:before {content: "\e173"}
.glyphicon-floppy-remove:before {content: "\e174"}
.glyphicon-floppy-save:before {content: "\e175"}
.glyphicon-floppy-open:before {content: "\e176"}
.glyphicon-credit-card:before {content: "\e177"}
.glyphicon-transfer:before {content: "\e178"}
.glyphicon-cutlery:before {content: "\e179"}
.glyphicon-header:before {content: "\e180"}
.glyphicon-compressed:before {content: "\e181"}
.glyphicon-earphone:before {content: "\e182"}
.glyphicon-phone-alt:before {content: "\e183"}
.glyphicon-tower:before {content: "\e184"}
.glyphicon-stats:before {content: "\e185"}
.glyphicon-sd-video:before {content: "\e186"}
.glyphicon-hd-video:before {content: "\e187"}
.glyphicon-subtitles:before {content: "\e188"}
.glyphicon-sound-stereo:before {content: "\e189"}
.glyphicon-sound-dolby:before {content: "\e190"}
.glyphicon-sound-5-1:before {content: "\e191"}
.glyphicon-sound-6-1:before {content: "\e192"}
.glyphicon-sound-7-1:before {content: "\e193"}
.glyphicon-copyright-mark:before {content: "\e194"}
.glyphicon-registration-mark:before {content: "\e195"}
.glyphicon-cloud-download:before {content: "\e197"}
.glyphicon-cloud-upload:before {content: "\e198"}
.glyphicon-tree-conifer:before {content: "\e199"}
.glyphicon-tree-deciduous:before {content: "\e200"}
.glyphicon-briefcase:before {content: "\1f4bc"}
.glyphicon-calendar:before {content: "\1f4c5"}
.glyphicon-pushpin:before {content: "\1f4cc"}
.glyphicon-paperclip:before {content: "\1f4ce"}
.glyphicon-camera:before {content: "\1f4f7"}
.glyphicon-lock:before {content: "\1f512"}
.glyphicon-bell:before {content: "\1f514"}
.glyphicon-bookmark:before {content: "\1f516"}
.glyphicon-fire:before {content: "\1f525"}
.glyphicon-wrench:before {content: "\1f527"}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: "";
}
.dropdown {position: relative}
.dropdown-toggle:focus {outline: 0}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #428bca;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {color: #999}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open>.dropdown-menu {display: block}
.open>a {outline: 0}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.btn-default .caret {border-top-color: #333}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {border-top-color: #fff}
.dropup .btn-default .caret {border-bottom-color: #333}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {border-bottom-color: #fff}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {z-index: 2}
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {outline: 0}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {margin-left: -1px}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {clear: both}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {clear: both}
.btn-toolbar .btn-group {float: left}
.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {margin-left: 5px}
.btn-group>.btn:not(: first-child):not(: last-child):not(.dropdown-toggle) {border-radius: 0}
.btn-group>.btn:first-child {margin-left: 0}
.btn-group>.btn:first-child:not(: last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(: first-child),
.btn-group>.dropdown-toggle:not(: first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group>.btn-group {float: left}
.btn-group>.btn-group:not(: first-child):not(: last-child)>.btn {border-radius: 0}
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {outline: 0}
.btn-group-xs>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
}
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn .caret {margin-left: 0}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {border-width: 0 5px 5px}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical>.btn-group:after {clear: both}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical>.btn-group:after {clear: both}
.btn-group-vertical>.btn-group>.btn {float: none}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(: first-child):not(: last-child) {border-radius: 0}
.btn-group-vertical>.btn:first-child:not(: last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(: first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(: first-child):not(: last-child)>.btn {border-radius: 0}
.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%;
}
[data-toggle=buttons]>.btn>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {display: none}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px;
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {height: auto}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {height: auto}
.input-group-addon,
.input-group-btn,
.input-group .form-control {display: table-cell}
.input-group-addon:not(: first-child):not(: last-child),
.input-group-btn:not(: first-child):not(: last-child),
.input-group .form-control:not(: first-child):not(: last-child) {border-radius: 0}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {margin-top: 0}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(: last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {border-right: 0}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(: first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {border-left: 0}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group-btn>.btn {position: relative}
.input-group-btn>.btn+.btn {margin-left: -4px}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {z-index: 2}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {clear: both}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {clear: both}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {color: #999}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #333;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {max-width: none}
.nav-tabs {border-bottom: 1px solid #ddd}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {border-color: #eee #eee #ddd}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified>li {float: none}
.nav-tabs.nav-justified>li>a {text-align: center}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}
.nav-tabs.nav-justified>.active>a {border-bottom-color: #fff}
.nav-pills>li {float: left}
.nav-pills>li>a {border-radius: 5px}
.nav-pills>li+li {margin-left: 2px}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked>li {float: none}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {width: 100%}
.nav-justified>li {float: none}
.nav-justified>li>a {text-align: center}
@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}
.nav-tabs-justified {border-bottom: 0}
.nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}
.nav-tabs-justified>.active>a {border-bottom-color: #fff}
.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}
.tabbable:after {clear: both}
.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}
.tabbable:after {clear: both}
.
>.tab-pane,
.pill-content>.pill-pane {display: none}
.tab-content>.active,
.pill-content>.active {display: block}
.nav .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.nav a:hover .caret {
    border-top-color: #690;
    border-bottom-color: #690;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {clear: both}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {clear: both}
@media (min-width: 991px) {
    .navbar {border-radius: 4px}
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {clear: both}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {clear: both}
@media (min-width: 991px) {
    .navbar-header {float: left}
}
.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {clear: both}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {clear: both}
.navbar-collapse.in {overflow-y: auto}
@media (min-width: 991px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {overflow-y: visible}
    .navbar-collapse .navbar-nav.navbar-left:first-child {margin-left: -15px}
    .navbar-collapse .navbar-nav.navbar-right:last-child {margin-right: -15px}
}
.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 991px) {
    .container>.navbar-header, 
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {border-width: 0 0 1px}
@media (min-width: 991px) {
    .navbar-static-top {border-radius: 0}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-width: 0 0 1px;
}
@media (min-width: 991px) {
    .navbar-fixed-top, 
    .navbar-fixed-bottom {border-radius: 0}
}
.navbar-fixed-top {top: 0}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {text-decoration: none}
@media (min-width: 991px) {
    .navbar>.container .navbar-brand {margin-left: -15px}
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 4px}
@media (min-width: 991px) {
    .navbar-toggle {display: none}
}
.navbar-nav {margin: 7.5px -15px}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {padding: 5px 15px 5px 25px}
    .navbar-nav .open .dropdown-menu>li>a {line-height: 20px}
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {background-image: none}
}
@media (min-width: 991px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {float: left}
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 991px) {
    .navbar-left {float: left !important}
    .navbar-right {float: right !important}
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {display: inline-block}
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0;
    }
}
@media (max-width: 767px) {


    .navbar-form .form-group {margin-bottom: 5px}
}
@media (min-width: 991px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 991px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {color: #777}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {color: #777}
.navbar-default .navbar-nav>li>a {color: #777}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {border-color: #ddd}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #ddd}
.navbar-default .navbar-toggle .icon-bar {background-color: #ccc}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {border-color: #e6e6e6}
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}
.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #777}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {color: #777}
.navbar-default .navbar-link:hover {color: #333}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {color: #999}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {color: #999}
.navbar-inverse .navbar-nav>li>a {color: #999}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {border-color: #333}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {background-color: #333}
.navbar-inverse .navbar-toggle .icon-bar {background-color: #fff}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {border-color: #101010}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}
.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {border-color: #080808}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {color: #999}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {color: #999}
.navbar-inverse .navbar-link:hover {color: #fff}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {display: inline-block}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>.active {color: #999}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {display: inline}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {background-color: #eee}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {clear: both}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {clear: both}
.pager li {display: inline}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next>a,
.pager .next>span {float: right}
.pager .previous>a,
.pager .previous>span {float: left}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .25em .6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {display: none}
.label-default {background-color: #999}
.label-default[href]:hover,
.label-default[href]:focus {background-color: gray}
.label-primary {background-color: #428bca}
.label-primary[href]:hover,
.label-primary[href]:focus {background-color: #3071a9}
.label-success {background-color: #5cb85c}
.label-success[href]:hover,
.label-success[href]:focus {background-color: #449d44}
.label-info {background-color: #5bc0de}
.label-info[href]:hover,
.label-info[href]:focus {background-color: #31b0d5}
.label-warning {background-color: #f0ad4e}
.label-warning[href]:hover,
.label-warning[href]:focus {background-color: #ec971f}
.label-danger {background-color: #d9534f}
.label-danger[href]:hover,
.label-danger[href]:focus {background-color: #c9302c}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {display: none}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.btn .badge {
    position: relative;
    top: -1px;
}
a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #333;
    background-color: #fff;
}
.nav-pills>li>a>.badge {margin-left: 3px}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14285714;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1 {
    line-height: 1;
    color: inherit;
}
.jumbotron p {line-height: 1.4}
.container .jumbotron {border-radius: 6px}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1 {font-size: 63px}
}
.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
}
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {border-color: #333}
.thumbnail>img {
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {font-weight: 700}
.alert>p,
.alert>ul {margin-bottom: 0}
.alert>p+p {margin-top: 5px}
.alert-dismissable {padding-right: 35px}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success hr {border-top-color: #c9e2b3}
.alert-success .alert-link {color: #356635}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info hr {border-top-color: #a6e1ec}
.alert-info .alert-link {color: #2d6987}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.alert-warning hr {border-top-color: #f8e5be}
.alert-warning .alert-link {color: #a47e3c}
.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger hr {border-top-color: #e6c1c7}
.alert-danger .alert-link {color: #953b39}
@-webkit-keyframes progress-bar-stripes {
    from {background-position: 40px 0}
    to {background-position: 0 0}
}
@-moz-keyframes progress-bar-stripes {
    from {background-position: 40px 0}
    to {background-position: 0 0}
}
@-o-keyframes progress-bar-stripes {
    from {background-position: 0 0}
    to {background-position: 40px 0}
}
@keyframes progress-bar-stripes {
    from {background-position: 40px 0}
    to {background-position: 0 0}
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {background-color: #5cb85c}
.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {background-color: #5bc0de}
.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {background-color: #f0ad4e}
.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {background-color: #d9534f}
.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {margin-top: 15px}
.media:first-child {margin-top: 0}
.media-object {display: block}
.media-heading {margin: 0 0 5px}
.media>.pull-left {margin-right: 10px}
.media>.pull-right {margin-left: 10px}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item>.badge {float: right}
.list-group-item>.badge+.badge {margin-right: 5px}
a.list-group-item {color: #555}
a.list-group-item .list-group-item-heading {color: #333}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {color: inherit}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {color: #e1edf7}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.09);
}
.panel-body {padding: 15px}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {clear: both}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {clear: both}
.panel>.table {margin-bottom: 0}
.panel>.list-group {margin-bottom: 0}
.panel>.list-group .list-group-item {border-width: 1px 0}
.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel>.list-group .list-group-item:last-child {border-bottom: 0}
.panel-heading+.list-group .list-group-item:first-child {border-top-width: 0}
.panel>.table {margin-bottom: 0}
.panel>.panel-body+.table {border-top: 1px solid #ddd}
.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.panel-title>a {color: inherit}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden;
}
.panel-group .panel+.panel {margin-top: 5px}
.panel-group .panel-heading {border-bottom: 0}
.panel-group .panel-heading+.panel-collapse .panel-body {border-top: 1px solid #ddd}
.panel-group .panel-footer {border-top: 0}
.panel-group .panel-footer+.panel-collapse .panel-body {border-bottom: 1px solid #ddd}
.panel-default {border-color: #ddd}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {border-top-color: #ddd}
.panel-default>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #ddd}
.panel-primary {border-color: #428bca}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {border-top-color: #428bca}
.panel-primary>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #428bca}
.panel-success {border-color: #d6e9c6}
.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse .panel-body {border-top-color: #d6e9c6}
.panel-success>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #d6e9c6}
.panel-warning {border-color: #fbeed5}
.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {border-top-color: #fbeed5}
.panel-warning>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #fbeed5}
.panel-danger {border-color: #eed3d7}
.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {border-top-color: #eed3d7}
.panel-danger>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #eed3d7}
.panel-info {border-color: #bce8f1}
.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse .panel-body {border-top-color: #bce8f1}
.panel-info>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #bce8f1}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {overflow: hidden}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}
.modal-header .close {margin-top: -2px}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {clear: both}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {clear: both}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {margin-left: -1px}
.modal-footer .btn-block+.btn-block {margin-left: 0}
@media screen and (min-width: 768px) {
    .modal-dialog {
        left: 50%;
        right: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal;
}
.popover.top {margin-top: -10px}
.popover.right {margin-left: 10px}
.popover.bottom {margin-top: 10px}
.popover.left {margin-left: -10px}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {padding: 9px 14px}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {border-width: 11px}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
}
.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
}
.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px;
}
.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {position: relative}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {display: block}
.carousel-inner>.active {left: 0}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner>.next {left: 100%}
.carousel-inner>.prev {left: -100%}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {left: 0}
.carousel-inner>.active.left {left: -100%}
.carousel-inner>.active.right {left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {content: '\2039'}
.carousel-control .icon-next:before {content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {text-shadow: none}
@media screen and (min-width: 768px) {
    .carousel-control .icon-prev, 
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {bottom: 20px}
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {clear: both}
.pull-right {float: right !important}
.pull-left {float: left !important}
.hide {display: none !important}
.show {display: block !important}
.invisible {visibility: hidden}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.affix {position: fixed}
@-ms-viewport {width: device-width}
@media screen and (max-width: 400px) {
    @-ms-viewport {width: 320px}
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.visible-xs {display: none !important}
tr.visible-xs {display: none !important}
th.visible-xs,
td.visible-xs {display: none !important}
@media (max-width: 767px) {
    .visible-xs {display: block !important}
    tr.visible-xs {display: table-row !important}
    th.visible-xs,
    td.visible-xs {display: table-cell !important}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {display: block !important}
    tr.visible-xs.visible-sm {display: table-row !important}
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {display: table-cell !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {display: block !important}
    tr.visible-xs.visible-md {display: table-row !important}
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {display: table-cell !important}
}
@media (min-width: 1200px) {
    .visible-xs.visible-lg {display: block !important}
    tr.visible-xs.visible-lg {display: table-row !important}
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {display: table-cell !important}
}
.visible-sm {display: none !important}
tr.visible-sm {display: none !important}
th.visible-sm,
td.visible-sm {display: none !important}
@media (max-width: 767px) {
    .visible-sm.visible-xs {display: block !important}
    tr.visible-sm.visible-xs {display: table-row !important}
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {display: table-cell !important}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {display: block !important}
    tr.visible-sm {display: table-row !important}
    th.visible-sm,
    td.visible-sm {display: table-cell !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {display: block !important}
    tr.visible-sm.visible-md {display: table-row !important}
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {display: table-cell !important}
}
@media (min-width: 1200px) {
    .visible-sm.visible-lg {display: block !important}
    tr.visible-sm.visible-lg {display: table-row !important}
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {display: table-cell !important}
}
.visible-md {display: none !important}
tr.visible-md {display: none !important}
th.visible-md,
td.visible-md {display: none !important}
@media (max-width: 767px) {
    .visible-md.visible-xs {display: block !important}
    tr.visible-md.visible-xs {display: table-row !important}
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {display: table-cell !important}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {display: block !important}
    tr.visible-md.visible-sm {display: table-row !important}
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {display: table-cell !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {display: block !important}
    tr.visible-md {display: table-row !important}
    th.visible-md,
    td.visible-md {display: table-cell !important}
}
@media (min-width: 1200px) {
    .visible-md.visible-lg {display: block !important}
    tr.visible-md.visible-lg {display: table-row !important}
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {display: table-cell !important}
}
.visible-lg {display: none !important}
tr.visible-lg {display: none !important}
th.visible-lg,
td.visible-lg {display: none !important}
@media (max-width: 767px) {
    .visible-lg.visible-xs {display: block !important}
    tr.visible-lg.visible-xs {display: table-row !important}
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {display: table-cell !important}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {display: block !important}
    tr.visible-lg.visible-sm {display: table-row !important}
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {display: table-cell !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {display: block !important}
    tr.visible-lg.visible-md {display: table-row !important}
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {display: table-cell !important}
}
@media (min-width: 1200px) {
    .visible-lg {display: block !important}
    tr.visible-lg {display: table-row !important}
    th.visible-lg,
    td.visible-lg {display: table-cell !important}
}
.hidden-xs {display: block !important}
tr.hidden-xs {display: table-row !important}
th.hidden-xs,
td.hidden-xs {display: table-cell !important}
@media (max-width: 767px) {
    .hidden-xs {display: none !important}
    tr.hidden-xs {display: none !important}
    th.hidden-xs,
    td.hidden-xs {display: none !important}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm {display: none !important}
    tr.hidden-xs.hidden-sm {display: none !important}
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {display: none !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md {display: none !important}
    tr.hidden-xs.hidden-md {display: none !important}
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {display: none !important}
}
@media (min-width: 1200px) {
    .hidden-xs.hidden-lg {display: none !important}
    tr.hidden-xs.hidden-lg {display: none !important}
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {display: none !important}
}
.hidden-sm {display: block !important}
tr.hidden-sm {display: table-row !important}
th.hidden-sm,
td.hidden-sm {display: table-cell !important}
@media (max-width: 767px) {
    .hidden-sm.hidden-xs {display: none !important}
    tr.hidden-sm.hidden-xs {display: none !important}
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {display: none !important}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {display: none !important}
    tr.hidden-sm {display: none !important}
    th.hidden-sm,
    td.hidden-sm {display: none !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md {display: none !important}
    tr.hidden-sm.hidden-md {display: none !important}
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {display: none !important}
}
@media (min-width: 1200px) {
    .hidden-sm.hidden-lg {display: none !important}
    tr.hidden-sm.hidden-lg {display: none !important}
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {display: none !important}
}
.hidden-md {display: block !important}
tr.hidden-md {display: table-row !important}
th.hidden-md,
td.hidden-md {display: table-cell !important}
@media (max-width: 767px) {
    .hidden-md.hidden-xs {display: none !important}
    tr.hidden-md.hidden-xs {display: none !important}
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {display: none !important}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm {display: none !important}
    tr.hidden-md.hidden-sm {display: none !important}
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {display: none !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {display: none !important}
    tr.hidden-md {display: none !important}
    th.hidden-md,
    td.hidden-md {display: none !important}
}
@media (min-width: 1200px) {
    .hidden-md.hidden-lg {display: none !important}
    tr.hidden-md.hidden-lg {display: none !important}
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {display: none !important}
}
.hidden-lg {display: block !important}
tr.hidden-lg {display: table-row !important}
th.hidden-lg,
td.hidden-lg {display: table-cell !important}
@media (max-width: 767px) {
    .hidden-lg.hidden-xs {display: none !important}
    tr.hidden-lg.hidden-xs {display: none !important}
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {display: none !important}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm {display: none !important}
    tr.hidden-lg.hidden-sm {display: none !important}
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {display: none !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md {display: none !important}
    tr.hidden-lg.hidden-md {display: none !important}
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {display: none !important}
}
@media (min-width: 1200px) {
    .hidden-lg {display: none !important}
    tr.hidden-lg {display: none !important}
    th.hidden-lg,
    td.hidden-lg {display: none !important}
}
.visible-print {display: none !important}
tr.visible-print {display: none !important}
th.visible-print,
td.visible-print {display: none !important}
@media print {
    .visible-print {display: block !important}
    tr.visible-print {display: table-row !important}
    th.visible-print,
    td.visible-print {display: table-cell !important}
    .hidden-print {display: none !important}
    tr.hidden-print {display: none !important}
    th.hidden-print,
    td.hidden-print {display: none !important}
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #666;
}
.font-test {
    position: relative;
    border: 1px solid green;
    margin: 50px 0 100px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    margin: 0 0 10px;
    padding: 4px 0;
}
h1,
.h1 {
    line-height: 32px;
    font-size: 26px;
	font-family: 'dtac2013';
}
h2,
.h2 {
    line-height: 30px;
    font-size: 23px;
	font-family: 'dtac2013';
}
h3,
.h3 {
    line-height: 24px;
    font-size: 20px;
	font-family: 'dtac2013';
}
h4,
.h4 {
    line-height: 23px;
    font-size: 19px;
}
h5,
.h5 {
    line-height: 18px;
    font-size: 14px;
}
h6,
.h6 {

    line-height: 17px;
    font-size: 13px;
}
a:hover {text-decoration: none}
hr {border-style: solid}
hr.solid {border-style: solid}
hr.white {border-color: #fff}
hr.thick {border-top-width: 3px}
hr.blank {border-style: none}
hr.fill {margin: 0 -15px}
.title-grad {color: #fbf4bc}
.black {color: #000}
.grey {color: #ccc}
.white {color: #fff}
.bullet {
    font-size: 20px;
    line-height: 14px;
    display: block;
    text-align: center;
}
#navbar-mast ul.nav.meta li.bullet {
    line-height: 35px;
    margin: 0;
}
span.bullet.mtb-10 {margin: 10px 0}
span.bullet.mtb-20 {margin: 20px 0}
video {
    background-color: #222;
    margin: 0 0 10px;
}
.row img {margin: 0 0 1px}
.media {
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.media.margins-large {
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.media-body {
    text-align: left;
    font-size: 14px;
}
.left-border {
    border-left: 1px dashed #ccc;
    padding: 0 15px;
}
.center-text {text-align: center}
.border-top {border-top: 1px dashed #ccc}
.wf-active .margin-no,
.margin-no {margin: 0}
.media.column {padding: 0}
.media.column.large {padding: 5px 0}
.short-list.large {
    border-left: 1px solid #ccc;
    -webkit-box-shadow: -5px 0 10px #eee;
    box-shadow: -5px 0 10px #eee;
    padding-left: 30px;
}
.short-list .media.column {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}
.short-list .media.column a.pull-left img.media-object {width: 60px}
.short-list.large .media.column a.pull-left img.media-object {width: 100px}
.media.column a.view-all {
    background-color: #999;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding: 5px 10px;
}
.wf-active .media.column a.view-all {
    font-size: 18px;
    line-height: 19px;
    padding: 0 10px;
}
.media.column a.pull-left img.media-object,
.media.profile a.pull-left img.media-object {
    width: 170px;
    margin: 0 10px 10px 0;
}
.media.profile a.pull-left img.media-object {
    border: 5px solid #eee;
    margin: 0 0 10px;
}
.media-heading.subtitle {
    margin: 0;
    padding-bottom: 0;
}
.wf-active h6.media-heading.subtitle {line-height: 10px}
.media-heading.subtitle a,
.subtitle {color: #999}
button.pull-right,
a.view-more {
    background-color: #fff;
    border: 1px solid #999;
    color: #999;
    margin: 10px 0;
    padding: 2px 5px;
    font-size: 12px;
}
.wf-active button.pull-right,
.wf-active a.view-more {font-size: 12px}
blockquote {
    margin: 0;
    padding: 20px 15px 0;
    border: none;
    line-height: 20px;
    text-align: center;
    overflow: visible;
    position: relative;
    z-index: 100;
    color: #555;
    display: inline-block;
}
blockquote h3 {margin: 0}
blockquote:before {
    content: '"';
    font-size: 72px;
    color: #eee;
    float: left;
    margin: 10px 0 0 -10px;
}
blockquote:after {
    content: '"';
    font-size: 72px;
    color: #eee;
    float: right;
    margin: 25px -10px 0 0;
}
.profile,
.place {
    text-align: center;
    margin: 0 0 20px;
}
.profile.result {
    height: 200px;
    overflow: hidden;
}
.border-bottom {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.profile.display img.profile-image {max-width: 210px}
.profile.result h5 {margin: 0}
.profile.result img.profile-image {max-width: 120px}
.profile-image {display: inline-block}
.profile-image.border {border: 5px solid #eee}
.search-results img.profile-image {max-width: 210px}
.profile-page {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px dotted #eee;
}
.profile-page h4 {
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
    text-align: center;
    margin: 10px 0;
    padding: 5px 0;
}
.profile-page h6 {text-align: left}
.statistics {
    background-color: #eff5e5;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.statistics h6 {margin: 0}
.related {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
}
.related li {
    min-height: 20px;
    margin-bottom: 3px;
}
.related i {margin-right: 10px}
.related i.icon.news {background-position: -500px 0}
.related i.icon.image {background-position: -520px 0}
.related i.icon.video {background-position: -540px 0}
.celeb-star {
    background-image: url(assets/img/assets.png);
    background-position: 0 -160px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 5%;
    width: 75px;
    height: 75px;
    line-height: 82px;
    font-size: 20px;
    color: #fff;
}
.wf-active .celeb-star {font-size: 28px}
.celeb-star.small {
    background-position: -280px -160px;
    bottom: 0;
    left: 50%;
    margin-left: 5%;
    width: 64px;
    height: 60px;
    line-height: 68px;
    font-size: 19px;
}
.wf-active .celeb-star.small {font-size: 26px}
.profile h3,
.profile h5 {clear: both}
.profile h3.name,
.profile h5.name {margin: 0}
.profile h6 {
    margin: 0;
    color: #999;
}
.profile h6.thairath-green {color: #690}
a.profile {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: #999;
    color: #fff;
    font-size: 14px;
}
.profile .col-lg-6:last-child {padding-left: 0}
.short-list.columns .profile img {
    display: inline-block;
    padding: 0;
}
.profile-vote {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: 50px;
}
.profile-vote a {
    position: relative;
    display: block;
    width: 50%;
    height: 50px;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #222;
    color: #eee;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 19px;
}
.wf-active .profile-vote a {font-size: 26px}
a.vote i.icon,
a.all i.icon {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -15px;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
}
.search-results .profile {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.search-results a.vote,
.profile.display a.vote,
.profile.result a.vote {
    position: relative;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    background-color: #222;
    text-align: right;
    font-size: 19px;
}
.wf-active .search-result a.vote {font-size: 26px}
.profile a.vote i.icon {
    top: 0;
    left: 5px;
    margin: 0;
}
.profile-vote a.vote {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
a i.icon.vote {background-position: -360px -20px}
a i.icon.all {background-position: -360px -20px}
.align-left,
.row .align-left {
    float: left;
    margin: 0 5px 5px 0;
}
.align-right,
.row .align-right {
    float: right;
    margin: 0 0 5px 5px;
}
#navbar-mast {
    position: relative;
    min-height: 35px;
    font-size: 12px;
    background-color: #fff;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
#navbar-mast .navbar-nav>li>a {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    color: #999;
    font-size: 14px;
}
#navbar-mast .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #555;
}
#navbar-mast button.navbar-toggle {
    height: 30px;
    width: 48px;
    margin: 2px 0 0;
    padding: 0 12px;
    border-radius: 0;
}
#navbar-mast .navbar-nav>.active>a {
    background-color: transparent;
    border-bottom: 2px solid #690;
    border-radius: 0;
    color: #000;
    line-height: 31px;
}
#navbar-mast .navbar-nav>.active {
    position: relative;
    bottom: -2px;
}
#navbar-mast ul.nav.social li {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
}
#navbar-mast ul.nav.social {
    border-left: 1px solid #ccc;
    margin: 7px 0 0 0;
    padding: 0;
}
#navbar-mast ul.nav.social li a {
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}
#navbar-mast .navbar-toggle+.navbar-collapse {margin-top: 0}
#navbar-mast .navbar-collapse {padding: 0}
#navbar-mast ul.nav.meta li {margin: 0}
#navbar-mast ul.nav.meta li.notifications button {
    font-size: 12px;
    display: inline-block;
    background-color: #690;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: none;
}
.wf-active #navbar-mast ul.nav.meta li.notifications button {font-size: 18px}
#navbar-mast ul.nav.meta li.profile button {
    width: 30px;
    height: 35px;
    line-height: 20px;
    margin: 0;
    float: none;
    border: none;
    background-color: transparent;
    padding: 5px 0;
    display: inline-block;
    background-position: -5000px -5000px;
}
#navbar-mast ul.nav.meta li.profile button .icon {
    display: inline-block;
    margin: 0 5px;
}
#navbar-mast ul.nav.meta li.profile .btn-group.open button.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #690;
    border-radius: 0;
}
#navbar-mast ul.nav.meta li.profile .btn-group.open button.dropdown-toggle .icon {
    background-image: url(assets/img/assets.png);
    background-position: -380px 0;
}
#navbar-mast ul.nav.meta li.profile.male .icon {background-position: -460px 0}
#navbar-mast ul.nav.meta li.profile.male .icon:hover {background-position: -420px 0}
#navbar-mast ul.nav.meta li.profile.female .icon {background-position: -480px 0}
#navbar-mast ul.nav.meta li.profile.female .icon:hover {background-position: -440px 0}
#navbar-mast ul.nav.meta li.profile.male .btn-group.open .icon.dropdown-toggle {background-position: -380px 0}
#navbar-mast ul.nav.meta li.profile.female .btn-group.open .icon.dropdown-toggle {background-position: -400px 0}
#navbar-mast ul.nav.meta li.profile .dropdown-menu,
#navbar-mast ul.nav.meta li.notifications .dropdown-menu {
    width: 320px;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    text-align: left;
}
#navbar-mast ul.nav.meta li .dropdown-menu a {
    color: #555;
    margin: 0 0 5px;
    padding: 0 20px;
    line-height: 20px;
}
#navbar-mast ul.nav.meta li .dropdown-menu a:hover {
    color: #690;
    background-color: transparent;
}
.profile-info,
#navbar-mast ul.nav.meta li.profile-info {
    margin: 0 20px 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.profile-info small {
    font-size: 10px;
    color: #999;
}
.profile-info h4 {
    margin: 0;
    padding: 0;
}
.profile-info .profile-image {
    width: 50px;
    border: 2px solid #eee;
    float: left;
    margin-right: 10px;
}
#navbar-mast ul.nav.meta li .dropdown-menu .h5 {
    margin: 0;
    padding: 0;
}
#navbar-mast ul.nav.meta li.notifications .dropdown-menu {
    width: 350px;
    padding: 0 0 20px;
}
#navbar-mast ul.nav.meta li.notifications .dropdown-menu a {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    margin: 0 20px;
    white-space: normal;
}
#navbar-mast ul.nav.meta li.notifications .dropdown-menu li:last-child a {border-bottom: none}
#navbar-mast ul.nav.meta li.notifications .dropdown-menu li.breaker {
    margin: 0 20px 10px;
    border-bottom: 3px solid #690;
    position: relative;
    height: 20px;
}
#navbar-mast ul.nav.meta li.notifications .dropdown-menu li.breaker span {
    display: inline-block;
    background-color: #fff;
    padding: 5px 5px 5px 0;
    color: #690;
    position: absolute;
}
.icon-bar {background-color: #555}
.icon {
    background-image: url(http: //www.thairath.co.th/assets/img/assets.png);
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}
a.social-facebook {background-position: -200px 0}
a.social-twitter {background-position: -220px 0}
a.social-instagram {background-position: -240px 0}
a.social-rss {background-position: -260px 0}
@media (max-width: 991px) {
    #navbar-mast ul.nav.meta, 
    #navbar-mast ul.nav.social {border: none}
    #navbar-mast ul.nav.meta li,
    #navbar-mast ul.nav.social li {float: left}
    #navbar-mast ul.nav.social li {
        height: 35px;
        padding-top: 5px;
    }
    #navbar-mast ul.nav.social {
        position: absolute;
        bottom: 0;
        right: 15px;
        z-index: 10;
    }
    #navbar-mast ul.nav.meta.pull-right {
        float: left !important;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #navbar-mast ul.nav.navbar-nav {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #690;
    }
    #navbar-mast ul.nav.meta li.notifications .dropdown-menu {
        width: 100%;
        margin: 0;
        padding: 10px 0 0;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        padding-top: 0;
        border-top: 10px solid #690;
    }
    #navbar-mast ul.nav.meta li.notifications .dropdown-menu li.ad img {width: 100%}
    #navbar-mast ul.nav.meta li.notifications .dropdown-menu li,
    #navbar-mast ul.nav.meta li.profile .dropdown-menu li {float: none}
    #navbar-mast ul.nav.meta li.profile {width: 90%}
    #navbar-mast ul.nav.meta li.profile .btn-group {
        width: 100%;
        text-align: left;
    }
    #navbar-mast ul.nav.meta li.profile .dropdown-menu {
        position: relative;
        left: -15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        margin-bottom: 35px;
        margin-left: -20px;
        background-color: #FFF;
    }
    #navbar-mast {
        margin: 0 -15px;
        border: none;
        border-bottom: 2px solid #ccc;
    }
    #navbar-mast button.navbar-toggle {
        margin-right: 8px;
        margin-top: 0;
    }
    #navbar-mast button.navbar-toggle.active {background-color: #690}
    #navbar-mast button.navbar-toggle.active .icon-bar {background-color: #fff}
    #navbar-mast .navbar-header {border: none}
    .navbar-mast-collapse {
        background-color: #690;
        overflow: hidden;
    }
    #navbar-mast ul.nav a {
        color: #eee;
        text-align: center;
    }
    #navbar-mast ul.nav li {
        color: #fff;
        border-bottom: 1px dashed #ccc;
    }
    #navbar-mast ul.nav li.active {border-bottom: 1px dashed #ccc}
    #navbar-mast ul.nav li.active a {
        margin: 0 -15px;
        padding: 0 25px;
        border-bottom: none;
    }
    #navbar-mast ul.nav.meta li,
    #navbar-mast ul.nav.social li {border: none}
    #navbar-mast ul.nav.meta li.profile.female .icon {background-position: -400px 0}
    #navbar-mast ul.nav.meta li.profile.female:hover .icon {background-position: -440px 0}
    #navbar-mast ul.nav.navbar-nav.meta {border-top: none}
    #navbar-mast ul.nav.meta li.notifications button {
        background-color: #fff;
        color: #690;
        margin-left: 10px;
    }
    a.social-facebook {background-position: -100px 0}
    a.social-twitter {background-position: -120px 0}
    a.social-instagram {background-position: -140px 0}
    a.social-rss {background-position: -160px 0}
}
#navbar-main {
    background-color: #eee;
    margin: 0;
    padding: 5px;
    text-align: center;
    min-height: 40px;
    height: 40px;
}
#navbar-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navbar-main ul li {
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 17px;
}
#navbar-main ul li:after {
    content: "|";
    padding-left: 5px;
    font-size: 12px;
    color: #999 !important;
}
#navbar-main ul li:last-child:after {content: ""}
#navbar-main ul li.active a {
    background-color: #fff;
    color: #000;
}
#navbar-main ul li a {padding: 0 5px 12px}
.nav-collapse-main {
    height: auto;
    display: block;
}
.icon-bar {background-color: #555}
.icon {
    background-image: url(assets/img/home/assets.png);
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}
a.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 184px;
    height: 54px;
    margin: -27px 0 0 -92px;
    display: block;
    background-position: 0 -100px;
    z-index: 0;
}
#weather-search {
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
    height: 60px;
}
#line-weather {
    float: left;
    height: 25px;
    padding: 0;
    margin: 0;
}
#line-weather h5 {
    float: left;
    margin: 0;
}
#line-weather h3 {
    float: left;
    margin: 0;
    text-align: left;
}
i.icon.weather {
    position: static;
    width: 30px;
    height: 30px;
    margin: -5px 10px 0;
    float: left;
    background-position: -90px -20px;
}
#thai-analytics i {
    display: block;
    width: 25px;
    height: 25px;
}
#thai-analytics i {
    background-position: -300px 0;
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}
#thai-analytics a {margin-top: -12px}
.search-box {
    position: absolute;
    right: 0;
    bottom: 5px;
    text-align: right;
    display: block;
    width: 200px;
    height: 25px;
    border: 1px solid #ccc;
}
.search-box input[type=text] {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 23px;
    z-index: 10;
    padding: 0 5px;
}
.search-box input[type=submit] {
    background-image: url(assets/img/assets.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    border: 1px outset #fff;
    border-left: 1px solid #ccc;
    border-bottom: none;
    border-right: 1px inset #fff;
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    background-color: #eee;
    background-position: -320px 0;
}
#navbar-category {
    min-height: 0;
    margin-bottom: 0;
}
ul.menu-category {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
    text-align: center;
    min-height: 40px;
}
ul.menu-category li {
    font-size: 14px;
    display: inline-block;
    padding: 4px 0;
}
.wf-active ul.menu-category li {padding: 0}
ul.menu-category li:after {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    content: "|";
    font-size: 14px;
    color: #999 !important;
}
ul.menu-category li:last-child:after {content: ""}
ul.menu-category li a {padding: 0 5px}
ul.menu-category li.active a {color: #000}
.identity {
    position: relative;
    height: 85px;
}
.today {
    position: absolute;
    bottom: -90px;
    left: 0;
    line-height: 28px;
    font-size: 12px;
}
.today h3 {
    display: inline;
    color: #690;
}
.link-today {
    padding: 5px 0;
    color: #999;
}
.navbar-collapse {max-height: none}
.navigation {position: relative}
.image-caption,
picture,
figure {
    margin: 20px 0;
    display: block;
}
.image-caption.fill,
picture.fill,
figure.fill {margin-left: -200px}
.image-caption .caption,
picture p,
figure figcaption {
    font-style: italic;
    padding: 2px 0 5px;
    font-size: 11px;
}
picture img,
figure img {
    width: 100%;
    height: auto;
}
@media (max-width: 1199px) {
    .image-caption.fill, 
    picture.fill, 
    figure.fill {margin-left: -162px}
}
@media (max-width: 991px) {
    .image-caption.fill, 
    picture.fill, 
    figure.fill {margin-left: -125px}
}
@media (max-width: 767px) {
    .image-caption.fill, 
    picture.fill, 
    figure.fill {margin-left: 0}
}
a.video-wrap {
    position: relative;
    display: block;
}
a.video-wrap:after {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 45px;
    padding-left: 11px;
    font-size: 25px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    background-image: none;
    background-color: #000;
    border: 3px solid #fff;
    border-radius: 50%;
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    color: #fff;
    opacity: .7;
}
@media (max-width: 991px) and (min-width: 768px) {
    a.video-wrap: after {
        width: 40px;
        height: 40px;
        line-height: 35px;
        padding-left: 10px;
        font-size: 20px;
        left: 50%;
        top: 50%;
        margin: -20px 0 0 -20px;
        background-image: none;
        border: 2px solid #fff;
    }
}
ul.pagination {
    float: right;
    border-radius: 0;
    margin: 0;
    clear: both;
}
ul.pagination li a {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    color: #999;
}
ul.pagination li a:hover {background-color: transparent}
ul.pagination li.control a {
    border: 1px solid #999;
    padding: 1px 4px;
    margin: 3px 2px 0;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 14px;
}
ul.pagination li a:after {
    content: "|";
    margin-left: 5px;
}
ul.pagination li.ellipsis a:after,
ul.pagination li.control a:after {content: ""}
ul.pagination li:first-child a,
ul.pagination li:last-child a {border-radius: 0}
ul.pagination.fill {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}
ul.pagination.fill li.control {
    position: absolute;
    top: 0;
    left: 0;
}
ul.pagination.fill li.control:last-child,
ul.pagination.fill li.control.next {
    right: 0;
    left: auto;
}
ul.pagination.fill li.h5 {
    float: left;
    width: 100%;
    display: inline-block;
    background-color: #eee;
}
.pagination.fill>li>a,
.pagination.fill>li>span {background-color: transparent}
.page-title .pagination {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 0;
}
hgroup.break {
    position: relative;
    border-top: 3px solid #eee;
    margin: 10px 0;
    height: 10px;
}
hgroup.break.dotted {border-top-style: dotted}
hgroup.break.green {border-top: 3px solid #690}
hgroup.break small {
    display: block;
    font-size: 12px;
}
hgroup.break.short {
    margin-top: 30px;
    margin-bottom: 10px;
}
hgroup.break.no-margin-bottom {margin-bottom: 0}
hgroup.break h4 {
    text-align: center;
    position: relative;
    top: -18px;
    margin: 0;
    color: #690;
}
hgroup.break h6 {
    text-align: center;
    position: relative;
    top: -10px;
    margin: 0;
}
hgroup.break.single h6 {top: -15px}
hgroup.break span {
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
}
hgroup.break .timestamp {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 12px;
    color: #999;
    font-style: italic;
}
hgroup.break h4.fan {color: #222}
hgroup.break h4.fan em {font-style: normal}
hgroup.break h4.fan em.c1 {color: #2692F8}
hgroup.break h4.fan em.c2 {color: #FFD74C}
hgroup.break h4.fan em.c3 {color: #FF191F}
hgroup.break h4.fan em.c4 {color: #FF97CA}
hgroup.break.first {margin-top: 5px}
@media (max-width: 767px) {
    hgroup.break.first {
        clear: both;
        margin-top: 20px;
    }
}
.mood-vote {margin-bottom: 20px}
.mood-vote ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mood-vote ul li {
    position: relative;
    min-height: : 35px;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 52px;
}
.mood-vote ul li img.mood-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    margin: 0;
}
.mood-vote .bar {
    width: 100%;
    height: 5px;
    background-color: #eee;
}
.mood-vote .progress {
    width: 0;
    height: 5px;
    border-radius: 0;
    background-color: #690;
}
.mood-vote span.percentage {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
}
.mood-vote .mood {
    display: block;
    height: 30px;
    line-height: 30px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .mood-vote .mood, 
    .mood-vote span.percentage {
        font-size: 10px;
        height: 25px;
        line-height: 25px;
    }
    .mood-vote ul li img.mood-icon {
        width: 35px;
        top: 5px;
    }
    .mood-vote ul li {
        padding-left: 40px;
        margin-bottom: 5px;
    }
}
.live-scores {margin-bottom: 10px}
.scores .live-scores {margin-bottom: 30px}
.live-scores hgroup {margin-bottom: 0}
#live-box-scores {
    position: relative;
    margin: 0 0 5px;
}
#live-box-scores .left.carousel-control .icon-prev {
    left: 0;
    top: 35px;
    width: 25px;
    background-position: -330px 0;
}
#live-box-scores .right.carousel-control .icon-next {
    right: 0;
    top: 35px;
    width: 25px;
    background-position: -360px 0;
}
#live-box-scores .carousel-control {width: 40px}
#live-box-scores .current-score {
    clear: both;
    background-color: transparent;
    border-bottom: 1px dashed #eee;
}
#live-box-scores .current-score .team {color: #222}
#live-box-scores .current-score .team.center {
    color: #690;
    font-size: 23px;
}
.wf-active #live-box-scores .current-score .team.center {font-size: 32px}
#live-box-scores .current-score:last-child {border-bottom-style: solid}
#box-scores {
    border-bottom: 3px solid #690;
    margin-bottom: 20px;
}
#box-scores hgroup {border-top: 3px solid #690}
.box-score-title {
    min-height: 100px;
    padding: 0 40px;
    margin: 0 0 10px;
}
.box-score-title div.image {
    width: 95px;
    height: 95px;
    float: left;
    margin: 0 10px 0 0;
}
#search-scores {
    position: relative;
    text-align: center;
    width: 270px;
    height: 25px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.search-scores {
    width: 270px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #999;
}
#search-scores input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
}
.current-score {
    background-color: #690;
    height: 30px;
    padding: 0;
    line-height: 30px;
}
.current-score .team {
    width: 38%;
    display: block;
    float: left;
    color: #fff;
}
.current-score .team.left {text-align: right}
.current-score .team.center {
    width: 20%;
    margin: 0 2%;
    text-align: center;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    font-size: 26px;
}
.scores .current-score .team.center {width: 10%}
.scores .current-score .team {width: 43%}
ul.current-match {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}
ul.current-match li {
    border-bottom: 1px dashed #999;
    padding: 10px;
}
ul.current-match li.alt {background-image: url(assets/img/bg-stripes.jpg)}
ul.current-match li i.icon {
    width: 30px;
    height: 30px;
    float: left;
    margin: -5px 0 0;
}
ul.current-match li i.icon.blank {background-image: none}
ul.current-match li i.icon.scores-yellow-card {background-position: -30px -20px}
ul.current-match li i.icon.scores-red-card {background-position: 0 -20px}
ul.current-match li div.time {
    width: 50px;
    text-align: center;
    font-weight: 700;
    color: #222;
    float: left;
}
ul.current-match li div.event {
    margin-left: 75px;
    padding: 0 5px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .box-score-title h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .box-score-title h4 {
        font-size: 20px;
        line-height: 18px;
    }
    ul.current-match li div.event {font-size: 12px}
    .box-score-title div.image {width: 70px}
    .box-score-title {padding: 0 30px}
    #live-box-scores .left.carousel-control .icon-prev {
        width: 15px;
        background-position: -325px 0;
    }
    #live-box-scores .right.carousel-control .icon-next {
        background-position: -375px 0;
        width: 15px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .box-score-title div.image {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
    .box-score-title {
        padding: 0 30px;
        height: auto;
        text-align: center;
    }
    #live-box-scores .left.carousel-control .icon-prev {
        width: 15px;
        background-position: -325px 0;
    }
    #live-box-scores .right.carousel-control .icon-next {
        background-position: -375px 0;
        width: 15px;
    }
    #live-box-scores .carousel-control {width: 20px}
    #search-scores,
    .search-scores {width: 100%}
    ul.current-match li {padding: 5px}
    ul.current-match li div.event {
        font-size: 11px;
        margin-left: 65px;
        min-height: 30px;
    }
    ul.current-match li div.time {
        width: 30px;
        padding: 0 5px;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .box-score-title div.image {
        float: left;
        display: block;
        margin-bottom: 0;
    }
    .box-score-title {
        padding: 0 40px;
        text-align: left;
    }
    #live-box-scores .left.carousel-control .icon-prev {
        width: 25px;
        background-position: -330px 0;
    }
    #live-box-scores .right.carousel-control .icon-next {
        background-position: -360px 0;
        width: 25px;
    }
    #live-box-scores .carousel-control {width: 20px}
    .current-score .team {font-size: 13px}
    .current-score .team.center {font-size: 14px}
    .wf-active .current-score .team {font-size: 18px}
    .wf-active .current-score .team.center {font-size: 20px}
    .scores .current-score .team.center {width: 20%}
    .scores .current-score .team {width: 38%}
    ul.current-match li {padding: 10px}
    ul.current-match li div.event {
        font-size: 14px;
        margin-left: 75px;
    }
    ul.current-match li div.time {
        width: 50px;
        padding: 0 5px;
        font-size: 14px;
    }
}
.match-results {padding-bottom: 20px}
.match-result {
    background-color: #eee;
    padding: 0 10px 10px;
}
table.result {
    width: 100%;
    margin-bottom: 2px;
}
table.result td,
table.result th {padding: 5px}
table.result th {padding-top: 10px}
table.result thead tr {border-bottom: 1px solid #ccc}
table.result tbody tr {border-bottom: 1px dashed #ccc}
table.result tbody tr:last-child {border-bottom: none}
table.result td.time {
    width: 40px;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #999;
}
table.result td.live {
    width: 70px;
    font-size: 8px;
    font-style: italic;
    text-transform: uppercase;
    color: #000;
}
.tag-live {
    background-color: #FFE04F;
    width: 50px;
    text-align: center;
    display: inline-block;
}
table.result td.score {
    width: 60px;
    color: #690;
    text-align: center;
    font-weight: 700;
}
table.result td.team {
    font-size: 14px;
    width: 30%;
}
.wf-active table.result td.team {font-size: 20px}
table.result td.team.right {text-align: right}
table.result tr.inactive td {color: #999}
.collapse-match {
    padding: 0 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: #690;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    cursor: pointer;
}
.collapse-match:hover {color: #fff}
.wf-active .collapse-match {
    line-height: 30px;
    margin-bottom: 0;
}
.collapse-match i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.collapse-match.collapsed i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.league-table {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    width: 100%;
    text-align: left;
}
.league-table.sides {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.league-table.bottom {border-bottom: 20px solid #690}
.wf-active .league-table {
    font-size: 18px;
    line-height: 19px;
}
.league-table hgroup.break.single {margin: 40px 0 0}
.league-table table {
    width: 100%;
    border-bottom: 10px solid #690;
}
.league-table th {
    color: #fff;
    font-weight: 400;
    background-color: #690;
    padding: 5px;
    border-left: 1px solid #fff;
}
.league-table td {padding: 5px}
.league-table tr {border-bottom: 1px solid #ccc}
.league-table.sides thead th:first-child {border-left: 1px solid #ccc}
.league-table tr:last-child td {
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
}
.league-table.bottom tr:last-child td {padding-bottom: 5px}
.league-table tr.europe td {
    background-color: #EFF5E5;
    background-color: rgba(102, 153, 0, .1);
}
.league-table th.position,
.league-table td.position {
    width: 55px;
    text-align: center;
    padding-left: 10px;
}
.league-table td.position {
    text-align: left;
    border-right: 1px solid #ccc;
}
.league-table th.points,
.league-table td.points,
.league-table .cards,
.league-table .goals {
    width: 55px;
    text-align: center;
}
.league-table.cards-only .cards {width: 55px}
.league-table th.played,
.league-table td.played {
    width: 35px;
    text-align: center;
}
.league-table td.played {
    background-color: #EFF5E5;
    background-color: rgba(102, 153, 0, .1);
}
.league-table tr.europe td.played {
    background-color: #E1EDCD;
    background-color: rgba(102, 153, 0, .2);
}
.league-table th.team {
    text-align: center;
    text-transform: uppercase;
}
.league-table th.team,
.league-table td.team {
    padding-left: 10px;
    padding-right: 10px;
}
.league-table th.number,
.league-table td.number,
.league-table th.playername,
.league-table th.playerposition,
.league-table td.playerposition,
.league-table th.playerage,
.league-table td.playerage,
.league-table th.country,
.league-table td.country,
.league-table .playerplayed {text-align: center}
.league-table th.playerposition,
.league-table th.playerage,
.league-table th.country,
.league-table td.points {border-left: 1px solid #fff}
.league-table td.playername,
.league-table td.playerposition,
.league-table td.playerage,
.league-table td.country {border-left: 1px solid #ccc}
.league-table th.number,
.league-table td.number {width: 30px}
.league-table i.icon {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -1px;
    background-position: -560px 0;
    display: inline-block;
}
.league-table i.icon.up {background-position: -580px 0}
.league-table i.icon.down {background-position: -600px 0}
.league-table .result-all,
.league-table .result-home,
.league-table .result-away {text-align: center}
.league-table tr.double {border-bottom: 1px solid #B3CC80}
.league-table tr.double th,
.league-table td.team {border-right: 1px solid #fff}
.league-table th.stats {
    width: 30px;
    color: #B3CC80;
    text-align: center;
}
.league-table td.stats {
    background-color: #E1EDCD;
    background-color: rgba(102, 153, 0, .2);
    text-align: center;
}
.league-table td.stats.alt,
.league-table td.games,
.league-table td.playername {
    background-color: #E1EDCD;
    background-color: rgba(102, 153, 0, .1);
}
.league-table tr.europe td.stats {
    background-color: #E1EDCD;
    background-color: rgba(102, 153, 0, .3);
}
.league-table tr.europe td.stats.alt,
.league-table tr.europe td.games {
    background-color: #E1EDCD;
    background-color: rgba(102, 153, 0, .2);
}
.league-table .stats.a {border-right: 1px solid #fff}
.league-table caption {
    padding-top: 10px;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.league-table caption h6 {margin: 0}
.league-table caption ul.legend {
    margin: 0;
    list-style: none;
    padding: 0;
}
.league-table caption ul.legend li {
    float: left;
    width: 20%;
    font-size: 10px;
    color: #555;
}
.league-table th.cards {padding: 5px 0 0}
.league-table th i.icon {
    float: none;
    margin: 0;
    line-height: 0;
}
.league-table i.icon.yellow {background-position: -35px -25px}
.league-table i.icon.red {background-position: -5px -25px}
.league-table i.icon.goals {background-position: -620px 0}
.cards-teams img.img-responsive {display: inline-block}
.cards-teams {
    text-align: center;
    border-right: 1px dashed #ccc;
    margin-bottom: 20px;
}
.card {
    display: inline-block;
    width: 50px;
    height: 65px;
    line-height: 65px;
    border-radius: 5px;
    margin: 0 5px 20px 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.wf-active .card {font-size: 50px}
.card.yellow {
    background-color: gold;
    background: linear-gradient(135deg, rgba(255, 255, 255, .8) -30%, #ffd500 100%);
    border: 1px solid gold;
    -webkit-box-shadow: 1px 1px 1px #666;
    box-shadow: 1px 1px 1px #666;
}
.card.red {
    background-color: red;
    background: linear-gradient(135deg, rgba(255, 255, 255, .8) -30%, red 100%);
    border: 1px solid red;
    -webkit-box-shadow: 1px 1px 1px #666;
    box-shadow: 1px 1px 1px #666;
}
.cards-teams h1.team-name {
    height: 56px;
    line-height: 45px;
    margin-bottom: 20px;
}
.cards-teams hgroup.leader {
    height: 56px;
    margin: 20px 0 20px;
}
.cards-teams hgroup.leader h1 {
    margin: 0;
    line-height: 20px;
}
.cards-teams hgroup.leader .gray {color: #999}
th.player,
td.club,
th.club {text-align: center}
td.club,
.league-table td.cards,
.league-table td.goals,
.league-table td.playerplayed {border-left: 1px solid #ccc}
td.player {padding-left: 10px}
.league-table th.games,
.league-table th.starter,
.league-table th.substitute {border-left-color: #fff}
.league-table .games,
.league-table .starter,
.league-table .substitute {
    width: 110px;
    text-align: center;
    border-left: 1px solid #ccc;
}
.league-table th.prize,
td.amount,
.league-table th.amount {
    text-align: center;
    border-left: 1px solid #fff;
}
.league-table .amount {
    width: 140px;
    text-align: center;
    border-left: 1px solid #ccc;
}
.league-table .total td {text-align: right}
.league-table .total .amount {
    text-align: center;
    background-color: #E1EDCD;
    background-color: rgba(102, 153, 0, .2);
}
.league-table .playerplayed {width: 80px}
.stat-leader {
    text-align: center;
    margin-bottom: 30px;
}
.stat-leader .leader {
    position: relative;
    display: inline-block;
    width: 450px;
    text-align: left;
}
.stat-leader .leader .wrap {
    position: relative;
    display: inline-block;
}
.leader-stats {
    position: absolute;
    right: 0;
    top: 40px;
}
.leader-stats h1 {
    margin: 0;
    line-height: 20px;
}
.leader-stats h5 {color: #999}
.multimedia .stat-leader .leader {
    width: 400px;
    padding: 0 10px;
}
.stat-ball {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #999;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
}
.stat-ball.active {background-color: #690}
.stat-ball h1 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.stat-ball h1.xl {
    font-size: 36px;
    line-height: 30px;
    padding-top: 5px;
    margin: 0;
}
.wf-active .stat-ball h1.xl {font-size: 50px}
.stat-ball h1.xl.middle {line-height: 45px}
.stat-ball h6 {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
i.icon.results {background-position: -660px -50px}
i.icon.players {background-position: -690px -50px}
i.icon.championship {background-position: -720px -50px}
i.icon.statistics {
    background-position: -750px -50px;
    background-color: transparent;
}
li.active i.icon.results {background-position: -540px -50px}
li.active i.icon.players {background-position: -570px -50px}
li.active i.icon.championship {background-position: -600px -50px}
li.active i.icon.statistics {
    background-position: -630px -50px;
    background-color: transparent;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .cards-teams hgroup.leader {margin-top: 15px}
}
@media (max-width: 1199px) {
    .league-table .games, 
    .league-table .starter, 
    .league-table .substitute {width: 70px}
}
@media (max-width: 991px) and (min-width: 768px) {
    .league-table td.position i {display: none}
    .league-table td.position,
    .league-table th.position {
        text-align: center;
        width: 20px;
        padding-left: 5px;
    }
    .league-table th.points,
    .league-table td.points {width: 20px}
}
@media (max-width: 991px) {
    .leader-stats {top: 30px}
    .wf-active .leader-stats h1.playername {
        margin: 0;
        line-height: 20px;
    }
    .cards-teams {border-right: none}
}
@media (max-width: 767px) {
    .league-table .games, 
    .league-table .starter, 
    .league-table .substitute {width: 50px}
    .leader-stats {
        position: relative;
        text-align: center;
        margin-bottom: 20px;
        right: auto;
        top: 0;
        width: auto;
    }
    .stat-leader .leader,
    .multimedia .stat-leader .leader {width: auto}
    .league-table .cards,
    .league-table .goals,
    .league-table .played {width: 30px}
}
#hot-topic {
    line-height: 35px;
    text-align: center;
    color: #555;
    margin: 0 0 10px;
}
body.home #hot-topic {margin: 0 0 10px}
#hot-topic a {
    display: inline-block;
    color: #999;
    border-right: 1px solid #eee;
    line-height: 16px;
    padding: 0 5px;
}
#hot-topic a:last-child {border-right: 1px solid transparent}
.wf-active #hot-topic a {
    line-height: 16px;
    padding-bottom: 0;
}
#hot-topic a:hover {
    text-decoration: none;
    color: #690;
}
#news-update {
    text-align: center;
    line-height: 35px;
    color: #660;
    padding: 0 5px;
}
.carousel.gallery {
    margin: 0 0 10px;
    padding: 0 0 0;
}
.carousel.gallery img {margin: 0}
.carousel.gallery div.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    display: none;
    text-shadow: none;
    text-align: left;
}
.carousel.gallery.lifestyle .carousel-inner {padding: 0 0 60px}
.carousel.gallery.lifestyle div.carousel-caption {display: block}
.carousel.gallery div.carousel-caption.collapsible {
    display: block;
    padding: 10px 0 0;
    min-height: 50px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
}
.carousel.gallery div.carousel-caption.light {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
}
.carousel.gallery div.carousel-caption.light.lifestyle {
    bottom: auto;
    top: 413px;
    padding: 15px 0 0 370px;
    width: auto;
}
.carousel.gallery div.carousel-caption.collapsible h2 {
    color: #fff;
    text-align: left;
    padding: 0 10px;
}
.carousel.gallery div.carousel-caption.lifestyle.light h2 {color: #44B2AC}
.carousel.gallery div.carousel-caption.collapsible.light h2,
.carousel.gallery div.carousel-caption.collapsible.light .caption-text {color: #222}
.collapse-toggle {
    font-family: "Helvetica Neue", Arial;
    position: absolute;
    top: 16px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 12px;
    text-align: left;
    font-size: 26px;
    color: #fff;
}
.caption-text p {
    padding-left: 10px;
    padding-right: 10px;
}
.carousel.gallery.image-indicators {
    margin: 0;
    padding: 0 0 60px;
}
.carousel.gallery .carousel-indicators {
    bottom: 0;
    margin: 0;
    width: auto;
    left: auto;
    right: 0;
    height: auto;
    text-indent: 0;
    border-radius: 0;
    display: inline-block;
}
.carousel.gallery .carousel-indicators.images {
    left: 0;
    width: 100%;

    height: 60px;
    padding: 0;
    background-color: #eee;
    text-align: center;
}
.carousel.gallery .carousel-indicators.images.lifestyle {
    left: 0;
    right: auto;
    bottom: auto;
    top: 403px;
    width: auto;
    height: auto;
    padding: 0;
    background-color: #eee;
    text-align: center;
}
.carousel.gallery .carousel-indicators.images.lifestyle li {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    padding: 0;
    height: auto;
    overflow: hidden;
    float: left;
    display: block;
    border-bottom: 10px solid #44B2AC;
}
.carousel.gallery .carousel-indicators.images.lifestyle li.white-block {
    border: none;
    background-color: transparent;
    background-color: rgba(255, 255, 255, .8);
    display: block;
    width: 85px;
    height: 80px;
    position: absolute;
    z-index: 0;
    right: 0;
}
.carousel.gallery .carousel-indicators.dark {background-color: #000}
.carousel.gallery .carousel-indicators.striped {
    background-color: transparent;
    background-image: url(assets/img/bg-stripes.jpg);
}
.carousel.gallery .carousel-indicators.striped.lifestyle {
    background-image: url(assets/img/bg-stripes-lifestyle.jpg);
    border-bottom: 10px solid #fff;
}
.carousel.gallery .carousel-indicators li {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 0;
    float: left;
    text-indent: 0;
    line-height: 25px;
    text-align: center;
    margin: 0;
    padding: 3px 0 0;
    font-weight: 400;
    color: #ccc;
    font-size: 12px;
}
.carousel.gallery .carousel-indicators.images li {
    width: 88px;
    height: 50px;
    margin: 5px 0 0 -4px;
    padding: 0;
    float: none;
    display: inline-block;
}
.carousel.gallery .carousel-indicators li img {display: none}
.carousel.gallery .carousel-indicators li.active {color: #fff}
.carousel.gallery .carousel-indicators li .badge {background-color: transparent}
.carousel.gallery .carousel-indicators.images li:before,
.carousel.gallery .carousel-indicators.images li:after {
    margin: 0;
    padding: 0;
}
.carousel.gallery .carousel-indicators.images li img {display: block}
.carousel.gallery .carousel-indicators.images li .badge {display: none}
.gallery-text {display: none}
.carousel-control.left,
.carousel-control.right,
.marquee-control.left,
.marquee-control.right {background: 0 0}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before,
.marquee-control .icon-prev:before,
.marquee-control .icon-next:before {content: " "}
.carousel-control .icon-next,
.marquee-control .icon-next {
    background-image: url(assets/img/home/assets.png);
    background-position: -453px -90px;
    width: 25px;
    height: 50px;
    display: block;
    left: auto;
    right: 20px;
    margin: -25px 0 0;
}
.carousel-control .icon-prev,
.marquee-control .icon-prev {
    background-image: url(assets/img/assets.png);
    background-position: -420px -91px;
    content: " ";
    width: 25px;
    height: 50px;
    display: block;
    left: 20px;
    margin: -25px 0 0;
}
.carousel.gallery.image-indicators .carousel-control .icon-next,
.carousel.gallery.image-indicators .carousel-control .icon-prev,
.carousel.gallery.lifestyle .carousel-control .icon-next,
.carousel.gallery.lifestyle .carousel-control .icon-prev {margin: -55px 0 0}
.gallery-text {
    min-height: 50px;
    margin: 0 0 20px;
}
.indicators-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background-color: #000;
    z-index: 20;
}
.indicators-wrapper-inner {
    position: relative;
    overflow: hidden;
    height: 60px;
    margin: 0 30px;
}
.carousel.gallery .indicators-wrapper .carousel-indicators.images {
    width: 2000em;
    text-align: left;
}
.carousel.gallery.caption div.carousel-caption {
    display: block;
    z-index: 30;
    bottom: 60px;
    color: #fff;
}
.carousel.gallery.caption div.carousel-caption h5 {
    color: #fff;
    margin: 0;
    padding: 0 10px;
    font-style: normal;
}
.carousel.gallery.caption div.carousel-caption.collapsible {min-height: 35px}
.carousel.gallery.caption .collapse-toggle {top: 10px}
.carousel.gallery .indicators-wrapper .carousel-indicators {
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-scroll {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 60px;
    z-index: 999999;
    text-align: center;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
}
.carousel-scroll.prev {left: 0}
.carousel-scroll.next {right: 0}
.marquee {
    position: relative;
    background-color: #000;
    overflow: hidden;
    margin-bottom: 30px;
    height: 463px;
}
.marquee .container {
    position: static;
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    margin: 0;
}
.image-carousel {height: 100%}
.image-carousel .item {
    display: block;
    float: left;
    margin-right: 15px;
}
.image-carousel .item.next,
.image-carousel .item.prev,
.image-carousel .item.next.left,
.image-carousel .item.next.right,
.image-carousel .item.prev.left,
.image-carousel .item.prev.prev,
.image-carousel .item.active.left,
.image-carousel .item.active.right {
    left: auto !important;
    top: auto !important;
    width: auto;
    position: relative;
    -webkit-transition: none;
    transition: none;
}
.image-carousel .item img {
    max-width: 100%;
    max-height: 400px;
}
.image-carousel .carousel-inner {
    width: 2000em;
    height: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transition: .6s ease-in-out margin-left;
    transition: .6s ease-in-out margin-left;
}
.image-carousel .item div.carousel-caption {
    display: block;
    font-size: 12px;
}
.image-carousel .item div.carousel-caption h5 {
    color: #fff;
    padding: 0 10px;
}
.full-screen {
    overflow: hidden;
    height: 100%;
}
.full-screen .marquee {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0;
    margin: 0;
}
.full-screen .image-carousel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.full-screen .image-carousel .carousel-inner {
    top: 0;
    margin-top: 0;
    margin-left: 0 !important;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: none;
    transition: none;
}
.full-screen .image-carousel .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    opacity: 0;
    -webkit-transition: .6s ease-in-out opacity;
    transition: .6s ease-in-out opacity;
}
.full-screen .image-carousel .item.active {
    z-index: 1000;
    opacity: 1;
    -webkit-transition: .6s ease-in-out opacity;
    transition: .6s ease-in-out opacity;
}
.full-screen .image-carousel .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    display: inline-block;
}
.full-screen .close-full {display: block}
.full-screen .image-carousel .carousel-control {
    z-index: 2000;
    height: 50px;
    margin-top: -25px;
    top: 50%;
}
.full-screen .carousel-control .icon-next,
.full-screen .marquee-control .icon-prev {top: 0}
.close-full {
    position: absolute;
    top: 0;
    right: 20px;
    background-color: #333;
    color: #eee;
    display: none;
    width: 40px;
    height: 40px;
    z-index: 999999;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}
@media (max-width: 991px) {
    .marquee .carousel.image-carousel div.carousel-caption.collapsible, 
    .marquee .carousel.image-carousel div.carousel-caption.collapsible .collapse-toggle {display: block}
    .marquee {padding: 0}
    .full-screen .marquee .carousel.image-carousel div.carousel-caption.collapsible .collapse-toggle {top: 10px}
}
@media (max-width: 767px) {
    .marquee {
        position: relative;
        background-color: #000;
        overflow: hidden;
        margin-bottom: 30px;
        padding: 0;
        height: auto;
    }
    .marquee .container {padding: 0}
    .image-carousel,
    .marquee .image-carousel.gallery {
        height: auto;
        margin: 0;
    }
    .image-carousel .item,
    .image-carousel .item.next,
    .image-carousel .item.prev .image-carousel .item.next.left,
    .image-carousel .item.prev.left .image-carousel .item.next.right,
    .image-carousel .item.prev.right {
        position: absolute !important;
        top: 0;
        left: 0;
        display: block;
        float: none;
        margin-right: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        -webkit-transition: .6s ease-in-out opacity;
        transition: .6s ease-in-out opacity;
    }
    .image-carousel .item.active {
        position: relative !important;
        display: block;
        opacity: 1;
        -webkit-transition: .6s ease-in-out opacity;
        transition: .6s ease-in-out opacity;
        z-index: 1;
    }
    .image-carousel .item img {
        display: inline-block;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 320px !important;
    }
    .image-carousel .carousel-inner {
        width: 100%;
        position: relative;
        left: 0;
        margin-left: 0 !important;
        -webkit-transition: none;
        transition: none;
    }
    .image-carousel .carousel-inner>.item {
        -webkit-transition: none;
        transition: none;
        -webkit-transition: .6s ease-in-out opacity;
        transition: .6s ease-in-out opacity;
        z-index: 0;
    }
    .image-carousel .carousel-control {z-index: 10}
    .view-larger.tab {display: none}
}
.ad-box {
    position: relative;
    min-height: 40px;
    background-color: #eee;
    border: 5px solid #eee;
    border-bottom: 15px solid #eee;
    border-bottom: none;
    padding-bottom: 15px;
    text-align: center;
    margin: 0 0 20px;
    overflow: hidden;
}
.ad-box img {margin: 0 auto}
.add-label {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -50px;
    font-size: 9px;
    text-transform: uppercase;
    width: 100px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    display: block;
    color: #555;
}
@media (max-width: 1199px) {
    .ad-box {
        width: 293px;
        height: 256px;
    }
    .ad-box.long {
        width: 617px;
        height: 95px;
    }
}
@media (max-width: 991px) {
    .ad-box {
        width: 220px;
        height: 195px;
    }
    .ad-box.long {
        width: 470px;
        height: 77px;
    }
}
@media (max-width: 767px) {
    .ad-box, 
    .ad-box.long {
        margin: 0 -15px 20px;
        width: auto;
        height: auto;
    }
    .ad-box.long img {width: 320px}
    .ad-box .img-responsive {width: auto}
    .ad-box.long {margin: 0 -15px 10px}
}
.news-box {
    position: relative;
    padding: 20px 0 30px;
    border-top: 3px solid #690;
    border-bottom: 3px solid #690;
    color: #555;
    margin: 0 0 20px;
}
.news-box h6 {
    width: 100%;
    text-align: center;
    position: absolute;
    color: #690;
    padding: 0 5px;
    top: -10px;
    line-height: 20px;
}
.news-box h6 span {
    background-color: #fff;
    padding: 0 5px;
}
.news-box .h5 {margin: 0}
.news-box a span.timestamp,
.timestamp {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    color: #999;
    text-align: center;
    font-style: italic;
}
.timestamp {text-align: left}
.news-box .link-item {text-align: center}
.news-box a.view-more {
    border: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.short-list {
    text-align: center;
    margin: 0 0 20px;
    padding: 19px 15px;
    background-color: #ffffe9;
}
.short-list .media {
    text-align: center;
    border-bottom: 1px dashed #ccc;
}
.short-list .media:last-child {border: none}
.short-list .link-item {
    font-size: 17px;
    text-align: center;
}
h6.author-category {
    padding: 10px 0 0;
    margin: 0;
}
.article-author {color: #999}
.article-author,
.article-category {
    line-height: 16px;
    display: block;
}
.list-links {
    text-align: center;
    color: #555;
}
.list-links .media {border-bottom: 1px dashed #ccc}
.list-links .media:last-child {border-bottom: none}
.list-links .media-body p:last-child {margin: 0}
.columnist {
    background-color: #ffffe9;
    padding: 20px 10px;
    text-align: center;
}
.columnist .link-item {text-align: center}
.columnist i.icon.columnist {
    width: 150px;
    height: 40px;
    display: inline-block;
    float: none;
    margin: 0 0 10px;
    background-position: -140px -50px;
}
.row .author-circle {
    width: 50px;
    height: 50px;
    margin: 10px 0;
    display: inline-block;
}
.tabbed-list {
    min-height: 100px;
    margin: 0 0 20px;
}
#thairath-ontv {
    background-color: #333;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-align: center;
    border: 1px solid #333;
}
#thairath-ontv h4 {
    color: #fff;
    margin: 0;
    text-align: center;
}
.footer {
    font-family: 'dtac2013', serif;
    text-align: center;
    background-color: #222;
    border-top: 5px solid #f39c12;
    color: #ccc;
    margin: 0px 0 0;
    padding: 25px 0 20px;
}
.footer .row {text-align: left}
.footer .container {overflow: hidden;
max-width: 1214px;
}
.footer a:hover {text-decoration: none}
.footer .social {
    display: inline-block;
    padding: 0;
    margin: -10px 0 20px;
}
.footer .social a {margin: 0 2px}
.footer .social a.social-facebook {background-position: -100px 0}
.footer .social a.social-twitter {background-position: -120px 0}
.footer .social a.social-instagram {background-position: -140px 0}
.footer .social a.social-rss {background-position: -160px 0}
.footer .social a.icon {
    display: inline-block;
    float: none;
}
.footer-links {
    font-family: 'dtac2013', serif;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    color: #555;
}
.footer-links .lead-link {
    font-size: 14px;
    color: #fff;
}
.footer-links h3 {
    display: inline;
    margin-right: 20px;
    color: #333;
}
.footer-link {padding: 0 10px}
ul.footer-links li ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links li ul li {display: inline-block}
.footer-links li ul li:first-child:before {content: ""}
.footer-links li ul li:before {content: "|"}
.footer-links a {
    color: #999;
    font-size: 14px;
}
.footer-links a.lead-link {color: #fff}
.footer-links a:hover {color: #f3c112}
.footer hgroup {
    border-top: 1px solid #555;
    height: 0;
}
.copyright {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
    color: #555;
    list-style: none;
    display: inline-block;
}
.copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.white.small {
    display: block;
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px;
}
.copyright li:first-child a.footer-link {padding-left: 0}
.copyright li:first-child:before {content: ""}
.copyright li:before {content: ""}
.copyright a {color: #999}
.copyright a:hover {color: #690}
ul.sponsers {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #555;
}
ul.sponsers li {
    float: left;
    margin: 0 0 0 10px;
}
i.icon.sponser1 {
    width: 46px;
    height: 37px;
    background-position: 0 -53px;
}
i.icon.inet {
    width: 80px;
    height: 37px;
    background-position: -50px -53px;
}
.tab-pane ol {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}
.tab-pane ol li {
    position: relative;
    padding: 10px 10px 10px 50px;
    border-bottom: 1px dashed #ccc;
}
.tab-pane ol li a {line-height: 18px}
.tab-pane ol li small {
    font-style: italic;
    color: #999;
    font-size: 12px;
    display: block;
}
.tab-pane ol i.bullet {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #eee;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    font-style: normal;
}
.tabbed-list .nav-tabs {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.tabbed-list li.active a {color: #690}
.tabbed-list .nav-tabs {height: 41px}
.tabbed-list .nav-tabs li {
    overflow: hidden;
    float: none;
    display: inline-block;
    background-color: #fff;
}
.tabbed-list .nav-tabs>li {margin-bottom: 0}
.tabbed-list .nav-tabs li a {
    text-align: center;
    padding: 10px;
    margin: 0;
    line-height: 19px;
    border-radius: 0;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
.wf-active .tabbed-list .nav-tabs li a {line-height: 16px}
.tabbed-list .nav-tabs li.active a {border-bottom: 1px solid #fff}
.tabbed-list .nav-tabs li.active a:hover {color: #690}
.outside-source {
    padding: 10px 0;
    margin: 0 0 20px;
    border-bottom: 1px dashed #eee;
}
.outside-source .source-title {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px;
    line-height: 4px;
    color: #555;
    font-size: 10px;
}
.outside-source .source-title h3 {margin: 0}
.outside-source .source-title i.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 40px;
}
.outside-source .source-title i.icon.scb {background-position: -360px -50px}
.outside-source .source-title i.icon.oil {background-position: -390px -50px}
.outside-source .source-title i.icon.gold {background-position: -420px -50px}
.outside-source ul.social {
    position: absolute;
    right: 0;
    bottom: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.outside-source ul.social li {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 5px;
}
.outside-source ul.social a.social-facebook {background-position: -200px 0}
.outside-source ul.social a.social-twitter {background-position: -220px 0}
.outside-source ul.social a.social-youtube {background-position: -280px 0}
.outside-source ul.social li.text {width: auto}
.source-oil h1 {
    position: relative;
    text-align: right;
    color: #690;
    margin: 0;
}
.source-oil h1.split {
    line-height: 45px;
    height: 55px;
    border-bottom: 1px dashed #eee;
}
.source-oil h4 {
    position: relative;
    line-height: 30px;
    height: 40px;
    text-align: right;
    color: #999;
    margin: 0;
}
.border-right {border-right: 1px dashed #eee}
.source-oil div h1:last-child {
    border: none;
    margin: 0;
}
small.legend,
h5.legend {
    display: block;
    text-align: right;
    margin: 0;
}
.source-oil h1 i,
.source-oil h4 i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    width: 60px;
    height: 25px;
    display: block;
    float: left;
    text-align: left;
    font-style: normal;
    line-height: 10px;
    color: #222;
    padding: 5px 0;
    font-size: 10px;
}
.source-oil h1 i strong,
.source-oil h4 i strong {
    color: #000;
    display: block;
}
#scb-currency {margin: 0}
#scb-currency .nav-tabs li a {
    margin: 0;
    padding: 4px;
    text-align: center;
    border-bottom: 1px solid transparent;
    font-size: 12px;
}
#scb-currency.tabbed-list .nav-tabs li.active a:hover {line-height: 16px}
#scb-currency .tab-pane {
    padding: 20px 0 10px;
    min-height: auto;
    margin: 0;
}
i.currency {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    border-radius: 15px;
    background-color: #eee;
}
table.currency {
    width: 100%;
    padding: 10px 0;
}
table.currency th {
    text-align: right;
    font-size: 9px;
}
table.currency th.deposit {text-align: left}
table.currency td {
    text-align: right;
    padding: 0 0 0 5px;
    border-bottom: 1px dashed #eee;
    letter-spacing: -1px;
}
table.currency tr:last-child td {border: none}
table.currency td.sale {color: #ccc}
table.currency td.currency {
    text-align: left;
    padding: 0;
}
.loans {text-align: center}
.loans h3,
.wf-active .loans h3 {
    margin: 0 0 5px;
    line-height: 20px;
}
.loans h6 {
    font-size: 12px;
    color: #999;
}
.wf-active .loans h6 {
    font-size: 14px;
    line-height: 10px;
    margin: 0;
    padding: 0;
}
.loans h2,
.wf-active .loans h2 {
    font-size: 30px;
    background-color: #eee;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0;
    padding: 0;
    color: #690;
    display: inline-block;
}
.loans h2 {font-size: 19px}
.live-report {
    position: relative;
    margin: 25px 0 20px;
    background-image: url(assets/img/bg-stripes.jpg);
}
.live-report .title {
    position: absolute;
    top: -25px;
    font-size: 16px;
    font-style: italic;
    width: 100%;
    color: #999;
}
.live-report .title img {
    position: absolute;
    top: 0;
    right: 0;
}
.live-time,
.live-update {
    margin-top: 25px;
    color: #000;
}
.live-time {
    margin: 30px -15px 0 0;
    font-size: 26px;
    padding: 0 0 10px 10px;
}
.live-update {
    font-size: 14px;
    padding: 0 10px 10px 0;
}
.wf-active .live-update {
    font-size: 20px;
    line-height: 18px;
}
.twitter-recommendation {
    padding: 10px 15px 0;
    margin: 0 0 20px;
}
.twitter-recommendation h5,
wf-active .twitter-recommendation h5 {margin: 0}
i.icon.recommend-twitter {
    background-position: -180px -160px;
    width: 68px;
    height: 55px;
    float: left;
    margin: 0 15px 15px 0;
}
.iframe-embed {
    min-height: 30px;
    margin: 0 0 0 83px;
}
.recommend-social {
    position: relative;
    margin: 90px 0 10px;
    padding: 30px 30px 80px;
    background-image: url(assets/img/bg-stripes.jpg);
    min-height: 100px;
}
.recommend-social hgroup {
    position: absolute;
    left: 50%;
    top: -60px;
    margin: 0 0 0 -60px;
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    background-color: #ccc;
    color: #707070;
    padding: 35px 0 0;
    z-index: 10;
    text-align: center;
}
.recommend-social hgroup h6,
.recommend-social hgroup h4 {
    color: #707070;
    padding: 0;
    text-transform: uppercase;
}
.recommend-social hgroup h6 {
    line-height: 10px;
    font-size: 12px;
}
.recommend-social hgroup h4 {
    line-height: 14px;
    font-size: 18px;
}
.wf-active .recommend-social hgroup h4 {
    line-height: 14px;
    margin: 0;
}
.recommend-social hgroup h2 {color: #fff}
.instagram-large {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 2px;
    background-color: #fff;
}
.instagram-large .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}
.instagram-large .image {position: relative}
.instagram-large i.profile {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 10px;
    background-color: #eee;
    float: left;
}
.social-profile {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.social-profile img {
    margin: 0;
    border: 1px solid #fff;
}
.twitter-stream {
    background-color: #fff;
    padding: 10px;
}
div.hiso {padding: 0 0 10px}
div.hiso .head {
    width: 100%;
    border-bottom: 5px solid #F69;
}
div.hiso .head img {margin: 0}
div.hiso img.profile {
    border: 3px solid #fff;
    width: 97px;
    margin: -55px 0 0;
    display: inline-block;
}
.entry div.hiso {
    position: relative;
    margin: 102px 0 7px;
    padding: 20px;
    background-color: #F69;
}
.hiso-wrap {position: relative}
.hiso-wrap .profile {
    position: absolute;
    right: 0;
}
.entry .hiso .head {
    position: absolute;
    left: 10px;
    top: -101px;
    border-bottom: none;
    z-index: 10;
}
.entry div.hiso .head img {width: auto}
.entry div.hiso h3 {
    margin: 20px 0 0;
    color: #fff;
}
.entry div.hiso p {color: #fff}
.horoscope {
    position: relative;
    padding: 15px 0;
    border-top: 3px solid #690;
    border-bottom: 3px solid #690;
    color: #555;
    margin: 0 0 20px;
    text-align: center;
}
.horoscope h6 {
    text-align: center;
    margin: 0;
    color: #690;
}
.horoscope blockquote {
    margin: 0;
    color: #555;
}
a.teller,
.wf-active a.teller {
    display: inline-block;
    width: 50px;
    margin: 0 5px;
    text-align: center;
}
a.teller img {
    width: 50px;
    margin: 0 0 5px;
}
.malai {
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-align: center;
    background-image: url(assets/img/bg-stripes.jpg);
}
.malai .head {
    position: absolute;
    top: -20px;
    left: 50%;
    margin: 0 0 0 -48px;
}
.malai h4,
.wf-active .malai h4 {margin-bottom: 0}
.celeb {
    text-align: center;
    background-image: url(assets/img/bg-stripes.jpg);
    margin: 0 0 20px;
    padding: 20px;
}
.entry .celeb {margin: 0 0 7px}
.celeb h4 {
    margin: 60px 0 0;
    color: #999;
}
.celeb-thumb {
    display: inline-block;
    width: 38px;
    margin: 0 0 0 -4px;
}
.celeb-thumb img {margin: 0}
.celeb .img-thumbnail {
    border-radius: 0;
    margin-left: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    box-shadow: 5px 5px 10px #ccc;
}
.paparazzi {
    position: absolute;
    top: -15px;
    right: -40px;
}
.celeb-wrap {
    position: relative;
    display: inline-block;
}
.celeb-wrap img.img-responsive {max-width: 330px}
.entry .celeb h4 {margin-top: 0}
.entry .celeb .img-thumbnail {margin-bottom: 10px}
.celeb-current {
    margin: 0 0 20px;
    padding: 70px 0 0;
    background-image: url(assets/img/bg-celeb-current.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.celeb-current img.img-circle {
    background-color: transparent;
    padding: 0;
    border: 5px solid #eee;
}
.lakorn {
    margin: 0 0 20px;
    padding-bottom: 10px;
    background-image: url(assets/img/bg-stripes.jpg);
}
.lakorn ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
}
.lakorn ul li {
    position: relative;
    width: 185px;
    float: left;
    padding: 0 0 0 40px;
}
.lakorn ul li a:before {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    content: "\002022";
    font-size: 50px;
    padding-right: 10px;
    margin: 0;
    height: 25px;
    color: #690;
    top: 2px;
    left: 20px;
}
.lakorn ul li.ended:before {color: #C30}
.success-story {
    position: relative;
    border-top: 3px solid #690;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 5px;
}
.success-story .story {
    text-align: center;
    background-color: #222;
    padding: 40px 20px 10px;
}
.success-story .story img {
    width: 270px;
    display: inline-block;
}
.success-story .story h5 {margin: 0}
.success-story .story h5 a {color: #fff}
.success-story .story div.caption {
    border-bottom: 1px dashed #555;
    border-top: 1px dashed #555;
    padding: 5px;
}
.success-story .head {
    width: 150px;
    height: 60px;
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 0 0 -75px;
}
.media.royal {
    border-bottom: 1px dashed #eee;
    height: 62px;
    overflow: hidden;
}
.media.royal:first-child {
    border-top: 1px dashed #eee;
    padding-top: 10px;
    height: 72px;
}
#today-newspaper {margin: 0 0 10px}
#today-lottery {margin: 0 0 10px}
#today-newspaper div.right,
#today-lottery div.right {padding-left: 0}
.lottery-date {margin: -10px 0 0}
.lottery-rewards {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    width: 43px;
    height: 43px;
    padding: 10px 0;
    margin: 0;
    border-radius: 20px;
    background-color: #eee;
    color: #555;
    text-align: center;
}
.lottery-number {
    color: #000;
    padding: 0;
    margin: -10px 0 0;
    line-height: 40px;
    text-align: center;
}
.lottery-label {
    color: #999;
    margin: -10px 0 0;
    display: inline-block;
    width: 70px;
    text-align: center;
}
.lottery-info {
    padding-left: 0;
    padding-right: 0;
}
.view-more {
    font-size: 11px;
    display: block;
    text-align: right;
}
.page-title {
    position: relative;
    margin: 0 0 9px;
    padding: 0;
    min-height: 33px;
}
.page-title.underline,
.wf-active .page-title.underline {
    min-height: 40px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
}
.page-title.underline.margin-no,
.wf-active .page-title.underline.margin-no {margin: 0}
a.img-caption {
    position: relative;
    display: block;
    padding: 0;
}
a.img-caption img {margin: 0}
.media-object-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
}
.hasCaption {position: relative}
.hasCaption .caption {
    position: absolute;
    bottom: 5px;
    left: 0;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
}
.hasCaption i {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    left: 0;
    padding: 5px;
    background-color: #000;
}
.sport-images {
    position: relative;
    min-height: 300px;
    margin-bottom: 20px;
    background-color: #000;
    padding: 10px 35px 15px;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.sport-images .head {text-align: center}
.sport-images .head img.img-responsive {display: inline-block}
.sport-images h3,
.sport-images h4 {color: #fff}
.entry .sport-images {
    text-align: left;
    margin-bottom: 7px;
}
.column-browser .col-xs-3,
.column-browser .col-lg-3,
.multimedia-browser .col-lg-3 {padding-right: 0}
.column-browser .col-xs-9,
.column-browser .col-lg-9,
.multimedia-browser .col-lg-9 {
    padding-left: 0;
    margin-bottom: 20px;
}
.multimedia-browser {margin-top: 25px}
.multimedia div.media {border-bottom: none}
.side-menu {
    list-style: disc;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.side-menu.multimedia,
.side-menu.icons {list-style: none}
.side-menu li.title {
    position: relative;
    border-bottom: 1px solid transparent;
    background-color: #eee;
    font-size: 19px;
    line-height: 23px;
    color: #000;
    padding-left: 22px;
    list-style: none;
}
.side-menu li.title a {color: #000}
.side-menu li a {position: relative}
.side-menu li i {
    width: 30px;
    height: 30px;
    margin: -5px 5px 0 -15px;
}
.side-menu li.title i {margin: 0 0 0 -10px}
i.icon.news {background-position: -330px -20px}
.side-menu li i.document,
i.icon.document {background-position: -870px -20px}
.side-menu li.title i.document {background-position: -900px -20px}
.side-menu li i.video,
i.icon.video {background-position: -150px -20px}
.side-menu li i.image,
i.image {background-position: -180px -20px}
.side-menu li i.infographic,
i.infographic {background-position: -210px -20px}
.side-menu li i.profile,
i.profile {background-position: -480px -20px}
.side-menu li i.recommend,
i.recommend {background-position: -510px -20px}
.side-menu li i.guest,
i.guest {background-position: -540px -20px}
.side-menu li i.video.grey,
i.icon.video.grey {background-position: -390px -20px}
.side-menu li i.image.grey,
i.image.grey {background-position: -420px -20px}
.side-menu li i.infographic.grey,
i.infographic.grey {background-position: -450px -20px}
.side-menu li i.profile.grey,
i.profile.grey {background-position: -480px -20px}
.side-menu li i.recommend.grey,
i.recommend.grey {background-position: -510px -20px}
.side-menu li i.guest.grey,
i.guest.grey {background-position: -390px -20px}
.side-menu li i.vote.grey,
.side-menu li.title i.vote,
i.vote.grey {background-position: -600px -20px}
.side-menu li.active i.video {background-position: -630px -20px}
.side-menu li.active i.image {background-position: -660px -20px}
.side-menu li.active i.infographic {background-position: -690px -20px}
.side-menu li.active i.profile {background-position: -720px -20px}
.side-menu li.active i.recommend {background-position: -750px -20px}
.side-menu li.active i.guest {background-position: -780px -20px}
.side-menu li.active.hasSubmenu,
.side-menu.multimedia li.active.hasSubmenu {
    background-color: #eee;
    width: 100%;
}
.side-menu li.title i.profile {background-position: -720px -20px}
.side-menu li.title i.guest {background-position: -780px -20px}
.side-menu li {
    margin: 0;
    padding: 15px 10px 15px 27px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 18px;
}
.side-menu li.search {padding: 5px 10px 10px 0}
.side-menu li.search input[type=search] {
    width: 100%;
    border: none;
    text-indent: 10px;
    background-color: #eee;
}
.side-menu li.search input[type=submit] {
    background-image: url(assets/img/home/assets.png);
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 20;
    border: none;
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    background-color: #eee;
    background-position: -120px -60px;
}
.side-menu.title li {border-bottom: 1px solid transparent}
.side-menu li.active {
    background-color: #ffffe9;
    width: 102%;
    position: relative;
    z-index: 1;
}
.side-menu.vote li.active,
.side-menu.multimedia li.active,
.side-menu.icons li.active {background-color: #fff}
.side-menu li.active a {color: #000}
.side-menu li a {
    display: block;
    color: #999;
}
.wf-active .side-menu li.title {
    font-size: 26px;
    line-height: 25px;
}
.wf-active .side-menu li {
    font-size: 20px;
    line-height: 18px;
}
div.multimedia,
div.search-results {
    padding: 0 0 15px 30px;
    -webkit-box-shadow: -8px 5px 10px #eee;
    box-shadow: -8px 5px 10px #eee;
}
.must-watch {
    padding: 10px 10px 1px;
    margin: 0 0 35px;
    background-color: #000;
}
.must-watch hgroup.break {border-top-color: #222}
.must-watch hgroup.break span {background-color: #000}
.must-watch hgroup.break h4 {color: #ffffe9}
.must-watch .caption h4 {color: #fff}
.must-watch .caption i {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 3px;
    float: left;
}
.must-watch .caption i.video {background-position: -390px -20px}
.must-watch .caption i.image {background-position: -420px -20px}
i.bullet {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 27px;
}
.search-filter {
    font-size: 14px;
    line-height: 18px;
    min-height: 40px;
    padding: 10px 0;
    color: #999;
}
.search-filter a {color: #999}
.search-filter a.active {color: #222}
.wf-active .search-filter {
    font-size: 20px;
    line-height: 24px;
}
.search-filter strong {color: #222}
.search-result {
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    margin-bottom: 15px;
}
.search-result .col-xs-4 {padding: 0}
.search-result .col-xs-8 h5 {margin: 0}
.search-result .col-xs-8 small {color: #999}
.soap {
    margin-bottom: 30px;
    overflow: hidden;
}
.soap h3,
.wf-active .soap h3 {
    margin: 0;
    padding-top: 10px;
}
.soap .image,
.malai-full .image {
    padding-left: 0;
    padding-right: 8px;
}
.soap .image img {margin: 0}
.soap .info {padding-right: 0}
.rating {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    margin: 0 0 10px;
    overflow: hidden;
}
.rating small {
    display: block;
    clear: both;
    font-size: 8px;
}
ul.stars {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 8px;
}
.wf-active ul.stars,
.wf-active .rating small {font-size: 12px}
ul.stars li {
    line-height: 22px;
    padding: 0 5px;
    float: left;
}
ul.stars li.star {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    background-position: -360px 0;
}
ul.stars li.star.active {background-position: -340px 0}
ul.episodes {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
}
ul.episodes li {
    float: left;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #eee;
    margin: 0 5px 5px 0;
}
ul.episodes li.active {background-color: #d0e1b0}
ul.episodes li.red {background-color: #eec7bd}
.episode-description {
    padding: 10px;
    background-color: #eff5e5;
    font-size: 13px;
    line-height: 17px;
    color: #222;
}
.episode-description h6 {
    margin: 0;
    padding: 0;
}
.wf-active .episode-description {
    font-size: 18px;
    line-height: 19px;
}
.episode-navigation {
    list-style: none;
    margin: 40px 0 20px;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    clear: both;
    text-align: right;
    font-size: 12px;
}
.episode-navigation li {display: inline-block}
.episode-navigation li a {
    color: #999;
    padding: 2px 5px;
    display: inline-block;
}
.episode-navigation li a:hover {color: #690}
.padding-left-lg-0,
.padding-left-md-0 {padding-left: 0}
.view-all-columns {
    display: block;
    text-align: right;
}
.wf-active .view-all-columns {font-size: 18px}
.social-networks {
    float: right;
    min-height: 20px;
    min-width: 50px;
    padding: 10px 0;
    list-style: none;
}
.social-networks li {
    float: left;
    margin-left: 5px;
}
ul.tags {
    background-image: url(assets/img/bg-stripes.jpg);
    margin: 0 0 20px;
    padding: 5px;
    list-style: none;
    font-size: 13px;
    overflow: hidden;
    clear: both;
}
.wf-active ul.tags {font-size: 18px}
ul.tags li {
    float: left;
    line-height: 30px;
    height: 30px;
    margin: 0 5px 0 0;
}
ul.tags li a {color: #999}
ul.tags li a:hover {color: #690}
.tags li.title {
    text-decoration: none;
    padding: 0 0 0 5px;
    margin-right: 15px;
    background-color: #fff;
    position: relative;
    display: block;
    float: left;
}
.tags li.title:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 100%;
    z-index: 2;
}
.follow-topic {
    border-top: 3px solid #ccc;
    min-height: 35px;
    padding: 10px 0 5px;
    overflow: hidden;
}
.follow-topic .social-networks {padding-top: 0}
ul.topics {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.wf-active ul.topics {font-size: 18px}
ul.topics li {
    display: inline-block;
    margin: 0 5px;
}
ul.topics li.title {text-decoration: underline}
ul.topics li a {
    display: block;
    padding: 0 5px;
    background-color: #999;
    color: #fff;
}
.page-media {margin-bottom: 20px}
.cartoon {
    padding: 20px;
    background-color: #999;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.cartoon img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.lottery-filter {
    border-top: 3px solid #eee;
    clear: both;
    margin-top: 40px;
    padding: 10px 10px 5px;
    min-height: 30px;
    overflow: hidden;
    font-size: 12px;
}
.lottery-filter div.col-lg-5,
.lottery-filter div.col-lg-2 {padding: 0 5px}
.lottery-filter input {
    border: 1px solid #eee;
    background-color: #fff;
    color: #999;
    font-size: 10px;
}
.filter {
    position: relative;
    margin-bottom: 5px;
}
.filter input {border-radius: 2px}
.filter input[type=submit],
.filter input[type=button] {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#eee), to(#fff));
    background-image: -webkit-linear-gradient(top, #eee, 0, #fff, 100%);
    background-image: -moz-linear-gradient(top, #eee 0, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
    line-height: 20px;
    font-size: 13px;
}
.wf-active .filter input[type=submit],
.wf-active .filter input[type=button] {
    line-height: 20px;
    font-size: 18px;
}
.filter input[type=search],
.filter input[type=text],
i.select-open {
    height: 27px;
    padding-left: 5px;
    padding-right: 5px;
}
.filter.date-search {width: 100%}
.date-search select {
    width: 100%;
    height: 27px;
    text-indent: 10px;
    background: 0 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    color: #999;
    font-size: 10px;
    position: relative;
    z-index: 1;
}
.wf-active .date-search select {font-size: 14px}
i.select-open {
    display: block;
    height: 27px;
    line-height: 27px;
    z-index: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#eee), to(#fff));
    background-image: -webkit-linear-gradient(top, #eee, 0, #fff, 100%);
    background-image: -moz-linear-gradient(top, #eee 0, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}
.filter.date-search input[type=text],
.filter.date-search input[type=search] {width: 290px}
.filter.date-search input[type=button],
.filter.date-search input[type=submit],
i.select-open {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    text-align: center;
}
.filter.number-search {width: 100%}
.filter.number-search input[type=search] {
    width: 240px;
    margin: 0;
}
.filter.view-all {float: right}
.filter.view-all input[type=submit],
.filter.view-all input[type=button] {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, 0, #fff, 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.entry {margin-bottom: 40px}
a.view-larger {
    position: absolute;
    top: -5px;
    right: 0;
    width: 70px;
    padding-left: 35px;
    line-height: 18px;
    font-size: 18px;
    color: #999;
    display: block;
    cursor: pointer;
}
a.view-larger i.icon {
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
}
a.view-larger i.icon.larger {background-position: -430px -160px}
a.view-larger.tab {
    width: 89px;
    height: 64px;
    top: -72px;
    background-image: url(assets/img/home/assets.png);
    background-position: -81px -160px;
}
.view-larger.tab.maroon {background-color: #CB644F}
.view-larger.tab.pink {background-color: #FD99CB}
.live-entry {
    overflow: hidden;
    margin: 0 0 20px 15px;
    border-bottom: 1px dashed #ccc;
}
.live-entry .col-lg-3 h1 {margin-top: -10px}
.live-entry .entry {margin-bottom: 20px}
.live-report-date {
    margin: 0 15px 15px;
    padding: 5px 15px;
    background-color: #eee;
}
.live-entry .hasCaption img {margin: 0}
.live-entry .hasCaption .caption {
    position: relative;
    margin: 0 0 5px;
    padding: 5px 0 5px 30px;
    text-align: left;
    color: #999;
    background-color: #fff;
    font-size: 14px;
}
.wf-active .live-entry .hasCaption .caption {font-size: 20px}
.live-entry .hasCaption .caption i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    bottom: auto;
    top: 5px;
}
.match-select {margin: 10px 0}
.match-select div {padding: 0}
.match-select button.dropdown-toggle {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#eee), to(#fff));
    background-image: -webkit-linear-gradient(top, #eee, 0, #fff, 100%);
    background-image: -moz-linear-gradient(top, #eee 0, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}
#navbar-filters {
    min-height: 0;
    border: none;
}
.navbar-filters-collapse {
    padding: 0;
    max-height: none;
}
#navbar-filters .navbar-header {
    position: absolute;
    top: -45px;
    right: 0;
}
img[src] {height: auto !important}
.short-list.columns.large .media.column {padding-bottom: 5px}
.twitter-share-button {width: 75px !important}
.social-map {margin-bottom: 20px}
.social-map .map {padding-left: 0}
.social-map div.legend {padding-right: 0}
.social-map ul.legend {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-map ul.legend {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-map ul.legend li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}
.social-map ul.legend li h5 {
    margin: 0;
    padding: 0;
}
.social-map ul.legend li small {
    font-size: 10px;
    color: #999;
    font-style: italic;
}
.social-map ul.legend img {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.summary {
    background-color: #222;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 5px;
    font-size: 10px;
}
h1.letter-seperator {
    background-color: #eee;
    height: 30px;
    padding: 0 10px;
    font-size: 50px;
    text-align: left;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #ffffe9;
}
.wf-active h1.letter-seperator {
    font-size: 72px;
    line-height: 18px;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0 0 5px;
}
.breadcrumb a {
    font-size: 14px;
    margin: 0 5px;
}
.wf-active .breadcrumb a {font-size: 20px}
.multimedia .row .media {
    height: 175px;
    overflow: hidden;
}
.nav-tabs.columns {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.columns li {
    display: inline-block;
    float: none;
}
.nav-tabs.columns a {
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 0 10px;
}
.wf-active .nav-tabs.columns a {
    font-size: 20px;
    padding: 3px 10px;
}
.nav-tabs.columns li.active a {color: #690}
@media (max-width: 1199px) {
    .nav-tabs.columns a {
        padding: 3px 5px;
        font-size: 14px;
    }
    .wf-active .nav-tabs.columns a {
        font-size: 20px;
        padding: 3px 5px;
    }
}
@media (max-width: 991px) {
    .nav-tabs.columns li {
        display: block;
        float: left;
    }
    .nav-tabs.columns a {
        padding: 3px 5px;
        font-size: 13px;
    }
    .wf-active .nav-tabs.columns a {
        font-size: 18px;
        padding: 3px 5px;
    }
}
@media (max-width: 767px) {
    .nav-tabs.columns li {
        display: inline-block;
        float: none;
    }
    .nav-tabs.columns a {
        border-radius: 0;
        color: #999;
        font-size: 14px;
        padding: 0 10px;
    }
    .wf-active .nav-tabs.columns a {
        font-size: 20px;
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {
    .carousel.gallery div.carousel-caption.light.lifestyle {
        top: 300px;
        padding: 70px 0 0;
    }
    .carousel.gallery .carousel-indicators.images.lifestyle {top: 290px}
}
@media (max-width: 1199px) {
    .celeb-thumb {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0;
        border-radius: 50%;
        background-color: #fff;
    }
    .celeb-thumb.active {background-color: #999}
    .celeb-thumb img {
        margin: 0;
        display: none;
    }
    .celeb .img-thumbnail {
        border-radius: 0;
        width: 150px;
    }
    .col-md-4 .celeb .img-thumbnail {
        margin: 0;
        display: inline-block;
    }
    .paparazzi {
        position: absolute;
        right: 20px;
    }
    .celeb .celeb-wrap .img-thumbnail {width: auto}
    .celeb-wrap .paparazzi {
        left: auto;
        right: -40px;
    }
    .celeb h4 {margin: 20px 0 0}
    .columnist h4 {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }
    .wf-active .columnist h4 {
        font-size: 20px;
        line-height: 18px;
        margin: 0;
    }
    .columnist hr {margin: 10px 0}
    .footer h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .wf-active .footer h2 {
        font-size: 28px;
        line-height: 26px;
    }
    .malai h4 {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }
    .wf-active .malai h4 {
        font-size: 20px;
        line-height: 18px;
        margin: 0;
    }
    .media.margins-large {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .col-sm-6.left {padding-right: 5px}
    .col-sm-6.right {padding-left: 5px}
    .recommend-social {
        margin-top: 60px;
        padding: 15px;
    }
    .white-block {display: none}
    .carousel.gallery .carousel-indicators.striped.lifestyle {border-bottom: none}
    .carousel.gallery .carousel-indicators.images.lifestyle {
        bottom: 0;
        margin: 0;
        width: auto;
        left: auto;
        right: 0;
        top: auto;
        height: auto;
        padding: 0;
        background-color: transparent;
    }
    .carousel.gallery div.carousel-caption.light.lifestyle {
        bottom: auto;
        top: 413px;
        padding: 15px 0 0 370px;
        width: auto;
    }
    .carousel.gallery .carousel-indicators.images.lifestyle li {
        border-bottom: none;
        margin: 0;
        height: 25px;
        line-height: 25px;
        padding: 3px 0 0;
    }
    .carousel.gallery.lifestyle .carousel-inner {padding: 0}
    .carousel.gallery .carousel-indicators.images.lifestyle li.white-block {display: none}
    .carousel.gallery .carousel-indicators.striped.lifestyle {background-image: none}
    .carousel.gallery .carousel-indicators.images.lifestyle li {
        display: block;
        width: 25px;
        height: 25px;
        background-color: #000;
        background-color: rgba(0, 0, 0, .5);
        border: none;
        border-radius: 0;
        float: left;
        text-indent: 0;
        line-height: 25px;
        text-align: center;
        margin: 0;
        padding: 3px 0 0;
        font-weight: 400;
        color: #ccc;
        font-size: 12px;
    }
    .carousel.gallery .carousel-indicators.images.lifestyle li img {display: none}
    .carousel.gallery .carousel-indicators.images.lifestyle li .badge {display: block}
    .gallery-text.lifestyle {display: block}
    .carousel.gallery div.carousel-caption.collapsible h2 {
        font-size: 19px;
        line-height: 23px;
    }
    .wf-active .carousel.gallery div.carousel-caption.collapsible h2 {
        font-size: 26px;
        line-height: 25px;
    }
    .sport-images {padding: 10px 15px 15px}
    .media.column h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .wf-active .media.column h4 {
        font-size: 20px;
        line-height: 18px;
    }
    .col-lg-6.border-right {border-right: none}
    .source-oil div.col-lg-6:last-child {border-top: 1px dashed #ccc}
    .source-oil div.col-lg-6:last-child table thead,
    .source-oil div.col-lg-6:last-child small.legend {display: none}
    #scb-currency .tab-pane {padding-bottom: 0}
    .outside-source {padding-bottom: 0}
    .loans {margin-bottom: 20px}
    .outside-source .source-title {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .outside-source-link ul.social {
        bottom: auto;
        top: 5px;
    }
    .outside-source-link ul.social li.text {display: none}
    .outside-source h1.split {margin: 0}
    .multimedia .row .media {height: 155px}
}
@media (max-width: 1199px) and (min-width: 992px) {
    #navbar-main ul li {padding: 0}
    #navbar-category ul li a {font-size: 13px}
    .wf-active #navbar-category ul li a {font-size: 18px}
    .instagram-large .image {margin: 20px 0 0}
    .lakorn ul {padding: 0}
    .lakorn ul li {
        width: auto;
        float: none;
        padding: 0 0 0 30px;
    }
    .lakorn ul li a:before {left: 10px}
    .media.column a.pull-left img.media-object,
    .media.profile a.pull-left img.media-object {width: 100px}
    .live-report img {width: 72%}
    .live-report {
        margin-top: 20px;
        background-image: url(assets/img/bg-stripes.jpg);
    }
    .live-report .title {
        top: -20px;
        font-size: 14px;
    }
    .live-time,
    .live-update {
        margin-top: 20px;
        color: #000;
    }
    .live-time {
        font-size: 18px;
        line-height: 23px;
    }
    .wf-active .live-time {
        font-size: 26px;
        line-height: 25px;
    }
    .live-update {
        font-size: 11px;
        line-height: 19px;
    }
    .wf-active .live-update {
        font-size: 16px;
        line-height: 19px;
    }
    .horoscope blockquote {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 0;
    }
    .wf-active .horoscope blockquote {
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .celeb-current {padding: 60px 0 0}
    ul.episodes li {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
    .soap .info h3 {padding-top: 4px}
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel.gallery div.carousel-caption.light.lifestyle {top: 300px}
    .carousel.gallery .carousel-indicators.images.lifestyle {top: 290px}
    .recommend-social {padding: 15px 15px 40px}
    .recommend-social hgroup {
        left: 50%;
        top: -40px;
        margin: 0 0 0 -50px;
        width: 100px;
        height: 100px;
        padding: 30px 0 0;
        z-index: 10;
    }
    .recommend-social hgroup h6 {
        line-height: 8px;
        font-size: 10px;
    }
    .recommend-social hgroup h4 {
        line-height: 14px;
        font-size: 18px;
    }
    .wf-active .recommend-social hgroup h6 {font-size: 14px}
    .wf-active .recommend-social hgroup h4 {
        line-height: 12px;
        font-size: 20px;
    }
    .recommend-social hgroup h2 {
        color: #fff;
        font-size: 26px;
    }
    .social-profile {font-size: 12px}
    .instagram-large .image {margin: 20px 0 0}
    .instagram-large .caption {position: static}
    .col-sm-6.left {padding-right: 5px}
    .col-sm-6.right {padding-left: 5px}
    img.special-scope {
        width: 250px;
        margin: 0 10px 10px 0;
        float: left;
    }
    .live-report img {width: 65%}
    .live-report {
        margin-top: 15px;
        background-image: url(assets/img/bg-stripes.jpg);
    }
    .live-report .title {
        top: -15px;
        font-size: 12px;
    }
    .live-time,
    .live-update {
        margin-top: 15px;
        padding: 0 10px;
    }
    .live-time {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .wf-active .live-time {
        font-size: 26px;
        margin-bottom: 0;
    }
    .live-update {
        margin-top: 0;
        font-size: 11px;
        line-height: 19px;
        padding-bottom: 10px;
    }
    .wf-active .live-update {
        font-size: 16px;
        line-height: 19px;
    }
    .horoscope blockquote {
        font-size: 13px;
        line-height: 17px;
        padding-bottom: 0;
    }
    .wf-active .horoscope blockquote {
        font-size: 18px;
        line-height: 19px;
    }
    .celeb-current {padding: 40px 0 0}
    .celeb-current img.img-circle {border: 2px solid #eee}
    .lakorn ul {padding: 0}
    .lakorn ul li {float: none}
    .celeb .img-thumbnail {margin: 0 0 10px}
    .celeb h4 {margin: 0 0 10px}
    .paparazzi {right: -20px}
    .instagram-large h2 {font-size: 21px}
    .wf-active .carousel.gallery div.carousel-caption.collapsible {
        height: auto;
        min-height: inherit;
        padding: 5px 0;
        font-size: 12px;
    }
    .wf-active .carousel.gallery div.carousel-caption.collapsible h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }
    .collapse-toggle {display: none}
    hr.solid {display: none}
    hr.white.solid.thick.fill {display: block}
    div.media.column:last-child {border-bottom: none}
    .short-list .media.column {padding: 0 10px}
    .footer .col-sm-9 {
        padding-left: 0;
        padding-right: 0;
    }
    i.icon.recommend-twitter {
        background-position: -420px -105px;
        width: 45px;
        height: 36px;
        margin: 5px 10px 5px 0;
    }
    .twitter-recommendation h5 {
        font-size: 13px;
        line-height: 17px;
        margin: 0 0;
    }
    .wf-active .twitter-recommendation h5 {
        font-size: 18px;
        line-height: 19px;
        margin: 0;
    }
    .iframe-embed {
        min-height: 30px;
        margin: 0 0 0 55px;
    }
    .place h3 {
        font-size: 19px;
        line-height: 23px;
    }
    .wf-active .place h3 {
        font-size: 20px;
        line-height: 18px;
    }
    #today-lottery div.col-sm-12.right {padding-left: 15px}
    .lottery-info.col-sm-6 {padding-left: 15px}
    .tabbed-list .nav-tabs li a {font-size: 12px}
    .lottery-info.center-text {text-align: center}
    .social-map ul.legend li {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .social-map ul.legend img {display: none}
}
@media (max-width: 991px) {
    #page {position: relative}
    .navigation {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    body.home #hot-topic {margin: 0}
    #navbar-main,
    #navbar-category {
        position: static;
        margin: 0;
        min-height: 0;
        padding: 0;
        height: auto;
        background-color: transparent;
        border: none;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    #navbar-main ul li,
    #navbar-category ul li {
        padding: 0;
        display: block;
    }
    #navbar-main ul li:after,
    #navbar-category ul li:after {
        border: none;
        content: "";
        padding: 0;
        margin: 0;
    }
    #navbar-main a,
    #navbar-category a {
        display: block;
        text-align: left;
        border: none;
        margin: 5px 10px;
        line-height: 25px;
        border-bottom: 1px solid #eee;
    }
    .wf-active #navbar-main a,
    .wf-active #navbar-category a {
        font-size: 21px;
        padding: 0;
    }
    #navbar-main .navbar-collapse,
    #navbar-category .navbar-collapse {
        padding: 0;
        background-color: #eee;
        max-height: none;
    }
    #navbar-main .navbar-toggle,
    #navbar-category .navbar-toggle {
        position: absolute;
        top: -30px;
        left: 0;
        margin: 0;
        padding: 0;
        width: 90px;
        padding: 0 0 0 1%;
        height: 25px;
        font-size: 14px;
        background-color: #690;
        color: #fff;
        border-radius: 0;
        text-align: left;
    }
    #navbar-category .navbar-toggle {
        left: 85px;
        margin: 0 0 0 6px;
        width: 90px;
        height: 25px;
        background-color: #000;
        z-index: 1;
    }
    .wf-active #navbar-main .navbar-toggle,
    .wf-active #navbar-category .navbar-toggle {font-size: 21px}
    #navbar-main .navbar-toggle div.arrow-right,
    #navbar-category .navbar-toggle div.arrow-right {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 0;
        height: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-left: 6px solid #fff;
        border-left: 6px solid rgba(255, 255, 255, .5);
        font-size: 0;
        line-height: 0;
    }
    #navbar-main .navbar-toggle.active,
    #navbar-category .navbar-toggle.active {background-color: #999}
    #navbar-main .navbar-toggle.active div.arrow-right,
    #navbar-category .navbar-toggle.active div.arrow-right {
        border: none;
        top: 10px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        border-top: 6px solid rgba(255, 255, 255, .5);
    }
    #hot-topic span {display: none}
    .today {
        bottom: auto;
        top: 5px;
        left: 15px;
        font-size: 8px;
    }
    #line-weather,
    #thai-analytics {display: none}
    .identity {height: 110px}
    a.logo {top: 40%}
    #weather-search {
        position: relative;
        width: auto;
        height: 100%;
        padding-left: 182px;
    }
    .search-box {
        position: relative;
        bottom: auto;
        right: 0;
        top: 65px;
        width: 100%;
        margin: 0;
    }
    .carousel.gallery.image-indicators {
        margin: 0 0 10px;
        padding: 0 0 0;
    }
    .carousel.gallery .carousel-indicators.images,
    .carousel.gallery .carousel-indicators.images.lifestyle {
        bottom: 0;
        margin: 0;
        width: auto;
        left: auto;
        right: 0;
        top: auto;
        height: auto;
        padding: 0;
        background-color: transparent;
    }
    .carousel.gallery .carousel-indicators.images.lifestyle li {
        border-bottom: none;
        margin: 0;
        height: 25px;
        line-height: 25px;
        padding: 3px 0 0;
    }
    .carousel.gallery.lifestyle .carousel-inner {padding: 0}
    .carousel.gallery .carousel-indicators.images.lifestyle li.white-block {display: none}
    .carousel.gallery .carousel-indicators.striped.lifestyle {background-image: none}
    .carousel.gallery .carousel-indicators.images li {
        display: block;
        width: 25px;
        height: 25px;
        background-color: #000;
        background-color: rgba(0, 0, 0, .5);
        border: none;
        border-radius: 0;
        float: left;
        text-indent: 0;
        line-height: 25px;
        text-align: center;
        margin: 0;
        padding: 3px 0 0;
        font-weight: 400;
        color: #ccc;
        font-size: 12px;
    }
    .carousel.gallery .carousel-indicators.images li img {display: none}
    .carousel.gallery .carousel-indicators.images li.active {color: #fff}
    .carousel.gallery div.carousel-caption.collapsible,
    .carousel.gallery div.carousel-caption.light {display: none}
    .carousel.gallery .carousel-indicators li .badge,
    .carousel.gallery .carousel-indicators.images li .badge {display: block}
    .carousel.gallery .carousel-indicators.images,
    .carousel.gallery .carousel-indicators.striped {
        background-color: transparent;
        background-image: none;
    }
    .carousel.gallery.image-indicators .carousel-control .icon-next,
    .carousel.gallery.image-indicators .carousel-control .icon-prev,
    .carousel.gallery.lifestyle .carousel-control .icon-next,
    .carousel.gallery.lifestyle .carousel-control .icon-prev {margin: -25px 0 0}
    .gallery-text {display: block}
    .gallery-text .caption-text.collapse {display: block}
    .gallery-text .caption-text p {padding: 0 0 10px}
    .carousel.gallery.always-image {padding: 0 0 60px}
    .carousel.gallery.always-image .carousel-control .icon-next,
    .carousel.gallery.always-image .carousel-control .icon-prev {margin: -50px 0 0}
    .carousel.gallery .indicators-wrapper .carousel-indicators.images {
        right: auto;
        position: relative;
        left: 0;
        top: 0;
    }
    .carousel.gallery .indicators-wrapper .carousel-indicators.images li {
        display: inline-block;
        float: none;
        width: 88px;
        height: 50px;
        margin: 5px 0 0 -4px;
        padding: 0;
    }
    .carousel.gallery .indicators-wrapper .carousel-indicators.images li span.badge {display: none}
    .carousel.gallery .indicators-wrapper .carousel-indicators.images li img {display: inline-block}
    .carousel.gallery .carousel-indicators.images li.active {color: #fff}
    .columnist .center-text .link-item {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }
    .wf-active .columnist .media h4,
    .wf-active .columnist .center-text .link-item {
        font-size: 20px;
        line-height: 18px;
        margin: 0;
    }
    h1,
    h1.media-heading {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .wf-active h1,
    .wf-active h1.media-heading {
        font-size: 32px;
        line-height: 31px;
        margin-bottom: 9px;
    }
    .columnist {padding: 10px}
    .columnist hr {
        margin-bottom: 0;
        margin-top: 0;
    }
    hgroup.break.single {margin-bottom: 0}
    .border-right {border-right: none}
    .short-list {
        border: none;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
    .short-list .media {
        text-align: left;
        margin: 0;
    }
    .short-list .link-item {
        display: block;
        margin: 0;
        text-align: left;
    }
    .short-list .bullet {display: none}
    .short-list .article-column,
    .short-list .article-author {display: inline}
    .short-list.columns {
        padding: 0;
        background-color: #ffffe9;
    }
    .short-list .media {
        margin: 0;
        padding-bottom: 10px;
    }
    .short-list .media:last-child {border-bottom: 1px #ccc dashed}
    h6.author-category {
        padding: 0 0 5px;
        border-bottom: 1px dashed #eee;
    }
    .media.sm-list {
        border-bottom: 1px dashed #ccc;
        margin: 0;
        padding: 10px 0;
    }
    .media.sm-list .media-heading {margin: 0}
    .left-border {
        border-left: none;
        padding: 0;
    }
    img.profile-image {width: 170px}
    .list-links .media:last-child {border-bottom: 1px dashed #ccc}
    h6.author-category {border-bottom: none}
    .search-result {margin-bottom: 5px}
    .footer-links h3 {
        display: block;
        margin: 0;
    }
    .footer-links li ul li:before {content: ""}
    .footer-link {padding: 0 10px 0 0}
    .copyright .white {
        display: block;
        margin: 0 0 0px;
    }
    .copyright li:before {content: ""}
    .copyright li a.footer-link {padding: 0 0 0 10px}
    .padding-left-lg-0,
    .padding-left-md-0 {padding-left: 15px}
    .soap {margin-bottom: 20px}
    .short-list.large {
        border: none;
        -webkit-box-shadow: 0 0 0 #eee;
        box-shadow: 0 0 0 #eee;
        padding-left: 15px;
    }
    .navbar-filters-collapse {padding: 0}
    #navbar-filters {margin-right: 15px}
    .side-menu li.active {width: auto}
    div.multimedia,
    div.search-results {
        padding-left: 15px;
        -webkit-box-shadow: 0 0 0 #eee;
        box-shadow: 0 0 0 #eee;
    }
    .multimedia-browser {margin-top: 0}
    h1.page-title.underline {margin: 0}
    .social-networks {float: none}
    .media.sm-list img {display: none}
    .post-meta {margin-bottom: 20px}
    .celeb .celeb-wrap .img-thumbnail {
        width: auto;
        max-width: 100%;
    }
    .media.column a.pull-left img.media-object {display: none}
    .short-list.large .media.column a.pull-left img.media-object {display: block}
    .media {
        border-bottom: 1px dashed #ccc;
        padding: 10px 0;
    }
    .media .media-heading {margin-bottom: 0}
    .columnist .media {border: none}
    .media.column h4 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .hasCaption .caption {display: none}
    .live-entry .hasCaption .caption {display: block}
    #navbar-main {height: auto}
    #navbar-main .navbar-toggle,
    #navbar-category .navbar-toggle {
        font-size: 13px;
        line-height: 17px;
    }
    .wf-active #navbar-main .navbar-toggle,
    .wf-active #navbar-category .navbar-toggle {
        font-size: 18px;
        line-height: 19px;
    }
    .soap .info,
    .soap .image {padding: 0}
    .short-list.large {
        margin-left: 15px;
        padding-left: 15px;
        padding-top: 15px;
    }
    #navbar-filters .navbar-toggle {margin-right: -10px}
    .loans h2 {font-size: 13px}
    .loans h2,
    .wf-active .loans h2 {
        font-size: 22px;
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    .loans.border-right {border-right: 1px dashed #ccc}
    .social-networks li {margin: 0 5px 0 0}
}
@media (max-width: 767px) {
    .lottery-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .center-text,
    .media {
        text-align: left;
        margin: 0;
    }
    .center-text.short-list .link-item {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }
    .row .author-circle {display: none}
    .columnist hr {display: none}
    #today-newspaper {text-align: left}
    .img-responsive,
    #today-newspaper img {width: 100%}
    .columnist {margin: 20px 0}
    .columnist .link-item {text-align: left}
    .instagram-large .image {margin: 0}
    .instagram-large .caption {position: absolute}
    .instagram-large h2 {font-size: 32px}
    .celeb .img-thumbnail {margin: 0 0 10px}
    .celeb h4 {margin: 60px 0 10px}
    .paparazzi {right: -40px}
    .malai h4 {
        font-size: 19px;
        line-height: 23px;
        margin: 0;
    }
    .wf-active .malai h4 {
        font-size: 26px;
        line-height: 25px;
        margin: 0;
    }
    .celeb-thumb {
        display: inline-block;
        width: 38px;
        height: auto;
        margin: 10px 0 0 -4px;
        border-radius: 0;
    }
    .celeb-thumb img {
        margin: 0;
        display: inline-block;
    }
    .celeb .img-thumbnail {display: inline-block}
    img.paparazzi {
        right: auto;
        left: 50%;
        margin-left: 10px;
    }
    .recommend-social {margin-top: 90px}
    .short-list.columns {background-color: transparent}
    .short-list.columns img {
        display: none;
        padding: 10px 0;
    }
    .short-list.columns h4 {margin: 0}
    .media.xs-list {
        border-bottom: 1px dashed #ccc;
        margin: 0;
        padding: 10px 0;
    }
    .media.xs-list .media-heading {margin: 0}
    .short-list .media.first-xs {padding-top: 5px}
    .live-entry {margin: 0 0 10px}
    .live-entry .col-lg-3 h1 {margin-top: 0}
    .live-report-date {
        display: block;
        padding: 5px 0;
        margin: 0;
        text-indent: 15px;
    }
    .cartoon {padding: 0}
    .page-media {
        margin-left: -15px;
        margin-right: -15px;
    }
    .profile-page {margin-bottom: 10px}
    .sport-images .head img {width: auto}
    .carousel.gallery.image-indicators,
    .carousel.gallery {margin: 0 -15px 10px}
    .margin-bottom-xs-20 {margin-bottom: 20px}
    #today-newspaper div.right,
    #today-lottery div.right {padding-left: 15px}
    .col-md-4 .celeb .img-thumbnail {
        margin: 0;
        display: inline-block;
    }
    .celeb h4 {margin: 10px 0 0}
    .celeb-thumb {width: 30px}
    .filter.number-search input[type=search] {width: 140px}
    .short-list.large {background-color: #ffffe9}
    blockquote:before {margin-left: 0}
    .copyright {
        padding-top: 0px;
        font-size: 11px;
    }
    .copyright li {margin: 0 0 5px}
    .copyright li a.footer-link {padding: 0}
    .sponsers.pull-right {
        float: none !important;
        margin: 0 -15px;
    }
    .sponsers .powered {
        float: none;
        display: block;
        margin: -10px 15px 10px;
        font-size: 12px;
        text-align: right;
    }
    ul.sponsers {margin-top: -20px}
    ul.sponsers li {margin: 0 0 0 5px}
    table.result td.time,
    table.result td.score {padding: 0}
    table.result td.score {width: 40px}
    table.result td.live {
        width: 0;
        padding: 0;
    }
    .tag-live {display: none}
    table.result td.team {font-size: 13px}
    .wf-active table.result td.team {font-size: 18px}
    table.result td.team,
    .wf-active table.result td.team {line-height: 16px}
    .search-results a.vote {margin-top: 10px}
    .multimedia .row .media .media-heading {
        height: 38px;
        overflow: hidden;
    }
    .multimedia .row .media {height: auto}
}
@media (max-width: 480px) {
    #hot-topic, 
    #news-update {
        line-height: normal;
        padding: 5px;
    }
    .media.xs-list {
        padding: 10px 0;
        margin: 0;
    }
    .media.xs-list .link-item.h5 {padding: 0 0 5px}
}
.item p {
    margin: -6px 0px 0px;
    padding: 0px 10px 9px;
    font-size: 14px;
    line-height: 19px;
.col-50 {
    width: 100%;}
.col-10, .col-15, .col-20, .col-25, .col-30, .col-35, .col-40, .col-45, .col-50, .col-55, .col-60, .col-65, .col-70, .col-75, .col-80, .col-85, .col-90, .col-33, .col-66, .col-16 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-10, .col-15, .col-20, .col-25, .col-30, .col-35, .col-40, .col-45, .col-50, .col-55, .col-60, .col-65, .col-70, .col-75, .col-80, .col-85, .col-90, .col-33, .col-66, .col-16 {
    float: left;
	}
.item {
    margin-bottom: 20px;}

.item, .box {
    display: block;
    position: relative;
    background-color: #FFF;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08);
}
.col-10, .col-15, .col-20, .col-25, .col-30, .col-35, .col-40, .col-45, .col-50, .col-55, .col-60, .col-65, .col-70, .col-75, .col-80, .col-85, .col-90, .col-33, .col-66, .col-16 {
	position:relative;
	min-height:1px;
	padding-right:10px;
	padding-left:10px
}
@media (min-width: 1024px) {
.col-10, .col-15, .col-20, .col-25, .col-30, .col-35, .col-40, .col-45, .col-50, .col-55, .col-60, .col-65, .col-70, .col-75, .col-80, .col-85, .col-90, .col-33, .col-66, .col-16 {
float:left
}
.col-10 {
width:10%
}
.col-15 {
width:15%
}
.col-20 {
width:20%
}
.col-25 {
width:25%
}
.col-30 {
width:30%
}
.col-35 {
width:35%
}
.col-40 {
width:40%
}
.col-45 {
width:45%
}
.col-50 {
width:50%
}
.col-55 {
width:55%
}
.col-60 {
width:60%
}
.col-65 {
width:65%
}
.col-70 {
width:70%
}
.col-75 {
width:75%
}
.col-80 {
width:80%
}
.col-85 {
width:85%
}
.col-90 {
width:90%
}
.col-33 {
width:33.33333333%
}
.col-66 {
width:66.66666667%
}
.col-16 {
width:16.66666667%
}