/*=============================================================================================	
	style css decorated by : Web Architect (webarq.com)
	Author : Debfry Andhi
==============================================================================================*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);
body ::selection {
	background: #2CB3FF;
}
body ::-moz-selection {
 background: #2CB3FF;
}
body {
	color: #333;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: 700;
}
.regular {
	font-weight: lighter;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.afterclear:after {
	content: '';
	display: block;
	clear: both;
}
a {
	text-decoration: none;
}
p {
	margin: 1px 0 15px;
	line-height: 20px;
}
input, textarea, select {
	font-size: 12px;
	border: none;
	border: 1px solid #D8D8D8;
	padding: 5px;
	margin: 0;
	color: #666;
}
input[type=checkbox], input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/* structure
----------------------------------------------------------------------------------------------*/
.inner-wrapper {
	width: 960px;
	margin: 0 auto;
}
.outer-wrapper {
	width: 1200px;
	margin: 0 auto;
}
.date {
	font-size: 14px;
	color: #e54e08;
	text-decoration: none;
	display: inline-block;
}
.date:before {
	content: url(../images/material/icon-clock.png);
	vertical-align: middle;
	margin-right: 5px;
}
.view-more {
	font-size: 14px;
	text-transform: uppercase;
	color: #e64f08;
	border: 2px solid #e64f08;
	padding: 10px 20px;
	width: 200px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight: 700;
}
.fancybox-close {
	background-image: url(../images/material/fancyclose.png);
	height: 40px;
	width: 43px;
	top: -40px;
	right: 20px;
	background-size: 100%;
}
.top_title {
	display: inline-block;
	width: 100%;
}
.top_title .view{
	color: #999;
	font-size: 14px;
	margin-left: 10px;
}
hr {
	margin: 40px 0px;
}
.share {
	color: #555;
}
.share a {
	margin-left: 4px;
}
.share a img {
	vertical-align: middle;
}
.selector_form {
	display: inline-block;
	position: relative;
}
.selector_form span {
	display: block;
	padding: 11px;
	background-color: #fff;
	text-align: left;
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #ccc;
}
.selector_form select {
	opacity: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	cursor: pointer;
	padding: 11px;
}
.selector_form:after {
	content: "\f078";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	font: normal normal normal 12px/1 FontAwesome;
	color: #e44e08;
	height: 12px;
}
/* style button
----------------------------------------------------------------------------------------------*/
a.arrow {
	font-size: 14px;
	color: #555;
	font-weight: 700;
}
a.arrow:after {
	content: url(../images/material/arrow-right.png);
	vertical-align: middle;
	display: inline-block;
	margin-left: 7px;
}
a.downloads {
	display: inline-block;
	padding-left: 44px;
	background: url('../images/material/icon_downloads.jpg') no-repeat left center;
	margin: 25px 0px;
	color: #333;
	margin: 15px 0px;
	line-height: 18px;
	font-weight: 400;
	font-size: 18px;
}
a.downloads span {
	color: #777;
	font-size: 14px; 
	display: block;
}
.oranges {
	color: #e44e08 !important;
}
.reds {
	color: #ef0000 !important;
}
a.aleft {
	font-size: 14px;
	color: #555;
	font-weight: 700;
}
a.aleft:before {
	content: url(../images/material/arrow-left.png);
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}
.ico-url:after{ content:url(../images/material/icon-link.png); margin-left:5px; vertical-align:middle; }
/* header
----------------------------------------------------------------------------------------------*/
header {
	position: relative;
}
header .top {
	background-color: #292929;
	padding: 10px;
	text-align: right;
}
header .top a {
	color: #dadada;
	font-size: 16px;
}
header .top nav {
	display: inline-block;
	margin-left: 20px;
}
header .top .lang {
	font-size: 14px;
	color: #d9d9d9;
	cursor: pointer;
	margin-right: 20px;
}
header .top .lang i {
	margin-left: 15px;
}
header .top .search {
	font-size: 15px;
	color: #d9d9d9;
}
header .top .search i {
	cursor: pointer;
}
header .top .search input, header .top .search button {
	border: 0;
	background: transparent;
}
header .top .search input {
	color: #fff;
	width: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .top .search form {
	border: 1px solid #292929;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .top .search button {
	color: #d9d9d9;
}
header .top .search.active form {
	border: 1px solid #d9d9d9;
}
header .top .search.active input {
	width: 150px;
}
header .bottom {
	background-color: #f16702;
	text-align: right;
	padding: 25px;
}
header .bottom ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}
header .bottom ul li {
	display: inline-block;
	margin-left: 40px;
}
header .bottom ul li a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
header .bottom ul li a.active {
	font-weight: 700;
	text-decoration: underline;
}
header .logo {
	background-color: #f2f2f2;
	position: absolute;
	top: 13px;
}
header .logo a {
	position: relative;
	z-index: 2;
	display: block;
	margin-top: 9px;
}
header .logo:before {
	content: '';
	background-color: #f2f2f2;
	height: 100%;
	width: 1000px;
	display: block;
	position: absolute;
	right: 0px;
}
header .logo:after {
	content: url(../images/material/shadow-logo.png);
	position: absolute;
	right: -54px;
	top: 0;
}
header .nav_mobile {
	float: right;
	padding: 26px;
	background-image: url(../images/material/border-orange.jpg);
	background-repeat: repeat-y;
	background-position: left;
	cursor: pointer;
	display:none;
}
#menu-mobile {
	background-color: #e94b0d;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	display: none;
}
#menu-mobile .wrap{ margin:100px 0px; }
#menu-mobile ul {
	margin: 20px 0px;
	padding: 0px;
	list-style-type: none;
}
#menu-mobile ul li {
}
#menu-mobile ul li.active {
	background-color: #ef6028;
}
#menu-mobile ul li a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 480px;
	margin: 0 auto;
	padding: 25px 0px;
}
#menu-mobile ul li.hasChild > a:after {
	content: "\f105";
	font: normal normal normal 20px/1 FontAwesome;
	float: right;
}
#menu-mobile ul li > ul {
	display: none;
	margin: 0px;
}
#menu-mobile .other {
	width: 480px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	padding: 20px 0px;
}
#menu-mobile .other > div {
	display: inline-block;
	color: #fff;
	font-size: 18px;
}
#menu-mobile .other .search {
	float: right;
}
#menu-mobile .other .search button {
	color: #fff;
	border: 0;
	background-color: transparent;
}
#menu-mobile .other .search input {
	display: none;
}
#menu-mobile .other .lang {
	margin-right: 20px;
}
#menu-mobile .other a {
	color: #fff;
}
#menu-mobile .nav_close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
/* middle
----------------------------------------------------------------------------------------------*/
#middle {
	position: relative;
}
section {
	position: relative;
}
#banner-home {
	overflow: hidden;
}
#announcer {
	background-image: url(../images/material/yellow90.png);
	width: 1200px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0 auto;
	padding: 0px 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#announcer h2 {
	font-size: 22px;
	color: #000;
	background-image: url(../images/material/icon-toa.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-left: 50px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: relative;
}
#announcer h2:after {
	background-image: url(../images/material/line-yellow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 2px;
}
#announcer h2 span {
	font-weight: 700;
}
#announcer .news {
	display: inline-block;
	vertical-align: middle;
	max-width:890px;
	overflow:hidden;
}
#announcer .news p {
	margin: 0px;
	font-size: 14px;
	color: #331d00;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 20px;
}
#announcer nav {
	font-size: 14px;
	text-transform: uppercase;
	color: #331d00;
	font-weight: 700;
	float: right;
	background-image: url(../images/material/line-yellow.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 25px 0px;
	width: 70px;
	text-align: right;
	cursor: pointer;
}
#announcer nav:after {
	content: url(../images/material/icon-down.png);
	margin-left: 3px;
}
.list_carousel {
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel .next {
}
.list_carousel .prev {
}
#calendar {
	padding: 50px 0px;
}
#calendar .c_title {
	float: left;
}
#calendar h2 {
	margin: 0px;
	font-size: 30px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	line-height: 30px;
	margin: 15px 0px;
}
#calendar .list_carousel {
	margin-left: 220px;
	position: relative;
	padding: 20px 0px;
}
#calendar .list_carousel .caroufredsel_wrapper {
	width: auto !important;
}
#calendar .list_carousel:before {
	background-image: url(../images/material/shadow-carousel.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	width: 11px;
	left: -10px;
	top: 0px;
	bottom: 0px;
	content: ''
}
#calendar .list_carousel:after {
	background-image: url(../images/material/shadow-carousel.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	width: 11px;
	right: -10px;
	top: 0px;
	bottom: 0px;
	content: ''
}
#calendar .list_carousel li {
	text-align: center;
	max-width: 230px;
	min-height: 180px;
}
#calendar .list_carousel li .image {
	height: 90px;
}
#calendar .list_carousel li.no-image {
	padding: 35px 0px;
}
#calendar .list_carousel li.no-image .image {
	display: none;
}
#calendar .list_carousel li h5 {
	font-size: 16px;
	color: #111;
	margin: 0px 0px;
	font-weight: 700;
	height: 65px;
	text-transform: uppercase;
}
#calendar .list_carousel .next, #calendar .list_carousel .prev {
	position: absolute;
	top: 50%;
	color: #a1a1a1;
	background-color: #e2e2e2;
	width : 40px;
	height: 43px;
	padding: 0px 13px;
	margin-top: -20px;
}
#calendar .list_carousel .next {
	right: -40px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#calendar .list_carousel .prev {
	left: -40px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.list-news {
	margin: 50px 0px;
}
.list-news .items {
	float: left;
	width: 280px;
	margin-right: 25px;
	background-color: #fff;
	margin-bottom: 25px;
}
.list-news .items img {
	margin-bottom: -3px;
}
.list-news .items.full {
	width: 585px;
	position: relative;
}
.list-news .items.full .wrap {
	position: absolute;
	bottom: 0px;
}
.list-news .items.full .wrap h5, .list-news .items.full .wrap p, .list-news .items.full .wrap h5 a {
	/*color: #fff;*/
}
/*.list-news .items.full .wrap .date:before {
	content: url(../images/material/icon-clock-white.png);
}*/
.list-news .items .wrap {
	padding: 20px;
}
.list-news .items .wrap .view{
	float: right;
	color: #999;
	font-size: 12px;
}
.list-news .items h5, .list-news .items h5 a {
	color: #111;
	margin: 5px 0px;
	font-weight: 700;
}
.list-news .items a {
	color: #111;
}
.list-news .items a.red {
	color: #e44e08;
	font-weight: 400;
}
.list-news .items p {
	font-size: 14px;
	color: #555;
	margin-bottom: 0px;
}
.list-news.bordered {
}
.list-news.bordered .items {
	width: 270px;
	border: 1px solid #d8d8d8;
}
.list-news.bordered .items:nth-child(3n+3) {
	margin-right: 0px;
}
.list-news.bordered .wrap {
}
.list-news.twocols .items:nth-child(2n+2) {
	margin-right: 0px;
}
.list-news.twocols .items {
	width: 417px;
}
.list-news.twocols .items .image {
	position: relative;
}
.list-news.twocols .items .image:after {
	background-image: url(../images/material/shadow-image.png);
	background-size: 100%;
	position: absolute;
	height: 15px;
	left: 0px;
	right: 0px;
	bottom: -14px;
	content: '';
}
.list-news.twocols .items p {
	margin-bottom: 15px;
}
.list-news.twocols .items h5 {
	font-size: 22px;
}
.list-news.twocols .items .wrap {
	padding: 20px 0;
}
.list-news.twocols nav a {
	color: #e44e08;
}
#latest-news {
	background-color: #ececec;
	padding: 70px 0px;
}
#latest-news .title {
}
#latest-news .title h2, #latest-news .title nav {
	display: inline-block;
}
#latest-news .title h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#latest-news .title .select a:before {
	content: '/';
	margin: 0 10px;
	font-size: 18px;
	color: #d1d1d1;
}
#latest-news .title .select a:first-child:before {
	display: none;
}
#latest-news .list-news .items:nth-child(3), #latest-news .list-news .items:last-child {
	margin-right: 0px;
}
#latest-news .list-news .items {
	height: 367px;
}
#about {
	background-image: url(../images/material/bg-about.jpg);
	background-repeat: no-repeat;
	height: 602px;
	position: relative;
}
#about .outer-wrapper {
	position: absolute;
	margin: auto;
	color: #fff;
	text-align: center;
	width: 780px;
	left: 0;
	right: 0;
	height: 292px;
	top: 0;
	bottom: 0;
}
#about .outer-wrapper h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
}
#about .outer-wrapper p {
	font-size: 22px;
	color: #dadada;
	line-height: 26px;
	margin: 40px 0px;
}
#about .outer-wrapper p strong {
	color: #fff;
}
#about .outer-wrapper nav a {
	color: #fff;
}
#about .outer-wrapper nav a:before {
	content: '/';
	margin: 0 10px;
	font-size: 18px;
	color: #585858;
}
#about .outer-wrapper nav a:first-child:before {
	display: none;
}
#development {
	background-color: #ececec;
	padding: 70px 0px;
}
#development .outer-wrapper:after{ content: ''; display: block; clear: both; }
#development .cols {
	width: 33.33%;
	float: left;
	padding: 0 20px;
}
#development .cols:last-child {
	margin-right: 0px;
}
#development .cols h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #111;
	margin: 0px;
	font-weight: 700;
	padding-bottom: 25px;
}
#development .list_carousel {
	position: relative;
}
#development .list_carousel li {
	margin: 0px;
}
#development .list_carousel .next, #development .list_carousel .prev {
	position: absolute;
	top: 117px;
	color: #fff;
	background-color: #e44e08;
	width : 40px;
	height: 43px;
	padding: 0px 13px;
	margin-top: -20px;
}
#development .list_carousel .next {
	left: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#development .list_carousel .prev {
	right: 0px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#development .cols .image {
	position: relative;
}
#development .cols .image:after {
	background-image: url(../images/material/shadow-image.png);
	position: absolute;
	height: 15px;
	left: 0px;
	right: 0px;
	bottom: -11px;
	content: '';
}
#development .cols h5, #development .cols h5 a {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin: 10px 0px;
	line-height: 22px;
}
#development .cols p {
	color: #555;
}
#development .cols nav a {
	color: #e44e08;
}
#member {
	padding: 70px 0px;
}
#member h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	margin: 0px;
}
#member p {
	font-size: 22px;
	color: #333;
	line-height: 25px;
}
#member .outer-wrapper > div {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}
#member .outer-wrapper nav a:before {
	content: '/';
	margin: 0 10px;
	font-size: 18px;
	color: #dadada;
}
#member .outer-wrapper nav a:first-child:before {
	display: none;
}
#maps {
	position: relative;
}
#maps .list {
	position: absolute;
	height: 25px;
	width: 20px;
	background-image: url(../images/material/pointer.png);
}
#maps .list span {
	display: none;
	background-color: #e34e08;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	top: -15px;
	width: 100px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	left: -40px;
}
#maps .list:hover span {
	display: block;
}
.popup {
	width: 700px;
	background-color: #fff;
}
.popup .title {
	background-color: #f3f3f3;
	padding: 20px 50px;
	position: relative;
}
.popup .title:after {
	background-image: url(../images/material/shadow-popup.png);
	position: absolute;
	height: 15px;
	left: 0px;
	right: 0px;
	bottom: -11px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
}
.popup .title h3 {
	font-size: 22px;
	text-transform: uppercase;
	color: #111;
	margin: 0;
	font-weight: 700;
}
.popup .detail-association {
	margin: 0 50px;
}
.popup .title h3 img {
	vertical-align: middle;
	margin-right: 10px;
}
.popup .form-input {
	height: 500px;
	overflow: auto;
	padding: 0 40px;
}
.detail-association .row {
	padding: 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
.detail-association .row .cols {
	display: inline-block;
	width: 33%;
	padding: 0px 25px;
	vertical-align: top;
}
.detail-association .row .cols h4 {
	font-size: 22px;
}
.detail-association .row .cols h6 {
	font-size: 18px;
}
.detail-association .row .cols h6, .detail-association .row .cols h4 {
	color: #111;
	margin: 0px;
	font-weight: 700;
}
.detail-association .row .cols p {
	font-size: 16px;
	color: #555;
}
.detail-association .row .cols p a {
	color: #e44e08;
}
#banner-content img {
	margin-bottom: -6px;
}
#breadcumb {
	font-size: 14px;
	color: #999;
	padding: 15px;
	background-color: #f5f5f5;
}
#breadcumb a {
	color: #999;
	font-weight: 400;
}
#breadcumb a:after {
	content: '/';
	margin-left: 3px;
	margin-right: 3px;
}
#breadcumb a:last-child:after {
	content: '';
}
#breadcumb a:last-child {
	color: #999;
}
aside {
	width: 270px;
	float: left;
	padding: 50px 0px;
}
aside h3 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	line-height: 23px;
}
aside h4 {
	text-transform: uppercase;
	color: #333;
	margin: 0px;
	font-weight: 700;
}
aside ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
aside ul li {
	margin-bottom: 10px;
}
aside ul li a {
	font-size: 18px;
	color: #555;
}
aside ul li a.active {
	font-weight: 700;
	color: #e44e08;
}
aside ul li ul {
	margin-left: 10px;
	margin-bottom: 0px;
}
aside ul li ul li a {
	font-size: 16px;
}
aside ul li ul li a:before {
	content: url(../images/material/arrow-right.png);
	display: inline-block;
	margin-right: 7px;
}
aside ul.child2 {
	margin: 10px 0 0 30px;
}
aside ul.child2 li a.active {
	color: #111111;
}
aside ul.child2 li a:before {
	content: "";
	margin-right: 0;
}
article {
	margin-left: 270px;
	padding: 50px 0px;
	background-image: url(../images/material/shadow-article.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 70px;
}
article h1 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: 34px;
}
article h1 img{ width: 35px; vertical-align: middle; }
article h2 {
	font-size: 33px;
	color: #333;
	font-weight: 300;
	margin: 25px 0px;
	line-height: 38px;
}
article h3 {
	color: #111;
	font-weight: 700;
	margin: 20px 0px;
}
article p {
	font-size: 16px;
	color: #555;
	line-height: 26px;
	margin: 15px 0px;
}
article p a {
	color: #e44e08;
	font-weight: 700;
}
article ul {
	list-style-image: url(../images/material/list-type.png);
	padding-left: 20px;
}
article ul li {
	font-size: 16px;
	margin-bottom: 10px;
}
article ul.vertical li {
	float: left;
	width: 33%;
}
article ul.vertical:after {
	content: '';
	clear: both;
	display: block;
}
article .contact {
}
article .contact a {
	font-size: 16px;
	color: #555;
	display: inline-block;
	margin-bottom: 7px;
}
article .contact img {
	vertical-align: middle;
	margin-right: 8px;
}
article .art_col {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
article .art_col a {
	display: block;
	margin: 25px 0px;
}
article ul.list_arrow {
	list-style: none;
	padding: 0;
	margin: 30px 0px;
}
article ul.list_arrow li {
	display: inline-block;
	position: relative;
	background: url('../images/material/separator_li.png') no-repeat right 4px;
	padding-right: 11px;
	margin-bottom: 20px;
	margin-right: 11px;
}
article ul.list_arrow li:last-child {
	padding-right: 0;
	background: none;
}
article ul.list_arrow li a {
	padding-right: 14px;
	background: url('../images/material/arrow-right.png') no-repeat right center;
	color: #777777;
	font-weight: 600;
	font-size: 14px;
	margin-right: 15px;
}
article .table_meeting table {
	width: 100%;
}
article .table_meeting table thead th {
	background: #f5f5f5;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 30px;
	height: 50px;
	text-align: left;
	width: 33%
}
article .table_meeting table thead th.time {
	background: #f5f5f5 url('../images/material/icon_time_table.png') no-repeat 30px center;
	padding-left: 55px;
}
article .table_meeting table thead th.place {
	background: #f5f5f5 url('../images/material/icon_place_table.png') no-repeat 30px center;
	padding-left: 55px;
}
article .table_meeting table tbody td {
	color: #555555;
	padding: 28px 0 28px 30px;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	line-height: 20px;
	vertical-align: top;
}
article .table_meeting table tbody td:first-child {
	color: #e44e08;
}
article .search.right {
	border: 1px solid #d7d7d7;
	width: 190px;
	height: 38px;
	border-radius: 19px;
	position: relative;
}
article .search.right input[type="text"] {
	height: 38px;
	border: none;
	background: none;
	padding: 10px 0 10px 20px;
	width: 150px;
}
article .search.right input[type="submit"] {
	background: url('../images/material/icon_search.png') no-repeat center center;
	border: none;
	position: absolute;
	width: 14px;
	padding: 11px 26px 11px 5px;
	top: 0;
	right: 12px;
}
article a.mailto {
	color: #e44e08;
	font-weight: 600;
}
article.pres_mssge p {
	line-height: 26px;
}
article.pres_mssge h4 {
	color: #111111;
	margin-top: 40px;
}
article.pres_mssge h4 span {
	color: #e44e08;
	font-size: 16px;
	font-weight: normal;
}
article .table_meeting.table05 table tbody td:first-child {
	color: #555;
}
article .table_meeting.table05 table thead th, article .table_meeting.table_rank table thead th {
	width: auto !important;
}
article .table_meeting.table_rank {
	margin-bottom: 30px;
}
article .table_meeting.table_rank table tbody td:first-child {
	color: #333;
}
.table_meeting.table_rank .top_title a.arrow {
	margin: 24px 0;
}
article .table_meeting.table_rank table tbody tr:nth-child(even) {
	background: #f9f9f9
}
article .table_meeting.table_rank table tbody tr:nth-child(odd) {
	background: #FFF
}
article .table_meeting.table_rank table thead th:last-child {
	text-align: center;
}
article .table_meeting.table_rank table thead th {
}
article.contact-us {
	overflow: hidden;
}
article.contact-us ul {
	list-style: none;
	padding: 0;
}
article.contact-us ul li {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
article ul.sche-info li {
	width: 20%;
	margin-bottom: 0;
	text-align: left;
	padding: 0 0 0 60px;
}
article ul.sche-info li .date {
	font-size: 16px;
	color: #555;
}
article ul.sche-info li.view{ color: #555; }
article ul.sche-info li:first-child {
	padding: 0;
}
article ul.sche-info li p {
	margin-bottom: 0;
	margin-top: 0;
}
ul.sche-info {
	list-style: none;
}
ul.sche-info li:after {
	content: "";
	background: #ccc;
	width: 1px;
	height: 88px;
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(20deg);
}
ul.sche-info li:last-child:after {
	background: none;
}
ul.sche-info li {
	position: relative;
	float: left;
	padding: 0 1rem;
}
.paging {
	display: block;
	text-align: center;
	width: 160px;
	margin: 0 auto;
}
.paging a {
	font-size: 13px;
	color: #555;
	display: inline-block;
	padding: 7px 3px;
	min-width: 22px;
	text-align: center;
	vertical-align: middle;
}
.paging a.active {
	font-weight: 700;
}
.paging a.prev {
}
.paging a.left, .paging a.right {
	padding: 7px;
	color: #e44e08;
}
.list-country {
	margin: 50px 0px;
}
.list-country .cols {
	float: left;
	width: 270px;
	border: 1px solid #ebebeb;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.list-country .cols:nth-child(3n+3) {
	margin-right: 0px;
}
.list-country .cols table {
}
.list-country .cols table th {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	background-color: #f5f5f5;
	padding: 15px;
	text-align: left;
}
.list-country .cols table td {
	font-size: 16px;
	color: #555;
	padding: 10px;
}
.list-country .cols table td img {
	vertical-align: middle;
	margin-right: 6px;
}
.list_member ul {
	list-style: none;
	padding-left: 0;
}
.list_member ul li {
	margin: 0;
}
.list_member ul li:after {
	content: "";
	background: #ccc;
	height: 1px;
	display: block;
	margin: 40px 0;
}
.list_member ul li:last-child:after {
	height: 0;
}
.list_member ul li h5 {
	font-size: 22px;
	margin: 0 0 28px;
	font-weight: bold;
}
.list_member ul li.multiple .member {
	margin-bottom: 54.7px;
	width: 49%;
	display: inline-block;
}
.list_member ul li.multiple .member:last-child {
	margin-bottom: 0;
}
.list_member ul li .member > img {
	display: inline-block;
	margin-right: 20px;
}
.list_member ul li .member .detail_member {
	display: inline-block;
	vertical-align: top;
	max-width: 275px;
}
.list_member ul li .member .detail_member p {
	margin: 0;
}
.list_member ul li .member .detail_member p.nama_mem {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}
.list_member ul li .member .detail_member p.pos_mem {
	font-size: 14px;
}
.list_member ul li .member .detail_member p.email_mem {
	font-size: 16px;
	color: #e44e08;
	margin-bottom: 10px;
}
.list_member ul li .member .detail_member p.country > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.list_member ul li .member .detail_member p.country span {
	display: inline-block;
	vertical-align: top;
}
.select-year .selector_form {
	margin: 0 20px;
	width: 100px !important;
}
.select-year .selector_form select {
	width: 100px;
}
.form-input label {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.form-input .rows {
	padding: 20px 0;
	overflow: hidden;
	margin: 0 -25px;
}
.form-input .rows .rows {
	padding: 5px 0px;
}
.form-input .rows > div {
	padding: 0px 25px;
}
.form-input .cols3 {
	float: left;
	width: 33.33%;
}
.form-input .cols2 {
	float: left;
	width: 50%;
}
.form-input input, .form-input textarea, .form-input select {
	border: 1px solid #ccc;
	padding: 10px 15px;
	width: 100%;
	outline: 0;
	font-size: 14px;
	color: #999;
}
.form-input .inputdate {
	background: url(../images/material/icon_date.png) 95% center no-repeat;
}
.rows-article {
	margin: 50px 0;
}
article .rows-article .top_title h5, .table_meeting h5, .table_rank h5 {
	font-size: 22px;
	margin: 0;
	font-weight: bold;
}

.table_rank div.right {
	margin-top: 16px;
}

.table_rank div.right a.arrow {
	margin-left: 30px !important;
}

.table_rank div.right label {
	padding-right: 5px;
}

.table_rank div.right select {
	min-width: 120px;
}

.table_meeting h5, .table_rank h5 {
	margin: 20px 0;
}
p.quote {
	font-size: 33px;
	font-weight: 300;
	margin-bottom: 30px;
}
.box-schedule {
	padding: 35px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.table_meeting.table_rank table td img {
	vertical-align: middle;
	margin-right: 6px;
}
#map {
	height: 100%;
}
.rows select {
	width: 100%;
}
.radiorow input[type="radio"] {
	margin-right: 10px;
}
input[type="checkbox"], input[type="radio"] {
	display: none;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
	padding: 0;
}
input[type="radio"] + label span {
	display: inline-block;
	width: 18px;
	height: 21px;
	margin: 5px 5px 0 0;
	vertical-align: middle;
	background: url(../images/material/radio-button.png) left top no-repeat;
	cursor: pointer;
}
input[type="radio"]:checked + label span {
	background: url(../images/material/radio-button.png) -20px top no-repeat;
}
.form-input .radiorow label {
	display: inline-block;
	margin-right: 20px;
}
.two-input input {
	display: inline-block;
	width: 37%;
}
.two-input span {
	display: inline-block;
	text-align: center;
	padding: 0 10px;
}
fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.wrap_form input[type=file] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
.inputFile {
	background: url(../images/material/browse.png) right center no-repeat;
}
#file-input {
	display: none;
}
#mailing{ }
#mailing form { margin: 20px 40px; }
#mailing form:after{ content: ''; clear: both; display: block; }
#mailing form div{ width: 50%; float: left; padding: 0 10px; margin: 10px 0px; }
#mailing form label{ display: block; margin-bottom:5px; }
#mailing form input { width: 100%; padding: 10px; }
#mailing form button{ background-color: transparent;}
/* footer
----------------------------------------------------------------------------------------------*/
footer {
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e94b0d;
	background-color: #121212;
	padding: 30px 0px;
}
footer p {
	font-size: 14px;
	color: #666;
	text-align: right;
	margin: 10px 0px;
}
footer p a {
	color: #999;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
footer p .view{
	font-size: 14px;
    color: #666;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 480px) {
/* Mobile styles */
}
 @media only screen and (min-width: 1140px) {
/* Desktop styles */
}
