/* GLOBAL STYLES */

#page-menu{
	position: absolute;
}

li.settlement-search-result {
	white-space: nowrap;
	overflow-x: hidden;
}

#login {
	float: left;
	line-height: 100px;
}
#top-search {
	float: left;
	margin-right: 20px;
}

.team.team-list .team-desc {
	overflow: visible;
}

#velemjaro-user #header.full-header{
	border-bottom: 2px solid #26A69A;
	background-color: rgba(158, 158, 158, 0.5);
	box-shadow: 0px 3px 12px rgba(0,0,0,0.4);
}
#velemjaro-user #header.sticky-header #header-wrap{
	border-bottom: 2px solid #26A69A;
}
.heading-block::after{
	border: none;
}
@media all and (max-width: 991px){
	#velemjaro-user #header.full-header{
		background-color: rgba(158, 158, 158, 1);
		z-index: 11;
	}
	#primary-menu ul.show{
		margin-bottom: 15px !important;
	}
}
#velemjaro-user #primary-menu > ul > li > a {
	color: teal;
}

#velemjaro-user #header.sticky-header #header-wrap {
	background-color: rgba(158, 158, 158, 0.9);
}

#velemjaro-user #header #header-wrap {
	display: block;
	height: 61px;
}

#velemjaro-user #header.sticky-header #primary-menu > ul > li > a {
	color: transparent;
}
#velemjaro-user #header.sticky-header #primary-menu > ul > li > a img{
	filter: blur(1.2px);
	-webkit-filter: blur(1.2px);
}

section#content:before{
	content: '';
	width: 100%;
	height: 110px;
	position: absolute;
	top: -110px;
    background: transparent url('/img/assets/texturetastic_gray.png') repeat center top;
}

@media screen and (max-width: 991px){
	nav li a {
		background-color: transparent;
	}
}
#page-menu #page-menu-wrap{
	transition: all 0.4s ease;
}
#page-menu.sticky-page-menu #page-menu-wrap {
	position: fixed;
	z-index: 9;
	top: 60px;
	left: 0;
	width: 100%;
	box-shadow: 0px 3px 12px rgba(0,0,0,0.4);
	background-color: rgba(38, 166, 154, 0.95) !important;
	border-bottom: 1px solid teal;
}

.smallbottommargin {
    margin-bottom: 20px !important;
}

#footer{
	background-color: #BBB;
	color: rgba(0, 0, 0, 0.4);
    padding-top: 15px;
    padding-bottom: 25px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center;
  margin-top:0px !important;
}
#footer .smallbottommargin img{
  max-width:100%;
  text-align:center;
}
@media all and (max-width: 991px) {
  #footer #bugreport-form{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .social-icon{
	filter: grayscale(100%) opacity(50%);
	-webkit-filter: grayscale(100%) opacity(50%);
	-moz-filter: grayscale(100%) opacity(50%);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#footer:hover .social-icon{
	filter: grayscale(100%) opacity(70%);
	-webkit-filter: grayscale(100%) opacity(70%);
	-moz-filter: grayscale(100%) opacity(70%);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#footer img {
	filter: grayscale(100%) opacity(35%);
	-webkit-filter: grayscale(100%) opacity(35%);
	-moz-filter: grayscale(100%) opacity(35%);
	margin-top: 5px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#footer:hover img{
	filter: grayscale(100%) opacity(70%);
	-webkit-filter: grayscale(100%) opacity(70%);
	-moz-filter: grayscale(100%) opacity(70%);
}

#footer img:hover,#footer .social-icon:hover{
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
}
#footer .googleplay{
  width: 100%;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}
#footer .googleplay img{
  height: 60px;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  margin-top:-10px;
}
#footer .social-icon {
  font-size: 28px;
}
#footer:hover{
	background-color: #a6a6a6;
}

#bugreport-form {
	padding: 0 10px 10px 10px;
}

#footer h5 {
	color: rgba(255,255,255,0.7);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    font-size: 18px;
    margin: 5px 0 5px 0;
}

#footer h6{
	font-size: 16px;
}
#footer h7{
	font-weight: bold;
  font-size: 16px;
  margin: 1.5em 0;
  display: inline-block;
}
#supporter-logos>div{
	display: table;
	margin: 0 auto;
}

.contact-form-entry{
	margin-top: 9px;
}

#footer p{
	margin: 5px 0 5px 0;
	font-size: smaller;
	color:inherit !important;
}
#footer .modal p{
  	font-size: initial;
    text-align:justify;
}
@media (max-width: 767px) {
  #footer .modal p{
    text-align:left;
  }
}
#footer .lastp{
	margin: 5px 0 35px 0;
}

#footer .jurista > div img{
  padding: 5px 30px;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  transition: none;
}
#footer .jurista > div > div{
  font-family: monospace;
}
#footer .jurista > div > div > strong:nth-of-type(1){
  color:#26A69A;
}
#footer .jurista > div > div > strong:nth-of-type(2){
  color:black;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .jurista > div img{
    padding: 5px 10px;
  }
}

#bugreport-form input,
#bugreport-text{
	background-color: rgba(255,255,255,0.1);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	padding: 5px 5px 5px 55px;
	margin-bottom: 20px;
	color: white;
	font-family: monospace;
	width: 100%;
	color: rgba(0,0,0,0.3);
}

#bugreport-text{
    height: 100px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
#bugreport-form input::-webkit-input-placeholder { color:#C1C1C1;}
#bugreport-form input::-moz-placeholder { color:#C1C1C1;} /* firefox 19+ */
#bugreport-form input:-ms-input-placeholder { color:#C1C1C1;} /* ie */
#bugreport-form input:-moz-placeholder { color:#C1C1C1;}

#bugreport-form input:focus::-webkit-input-placeholder { color:rgba(0,0,0,0.3);}
#bugreport-form input:focus::-moz-placeholder { color:rgba(0,0,0,0.3);} /* firefox 19+ */
#bugreport-form input:focus:-ms-input-placeholder { color:rgba(0,0,0,0.3);} /* ie */
#bugreport-form input:focus:-moz-placeholder { color:rgba(0,0,0,0.3);}


#bugreport-text::-webkit-input-placeholder { color:rgba(255,255,255,0.8);}
#bugreport-text::-moz-placeholder { color:rgba(255,255,255,0.8);} /* firefox 19+ */
#bugreport-text:-ms-input-placeholder { color:rgba(255,255,255,0.8);} /* ie */
input#bugreport-text:-moz-placeholder { color:rgba(255,255,255,0.8);}

#bugreport-text:focus::-webkit-input-placeholder { color:rgba(0,0,0,0.3);}
#bugreport-text:focus::-moz-placeholder { color:rgba(0,0,0,0.3);} /* firefox 19+ */
#bugreport-text:focus:-ms-input-placeholder { color:rgba(0,0,0,0.3);} /* ie */
input#bugreport-text:focus:-moz-placeholder { color:rgba(0,0,0,0.3);}

#bugreport-nev-label,
#bugreport-email-label {
	position: absolute;
    padding: 5px;
    float: left;
    color: rgba(0,0,0,0.4);
}
#bugreport-form input:focus,
#bugreport-form textarea:focus {
	background: #f5f5f5;
	color: rgba(0,0,0,0.6);
}

.btn-footer {
	background-color: rgba(255,255, 255, 0.2) !important;
	color: rgba(255,255,255,0.8) !important;
	text-shadow: 0px 0px 2px rgba(255,255,255,0.5);
	border: 2px solid rgba(255,255,255,0.5) !important;
	width: 50%;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	margin: 0 0 0 50%;
}

.btn-footer:hover {
	background-color: white !important;
	color: rgba(0,0,0,0.6) !important;
	box-shadow: 0px 0px 4px white;
	font-weight: bold;
}

.footer-click-link{
	cursor: pointer;
  text-decoration:underline dotted;
}

.footer-click-link:hover{
	color: #DDD;
  text-decoration:underline solid;
}

body:not(.device-touch) #floating-fb {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	z-index: 299;
	position: fixed;
	width: 50px;
	height: 30px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 35px;
	bottom: 10px;
	cursor: pointer;
	border-radius: 2px;
}

/* SEARCH */

#searchul{
	width: 320px;
}

#searchpane{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 2%;
	z-index: 300;
	background-color: rgba(240,240,240, 0.95);
}

#searchpane-exit{
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 301;
	color: rgb(50, 50, 50);
	cursor: pointer;
	font-size: 18pt;
}

#searchpane-exit:hover{
	color: red;
}

#searchpane-input{
	margin: 80px auto 20px;
	width: 90%;
	max-width: 450px;
	text-align: center;
}

#searchpane-input input{
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border-width: 0;
	padding: 10px;
	border: 2px solid aliceblue;
	box-shadow: inset 0px 1px 5px rgba(0,0,0,0.4);
	font-size: 13pt;
	font-family: monospace;
	text-shadow: 0px 0px 1px;
}

#searchpane-input h3{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	font-variant: small-caps;
	color: #teal;
}

#searchpane-results h4{
	margin-bottom: 10px;
	color: grey;
	font-weight: lighter;
	font-size: x-large;
}

#searchpane-results{
	margin: 0 auto;
	height: 85%;
	width: 95%;
	max-width: 600px;
	overflow-y: overlay;
}

.searchpane-result-panes{
	text-align: center;
	background-color: rgb(240,240,240);
	padding: 10px 5px 5px 5px;
	border-radius: 5px;
}

.searchpane-items{
	margin: 1px 20px 1px 10px;
	border-radius: 3px;
	padding: 5px;
	font-size: 12pt;
	color: #111;
	text-align: left
}

.searchpane-items a{
	margin-left: 6px;
	color: #111;
}

.searchpane-items.hu a{
	color: teal;
}

.searchpane-items:hover{
	background-color: whitesmoke;
}

.searchpane-items:hover a{
	color: red !important;
	text-shadow: 0px 0px 1px salmon;
}

.searchpane-items-selected{
	background-color: beige;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	border: 2px solid white;
	padding: 4px;
}
#page-menu{
    display:none;
}
#page-menu.sticky-page-menu{
    display:block;
}
/*
 * Responsive text aligning
 */

@media (max-width: 991px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}
#mappreviewbox{
  position: absolute;
  width: 300px;
  height: 160px;
  background-image:url('/img/assets/slovakiakisterkep.png');
}
@media (max-width: 991px) {
  #mappreviewbox{
    position: static;
    width: 70%;
    height: 160px;
    background-image: url('/img/assets/slovakiakisterkep.png');
    background-size: 100%;
    background-repeat:no-repeat;
    float: left;
  }
  #flagshowbox-mini{
    margin-left: 70%;
    position: absolute;
    width: 20%;
    height: 100%;
    margin-right: 10%;
    margin-top: 20px;
  }
  img.settlement-symbol{
    margin:0px !important;
  }
  svg.halfpiechart{
    width: 184%;
    margin-left: -43%;
  }
  .gmnoprint.gm-bundled-control:before{
    content: "";
    display: block;
    float: left;
    background: rgba(0,0,0,0.1);
    width: 1000px;
    height: 900px;
    top: -431px;
    position: absolute;
    margin-left: -10px;
  }
  .tocenter{
    display:none;
  }
  #lan-select{
    top:70px !important;
  }
  #header.sticky-header {
    display:none !important;
  }
  #page-menu.sticky-page-menu #page-menu-wrap{
    position: fixed !important;
  }
  #page-menu nav{
    background-color: #2FA99D;
  }
}
@media (max-width: 768px) {
  .mobile-select{
    margin-top: -50px;
  }
  #lan-select{
    top:15px !important;
  }
}
/* // SEARCH */

/* // GLOBAL STYLES */
