@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&display=swap');
body {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	color: #666666;
}
* {
	 word-break: break-word;
 }
p {
	margin: 0 0 10px 0;
}
a {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.col-right a {
	color: #ff0000;
}
h1.title {
	background-color: #0066cc;
}
h1.title {
	font-size: 30px;
	margin: 0px;
	text-align: center;
	position: relative;
	color: #fff;
	padding: 15px;
	font-size: 22px;
}
.col-right a:hover {
	text-decoration: underline;
}
.logo{
	text-align: center;
	color: #fff;
	background-color: #fff;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1;
}
@media(max-width: 767px) {
	.logo {
		padding: 12px 0;
	}
}
h2 {
	background-color: #f7f7f7;
	color: #0066cc;
	padding: 20px 30px;
	margin: 50px 0;
	font-size: 24px;
	line-height: 1.3;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
	padding: 15px 0;
	margin: 0;
	color: #0066cc;
}
b {
	font-weight: 500;
    color: #444444;
}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.red {
	color: red;
}
.blue{
	color: #0a658f;
}
code p, code div{
	margin: 0px;
	padding: 0px;
}
section pre {
	background: #f8f8f8;
	width: 96%;
	text-align: left;
	margin: 20px 0; 
	padding: 0px;
}
code {
	border:1px solid red;
	margin: 0px;
	padding: 0px;
}
mark {
	color: red;
}
#wrapper {
	width: 100%;
	margin: auto auto;	
}
#wrapper .col-left {
	background-color: #0066cc;
	box-shadow: 0 0 15px #bcbcbc;
	height: 100%;
	left: 0;
	min-height: 100%;
	position: fixed;
	width: 360px;
	z-index: 100;
}
#wrapper .col-left ul {
	color: #ffffff;
	font-size: 14px;
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 0;
	padding-left: 0;
}
#wrapper .col-left ul li {
	margin: 0px; 
}
#wrapper .col-left ul li a {
	color: #fff;
	display: block;
	padding: 3px 5px;
}
#wrapper .col-left ul li a:hover{
	background: #003366;
}
#wrapper .col-right {
	margin-left: 400px;
	margin-right: 10px;
}
#wrapper .col-right img {
	box-shadow: 0 0 7px #b8b8b8;
	max-width: 100%;
}
.col-right iframe {
	width: 100%;
}
.meanheader {
	font-weight: bold;
	padding: 10px 20px;
	text-transform: uppercase;
}
ol.plugins {
	font-weight: 500;
    color: #444444;
}
ol.plugins span {
	font-weight: 400;
}
ul.special-list li span {
	display: inline-block;
	width: 210px;
}
ul.special-list2 li span {
	display: inline-block;
}
@media all and (max-width: 991px) {
	#wrapper .col-left {
		width: 230px;
	}
	#wrapper .col-right {
		margin-left: 250px;
	}
}
@media all and (max-width: 767px) {
	#wrapper .col-left {
		display: none;
	}
	#wrapper .col-right {
		margin: 20px;
	}
}
.mCSB_scrollTools {
	width: 0 !important;
}
.mCSB_inside > .mCSB_container {
	margin-right: 0px !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: transparent !important;
}