﻿
html, body {
	/*font-family: 'Lato', sans-serif ;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
	/*background-color: #F2E4D7;*/
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.2px;
	font-variant-ligatures: no-common-ligatures;
	color: #575756;
}
 
h1, h2, h3, h4, h5, h6, p {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3 {
	/*font-family: 'Cabin', sans-serif;*/
}

form {
	margin: 0px;
	width: 100%;
	/*height: 100%;*/
	}

/* -----------*/

/* Clearfix Hack */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

a {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #2e63eb;
	/*-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);*/
	}

a:hover {
	opacity: 0.85;
	}

a:visited,
a:active,
a:focus {
	text-decoration: none;
	}

a:active{
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	line-height: 14px;
	border: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

	}

input,
select {
	font-family: 'Lato', sans-serif;
	font-variant-ligatures: no-common-ligatures;
}

label {
	font-size: 12px;
	color: inherit;
	font-weight: inherit;
	margin: inherit;
	}

.ErrMsg {
    color: #F00;
	display: block;
	}
/*
p {
	color: #757575;
	}*/

.noScroll {
	overflow: hidden;
	}
	
.greyBG {
	background: #fafafa;
}

.hide {
	display: none;
}

code {
	background-color: #f9f2f4;
	font-weight: 600;
}

.body_wrapper {
	min-height: auto;
}

blockquote {
	line-height: 35px;
}

/* -----------*/

.header_logo img.main_logo,
.header_logo img:not(.main_logo), 
.header_logo img.sticky_logo {
	max-height: 40px;
}

.singinImg {

}

.body_wrapper {
	overflow: auto;
}

.singinLogo {
	display: block;
    max-width: 200px;
    margin: auto;
        margin-bottom: 50px;
}

.singinLogo img {
	display: block;
	max-width: 100%;
}

.signin_left,
.signup_left,
.doc_banner_area,
.doc_subscribe_inner {
	background: #4ab1b6;
}

.header_search_form .header_form_submit {
	background: #cbc809;
}

.header_search_form .header_form_submit:hover {
	color: #cbc809;
}

.header_search_keyword ul li a {
	background: #e8e9ec;
	color: #1d2746;
}

.menu_purple .nav_btn:not(.not-round-btn),
.right-nav .nav_btn {
	color: #cbc809;
} 

.menu_purple .nav_btn:not(.not-round-btn):hover {
    background: #cbc809;
    border-color: #cbc809;
}

.navbar_fixed.menu_one.menu_purple .nav_btn {
    color: #cbc809;
	border: 2px solid #cbc809;
}

.navbar_fixed.menu_one.menu_purple .nav_btn:hover {
    background: #cbc809;
    border-color: #cbc809;
}

.login_form .thm_btn {
	/*background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 8px 27px;
	border: 2px solid #cbc809;
	color: #cbc809;*/
	background: #cbc809;
}

.login_form .thm_btn:hover {
   /* box-shadow: none;
    background: #cbc809;
    color: #fff;*/

    -webkit-box-shadow: 0 20px 30px 0 rgba(203,200,9,.24);
	box-shadow: 0 20px 30px 0 rgba(203,200,9,.24);
}

.author_option .nav.nav-tabs li a:hover, 
.author_option .nav.nav-tabs li a.active,
.author_option .nav.nav-tabs li a:hover, 
.author_option .nav.nav-tabs li a.active,
.p_social li a:hover {
	background: #cbc809;
}

.single_breadcrumb .doc_banner_content .nav li a.active {
	color: #cbc809;
}

.footerLogo,
.footerLogo img {
	max-height: 40px;
	display: block;
}

.footerLogo img {
	max-width: 100%;
}

.doc_footer_top {
	background: transparent;
}

.ml-auto, 
.mx-auto {
	margin: auto;
}

.right-nav {
	margin-left: 0px;
}

.warrantyContainer > div {
	position: relative;
}

.warrantyContainer .forum_body_area {
	margin: auto;
}

.warrantyContainer .sign_inner {
	max-width: 760px;
}

.customForm .custom-select{
	height: 60px;
    line-height: 60px;
	width: 100%;
	background-color: #fbfcfd;
    border: 1px solid #e3e8ea;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
}

.custom-select ul li:hover, 
.custom-select ul li.selected {
	color: #cbc809;
}

.custom-select ul li:before {
	background: #cbc809;
}

.navbar_fixed.menu_one .menu > .nav-item {
	padding-bottom: 37px;
    padding-top: 37px;
}

.headerProfileContainer {
	position: relative;
}

.headerProfile {
	background-image: url(/assets/img/profile-male.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 40px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

.headerProfileContainerInner {
	background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    /*opacity: 0;*/
    overflow: hidden;
    padding: 0;
    /*pointer-events: none;*/
    position: absolute;
    top: 100%;
    right: 0;
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);*/
    /*-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;*/
    z-index: 9;
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
    display: none;
}

.headerProfileContainerInner a {
	font-size: 14px;
	cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: flex;
	align-items: center;
	    width: 140px;
}

.headerProfileContainerInner a:hover {
	background-color: #f6f6f6;
}

.headerProfileContainerInner a p {
	font-size: 14px;
	color: #6b707f;
	margin-left: 10px;
}

.headerProfileContainerInner a i {
	color: #6b707f;
}

.forumContainer {
	margin-top: -60px;
    overflow: hidden;
}

.forumContainer.forum-user-wrapper .forum_main_inner {
	margin-top: 0px;
}

.footerTopContainer {
	text-align: center;
}

.footerTopContainer > div > div {
	padding-right: 0px;
	    width: 100%;
}

.footerLogo img {
	margin: auto;
}

.homeBanner {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 800px;
	position: relative;
	background-color: #f5f5f7;

	padding: 0px;
}

/*.homeBanner:before {
	content: '';
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/assets/img/navi-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	opacity: .7;
}*/

.homeBannerInner {
	max-width: 1200px;
	padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    text-align: left;

    position: relative;
    height: 100%;
    overflow: hidden;
}

.homeBannerContent {
	max-width: 550px;
    /*padding: 35px;
    background: #49b0b6;
    border-radius: 20px;
    background: rgba(73,176,182,.85);*/

    position: absolute;
    top: 50%;
    left: 15px;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homeBannerContent h1 {
	font-size: 70px;
    line-height: 75px;
    color: #000;
    font-weight: 500;
}

.homeBannerContent p {
	margin-top: 20px;
	font-size: 21px;
    line-height: 34px;
    color: #000;

    color: #959495;
}

.homeBannerImg {
	max-width: 530px;
	position: absolute;
	right: 0px;
	bottom: -100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.homeBannerImg.active {
	bottom: 0px;
}

.single_breadcrumb .doc_banner_content h2 {
	font-weight: 500;
}

.doc_title h2 {
	font-size: 50px;
	line-height: 60px; 
	font-weight: 500;
}

.homeEmulator {
	display: flex;
	flex-wrap: wrap;
	    justify-content: center;
}

.homeEmulator img {
	margin: 5px; 
	width: calc(25% - 10px);
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.doc_title h3 {
	font-weight: 500;
	margin-bottom: 20px;
}

.homeRow3 {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 50%;
}

.homeRow3 .container > div {
	position: relative;
	width: 100%:;
}

.homeRow3 .doc_title {
	position: absolute;
	top: 100px; 
	left: 0px;
	    width: 100%;
}

.homeRow3 .doc_title h3,
.homeRow3 .doc_title h2 {
	color: #fff;
}

.doc_shap_one {
	top: 50px;
}

.homeRow4 {
	display: flex;
}

.homeRow4List {
	width: 33.3333%;
	padding-bottom: 33.3333%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.homeRow4List p {
	color: #fff;
	font-size: 30px;
    line-height: 35px;
	padding: 20px 30px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	position: absolute;
	top: 50px; 
	left: 0px;
	background: #49b0b6;
}

.homeRow5Inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.homeRow5List {
	width: calc(50% - 40px);
    margin: 0px 20px;
	max-width: 300px;
	text-align: center;
}

.homeRow5ListTitle {

}

.homeRow5ListTitle img {
	max-width: 100px;
	margin: auto;
}

.homeRow5ListTitle h3 {
	margin-top: 20px; 
	font-weight: 500;
}

.homeRow5ListTitle p {
	margin-top: 20px;
}

.homeRow5List p {
	font-size: 16px;
	line-height: 25px;
}

.homeRow5ListContent h3 {
	font-weight: 500;
}

.homeRow5ListContent {
	margin-top: 40px; 
	padding-top: 40px; 
	border-top: 1px solid #ddd;
}

.homeRow5ListContentRow {
	margin-bottom: 40px;
}

.homeRow5ListContentRow:last-child {
	margin-bottom: 0px;
}

.homeRow5ListContentRow p {
	margin-top: 10px;
}

.doc_title h2 {
	color: #000;
}

.homeRow5Btn {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeRow5Btn a {
	display: block;
	margin: 0px 10px;
}

.homeRow5Btn a img {
	/*border-radius: 10px;*/
}

.homeBannerBtn {
	margin-top: 40px;
	display: flex;
}

.homeBannerBtn a {
	display: block;
	margin: 0px 10px;
}

.homeBannerBtn a:first-child {
	margin-left: 0px;
}

.homeIndex .header_logo img.main_logo {
	display: none !important;
}

.homeIndex .header_logo img:not(.main_logo), 
.homeIndex .header_logo img.sticky_logo {
	display: block !important;
}

.homeIndex .menu > .nav-item > .nav-link {
	color: #000;
}

.homeIndex .hamburger span {
	background: #000 !important;
}

.docuContainer {

}

.docuContainer p {
	line-height: 30px;
}

.docuContainer ol,
.docuContainer ul {
	padding: 0px 0px 0px 15px;
}

.docuContainer ol li,
.docuContainer ul li {
	margin-top: 10px;
	line-height: 30px;
}

.docuContainer ol li:first-child,
.docuContainer ul li:first-child {
	margin-top: 0px;
}

.docuContainer img {
	margin: 0px 0px 10px;
	max-width: 100%;
}

.docuContainer ol li img,
.docuContainer ul li img {
	display: block;
	max-width: 100%;
	margin-top: 10px;
}

.docuContainer ol li ol li:first-child,
.docuContainer ul li ul li:first-child {
	margin-top: 10px;
}

.docuContainer a {
	text-decoration: underline;
}

.docuContainer table {
	width: 100%;
	margin-bottom: 10px;
}

.docuContainer table td {
	padding: 10px;
}

.docuContainer table thead tr td {
	border-top: 1px solid #f0f0f7;
	font-weight: 600;
}

.docuContainer table tbody tr td {
	border-top: 1px solid #f0f0f7;
}

.docuContainer table tbody tr:last-child td {
	border-bottom: 1px solid #f0f0f7;
}

.docuContainer table tbody tr:nth-child(odd) {
	background-color: #f9f2f4;
}

.mCSB_scrollTools {
	width: 6px;
	background: #ccc;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: transparent;
}





@media (min-width: 1400px){

	.doc_documentation_area{
		/*height: 1000px;*/
    	padding-bottom: 0px;
    	min-height: auto;
	}

	.doc_documentation_area > div,
	.doc_documentation_area > div > div {
		height: 100%;
	}

}

@media only screen and (max-width: 1366px) {
.sign_left .middle {
    max-width: 85%;
}

.doc_banner_area.homeBanner {
    /*padding: 0px;*/
}
}


@media only screen and (max-width: 1024px) {


}


@media only screen and (max-width: 991px) {

.sign_left {
	display: none;
}

.sign_right,
.signup_area,
.body_wrapper {
	height: 100%;
}

.author_option .author_img {
	text-align: center;
}

.right-nav .js-darkmode-btn, 
ul.list-unstyled.banner_shap_img {
	display: block;
}

ul.list-unstyled.banner_shap_img img {
	max-width: 100%;
}


.header_logo img.main_logo, 
.header_logo img:not(.main_logo), 
.header_logo img.sticky_logo {
    max-height: 30px;
}

.navbar-collapse {
	position: absolute;
    width: 100%;
	top: 58px;
    right: 0px;
}

.navbar > div {
	position: relative;
	max-width: 100%;
}

.navbar-toggler {
	position: absolute;
	right: 60px;
    top: 12px;
}

.homeBannerImg {
	/*position: relative;*/
	right: auto;
	margin: auto;
	max-width: 340px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.homeBannerContent {
	position: static;
	text-align: center;
	-moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: 100px auto;
}

.homeBannerContent h1,
.doc_title h2 {
	font-size: 40px; 
	line-height: 45px;
}

.homeBannerBtn {
	justify-content: center;
}

.homeBannerContent p {
	font-size: 16px; 
	line-height: 25px;
}

.homeEmulator img {
	width: calc(33.3333% - 10px);
}

.homeRow4List p {
	font-size: 20px; 
	line-height: 20px;
	padding: 20px 20px;
	    top: 20px;
}

.homeBannerBtn a:first-child {
	margin-left: 10px;
}

.homeBannerBtn a img,
.homeRow5Btn a img {
	max-width: 100%;
}

}


@media only screen and (max-width: 768px) {

.warrantyContainer.forum-user-wrapper .forum_main_inner {
	padding: 0px 15px;
}

.doc_title {
    margin-bottom: 50px;
}

}


@media only screen and (max-width: 640px) {

.homeRow4List {
	width: 100%;
	padding-bottom: 50%;
	background-position: top 20% center;
}

.homeRow4 {
	flex-wrap: wrap;
}

.homeRow3 .doc_title {
	top: 50px;
}

.doc_title h3 {
	font-size: 20px;
	line-height: 25px;
}

.homeRow3 {
	padding-bottom: 70%;
}

}

@media only screen and (max-width: 480px) {

.homeRow3 {
	padding-bottom: 100%;
}

.homeEmulator img {
    width: calc(50% - 10px);
}

}


@media only screen and (max-width: 400px) {

}


@media only screen and (max-width: 320px) {


}

