/*
 Begin: Added by Krerk
*/
@import url("person.css");
/*
 End: Added by Krerk
*/
/* @override
	http://www.chula.ac.th/wp-content/themes/chula2014/style.css
	http://www.chula.ac.th/en/wp-content/themes/chula2014/style.css
	http://www.chula.ac.th/wp-content/themes/chula2014/style.css?seed */

/*
Theme Name: Chula 2014
Description: Default theme for Chula.ac.th
Copyright: 2014
Version: 0.8
Author: MennStudio
Author URI: http://MennStudio.com
*/
.group:before, .group:after {content: "";display: table;}
.group:after {clear: both;}
.group {zoom: 1;}
.screen-reader-text {position: absolute;left: -10000px;top: auto;width: 1px;height: 1px;overflow: hidden;}
img.centered, .aligncenter, div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
img.alignright {display: inline;}
img.alignleft {display: inline;}
.alignright {float: right;margin-left: 1em;}
.alignleft {float: left;margin-right: 1em;}
.wp-caption {background-color: #f3f3f3;border: 1px solid #e4e4e4;margin-bottom: 1em;padding-top: 4px;text-align: center;}
.wp-caption img {border: 0 none;margin: 0;padding: 0;}
.wp-caption p.wp-caption-text {font-size: 0.8em;margin: 0;padding: 0 4px 5px;}
li{list-style: none;}
.entry ol {padding-left: 1.6em;text-indent: 0;margin: 0 0 1.5em;}
.entry ul {padding-left: 1.2em;text-indent: 0;margin: 0 0 1.5em;}
.entry ol li {margin: 0 0 0.5em;list-style-type: decimal;list-style-position: outside;}
.entry ul li {margin: 0 0 0.5em;list-style-type: disc;list-style-position: outside;}
.entry li ul,
.entry li ol {margin: 0.5em 0 0 1em;}
.entry table.table {
	border-bottom: 1px solid #ddd;
}
.entry table.table th{
	background-color: #702c43;
	color: #fff;
}
.entry table.table td img{
	max-width: none;
}
.entry table.table .bar{
	background-color: #fff;
	border: none;
}
.entry table.table .bar a{
	padding: 4px 10px 2px;
	border: 1px solid #ccc;
	margin: 0 0 10px;
}
.entry table.table tr:nth-child(2n+1){
	background-color: #f4f4f4;
}
.entry img {max-width: 100%;height: auto;}

.edit-link a{position:fixed;bottom:5px;left:5px;display:block;width:30px;height:30px;line-height:30px;border-radius:30px;background-color:rgba(0,0,0,.6);color:#fff;text-align:center;border:2px solid #fff;font-size:11px;overflow:hidden;z-index:999}
img{ max-width: 100%;height: auto;}


@font-face {
    font-family: 'sukhumvitreg';
    src: url('plus/fonts/sukhumvitreg-webfont.eot');
    src: url('plus/fonts/sukhumvitreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('plus/fonts/sukhumvitreg-webfont.woff') format('woff'),
         url('plus/fonts/sukhumvitreg-webfont.ttf') format('truetype'),
         url('plus/fonts/sukhumvitreg-webfont.svg#sukhumvitreg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chulacharasre';
    src: url('plus/fonts/chulacharasre.eot');
    src: url('plus/fonts/chulacharasre.eot?#iefix') format('embedded-opentype'),
         url('plus/fonts/chulacharasre.woff') format('woff'),
         url('plus/fonts/chulacharasre.ttf') format('truetype'),
         url('plus/fonts/chulacharasre.svg#chulacharasre') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* MOBILE FIRST */

html {

}
	body{
		font: 21px/1.2em "chulacharasre", sans-serif;
		-webkit-backface-visibility: hidden;
		/*
		NOT RESPONSIVE YET
		*/
		/*min-width: 1220px;*/
		background-size:cover !important;

		/* Grayscale during the Thai's saddest moment. (13th Oct, 2016 & October, 2017)
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);*/
	}


	a {
		text-decoration: none !important;
		color: #87486b;
	}
	a:hover {
		color: #a65783;
	}
	a:active {
		color: #6b3d57;
	}

	h1,h2,h3,h4,#nav,#nav-top{
		 font-family: 'sukhumvitreg',sans-serif;
	}
	ul {
		padding: 0;
	}
	h1{
		font-size: 28px;
	}
	h2{
		font-size: 23px;
		padding-bottom: 0.5em;
	}
	h3{
		font-size: 18px;
	}
	.btn-default{
		font-family: 'sukhumvitreg',sans-serif;
		font-size: 16px;
		background-color: #cc8fa1;
		border: none;
		color: #fff;
		padding: 6px 12px 3px;
		border-radius: 3px;
		border-bottom: 2px solid #b3687e;
	}
	.btn-default:hover{
		background-color: #d89fb0;
		color: #ffffff;
		border-bottom: 2px solid #b8768a;
	}
	.btn-default:active{
		background-color: #c1758c;
		border:none;
		border-top: 1px solid #c1758c;
		border-bottom: 1px solid #c1758c;
		color: #e9dee1;
	}
	#page {
		background-color: #fff;
		max-width: 1190px;
	}
	body .container {
		max-width: 1190px;
		padding: 0 30px;
	}
#page{
	margin: 22px auto;
	border-radius: 5px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
}
#head {

}
	#head > .container {
		padding-bottom: 20px;
		background-color: #fff;
	}

	#brand {
		padding: 20px 0 0;
	}
		#brand-title {

		}
		#brand-desc {

		}
		#brand img {
			/* max-width: 350px !important;
			height: 88px !important; */
		}
	#nav-group {
		padding: 20px 0 0;
	}
		#nav-group ul{
			padding: 0;
			margin: 0;
		}

		.menu-toggle {
				display: none;
		}
		.caret{
			margin: -4px 0 0 4px;
		}
		#nav-top {
			//margin: 70px 0 10px 135px;
			// edit by Krerk 2015-10-26
			margin: 70px 0 10px 0px;
			text-align:right;
		}
		#nav{
			font-size: 20px;
			background-color: #d293a5;
			background: -webkit-linear-gradient(top, #d293a4 0%, #d08d9f 100%) #d293a5;
			background: -moz-linear-gradient(top, #d293a4 0%, #d08d9f 100%) #d293a5;
			background: -ms-linear-gradient(top, #d293a4 0%, #d08d9f 100%) #d293a5;
			background: linear-gradient(to bottom, #d293a4 0%, #d08d9f 100%) #d293a5;

		}
		}
		#nav .mainnav {
			margin: 0;
		}
		#nav .mainnav > li > a{
			padding: 12px 18px 9px;
			display: inline-block;
			color: #fff;
		}
		#nav .mainnav > li > a:hover,
		body.home #nav .mainnav > li.home > a:hover,
		#nav .mainnav > li.open > a,
		#nav .mainnav > li.current_page_parent > a,
		#nav .mainnav > li.current_page_item > a,
		#nav .mainnav > li.current-menu-item > a
		{
			background-color: #c3788c;
		}

		body.home #nav .mainnav > li.home > a {
			background: none;
		}
		.dropdown-menu {
			border-radius: 0;
			min-width: 190px;
		}
		#nav .dropdown-menu{
			box-shadow: none !important;
			border: none;

			padding: 6px 0;
			left: 0px;
			background-color: #c3788c;
			font-size: 17px;
			top: 32px;
		}

		#nav .dropdown-menu a{
			color: #fff;
			padding: 4px 20px;
		}

		#nav .dropdown-menu a:hover{
			background-color: #af6477;
		}

		#nav-top .dropdown-menu {
			left: 20px;
		}

		#nav-top .topnav > li,
		#nav .mainnav > li{
			display: inline;
			list-style: none;
		}
		#nav-top .topnav > li > a{
			margin: 0 0 0 25px;
			font-size: 19px;
		}
		#nav .mainnav > li.current-menu-item {

		}

		#nav .dropdown-submenu{position:relative;}
		#nav .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;
			background-color: #af6477;
		}
		#nav .dropdown-submenu:hover>.dropdown-menu{display:block;}
		#nav .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color: #d7b4be;margin-top:5px;margin-right:-10px;
			border-left-width: 5px;
		}
		#nav .dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
		#nav .dropdown-submenu:hover>a{
			background-color: #af6477;
		}
		#nav .dropdown-submenu .dropdown-menu a:hover{
			background-color: #9d5164;
		}

		#nav .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;}


		#fontresizer{
			float: right;
			margin: 20px 0 0;
			white-space: nowrap;
			height: 30px;
		}

		#lang {
			float: right;
			margin: 10px 0 0;
			clear: right;
		}
		#lang a{
			display: inline-block;
			width: 18px;
			height: 12px;

			margin: 0 0 0 3px;
		}

		#lang-th{
			background: url(img/th.png) no-repeat;
		}
		#lang-en{
			background: url(img/en.png) no-repeat;
			opacity: 0.3;
		}
		#weather{
			float: right;
			margin: 0;
		}
			#weather .bonobo_widget{
				padding: 5px 15px 0 0;
				width: 160px;
			}
			#weather .left_navigation,
			#weather .right_navigation{
				display: none;
			}
			#weather .center_content{
				margin: 0;
			}
			#weather .date {
				display: none;
			}
			#weather .city_title{
				display: none;
			}
			#weather .icon {
				float: left;
				padding: 3px 0 0;
			}
			#weather .icon img{
				width: 28px;
				height: 28px;
			}
			#weather .temperature {
				font-size: 15px;
				padding: 0 0 0 36px;
			}
			#weather .bonobo_widget .desc li {
				font-size: 11px !important;
				padding: 0 0 0 36px !important;
				display: block;
				color: #e6e0e2 !important;
			}

	#head > .container {
		border-radius: 3px 3px 0 0;
	}

#main {

}

#main > .container {
	padding-bottom: 20px;
}
	.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
		background: #fff !important;
	}
	.rsMainSlideImage {

	}
	.abBlackBox a{
		color: #fff;
	}
	.abBlackBox {

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
		padding: 25px 20px 0 !important;
	}



	.abBlackBox h2{
		margin: 0 0;
	}
	.abBlackBox p{
		font-size: 1em;
	}
	.rsMinW .rsBullet {
		padding: 6px 6px 6px 4px !important;
	}
	#slider {
		padding: 0;
		max-height: 420px;
		width: 1190px;
	}

	h2 i.fa{
		font-size: 18px;
	}



	/* == Page == */
	body.home #main {
		background-color: #fff;
		padding: 0;
	}
	#main {
		background-color: #efcdd6;
		padding-bottom: 30px;
	}
	.container.title{
		height: 145px;
		margin: 0 0 30px;
		color: #fff;
		background: url(img/title-news.jpg) #a25367;
	}

	body.page-about .container.title{
		background-image: url(img/title-about.jpg);
	}

	body.page-admission .container.title{
		background-image: url(img/title-admission.jpg);
	}


	body.page-faculties-and-departments .container.title{
		background-image: url(img/title-faculty.jpg);
	}
	body.page-faculties-and-departments table th{
		white-space: nowrap;
	}

	body.page-international .container.title{
		background-image: url(img/title-international.jpg);
	}

	body.page-news .container.title{
		background-image: url(img/title-news.jpg);
	}

	body.page-research .container.title{
		background-image: url(img/title-research.jpg);
	}


















	h1.title,h2.title {
		padding: 36px 20px 0;
		margin: 0;
		line-height: 1em;
		font-size: 36px !important;
		color: #fff;
	}
	h1.sub-title{
		margin: 0 0 20px;
	}
	h1.title-post{
		margin-top: -5px;
	}
	h1.title a {
		color: #fff;

	}
	h1.title a:hover {

	}
	h1.title a:active{

	}

	.single-meta{
		color: #68525a;
		margin: 0 0 20px;
	}
	.single-meta i.fa{
		font-size: 14px;
		margin: -2px 4px 0 0;
		display: inline-block;
		color: #888;
	}
	.single-meta-news-clipping{
		margin: 0 0 20px;
	}

	/* view in single */
	.view{
		font-size: 0.857em;
		opacity: 0.7;
		text-align: right;
	}


	/* News Clipping */
	.news-clipping-date{
		text-align: right;
		padding-right: 5px;
	}

	body.home th.news-clipping-date,
	body.home td.news-clipping-date{
		display: none;
	}



	#pdf a{
		float: right;
		margin:  0 0 10px;
		font-size:0.95em;
		font-weight: bold;
	}
	#pdf a{
		-webkit-animation-name: blinker;
	    -webkit-animation-duration: 1.2s;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-iteration-count: infinite;

	    -moz-animation-name: blinker;
	    -moz-animation-duration: 1.2s;
	    -moz-animation-timing-function: linear;
	    -moz-animation-iteration-count: infinite;

	    animation-name: blinker;
	    animation-duration: 1.2s;
	    animation-timing-function: linear;
	    animation-iteration-count: infinite;
	}

		@-moz-keyframes blinker {
		    0% { opacity: 1.0; }
		    50% { opacity: 0.0; }
		    100% { opacity: 1.0; }
		}

		@-webkit-keyframes blinker {
		    0% { opacity: 1.0; }
		    50% { opacity: 0.0; }
		    100% { opacity: 1.0; }
		}

		@keyframes blinker {
		    0% { opacity: 1.0; }
		    50% { opacity: 0.0; }
		    100% { opacity: 1.0; }
		}

	#pdf iframe{
		overflow: hidden;
		border: none;
		border: 1px solid #ccc;
	}

	.entry {
		padding: 0 0 20px;

	}



	.social-share {
		background-color: #fff;
		border-bottom: 1px dashed #ddd;
		padding: 15px 30px;
		height: 50px;
	}

	.noborder .social-share {
		border: none;
		padding: 0;
		margin: 38px 0 0;
		height: 20px;
		width: 310px;
	}

	.single-meta .noborder .social-share {
		margin: 2px 0 0;
	}

	body.single-periodical .noborder .social-share {
		margin: 0;
	}

		.button-fb{
			display: inline-block;
			margin: -5px 25px 0 0;
			float: left;
		}
		.button-tw{
			float: left;
		}
		.button-gplus{
			float: left;
		}
	.periodical-item{

	}

		.periodical-item .pic img{
			box-shadow: 1px 1px 4px #aaa;
		}
		.periodical-item h3{
			font-size: 0.857em;
			margin: 16px 0 0;
			color: #333;
		}
		.periodical-item small{
			color: #666;
		}





	#content {
		padding-top: 30px;
		min-height: 600px;
		background-color: #fff;
		padding: 30px 30px 10px;
	}


	body.home #content{
		padding: 0;
		min-height: 0;
	}
	#content .fb-comments{
		clear: both;
		display: block;
	}

	#content .fb-comments span,
	#content .fb-comments iframe{
		width: 100% !important;
	}





	#side{

	}
		#side h2{
			background-color: #eee;
			padding: 10px 20px 5px;
			margin: 0;
		}
		#side ul{
			margin: 0;
			padding: 0;
		}
		#side li a{
			display: block;
			color: #666;
			padding: 4px 20px;
			border-top: 1px solid #ddd;
			background-color: #fff;
		}
		#side li li ul{
			padding: 0 0 0 20px;
			background-color: #fff;
		}
		#side li li li a{
			padding: 2px 10px;
			border-top: none;
		}
		#side li a:hover{
			background-color: #f2f2f2;
		}
		#side li a:active{
			background-color: #e6e6e6;
			color: #888;
		}
		#side li.current_page_item > a,
		#side li.current-menu-item > a,
		#side li.current-post-ancestor > a,
		#side.news-clipping li.m-news-clipping > a{
			border-left: 4px solid #d190a0;
			color: #c0677c;
		}
		#side h2{
			margin-top: 0;
		}

		#side .space{
			margin: 0 0 30px;
			background: none;
		}




#section-calendar{
	font-size: 0.9em;
	overflow: hidden;
}
	#section-calendar .col-calendar{
		float: left;
		padding: 20px 5px;
	}
		#mini_calendar{
			width: 227px;
		}
		#table_header{
			text-align: center;
			font-weight: bold;
		}

		#mini_calendar th,
		#mini_calendar td{
			padding: 1px 8px;
		}
		.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
			border-bottom-width: 1px;
			font-weight: normal;
		}
	#section-calendar .col-events{
		float: right;
		position: relative;
		width: 910px;
		padding: 0 25px;
		height: 280px;
		overflow: hidden;
	}
		#section-calendar .col-events .btn{
			position: absolute;
			right: 0;
			bottom: 20px;
			z-index: 99;
		}
		#section-calendar .col-events .bx-wrapper{
			max-width: 910px !important;
		}
		#section-calendar ul {
			margin: 0;
		}
		#section-calendar ul li{
			float: left;
			width: 215px;
			display: block;
			list-style: none;
			height: 280px;
		}
		#section-calendar a.event-item {
			color: #444;
			overflow: hidden;
			display: block;
			padding: 20px 10px 0;
			float: left;
		}
			.event-item h3 {
				margin: 0 0 10px;
				line-height: 1.1em !important;
			}
			.event-item h3 span{
				font-size: 0.8em !important;
				line-height: 0.8em !important;
			}
			.event-item .event-date{
				margin: 0 0 15px;

			}
			.event-item .event-date .month{
				background-color: #e1e1e1;
				padding: 0px 6px 0px 8px;
				font-weight: normal;
				text-transform: uppercase;
				border-radius: 2px 0 0 2px;
				display: inline-block;
			}
			.event-item .event-date .date{
				display: inline-block;
				padding: 0 6px 0 8px;
				background-color: #d4d4d4;
				color: #222;
				border-radius: 0 2px 2px 0;
				font-weight: normal;
			}

			.event-item .event-date i{
				font-size: 0.667em;
				color: #aaa;
				line-height: 8px;
				margin: 0 5px;
			}
			.event-item .event-place {
				padding-left: 20px;
				position: relative;
				line-height: 1.1em;
			}
			.event-item .event-place i{
				position: absolute;
				left: 0;
				top: 0;
				color: #888;
			}
			.bx-next{
				position: absolute;
				top: 100px;
				right: 0;
				font-size: 40px;
			}
			.bx-prev{
				position: absolute;
				top: 100px;
				left:0;
				font-size: 40px;
				z-index: 10;
			}

			td a.calendar-table-muted{
				opacity: 0.3;
			}


#section-news-link {

}

#section-news-link > .container {
	background-color: #d9d9d9;
	padding-bottom: 10px;
}

#section-news {

}
	#section-news .post:nth-child(3n+1){
		clear: left;
	}
	#section-news .post a {
		display: inline-block;
		margin-bottom: 20px;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	}
	#section-news .post a:hover {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
		border-radius: 3px;
	}
	#section-news a:active{
		opacity: 0.6;
	}
	#section-news img{
		border-radius: 3px 3px 0 0;
		width: auto;
		height: 111px;
		max-width: 9999px;
	}
	#section-news .pic{
		height: 111px;
		overflow: hidden;
		text-align: center;
		width: 260px;
	}
	#section-news .info{
		padding: 15px 12px;
		height: 100px;
		overflow: hidden;
		background-color: #fff;
		border-radius: 0 0 3px 3px;
	}
	#section-news h3{
		font: 21px/1.1em "chulacharasre", sans-serif;
		margin: 0;
		color: #666;
		height: 80px;
		overflow: hidden;
	}
	#section-news a:hover  h3{
		color: #bf758a;
	}
	#section-news h3 a{

	}


#menu-quick{

}
	#menu-quick a{
		color: #444;
	}
	#menu-quick a:before{
		content: "\f0da";
		font-family: FontAwesome;
		width: 12px;
		display: inline-block;
		color: #888;
		font-size: 12px;
	}
#poll {

}


#section-more {
	font-size: 0.952em;
}
	#section-more h2{
		color: #7b5663;
	}
	#section-more .container{
		/* background-color: #e8cdd5; */
		padding-top: 24px;
		padding-bottom: 14px;
	}

	#section-more a{

	}
	#section-more h2{
		margin-top: 0;
	}
	table.news-clipping{
		background-color: #eee6ea;
		margin: 0 0 20px;
		width: 100%;
	}
	table.news-clipping td {
		padding: 4px 8px;
		vertical-align: top;
	}
	table.news-clipping tr{

	}
	table.news-clipping tr:nth-child(2n){
		background-color: #fbf9fa;
	}
	table.news-clipping tr:last-child{
		border-radius: 0 0 3px 3px;
	}
	table.news-clipping th {
		background-color: #a47582;
		color: #fff;
		font-weight: normal;
		vertical-align: top;
		padding: 4px 8px;
	}
	table.news-clipping .sourcename a{
		color: #666;

	}
	body.home table.news-clipping .sourcename a{
		pointer-events: none;
		   cursor: default;
	}
	.clip-item {
		margin: 0 0 10px;
	}
	.clip-item .clip-title{

	}
	.clip-item .meta{
		font-size: 0.524em;
		color: #6a505a;
	}

	#section-more .widget_sp_image{
		margin: 0 0 12px;

	}
	#section-more .widgettitle{
		display: none;
	}
	#section-more .widget_sp_image img{
		border-radius: 3px;
	}
	#section-more .widget_sp_image a:hover img{
		box-shadow: 0px 0px 4px #999;
	}


	#vdos {
		height: 320px;
		/*min-width: 240px;*/
		width: 100%;
	}
	#vdos .carousel-indicators{
		bottom: 0;
	}
	#vdos .carousel-indicators li {
		border: 2px solid #c3758b;
		width: 12px;
		height: 12px;
		margin: 1px;
		background-color: #fff;
	}
	#vdos .carousel-indicators li.active{
		background-color: #c3758b;
	}

	#vdos .item:after{
		content: "";
		width: 45px;
		height: 70px;
		background: url(img/flag.png) no-repeat;
		position: absolute;
		top: 0;
		right: 5px;
		z-index: 100;
		display: block;
	}


.periodical-item:nth-child(4n+1) {
	clear: left;
}

/* == archive == */


.pagination>li>a, .pagination>li>span {
	line-height: 1;
	color: #87486b;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #a65783;
	background-color: #f7ecef;
}



#foot .container{
	color: #b2a6ac;
	font-size: 0.762em;
	line-height: 1.3;
	background-color: rgb(84, 28, 48);
	/* max-width: 1190px; */
}

#foot .container a{
	color: #b2a6ac;
}
#foot h2{
	margin: 0 0 5px;
}

#foot .container{
	padding-top: 2em;
	padding-bottom: 2em;
	border-radius: 0 0 3px 3px;
}
#foot .container img {
	width: 100%
}
#foot #text-3{
	float: left;
}
#foot #text-3 .group{
	float: left;
	width: 130px;
}
#foot #text-3 a{
	display: block;
	height: 28px;
	padding: 0 0 0 37px;
	margin: 0 0 5px;
	line-height: 28px;
}
#foot #text-3 a.chrome{
	padding: 0;
}
#foot a.facebook{background: url(img/icon-facebook.png) no-repeat;}
#foot a.twitter{background: url(img/icon-twitter.png) no-repeat;}
#foot a.facebook{background: url(img/icon-facebook.png) no-repeat;}
#foot a.youtube{background: url(img/icon-youtube.png) no-repeat;}
#foot a.rss{background: url(img/icon-rss.png) no-repeat;}
#foot a.sms{background: url(img/icon-sms.png) no-repeat;}
#foot a.line{background: url(img/icon-line.png) no-repeat;}
#foot a.app{background: url(img/icon-app.png) no-repeat;}

#foot #text-4{
			float: right;
			width: 255px;

		}
#foot #text-2{
	float: left;
	width: 260px;
	margin: 0 60px 10px 0;

}

#foot .btn-default{
	padding: 8px 10px 4px;
	font-size: 14px;
}
#foot .form-control{
	border-bottom: 2px solid #ccc;
	font-size: 0.8em;
}





/* IE8 */

html.lt-ie9 body{
	font: 14px/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html.lt-ie9 #section-news h3{
	font: 14px/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
html.lt-ie9 .abBlackBox,
html.lt-ie9 .rsABlock {
	background: none !important;
	background-image: url(img/slider.png) !important;
}


/* Responsive by Krerk */
@media  (max-width: 767px) {

	#fontresizer, #head #weather {
	      display: none;
	}

	#nav-top {
		clear:right;
	}
}
