body{
	font-family: 'Open Sans';
	background:#fbfbfb;
	min-height: 100vh;
}
body.no-nav{
	padding-top:80px;
}
.flex-grow {
    flex: 1;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.pagination-center{
	justify-content: center;
}
.pagination>li>a{
	padding: 6px 12px;
    text-decoration: none;
	color:#382c14;
}
.pagination>li.active>a, 
.pagination>li.active>a:hover {
    background: none;
    border: none;
    border-bottom: 3px solid #044d8c;
    color: #044d8c;
}
.no-padd-right{
	padding-right:0;
}
.no-padd-left{
	padding-left:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:800;
	color:#202124;
	/*font-family: 'Poppins';*/
	margin-bottom: 1.1875rem;
}
h2, h3, h4, h5, h6 {
	margin-top: 5.5rem;
}
h1{
	font-size:38pt;
	line-height:1.1;
	/*font-family: 'Poppins';*/				
}
h2{}
h3{}
h4{}
h5{}
h6{}
p{
	margin-top: 0;
	font-size: 1.1875rem;
	margin-bottom: 1.3rem;
}
.bk-end p{
	font-size: 1rem;
}
li {
	padding-bottom: 1.1875rem;
	font-size:1rem;
}
section.section{}
section.section > div.container{
	max-width:1280px;
}
div.page-content{
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
	border-radius: 2px;
	background-color:#fff;
	padding:100px 0;
	margin-bottom:50px;
}
div.book-mark{
	border-left: 4px solid #1146d4;
	font-size:13px;
	padding-left:10px;
	color: rgba(0,0,0,.65);
}
div.book-mark ul > li{
	margin-bottom:5px;
}
section.section.flex-grow {
    padding: 0;
}
div.book-mark a{
	text-decoration:none;
	color:#202124;
}
div.book-mark a:hover{
	color:#1a73e8;
}
div.book-mark h5{
	font-size:13px;
}

div.content-head{
	text-align:center;
	margin-bottom:50px;
	padding-left:100px;
	padding-right:100px;
}			
div.content-head p{
	font-weight:700;
	font-style:italic;
	/*font-family: 'Poppins';*/
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	font-size: 23px;
    line-height: 1.2em;
}
div.content-head,
div.content-body{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
div.content-image{
	margin-bottom:50px;
	padding-left:100px;
	padding-right:100px;
	text-align:center;
}
div.content-image img{
	/*width:100%;*/
}
p.caption{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 17px;
	line-height: 1.5rem;
	font-style: italic;
}
div.content-body{
	/*padding-left:100px;
	padding-right:100px;		*/
	font-size:18px;
}
div.content-bottom{
	margin-top:60px;
	padding-left:100px;
	padding-right:100px;
}

nav.navbar{
	    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
    transition: background-color 0.4s ease;
    position: relative;
    background: #fff;
}
nav.navbar:hover{
	/*background-color:#fff;
	border-bottom:1px solid #dbd9d2;*/
}
nav.navbar > div.container{
	/*max-width:1065px;				*/
	max-width:955px;	
}
.dropdown, .dropleft, .dropright, .dropup{
	position:static;
}
.navbar-light .navbar-nav .nav-link{
	color:#241c15;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#044d8c;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	top:90px;
}
nav.navbar ul.navbar-nav .nav-link {
	padding-right: 25px;
	padding-left: 25px;
	font-size:16px;
}
code{
	white-space: pre;
	font-size: 87.5%;
}
.dropdown-menu{
	border:0;
	background-color:transparent;
	padding-top:15px;
}
.col-20 {
	flex: 0 0 20%;
	max-width: 20%;
}
div.dropdown-menu > div.menu-drop-container{
	background:#fff;
	border-bottom:1px solid #dbd9d2;
}
div.menu-drop-item{
	margin-top:30px;
	margin-bottom:30px;
}
div.menu-drop-item a{
	color:#044d8c;				
	text-decoration:none;
	font-size: 16px;
}
div.menu-drop-item a:hover{
	color:#004e56;
}
div.menu-drop-item > a{
	display:block;			
}
div.menu-drop-item > a > i{
	font-size:48px;
}
div.menu-drop-item > a > span{
	display:block;
	margin:5px 0;
}
aside.right-side{
	/*padding-top:630px;*/
	position:relative;
}

label.search-box-label{
	position:relative;
	width: 95%;
}
label.search-box-label:after{
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 7px;
	right: 12px;
	color:#2d8cd2;
	font-size: 16px;
}
input.search-box{
	border-radius: 0;
    height: 40px;
    border-color: #f3f3f3;
}
.navbar-expand-lg .navbar-collapse{
	margin-top:10px;
}
nav.navbar .navbar-nav li{
	padding-bottom:0;
}
nav.navbar .navbar-nav.mr-auto{
	width:100%;
}
nav.navbar .navbar-nav li:last-child{
	margin-left: auto;
}
li.search-box-li{
	width: 250px;
	text-align: right;
	font-size: 16px
}
cite{
	padding:25px 25px 25px 20px;
	border-left:5px solid #e7e7e7;
	display: block;
	margin-bottom: 25px;
	margin-left: 1rem;
	background-color: #f7f7f7;
}
div.bottom-text{
	font-style:italic;
	margin-bottom:60px;
	font-size:18px;
}
div.tags{
	text-align: right;
}
div.tags a.tag{
	padding:5px 10px;
	background-color:rgba(0, 0, 0, 0.05);
	color:rgba(0, 0, 0, 0.54);
	display:inline-block;
	text-decoration:none;
	font-size: 15px;
	margin-bottom:5px;
}
div.tags a.tag:hover{
	background-color: rgba(0, 0, 0, 0.9);
	color: rgba(255, 255, 255, 0.9);
}
div.social a{
	color:rgba(0, 0, 0, 0.84);
	font-size: 22px;
	margin-right: 10px;
}
div.alert{
	font-size: 16px;
	padding: 20px 20px 20px 59px;
	border-radius:0;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}
div.alert.alert-share{
	background: #d8ff8f;
	color: #3c748e;	
}
div.alert.alert-share:before{
	font-family: "Font Awesome 5 Free";
	content: "\f064";
	font-weight: 900;
	position: absolute;
	left: 20px;
	font-size: 27px;
	top: 15px;
}
div.alert.alert-exclamation{
	background: #fbb8b8;
	color: #8e3c3c;	
}
div.alert.alert-exclamation:before{
	font-family: "Font Awesome 5 Free";
	content: "\f06a";
	font-weight: 900;
	position: absolute;
	left: 20px;
	font-size: 27px;
	top: 15px;
}
img.img-inner-bordered{
	outline: 12px solid #ebebef;
	/*outline-offset: -12px;*/
	/*width: 100%;*/			
}
img.img-inner-bordered{
	/*outline: 12px solid #fff;*/
	display: block;
    margin-left: auto;
    margin-right: auto;	
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}
div.img-container{
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}
div.section{
}
div.inner-section{				
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
}
div.inner-section.full{	
	max-width: 100%;
}
div.inner-section.padd-half{	
	padding-left: 50px;
	padding-right: 50px;
}
div.section.section-greyed{
	background-color:#f7f7f7;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}
div.section.section-blued{
	background-color:#081084;
	color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
div.section.section-blued *{
	color:#fff;
}
section.section-footer{
	padding: 15px 0 15px 0;
    background: #fff;
    border-top: 1px solid #ccc;
}
section.section-footer h6{
	margin-top:0;
	margin-bottom:5px;
	color:#292929;
	font-family:'Open sans';
	font-weight:700;
	font-size:18px;
}
.section-footer p{
	margin-bottom:0;
	font-size:12px;
}
div.footer-links{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	
}
div.footer-links ul{}
div.footer-links ul>li{
	margin-bottom:0;
	padding-bottom:3px;
}
div.footer-links a{
	color:#292929;
	font-size:12px;
}
div.copyright{
	padding-top:10px;
	text-align:center;
	font-size:14px;
}
div.content-item{
	border: 5px solid #dadada;
	width: 195px;
	background-color:#ececec;
	text-align:center;
	margin:10px auto 50px auto;
	position:relative;
}
div.content-item h1{
	font-weight: 800;
	font-size: 100px;
	margin-bottom: 0px;
	margin-top: 15px;
}
div.content-item p{
	font-weight: 700;
	font-size: 21px;
	line-height: 1.1;
}
div.step-guide{}

div.step-guide-top{
	border-bottom:1px solid #4c52a5;
	text-align:center;
}
div.step-guide-top h1{
	font-weight: 700;
	margin-bottom: 0px;
}
div.step-guide-top p{
	font-size: 37px;
	/*font-family: 'Poppins';*/
}
div.step-guide div.step-guide-bottom{
	padding-top:30px;
	padding-left:30px;
}
div.step-guide-bottom p{
	font-size: 20px;
	line-height: 24px;
}
div.step-guide div.step-guide-bottom div.img-container{
	transform:rotate(4deg);
}
div.step-guide-bottom img.img-inner-bordered{
	outline: 10px solid #fff;
	outline-offset: -10px;
}
div.step-guide-bottom p.caption{
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	padding-left: 50px;
	padding-right: 50px;
}
div.content-item.bg-newspaper-icon:before{
	content: "\f1ea";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -30px;
	left: 0;
	font-size: 130px;
	opacity: 0.1;
	transform: rotate(5deg);
}
.font-open-sans{
	font-family:'Open sans'!important;
}
.font-poppins{
	font-family:'Poppins'!important;
}
.weight-300{
	font-weight:300;
}
span.starting{
	font-weight: 800;
	font-size: 32px;
}
.card.card-item{
	border-radius:0;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	min-height:300px;
	text-shadow: 2px 5px 3px #010101;
	border:0;
	margin-bottom:35px;
	position:relative;
}

.card.card-item:before{
	content:"";
	background-color:rgba(4, 10, 12,0.8);
	position:absolute;
	width:100%;
	height:100%;
}
.card.card-item:hover{
	text-decoration:none;
}
.card.card-item:hover:before{
	background-color:rgba(4, 10, 12,0.9);
}
.card.card-item div.card-body{
	color:#fff;
	position: absolute;
	bottom: 0;
}
.card.card-item h3,
.card.card-item h5{
	margin-top:0;
	color:inherit;
	margin-bottom:5px;
}
.card.card-item h3 a,
.card.card-item h5 a{
	color:#fff;
	text-decoration:none;
}
.card.card-item h3{
	border-bottom:1px solid #fff;
	font-size:32px;
	padding-bottom:5px;
	font-weight:700;
}
.card.card-item.no-tagline h3{
	border-bottom:0;
}
.card.card-item h5{
	text-transform: uppercase;
	font-size:14px;
	font-weight: 600;
}
.card.card-item p{
	margin-bottom:5px;
	font-size:14px;
}
.card.card-item p.card-text{
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	max-height: 42px;
	overflow: hidden;
	text-shadow: 2px 2px 3px #000000
}
.card.card-info{
	margin-bottom:20px;
}
.codetxt{
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-weight:600;
}
hr{
	height:1px;
}
section.section-tag-head{}
section.section-tag-head h5{
	margin: 0;
    margin-top: 1.1875rem;
    text-transform: uppercase;
    font-weight: 600;
}
section.section-tag-head h1{
	font-size:67px;
	font-weight: 600;
}
section.section-page-comments{
	padding-top:40px;
	padding-bottom:40px;
}
section.section-page-comments h2{
	margin-top:0;
}
#tinymce code.code{
	white-space: pre;
}
code.code{
	background:#f1f3f4;
	display:block;
	margin-top: 1rem;
    margin-bottom: 1rem;
}
code.code.code-dark{
	background:#283142;
	color:#fff;
}
code.code.code-dark pre{
	color:#fff;
}
code.code div.code-options{
	padding:5px;
	text-align:right;
	padding-bottom:0;
}
code.code div.code-options a{
	display:inline-block;
	margin-left:5px;
	color:#757575;
	cursor:pointer;
}
code.code div.code-options a:hover{
	color:#212121;
}
code.code.code-dark div.code-options a:hover{
	color:#fff;
}
code.code div.code-code{
	padding:5px 15px;
}
::-webkit-scrollbar {
  width: 8px;
  height:8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f5061;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
section.section-page-comments li{
	background: transparent;
    border: none;
    padding: 0;
	margin-bottom:30px;
}
section.section-page-comments li div.page-comment,
div.replyForm{
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 2px;
    background-color: #fff;
    padding: 100px 0;
    padding: 25px 35px;
}
div.reply-to-main{
	
}
section.section-page-comments li div.page-comment div.page-comment{
	    border-top: 1px solid #e4e4e4;
}
section.section-page-comments ul > li:last-child{
	margin-bottom:0;
}
div.page-comment-option{
	margin-bottom:20px;
	text-align:right;
}
div.page-comment-option a{
	font-size: 10px;
    color: #ccc;
    text-decoration: none;
}
div.page-commenter{
	margin-bottom: 15px;
}
div.page-commenter span{
	/*font-family: 'Poppins';*/
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	padding-left: 15px;
	color:#212529;
}
div.page-commenter a{
	text-decoration:none;
}
div.page-comment-comment{
	margin-bottom: 15px;
	font-size: 19px;
	line-height:1.5;
}
div.page-comment-comment > ul{
	margin-top:20px;
}
form.commentForm{}
form.commentForm textarea{
	resize:none;
}
div.comment-box{
	display:none;
}
.show-comment-box{
	cursor:pointer;
	font-size:19px;
	font-weight:700;
}
section.section-hompage-banner{
	padding-top:35px;
}
section.section-hompage-banner h3{
	margin-top:0;
	font-size: 25px;
	font-family:'Open sans';
	margin-bottom:30px;
}
section.section-hompage-banner p{
	color:#044d8c;
	font-weight: 700;
    font-size: 18px;
	margin-bottom:30px;
}
a.link-oranged-arrowed{
	background:#044d8c;
	padding:15px 25px;
	border-radius:4px;
	display:block;
	color:#fff;
	position:relative;
	overflow:hidden;
}
a.link-oranged-arrowed:hover{
	text-decoration:none;
	background:#0a4171 !important;
}
a.link-oranged-arrowed:before{
	content: "";
    display: block;
    position: absolute;
    border-bottom: solid 400px #010101;
    border-left: solid 200px transparent;
    top: 50%;
    right: -80px;
    margin-top: -300px;
}
a.link-oranged-arrowed:after{
	content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #fff;
    right: 20px;
    top: calc(50% - 23px);
    font-size: 30px;
}
a.link-oranged-arrowed span{
	display:block;
}
a.link-oranged-arrowed span:nth-child(1){
	font-style:italic;
	color:#ffffff;
	font-size: 14px;
}
a.link-oranged-arrowed span:nth-child(2){
	font-size: 20px;
    font-weight: 600;
	line-height: 23px;
}
div.social-float-fixed.social-left{
	margin-left:-75px;	
}
div.social-float-fixed.social-right{
	margin-left:15px;	
}
div.social-float-fixed{
	position:fixed;
	bottom:10px;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 2px;
    background-color: #fff;
	padding:10px;
}
div.social-float-fixed div.share-count{
	text-align:center;
	    padding-top: 5px;
}
div.social-float-fixed div.share-count span{
	font-size: 13px;
	color: #383838;
}
div.social-float-fixed div.share-count h4{
	margin:0;
	color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 6px;
	
}
div.social-float-fixed div.social{
	text-align:center;
}
div.social-float-fixed div.social a{
	display:block;
	margin: 10px auto;
}
div.social-float-absolute{
	position:absolute!important;
	bottom: 50px;
}

.yt-vid-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.yt-vid-container iframe,
.yt-vid-container object,
.yt-vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.individual div.bk-end img{
	max-width:100%;
}
.scrolling_progress{
	background-color: #c8c8c8;
	position: fixed;
	height: 8px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.scrolling_progress_bar{
	height: 100%;
	background-color: #8fc800;
}
div.table-content-container{
	position: fixed;
	width: 200px;
	height: 200px;
	top:100px;
	left:0;
	font-size:11px;
	padding:10px;
	display:none;
	opacity:0;
}
div.table-content-container h4{
	margin-top:0;
	margin-bottom:5px;
	font-size:14px;
	color:#8fc800;				
}
div.table-content-container ul{
	margin:0;
	padding:0;
	font-size:11px;
}
div.table-content-container ul li{
	padding:0;
	font-size:9px;
	margin-bottom:5px;
	list-style-type:none;
}
div.table-content-container ul li a{
	font-size:12px;	
	color:#37474f;
	position:relative;
}
div.table-content-container ul li a:hover{
	color:#8fc800;	
	text-decoration:none;
}
div.table-content-container ul li > ul{
	margin-left:15px;
	margin-top: 5px;
}
.YTiFrame-container{
	display:inline-block;
	position:relative;
	margin-bottom:10px;
	height:315px;
	width:560px;
	max-width:100%;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.generateYTiFrame{
	color: #fff;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 25px);
    font-size: 50px;
    cursor: pointer;
    opacity: 0.6;
}
.generateYTiFrame:hover{
	opacity: 1;
	color: #fff;
}
div.bk-end{
	padding-left: 200px;
    padding-right: 200px;
}
div.scrolling_progress{
	opacity:0;
}
.code-example-preview{
	padding: 20px;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
}

#changeMyWidth{
	background: #ff000066;
    width: 100px;
    height: 100px;
	margin-bottom:15px;
    color: #fff;
    text-align: center;
}
table.table.col-vert-aligned-middle th,
table.table.col-vert-aligned-middle td{
	vertical-align:middle;
}
table.table.col-font-14 th,
table.table.col-font-14 td{
	font-size:14px;
}
ul.directoryUl{}
ul.directoryUl,ul.directoryUl ul{
    position:relative;
}
ul.directoryUl:before,ul.directoryUl ul:before{
    content:"";
    position:absolute;
    width:1px;
    height:100%;
    background:#ccc;
    left: 10px;
}
ul.directoryUl li{
    padding: 0;
    list-style-type: none;
position:relative;
}
ul.directoryUl li:before{
 content: "";
    position: absolute;
    width: 26px;
    height: 1px;
    background: #ccc;
    top: 10px;
    left: -29px;
}
ul.directoryUl li > ul{}
table.curl-reference thead th{
	text-align:center;
}
table.curl-reference tbody tr > td:nth-child(3),
table.curl-reference thead tr > th:nth-child(3)
{
	display:none;
}
table.curl-reference{
	font-size:12px;
}
.bk-end.padd-left-right-130px{
	padding-left:130px;
	padding-right:130px;
}

a.current-left-index{
	font-weight:bold;
	/*text-indent:12px;*/
}
a.current-left-index:before{
	font-family: "Font Awesome 5 Free";
    content: "\f061";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	color: #8fc800;
	position: absolute;
	left: -15px;
	margin-top: 3px;
}

@media (min-width:1600px){
	div.table-content-container{
		display:block;
	}
}
@media (max-width:768px){
	nav.navbar{
		padding-top:.5rem;
	}
	nav.navbar .navbar-nav li:last-child{
		position: initial;
	}
	nav form a.my-2{
		margin-right: 0;
		margin-left: auto;
	}
	aside.right-side{
		padding-top: 660px;
	}
	li.search-box-li,
	label.search-box-label{
		width:100%;
	}
	div.content-head h1{
		
	}
	div.footer-links{
		width: 100%;
	}
	section.section-hompage-banner img{
		max-width:500px;
		display:block;
		margin-bottom:25px;
		margin-left: auto;
		margin-right: auto;
	}
	section.section-hompage-banner{
		text-align:center;
		padding-bottom:35px;
	}
	a.link-oranged-arrowed {
		text-align:left;
	}
	div.social-float-fixed div.share-count{
		display:none;
	}
	div.social-float-fixed{
		left:0;
		bottom:0;
		width:100%;
		padding:0;
		background-color: #219bcf;
		    z-index: 1;
	}
	div.social-float-fixed div.social{
		padding:0;
	}
	div.social-float-fixed div.social a:nth-child(1){
		background-color: #219bcf;
		color:#fff;
	}
	div.social-float-fixed div.social a:nth-child(2){
		background-color: #66679d;
		color:#fff;
	}
	div.social-float-fixed div.social a{
		display: inline-block;
		width: 49%;
		margin: 0;
	}
	div.social-float-fixed.social-right,
	div.social-float-fixed.social-left
	{
		margin-left:0;
	}
	div.menu-drop-item > a:after{
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}
	div.menu-drop-item > a.no-child:after{
		    border: 0;
	}
	div.menu-drop-item  a{
		color:#333;
	}
	div.menu-drop-item > a > i{
		font-size:14px;
	}
	div.menu-drop-item > a > span{
		display:inline;
	}
	div.menu-drop-item{
		margin:0;
	}
	div.menu-drop-item > ul.list-unstyled{
		display:none;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	
	div.dropdown-menu > div.menu-drop-container{
		padding-left:30px;
		padding-right:30px;
		border-bottom:0;
		background: transparent;
	}
	div.dropdown-menu > div.menu-drop-container div.col-20{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		padding-top:0;
	}
	div.menu-drop-item>a>img{
		    max-width: 15px;
	}
	table.curl-reference{
		max-width:100%;
		display:block;
		font-size:16px;
	}
	table.curl-reference thead{
		display:none;
	}
	table.curl-reference tbody{}
	table.curl-reference tbody tr{}
	table.curl-reference tbody tr td{
		display:block;
		border:none;
	}
	table.curl-reference tbody tr td code{
		    white-space: initial;
	}
}
@media (max-width:767px){
	aside.left-side{
		order:1;
	}
	aside.right-side{
		padding-top: 0;
	}
	div.social{
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
	}
	div.tags a.tag{
		margin-bottom:5px;
	}
	div.book-mark h5{
		margin-top:0;
	}
}
@media (max-width:640px){
	.col-20 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	div.menu-drop-item{
		padding-left:30px;
		margin-top:10px;
		margin-bottom:10px;
	}
	div.menu-drop-item > a > i{
		font-size:inherit;
	}
	div.menu-drop-item > a > span{
		display:inline;
	}
	div.footer-links{
		text-align:center;
	}
	div.bk-end {
		padding-left: 90px;
		padding-right: 90px;
	}
	.bk-end.padd-left-right-130px {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media (max-width:480px){
	div.bk-end {
		padding-left: 10px;
		padding-right: 10px;
	}
	div.page-content{
		padding-left:15px;
		padding-right:15px;
	}
	div.content-head ,
	div.content-image,
	div.inner-section,
	div.content-bottom{
		padding-left: 30px;
		padding-right: 30px;
	}
	div.inner-section{
		max-width:100%;
	}
	div.content-head h1{
		font-size:29pt;
	}
	div.step-guide-top h1{
		font-size:20pt;
	}
	div.step-guide-top p{
		font-size:12px;
	}
	div.content-item{
		width:100%;
	}
	div.step-guide div.step-guide-bottom{
		padding-left:0;
	}
	div.inner-section.padd-half{
		padding-left:25px;
		padding-right:25px;
	}
	div.step-guide-bottom p.caption{
		padding-left:5px;
		padding-right:5px;
	}
	aside.left-side{
		padding-left:0;
		padding-right:0;
	}
	.card.card-item{
		/*min-height:220px;*/
	}
	.card.card-item h3 a,
	.card.card-item h5 a{
		font-size:inherit;
	}
	.card.card-item h3{
		font-size: 33px;
		line-height: 38px;
	}
	.card.card-item h5{
		font-size:18px;
	}
	.card.card-item p.card-text{
		line-height: 23px;
		max-height: 50px;
		display: none!important;
	}
	.card.card-item p {
		font-size: 18px;
	}
	section.section-tag-head h1{
		font-size: 47px;
	}
	.card.card-item h3{
		border-bottom:none;
	}
	.bk-end.padd-left-right-130px {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width:380px){
	.card.card-item h3 a{
		/*-webkit-line-clamp: 3; 
		-moz-line-clamp: 3;
		-ms-line-clamp: 3;
		-o-line-clamp: 3;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		max-height: 85px;
		overflow: hidden;
		padding-bottom: 10px;*/
	}
	.card.card-item h3 {
		font-size: 30px;
		line-height: 28px;
	}
	.card.card-item h5 {
		font-size: 16px;
	}
}