body {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}
body, input, button, select, textarea {
    font-family: 'Roboto', sans-serif;
}
.ws-primary {
    margin: 0;
	line-height: 20px;
}
.ws-primary .navbar-inner {
    background: url("../img/bg_menu.jpg") repeat-x scroll 0 0 transparent;
    width: 100%;
    height: 86px;
}

.ws-primary .navbar-inner .brand {
    display: block;
    height: 44px;
    margin: 20px 0 0 15px;
    padding: 0 15px 0 0;
    text-indent: -9999px;
    width: 163px;
    float: left;
}

.ws-primary .navbar-inner .brand.ws {
    background: url(https://cdn.websupport.sk/ci/websupport_logo_white.svg) no-repeat scroll 0 50% transparent;
    background-size: contain;
}

.ws-primary .navbar-inner .brand.a24 {
    background: url(https://cdn.active24.eu/logos/a24-logo-white.svg) no-repeat scroll 0 50% transparent;
    background-size: contain;
}

.ws-primary .navbar-inner .primary {
    left: 50%;
    margin-left: -365px;
    position: absolute;
    display: block;
    float: left;
    list-style: none outside none;
}

.ws-primary .navbar-inner .primary > li > a {
    box-shadow: none;
    letter-spacing: 1.5px;
    padding: 33.5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #9E9DA2;
}
.ws-primary .navbar-inner .primary > li > a:hover, .ws-primary .navbar-inner .primary > li.active > a {
	background-color: transparent;
	color: white;
}
.navbar-toggle {
	margin-top: 27px;
	margin-right: 20px;
}

.header-box {
    background: url("../img/servers-box-bg.jpg") repeat scroll left 0 transparent;
	margin-bottom: 20px;
}
.header-box .container {
    background: url("../img/servers-title-bg.png") no-repeat scroll right top transparent;
	height: 200px;
    padding-top: 33px;
}
.header-box .container h1 {
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 200;
    line-height: 88px;
}

.raw-button {
	text-align: right;
	height: 20px;
}
.raw-button a {
	color: gray;
	background: #eee;
	padding: 2px 10px 0 10px;
}

footer.footer-band {
    background: url("../img/footer_bg.jpg") repeat scroll 0 0 transparent;
}
footer.footer-band .copyright .right-box, footer.footer-band .copyright .left-box {
    margin-bottom: 20px;
    margin-top: 20px;
	color: #666666;
}
footer.footer-band .copyright .right-box {
	text-align: right;
}
footer.footer-band .copyright a {
	color: #666666;
    text-decoration: none;
	display: inline-block;
    margin-right: 15px;
}
footer.footer-band .copyright a:hover {
	color: white;
}

/* formating markdown */

h1 {
    font-size: 40pt;
    line-height: 60pt;
    font-weight: 200;
}
h1 a {
    color: #333;
}
h2 {
    padding-top:10px;
    font-size: 28pt;
    line-height: 38pt;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
}
h3 {
    font-size: 18pt;
    line-height: 24pt;
    font-weight: 300;
}
h4 {
    font-size: 14pt;
    line-height: 20pt;
    font-weight: 300;
}
blockquote {
	margin: 0;
	border: 0;
	display: inline-block;
   	color:rgb(73, 73, 73);
	background-color: #DFDFDF;
	font-size:92%;
	font-weight:bold;
	padding:3px 7px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-style: normal;
	text-shadow:0 1px 0 rgba(255,255,255,0.6);
}
blockquote p {
	font-size: 12pt;
	line-height: 15pt;
	font-weight: 300;
	font-family: "Roboto Light", Roboto, sans-serif;
}
blockquote p code {
	border:0;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: 100;
	padding: 2px 4px 0px 4px;
	margin-top: -1px;
}
pre {
	background-color: #fbfbfb;
	font-family: Consolas,"Liberation Mono",Courier,monospace;
	box-shadow: 0 0 0 2px #DFDFDF;
	box-sizing: border-box;

    background-image: linear-gradient(rgba(69, 142, 209, 0.02) 50%, rgba(0, 0, 0, 0) 50%);
    background-origin: content-box;
    background-size: 3em 2.85em;
}
pre.language-javascript, pre.language-http, pre.language-bash {
	margin-top: -4px;
}
pre.language-bash {
	background: white;
	padding: 0.33em 1em;
}
code {
	border: 1px solid #E1E1E8;
	padding: 1px 3px;
}

table {
    border: 1px solid #DDDDDD;
    color: #555555;
	box-shadow: 0 0 0 1px #DFDFDF;
	box-sizing: border-box;
	margin: 1px;
	margin-bottom: 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
table thead tr {
    border-bottom: 1px solid #DADADA;
    line-height: 240%;
}
th {
    color: #111111;
    font-weight: normal;
    padding-left: 0.7em;
    white-space: nowrap;
}
table tbody tr:nth-child(2n+1) {
    background-color: #F8F8F8;
}
td {
    padding: 5px 0.7em;
}



@media (min-width: 992px) and (max-width: 1200px) {
	.ws-primary .navbar-inner .primary {
		margin-left: -265px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ws-primary .navbar-inner .primary {
		margin-left: -165px;
	}
}
@media (max-width: 768px) {
	.ws-primary .navbar-collapse {
		margin-top: 17px;
	}
	.ws-primary .navbar-inner .primary {
		background-color: rgba(20,20,30,0.9);
		margin: 0;
		width: 100%;
		left: 0px;
	}
	.ws-primary .navbar-inner .primary > li > a {
		padding: 24px 15px;
	}
	.header-box .container h1 {
		font-size: 26pt;
		font-weight: 300;
	}
}


/* code highlighter */
.json-hl-default {
    color: Black;
}
.json-hl-comment {
    color: #808080;
	font-style: italic;
}
.json-hl-identifier, .json-hl-comment {
    color: Blue;
}


.json-hl-string, .json-hl-quotes {
	color: #DD1144;
}
.json-hl-number {
	color: #009999;
}
.json-hl-brackets, .json-hl-code {
	color: #333;
}
.json-hl-reserved {
	color: #333;
	font-weight: bold;
}
.json-hl-header-post, .json-hl-header-put, .json-hl-header-get, .json-hl-header-delete {
	color: #2F9C0A;
}
.json-hl-header {
	color: #1990B8;
}


.sh-hl-string {
	color: #000080;
}
.sh-hl-identifier {
	color: #333;
	font-weight: bold;
}

.php-hl-default, .python-hl-default {
    color: Black;
}
.php-hl-code, .python-hl-code {
    color: Gray;
}
.php-hl-brackets, .python-hl-brackets {
    color: Olive;
}
.php-hl-comment, .python-hl-comment {
    color: #808080;
	font-style: italic;
}
.php-hl-quotes, .python-hl-quotes {
    color: #DD1144;
}
.php-hl-string, .python-hl-string {
    color: #DD1144;
}
.php-hl-identifier, .python-hl-identifier {
    color: green;
}
.php-hl-builtin, .python-hl-builtin {
    color: Teal;
}
.php-hl-reserved, .python-hl-reserved {
    color: black;
	font-weight: bold;
}
.php-hl-inlinedoc, .python-hl-inlinedoc {
    color: Blue;
}
.php-hl-var, .python-hl-var {
    color: blue;
}
.php-hl-url, .python-hl-url {
    color: Blue;
}
.php-hl-special, .python-hl-special {
    color: Navy;
}
.php-hl-number, .python-hl-number {
    color: Maroon;
}
.php-hl-inlinetags, .python-hl-inlinetags {
    color: Blue;
}
.php-hl-main, .python-hl-main {
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
    font-size: 12px;
}
ol.php-hl-main pre, ol.python-hl-main pre {
	margin: 0;
	padding: 0;
}
.php-hl-gutter, .python-hl-gutter {
    background-color: #999999;
    color: White
}
.php-hl-table, .python-hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px #505050;
}
