body {
font-size: 18px;
font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;

}


.header h2 {
margin: 0 10px 10px 0;
    font-family: 'Pattaya', sans-serif;
    font-size: 38px;
    color: #50691a;
}
.header p {margin:0}
.header .title {
    font-size: 20px;
    color: #767774;
}

.header a {
color: #5b7d10;
}
.header a:hover,.header a:focus {
color: #344808;
text-decoration: none;

}
.header {
    padding: 15px;
}

.main-nav {
background: #cdeb8e; /* Old browsers */
background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */

}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}


.level_0 {
  clear: both;
}

/* Mobile menu top separator */

.level_0:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #cdeb8e;
}

@media (min-width: 768px) {
  .level_0:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ .level_0{
  display: none;
}

#main-menu-state:checked ~ .level_0{
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ .level_0 {
    display: inline-block;
  }
.main-nav {
line-height: 0;
text-align: center;
}
}




/*===============================================*/
@media (min-width: 1300px) {
.container {
    width: 1240px;
}
}
@media (min-width: 1400px) {
.container {
    width: 1340px;
}
}
@media (min-width: 1500px) {
.container {
    width: 1440px;
}
}

#slider {
padding: 0 0 45px;
background-color: #f7efe1;
}
.news {
padding: 36px 0 45px;
background-color: #e8dac2;
}
.groups {
padding: 36px 0 45px;
background-color: #e0dede;
}
.banners{
padding: 10px;
    background-color: #e0dede;
}

.item-new {

}
.item-new img,.gallery img {
background-color: #fff;
padding: 5px

}


.item-new p {
    background: #91c227;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 18px;
}
.item-new a {
color: #333
}

.item-new a:hover,.item-new a:focus {
color: #91c227;
text-decoration: none;
}

.item-new h4 {font-size: 22px}


.owl-theme .owl-nav {
    position: absolute;
    top: -70px;
    right: -5px;
}

.owl-theme .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #91c227 !important;
}


.owl-prev i, .owl-next i {
font-size: 28px;
color: #fff;
background: #91c227;
padding: 5px 13px
}

.owl-prev i:hover, 
.owl-next i:hover {
background: #ccc;
}


.news h2,.gallery h2,.groups h2 {
    color: #fff;
    background: #91c227;
    padding: 10px 25px;
    display: inline-block;
    font-size: 32px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.news-all {
padding: 7px 15px;
    font-size: 18px;
    line-height: 50px;
    background: #91c227;
    color: #fff;

}
.news-all:hover,.news-all:focus {
background: #333;
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}



.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}



.bw {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bw:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}




#slider .owl-theme .owl-nav {
    position: absolute;
    top: 0;
	height: 100%;
}







.panel-default > .panel-heading,
.collapse-panel .panel-heading a.collapsed,
.panel-footer a:hover,
.panel-footer a:focus {
background: #cdeb8e; /* Old browsers */
background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
text-shadow: none
}






.collapse-panel .panel-heading a,
.collapse-panel .panel-heading a.collapsed:hover, 
.collapse-panel .panel-heading a.collapsed:focus{
background: #b6e026; /* Old browsers */
background: -moz-linear-gradient(top, #b6e026 0%, #91c227 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b6e026 0%,#91c227 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b6e026 0%,#91c227 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#91c227',GradientType=0 ); /* IE6-9 */

}

.panel-collapsed{
	text-decoration: none;
	opacity: 1;
	text-shadow: none;

}



.panel img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* PANELS */
.panel-default {
    border-color: #D9D9D9;
}



.panel-default > .panel-heading {
border-color: #D9D9D9;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.panel-heading{
    font-weight: 500
}

.panel-body {
background:#fff;
}
.list-group-item {
	background: transparent;
}


.panel-title {
	font-size: 22px;

}

.panel-footer {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}



.panel-footer {
	padding:0;
}

.panel-footer a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #31420e;
text-shadow: 0 1px 0 #fff;	
}

.panel-footer a:hover,
.panel-footer a:focus {
border-color: #D9D9D9;
color: #5c791b;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;	
}


/*  collapse-panel */

.collapse-panel .panel-heading a.collapsed {
color: #5c791b;
}

.collapse-panel .panel-heading a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

}

.collapse-panel .panel-heading a:hover,
.collapse-panel .panel-heading a:focus,
.collapse-panel .panel-heading a.collapsed:hover, 
.collapse-panel .panel-heading a.collapsed:focus {
color: #F1FBD3
}


.collapse-panel .panel-heading a:after,
.panel-footer a:after {
	font-family: "FontAwesome";/*Font Awesome 4.5.0*/
	float: right;
}

.collapse-panel .panel-heading a:after {
	content: "\f078"; /* fa-chevron-down */
}

.collapse-panel .panel-heading a.collapsed:after {
	 content: "\f054"; /* fa-chevron-right */
}

.panel-footer a:after {
	content: "\f08e"; /*fa-external-link*/
}

.collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.collapse-panel .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/*  /collapse-panel */
a.list-group-item .list-group-item-heading {
    color: #5c791b;
}

.collapse-panel a.list-group-item .text-right,
.list-group > a > .list-group-item-heading {
	color: #31420e;
}

.list-group > a > .list-group-item-heading {
font-weight:600
}


/* collapse-panel */
.collapse-panel a.list-group-item:hover,
.collapse-panel a.list-group-item:focus {
background: #F1FBD3;
color: #112B4D
}

.collapse-panel a.list-group-item:hover .list-group-item-heading,
.collapse-panel a.list-group-item:focus .list-group-item-heading {
    color: #31420e;
}




/* scroll-list-group */
.scroll-list,
.scroll-list-new {
    overflow-y: scroll;
}
.scroll-list,
.scroll-list-new {
    height: 400px;
}


@media (min-width: 768px) and (max-width: 1200px) {
.scroll-list-new {
    height: 491px;
}
}




/**/
.list-group-image {
    float: left;
    margin: 0 10px 0 0;
}

.clear {
    clear: both;
}
.img-size {
	height: 100px;
	width: 100px;	
}


/* .item-split */
.item-split .list-group-item,
.item-menu .list-group-item {
	margin-bottom: 15px;
}


.item-split a.list-group-item:hover,
.item-split a.list-group-item:focus {
border-color: #fff
}
.item-split .list-group-item-heading {
	font-size: 18px
}

.panel-title i {margin-right: 3px;}
.item-split .list-group-item-heading i {
	font-size: 24px;
	margin-right: 8px;
	color: #dd4d41
}
.item-split a.list-group-item:hover .list-group-item-heading,
.item-split a.list-group-item:focus .list-group-item-heading,
.item-split a.list-group-item:hover .list-group-item-heading i,
.item-split a.list-group-item:focus .list-group-item-heading i {
	color: #fff;
}

.item-menu .list-group-item-heading {
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
}


.list-group-image .fa {
    font-size: 32px;
}

/**/


/* breadcrumb */
.breadcrumb_new {
	background: #F2F2F2 none repeat scroll 0 0;
	border-bottom: 1px solid #C2C2C2;
	overflow: hidden;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.breadcrumb_new a {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
color: #444;
float: left;
padding: 0.7em 1em 0.7em 2em;
position: relative;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
font-size: 14px
}

.breadcrumb_new a:first-child {
    padding-left: 1em;
}
.breadcrumb_new a:hover {
    background: #fff none repeat scroll 0 0;
}
.breadcrumb_new a::after, .breadcrumb_new a::before {
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    border-top: 1.5em solid transparent;
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -1em;
    top: 50%;
}
.breadcrumb_new a::after {
    border-left-color: #e5e5e5; /**/
    z-index: 2;
}
.breadcrumb_new a::before {
    border-left-color: #C2C2C2;
    right: -1.1em;
    z-index: 1;
}
.breadcrumb_new a:hover::after {
    border-left-color: #fff;
}
.breadcrumb_new .fa {
    margin-right: -10px;
}



.panel-main .panel-body {
    height: 650px;
    overflow-y: scroll;
}



.items > .item {
margin-bottom: 15px
}

.panel-body .media-object {
    max-width: none;
}

.media-heading {
	color: #31420e;
	font-family: "RalewayMedium",Arial,serif;
}

h4.media-heading {
	font-size: 1.250em
}




.item-menu .list-group-item-heading img {
float: left;
margin-right: 7px
}

.item-menu a.list-group-item {
background: #fbf1e1; /* Old browsers */
background: -moz-linear-gradient(top,  #fbf1e1 0%, #fae8c8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fbf1e1 0%,#fae8c8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fbf1e1 0%,#fae8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf1e1', endColorstr='#fae8c8',GradientType=0 ); /* IE6-9 */
}


.panel-title span {
font-size: 16px
}


.list-group > a > .list-group-item-heading {
    font-weight: 500;
}


list-group-item:hover,list-group-item:focus {
  background-color: red;
}

.section_menu ul {
    list-style-image: url(/sm.aspx?guid=44813);
}
.section_menu ul {padding-left: 20px}
.section_menu > ul {padding-left: 0px}
.section_menu a {text-decoration:none}
.section_menu a:hover,.section_menu a:focus,
.section_menu .active > span {color: #5c791b}
.section_menu .level_0 > li > a, .section_menu .level_0 > li > span {display: none;}
.section_menu .level_0 {list-style: none}


.section_menu .level_0 > li[class="parent"] {display: none}

.section_menu li[class="parent"] > a:after,
.section_menu li[class="active parent"] > span:after,
.section_menu li[class="parent_active parent"] > a:after {
   font-family: FontAwesome;font-weight: normal;font-style: normal;margin:0px 0px 0px 10px;
}

.section_menu li[class="parent"] > a:after { 
   content: '\f105';
} 

.section_menu .active > span {font-weight: 500}

.section_menu li[class="parent_active parent"] > a:after,
.section_menu li[class="active parent"] > span:after {
   content: '\f107';
}

.section_menu li[class="parent"] ul {display:none}

.scroll-list2 {
height: 481px;
    overflow-y: scroll;


}

.footer {
background: #5e5e5e;
    color: #fff;
    padding: 10px;
font-size: 14px;
}


.footer a {
color: #e0dede;
}

.footer a:hover,.footer a:focus{
color: #dafb95;
}


div.scrollup {
  position: fixed;
  color: #fff;
  background-color: #97c727;
  right: 20px;
  bottom: 0px;
  padding: 4px 10px;
  font-size: 20px; 
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer; 
  display: none;
  text-align: center;
}
div.scrollup:hover {
  background-color: #333;
}



.gallery {
padding: 36px 0 45px;
    background-color: #b3a182; 

}

.links {
    padding: 36px 0 45px;
    background-color: #fff;
}

.links a {
    color: #333;
    background: #f0f0f0;
    padding: 15px 20px;
    border-radius: 4px;
display: block;
margin-bottom: 15px
}
.links a:hover,.links a:focus {
background: #91c227;
text-decoration: none;
color: #fff;

}

.links a i {
margin-right: 7px;
position: absolute;
font-size: 30px;
}
.links a span {
margin-left: 40px;
    font-size: 24px;
}


.section_menu ul {
    list-style-image: url(/sm.aspx?guid=41843);
}
.section_menu ul {padding-left: 20px}
.section_menu > ul {padding-left: 0px}
.section_menu a {text-decoration:none}
.section_menu a:hover,.section_menu a:focus,
.section_menu .active > span {color: #253305}
.section_menu .level_0 > li > a, .section_menu .level_0 > li > span {display: none;}
.section_menu .level_0 {list-style: none}


.section_menu .level_0 > li[class="parent"] {display: none}

.section_menu li[class="parent"] > a:after,
.section_menu li[class="active parent"] > span:after,
.section_menu li[class="parent_active parent"] > a:after {
   font-family: FontAwesome;font-weight: normal;font-style: normal;margin:0px 0px 0px 10px;
}

.section_menu li[class="parent"] > a:after { 
   content: '\f105';
} 
b,strong,label,
.section_menu .active > span {font-weight: 500}

.section_menu li[class="parent_active parent"] > a:after,
.section_menu li[class="active parent"] > span:after {
   content: '\f107';
}



.section_menu li[class="parent"] ul {display:none}

a {
    color: #557511;
}
a:hover,a:focus {
    color: #253305;
}


.MapYear,.MapMonth {
margin-bottom: 20px
}
.MapYear > span,
.MapMonth > span > a {padding: 10px;font-size: 16px}
.MapMonth > span > b {font-size: 18px}

.MapYear > span {cursor: pointer}
.MapYear > span.sel {
font-weight: bold;
font-size: 20px;
cursor: default
}

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
