
/*a {*/
	/*color: royalblue;*/
/*}*/

/*a:visited {*/
	/*color: purple;*/
/*}*/

/*a:hover,*/
/*a:focus,*/
/*a:active {*/
	/*color: midnightblue;*/
/*}*/

/*a:focus {*/
	/*outline: thin dotted;*/
/*}*/

/*a:hover,*/
/*a:active {*/
	/*outline: 0;*/
/*}*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.info-block-main {
	font-size: 16px;
	padding: 60px;
	background: #e2e2e2;
	text-align: center;
}
.info-block {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ffc000;
	margin: 10px 0;
	width: 96%;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.category_list{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.category_description {
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
    color:#333;
}
.prev_post{
    display:flex;
    flex-direction: column;
    width:315px;
    max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    margin: 23px auto;
    text-decoration: none;
    font-family: Roboto, Sans-serif;
}
.prev_post img{
    display:block;
    max-width:100%;
    text-align: center;
    margin:0 auto;
}
.prev_title{
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto, Sans-serif;
    font-weight: 700;
    line-height: 1;
    padding:0px 10px;
    margin:20px 0;
    border-left: 2px solid transparent;
    display:block;
    transition: 0.3s;
}
.prev_title:hover{
    border-left: 2px solid #fbba00;
    color:#fbba00;
}
.prev_text{
    padding:10px;
    display:flex;
    flex-direction: column;
    height:100%;
}
.prev_more{
    font-family: Roboto, Sans-serif;
    color: #fbba00;
    font-size: 15px;
    padding: 2px 10px;
    border: 1px solid transparent;
    text-align: center;
    font-weight: 600;
    margin-right: 20px;
    margin-left:auto;
    display: block;
    margin-top: auto;
    transition: 0.3s;
}
.prev_more:hover{
    border: 1px solid #fbba00;
}
.pagination{
    text-align: center;
}
.pagination .page-numbers{
    text-decoration: none;
    padding: 2px 7px;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
}
.pagination .page-numbers.current{
    background: #FFC000;
    color:#fff;
    border-color:#000;
}
.pagination a.page-numbers:hover{
    border-color:#FFC000;
    color:#FFC000;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
    border: none;
}
.single_full{
    font-size:18px;
    line-height:24px;
    color:#333;
}
.single_full h1{
    line-height:30px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.sub-menu{
    padding-top:10px;
    padding-left:0px;
    display: none;
    position: absolute;
    z-index: 9999;
}
.sub-menu li{
    display:block!important;
    float:none;
    text-align:center;
    background-color: rgba(255,255,255,.8);
    padding:5px 17px 5px 17px;
}
.sub-menu li a{
    text-decoration: none;
}
.hiddentable{
	display:none;
}
.tabletrigger{
	margin-left:10%;
	cursor:pointer;
	color:#00a2e8;
	text-decoration: underline;
	font-size: 16px;
}



#of0rm13ni3_24k424 .input-select, #of0rm13ni3_24k424 .input-select:hover, #of0rm13ni3_24k424 .input-select:focus {
    border-bottom-style: none;
    border-bottom-width: 0;
}



/* #of0rm13ni3_24k424 input:hover, #of0rm13ni3_24k424 input:focus,
 #of0rm13ni3_24k424 textarea:hover, #of0rm13ni3_24k424 textarea:focus {
    border-color: black;
    color: black;
}*/



#of0rm13ni3_24k424 {
    background-color: #f9f9f9;
}
#of0rm13ni3_24k424 .wpcf7-validation-errors {
    color: black;
}
#of0rm13ni3_24k424 .input-blockFull textarea {
  margin: 0;
}

.yiyee>a.fancybox {
  font-size: 20px;
  text-transform: uppercase;
  background: #ffc000;
  text-decoration: none;
  padding: 5px 12px;
  border: 2px solid black;
}
.yiyee>a.fancybox:hover {
	color: #ffc000;
	background: #000;
}


.frat-form-title {
    font-size: 24px;
    font-weight: 700;
}
.frat-wrap .input-wrap {
    margin: 10px 0 30px;
}
.frat-wrap .input-wrap input, .frat-wrap .input-wrap textarea {
    border: 1px solid;
    padding: 11px;
    width: 100%;
}
.frat-wrap {
    margin: auto;
    max-width: 500px;
}

.frat-wrap + .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}
.entry-header {
	position: relative;
}
.abs_button {
	position: absolute !important;
	right: 35px;
	top: 90px;
	line-height: 25px;
}