/*-----------------------------------*\
  $KAPCSOLÓ

<label class="switch">
  <input type="checkbox" checked>
  <span class="switchslider round"></span>
</label>  

style="float: right; margin-top: -35px;"
\*-----------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.switchslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switchslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .switchslider {
  background-color: #00C176;
}
input:focus + .switchslider {
  box-shadow: 0 0 1px #00C176;
}
input:checked + .switchslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switchslider.round {
  border-radius: 34px;
}
.switchslider.round:before {
  border-radius: 50%;
}
/*-----------------------------------*\
  $MESSAGES
\*-----------------------------------*/
._modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
._modal:target {
  visibility: visible;
  opacity: 1;
}
._modal-content {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 1s ease-in-out;
}
._modal-content.long{
  width: 60%;
}
._modal-content h2 {
  margin-top: 0;
  color: #333;
  font-family: "Montserrat";
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}
._modal-content .close {
  position: absolute;
  top: 5px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
._modal-content .close:hover {
  color: #06D85F;
}
._modal-content .content {
  max-height: 400px;
  overflow: auto;
}
/*-----------------------------------------------------------------------*\
  Symbol
\*-----------------------------------------------------------------------*/
.symbol{
  width: 30px;
  height:30px; 
  float:left; 
  cursor:pointer; 
  text-align:center; 
  background-color:#ddd; 
  border: 1px solid #fff;
}
.symbol:hover{ 
  background-color:#fff; 
}
/*-----------------------------------------*\
  rating
  <div class="rate">
    <input type="radio" id="star5" name="rate" value="5" />
    <label for="star5" title="text">5 stars</label>
    <input type="radio" id="star4" name="rate" value="4" />
    <label for="star4" title="text">4 stars</label>
    <input type="radio" id="star3" name="rate" value="3" />
    <label for="star3" title="text">3 stars</label>
    <input type="radio" id="star2" name="rate" value="2" />
    <label for="star2" title="text">2 stars</label>
    <input type="radio" id="star1" name="rate" value="1" />
    <label for="star1" title="text">1 star</label>
  </div>  
\*-----------------------------------------*/
.rate {
    float: left;
    height: 36px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #00C176;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #70e5b6;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #08774b;
}


.rowmargin{
  margin-left:0;
  margin-right:0;
}
.form-group.rowmargin{
  margin-bottom: 7px;
}
.hide{
  display:none !important;
}
.mainpagecourse{
  font-size:14px; 
  line-height:1.2;
  height:110px;
}
.pagecourse{
  font-size:13px; 
  line-height:1.2;
  height:100px;
}
.whiteblock {
  position: relative;
}

.whiteblock:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.contentitem{
  background: #fff;
  padding: 10px;
  /*height: 100%;*/
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;  
}
.contentitem p{
  margin-bottom:0;
  font-size: 13px;
}
.contentitem i{
  font-size: 54px;
}
.smallicon{
  font-size:24px !important;
  color:#aaa;
}
.themeicon{
  font-size:24px !important;
  color:#aaa;
  cursor:pointer;
}
.cbread{
  color:#00C176;
  font-size: 12px;
  cursor:pointer;
}
.statheader{
  width:100%;
  height:35px;
  background-color: #deede3;
  font-size: 22px;
  color:#555;
  padding-left:30px;
  margin-bottom:20px;
}
.statinfo{
  width:100%;
  height:24px;
  font-size: 14px;
  color:#555;
  padding-left:30px;
  margin-bottom:10px;
}
.statinfo_left{
  float:left;
  font-size: 16px;
  color:#888;
  margin-top:5px;
}
.statinfo_right{
  float: right;
  font-size: 22px;
  color:#30C593;
  margin-right:10px;
}
/*-----------------------------------*\
  $COUNTY MAP
\*-----------------------------------*/
.mapholder{
  width:100%;
  margin-top: 30px;
}
polygon.hoverable {
  fill: #5B7444;
  stroke:#fff; /* Replace with none if you like */
  stroke-width: 1;
  cursor: pointer;
  /*-moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);*/
}

polygon.hoverable:hover {
  fill:#333;
}

polygon.active {
  fill:#333;
}
.county_groups{
  margin-bottom: 50px;
}
.county_groups span{
  color: #5B7444;
  /*font-family: Raleway-Regular;
  font-size: 14px;*/
}
.county_groups a p{
  color: #555 !important;
}
.county_groups ul{
  list-style: none;
}
.county_groups h5{
  font-family: Raleway-ExtraBold;
  font-size: 16px;
  color: #FFA500;
  margin-bottom: 0;  
}
.county_groups p{
  line-height: 1.3;
  font-size: 14px;  
}
#countytitle{
  height: 50px;
}

/*.social{
    width: 100%;
    border-radius: 12px;
    position: relative;
    padding: 48px 10px 10px;
    background-color: white;
}

.social:before {
    content: attr(social-title);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    background-color: #daeae4;
    border-radius: 12px 12px 0 0;
    color: #00c176;
    padding-left: 10px;
}*/
.social{
  width:100%;
}
.social-content {
  padding: 10px;
  padding-bottom: 1px;
  background-color: #fff;
}
.social-content hr{
  margin-top: 10px;
  margin-bottom: 0;
}
.social-header { 
  height: 50px;
  line-height: 1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: white;
  display: block;
  padding: 10px;
}
.social-header img{
  border-radius: 50%;
  width:40px;
  margin-top:-5px;
}
.social-header-name {
  color: black;
  padding-top: 3px;
}
.social-header-name span{
  font-weight: normal;
} 
.social-footer { 
  height: 40px;
  line-height: 30px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #fff;
  font-weight: bold;
  display: block;
  color: white;
  display: block;
  padding: 8px;
}




.loader {
  border: 16px solid #F3F3F3;
  border-radius: 50%;
  border-top: 16px solid #FFA500;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 40%;
  top: 50%;
  z-index:10000;  
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}