body {
	margin: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	background-color: #111111;
}
a, a:link, a:hover, a:active {
	outline: none;
}
header {
	width: 100%;
	height: 60px;
	padding: 0 2%;
	background-color: #0e0e0e;
	box-sizing: border-box;
}
header:after {
	display: block;
	content: "";
	clear: both;
}
header .logo {
	float: left;
}
header .logo img {
	height: 45px;
	margin-top: 8px;
}
header .topMenu {
	float: right;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
header .topMenu li {
	float: left;
}
header .topMenu li a {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
}
header .topMenu li a:hover {
	color: #e67200;
}
header .topMenu li:last-child a {
	padding-right: 0;
}



footer {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 2%;
    color: white;
    background-color: #0e0e0e;
    box-sizing: border-box;
}
footer:after {
    display: block;
    content: "";
    clear: both;
}

.app-source {
    display: inline-block;
    float: left;
    width: 135px;
    height: 49px;
    text-align: center;
    border-right: 2px solid #1d1d1d;
    padding-right: 15px;
    box-sizing: border-box;
}
.app-source div {
    margin-top: 4px;
}
.app-source div img {
    height: 20px;
    transition: 0.3s all;
}
.app-source div img:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.fb-plugin {
    display: inline-block;
    float: left;
    width: 215px;
    text-align: center;
    padding: 0 15px;
    border-right: 2px solid #1d1d1d;
    height: 49px;
    box-sizing: border-box;
}
.fb-plugin div {
    margin-top: 4px;
}
.fb-plugin div img {
    height: 20px;
    transition: 0.3s all;
}
.fb-plugin div img:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.like-box {
    margin-top: 4px;
}
.like-box:after {
    display: block;
    clear: both;
    content: "";
}
.like-box iframe {
    float: left;
}
.like-box iframe:first-child {
    margin-left: 18px;
}

.main-content {
    display: inline-block;
    float: left;
    width: calc(100% - 500px);
    padding: 0 15px;
    box-sizing: border-box;
}

.partners {
    display: inline-block;
    float: right;
    width: 150px;
    text-align: center;
    padding-left: 15px;
    border-left: 2px solid #1d1d1d;
    height: 49px;
    box-sizing: border-box;
}

.noselect {
  -webkit-touch-callout: none; 
  -webkit-user-select: none;   
  -khtml-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}
.footerMenu {
    text-align: center;
}
.footerMenu li {
    display: inline;
}
.footerMenu li a {
    font-weight: 600;
    color: white;
    text-decoration: none;
    padding: 0 7px;
    font-size: 0.9rem;
}
.footerMenu li:first-child a {
    padding-left: 0;
}
.footerMenu li:last-child a {
    padding-right: 0;
}
.blitz-info {
    font-size: 0.6rem;
    background-color: #0e0e0e;
    clear: both;
    padding: 0 5px;
    text-align: center;
    margin-top: 2px;
    color: gray;
}
ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 0;
    padding: 0;
}

/* MAPA GŁÓWNA */
#bo_gmap {
	width: 100% !important;
}
#burzowo_map {
    position: relative;
    width: 100% !important;
}
.bo_map_options {
    position: absolute;
    max-width: 850px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    background-color: rgba(14, 14, 14, 0.65);
    border: 0;
    margin-top: 20px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px;
    box-sizing: border-box;
}
.bo_map_show_options {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    right: 0;
    margin-left: 15px;
    z-index: 1;
    background-color: rgba(14, 14, 14, 0.65);
    border: 0;
    margin-top: 20px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px;
}
.bo_map_options a {
	color: #e67200 !important;
}
#bo_map_advanced_options, #bo_map_statistic_options {
	padding: 15px;
}
#bo_map_overlay_options {
	padding: 0 15px;
}
.bo_map_options legend {
	display: none;
}
.bo_form_checkbox_text {
	padding: 0 10px;
}
fieldset {
    display: block;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
 }
 fieldset input[type="submit"] {
 	float: right;
 }
 
 fieldset img {
     float: right;
     padding-left:10px;
     width:20px;
 }
 
 
 .partners-list {
     padding-top: 7px;
 }
 
 .partners-list img {
     max-width: 120px;
 }
 
 .blitz-info a, .blitz-info a:visited, .blitz-info a:hover {
    /*color: #C4C4C4;*/
    color: gray;
    text-decoration: none;
 }
 
 #hide_ad {
    margin-bottom:0px;
    margin-right:6px;
 }
 
 #greenbox {
    background-color: #E7FFE0;
    border: 1px solid #4D9B7F;
    color: #555;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Arial;
    text-align: center;
    margin-top:10px;
}

#orangebox {
    background-color: #FFCC99;
    border: 1px solid #FF9966;
    color: #555;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Arial;
    text-align: center;
    margin-top:10px;
}

#orangebox a {
    color: #CC6633 !important;
}

#orangebox a:visited {
    color: #CC6633 !important;
}

#redbox {
    background-color: #ffebe8;
    border: 1px solid #c00;
    color: #555;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Arial;
    text-align: center;
    margin-top:10px;
}

#infobox {
    position: absolute;
    max-width: 900px;
    left: 0;
    right: 0;
    top: 80px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
    margin-top: 10px;
}

#infobox img {
    max-width: 20px;
    float: right;
    vertical-align:middle;
    margin-top:-12px;
    margin-right:-15px;
}

.refresh-button-anim {
    animation-name: buttonRotationn;
    animation-duration: 1s;
}

@keyframes buttonRotationn {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.scaleHover {
	transition: 0.3s all;
}
.scaleHover:hover {
	transform: scale(0.95);
}