body {
	
}

a {
	text-underline-offset: 3px;
}

strong {font-weight: 700;}

p, ul, ol {
	margin-bottom: 15px;
}

p, ul li, ol li {
	line-height: 1.68em;
}

h1, h2, h3, h4, h5 {
	
}

ul.astroid-nav {
	margin-right: -25px;
}


blockquote {
	
}

iframe {
	border: none;
}

h1 {
	margin-bottom: 70px;
	margin-top: 0;
	font-size: 60px;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	position: relative;
	text-align: center;
}



div.page-header {
	text-align: center;
}

.com-finder h1 {
	margin-bottom: 70px;
}

h1:after {
	height: 5px;
	width: 500px;
	content: '';
	background: linear-gradient(90deg, rgba(239,65,54,1) 2%, rgba(252,177,22,1) 15%, rgba(141,198,63,1) 28%, rgba(111,188,236,1) 42%, rgba(27,117,188,1) 56%, rgba(151,61,151,1) 70%, rgba(168,124,79,1) 85%, rgba(64,64,65,1) 99%);
	bottom: -30px;
	left: -50%;
	right: -50%;
	margin: auto;
	position: absolute;
}

h2 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 36px;
}

.wlp_directory h2 {
	text-align: center;
	background: #F3F3EB;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 28px;
}

h3.module-title {
	text-align: center;
	position: relative;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 60px;
}

.custom h3 {
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 60px;
}

h3.module-title:after {
	position: absolute;
	height: 5px;
	width: 500px;
	content: '';
	background: linear-gradient(90deg, rgba(239,65,54,1) 2%, rgba(252,177,22,1) 15%, rgba(141,198,63,1) 28%, rgba(111,188,236,1) 42%, rgba(27,117,188,1) 56%, rgba(151,61,151,1) 70%, rgba(168,124,79,1) 85%, rgba(64,64,65,1) 99%);
	bottom: -20px;
	left: -50%;
	right: -50%;
	margin: auto;
}

h4 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.staff h4 {
	margin: 0;
}

h5 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.btn, button.btn {

	font-size: 20px;
	border-radius: 0px;
	background: rgb(134,55,134);
background: linear-gradient(90deg, rgba(134,55,134,1) 0%, rgba(1,83,179,1) 100%);
	color: #fff;
	position: relative;

}

/*.btn:before {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, rgba(239,65,54,1) 2%, rgba(252,177,22,1) 15%, rgba(141,198,63,1) 28%, rgba(111,188,236,1) 42%, rgba(27,117,188,1) 56%, rgba(151,61,151,1) 70%, rgba(168,124,79,1) 85%, rgba(64,64,65,1) 99%);
	width: 108%;
	height: 118%;
	left: -4%;
	top: -9%;
	z-index: -1;
	display: block;
}
*/
.btn:hover {
	background: linear-gradient(270deg, rgba(134,55,134,1) 0%, rgba(1,83,179,1) 100%); 
	color: #FFF;
}

blockquote {
	
}

blockquote p {
	
}

/*menu*/

#headerwrap {
	background: url('../images/rainbow.jpg') repeat-x left bottom;
	background-size: auto 10px;
	padding-bottom: 10px;
}

body.home #headerwrap {
	background: none;
	padding-bottom: 0;
}

#astroid-sticky-header {
	background: #FFF url('../images/rainbow.jpg') repeat-x left bottom;
	background-size: auto 5px;
	padding-bottom: 5px;
}

#headerwrap .container {
	max-width: 1400px;
}

.astroid-logo {
	padding-left: 50px;
}

.header-right-section {
	
}

#mod-custom133 {
	text-transform: uppercase;
}

#mod-custom133 p {
	margin: 0;
}

#mod-custom133 a {
	text-decoration: none;
	font-weight: bold;
}

a.flag {
	text-transform: uppercase;
	font-weight: bold; 
	padding: 0 0 0 10px;
	text-decoration: none;
}

.offcanvasRight {
	justify-content: end;
}

.container-fluid {
	padding: 0;
}

.header-block-items .d-flex, .astroid-nav-wraper .astroid-nav {
	justify-content: flex-end!important;
}

.header-block-items .d-flex {
	padding-bottom: 0!important;
}

.astroid-nav-wraper .astroid-nav li:last-child a {
	padding-right: 0;
}

.megamenu-container li.nav-item-submenu > a {
	font-size: 16px; line-height: 1.2; padding: 10px;
}

.megamenu-container.nav-submenu-container {
	box-shadow:
  0px 1.8px 2.2px rgba(0, 0, 0, 0.02),
  0px 4.3px 5.3px rgba(0, 0, 0, 0.028),
  0px 8px 10px rgba(0, 0, 0, 0.035),
  0px 14.3px 17.9px rgba(0, 0, 0, 0.042),
  0px 26.7px 33.4px rgba(0, 0, 0, 0.05),
  0px 64px 80px rgba(0, 0, 0, 0.07)
;
padding-top: 6px;

}

.megamenu-container.nav-submenu-container:before {
	

height: 10px;
	width: 100%;
	content: '';
	background: linear-gradient(90deg, rgba(239,65,54,1) 2%, rgba(252,177,22,1) 15%, rgba(141,198,63,1) 28%, rgba(111,188,236,1) 42%, rgba(27,117,188,1) 56%, rgba(151,61,151,1) 70%, rgba(168,124,79,1) 85%, rgba(64,64,65,1) 99%);
	top: -4px;
	left: 0;
	
	margin: auto;
	position: absolute;
	}

/*Banner*/

#bannerwrap {
	
}


/*row1wrap*/

#row1wrap {
	background: url('../images/rainbow.jpg') repeat-x left top;
	background-size: auto 10px;
	padding-top: 10px;
}

#position-1-1 {
	
}

.applications .wf-column {
	padding: 30px; text-align: center;
}

.applications p, .applications a {
	color: #FFF; text-decoration: none;
}

.applications a:hover, .applications h4 a:hover {
	text-decoration: underline; color: #FFF;
}

.applications img {
	max-width: 64px;
	height: auto;
}

.applications h4 {
	font-size: 28px;
	font-weight: bold;
}

.applications h4 a {
	text-decoration: none;
}

/*row2wrap*/

#row2wrap {
	
}

#position-2-1 {
	
}

.news-row {
	margin-bottom: 30px;
}

/*row3wrap*/

#row3wrap {
	
}

#position-3-1 {
	max-width: 600px; margin: auto;
}

.ruxin_news .news_on_image {
	padding-top: 60px;
}

.ruxin_news .lead_introtext, .ruxin_news .intro_introtext, .ruxin_news .link_introtext {
	font-size: 16px; line-height: 140%!important;
}

/*row4wrap*/

#row4wrap {
	margin-top: 100px;
}

#position-4-1 {
	
}

#mod-custom118 img {
	margin-top: -100px; margin-bottom: 50px;
}

/*row5wrap*/

#row5wrap {
	
}

#position-5-1 {
	
}

/*row6wrap*/

#row6wrap {
	
}

#position-6-1 {
	
}


/*Bottomwrap*/

#bottomwrap {
	
}


/*Footer*/

#footerwrap {
	
}

#footer1 small {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}



/*Sidebar*/

#sp-sidebar-right {
	
}



/*Main area*/

body.home #mainwrap {
	display: none;
}

#mainwrap {
	
}

#mainwrap .container {
	max-width: 960px;
}

ul.fields-container {
	list-style-type: none;
	padding: 0;
}

.upcoming2:nth-child(even) {
	flex-direction: row-reverse;
}

.upcoming2 .newsinfo h4,
.upcoming2 .newsinfo p {
	padding:0  30px;
}

.upcoming2 .newsinfo h4 {
	margin-top: 0;
}

.upcoming2 .newsinfo p {
	font-size: 90%;
}

.upcoming2 img:hover {
	opacity: .7;
}

span.field-label {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}

.wf_file::before {
	content: "\f15b";
	font: normal normal normal 16px/1 "Font Awesome 5 Free";
	display: inline-block;
	margin: 0 5px 0 0;
}

.wf_file[href$=".pdf"]::before {
	content: "\f1c1";
}

.wf_file[href$=".doc"]::before {
	content: "\f1c2";
}

.wf_file[href$=".docx"]::before {
	content: "\f1c2";
}

.wf_file[href$=".xls"]::before {
	content: "\f1c3";
}

.wf_file[href$=".xlsx"]::before {
	content: "\f1c3";
}

.form-control, #adminForm .controls > textarea, #adminForm .controls > select, #adminForm .controls > input[type="text"], #adminForm .controls > input[type="password"], #adminForm .controls > input[type="datetime"], #adminForm .controls > input[type="datetime-local"], #adminForm .controls > input[type="date"], #adminForm .controls > input[type="month"], #adminForm .controls > input[type="time"], #adminForm .controls > input[type="week"], #adminForm .controls > input[type="number"], #adminForm .controls > input[type="email"], #adminForm .controls > input[type="url"], #adminForm .controls > input[type="search"], #adminForm .controls > input[type="tel"], #adminForm .controls > input[type="color"], #adminForm .controls > .uneditable-input, #adminForm .controls .field-calendar input[type="text"], #adminForm .controls .field-media-input {
	border-color: #ccc;
}

.eventlist h2.eventtitle {
	font-size: 26px; margin: 0 0 8px 0;
}

.eventlist h2 {
	font-size: 32px; text-transform: uppercase; margin: 0 0 8px 0;
	font-weight: bold;
}

.eventlist h3 {
	margin: 0 0 8px 0;
	font-size: 22px;
	font-weight: bold;
}

.eventlist h4 {
	margin: 0 0 8px 0; font-size: 18px; 
}

.eventlist a.readon {
	text-transform: uppercase; letter-spacing: 1px;
}

body.eventspage .com-content-article__body h3, 
body.eventspage .com-content-article__body h4 {
	margin-top: 0;;
}

@media  (max-width: 800px) {
	body {
		
	}
	
	#astroid-offcanvas, .astroid-offcanvas .astroid-mobilemenu-container .astroid-mobilemenu-inner .dropdown-menus {
		background: rgb(134,55,134);
background: linear-gradient(90deg, rgba(134,55,134,1) 0%, rgba(1,83,179,1) 100%);
	}
	
	.astroid-mobilemenu-container .astroid-mobilemenu-inner .dropdown-menus.menu_open {
		z-index: 9;
	}
	
	#topwrap {
		border-bottom: 1px solid #e8e7e7;
	}
	
	#mod-custom138 img {
		position: relative; z-index: 1;
	}
	
	#t-teatacsep a {
		font-size: 15px;
	}
	
	.astroid-logo {
		padding-left: 0;
	}
	
	.astroid-logo img {
		padding: 10px 0;
	}
	
	#footer1 {
	text-align: center!important;
}

.astroid-mobilemenu-container .astroid-mobilemenu-inner ul > li.menu-item:first-child ,
.astroid-mobilemenu-container .astroid-mobilemenu-inner ul > li,
.astroid-mobilemenu-container .astroid-mobilemenu-inner .menu-item .menu-indicator,
.astroid-mobilemenu-container .astroid-mobilemenu-inner .menu-item {
	border-color: rgba(245, 245, 245, 0.38);
}

span.nav-title {
	color: #eee;
}

#footer1 img {
	float: none!important;
}

h1 {
	font-size: 50px;
}

.convertforms .cf-one-half {
	width: 100%;
}

#mainwrap {
	padding-top: 20px;
}
	
	.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
		min-width: 200px!important;
	}
}