html, body {
	background: #fbfbfb;
}
/*to top button*/
#lwBackToTop {
	border-radius: 50%;
	background: #7C94C0;
	border: 1px solid #7C94C0;
	height: 60px;
	width: 60px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0px;
	opacity: 0.8;
	transition: 0.5s all;
}
#lwBackToTop span{
	font-size: 22px;
}
#lwBackToTop:hover {
	opacity: 1;
}

/*top*/
.navbar {
	max-width: 1356px;
	margin: 0 auto 20px;
	justify-content: space-between;
}
.navbar:before {
	content: '';
    position: absolute;
    display: block;
    background: #fff;
    z-index: -1;
    height: 100%;
    width: 1000%;
    top: 0;
    left: -500%;
	box-shadow: 0 0.5rem 1rem rgba(149, 157, 171, 0.15)
}
.lw-hidden-sm {
	padding: 0;
}
.lw-hidden-sm a {
	color: #5a6271;
}
.lw-hidden-sm a:hover {
	color: #4776CB;
}

.lw-item-link img, .navbar-brand img {
	width: 215px;
}
/*list*/
.lw-main-page-container {
	max-width: 1356px;
	margin: 100px auto 20px;
}
.card-deck > div {
	padding: 10px;
}
.card-deck .card {
	border-radius: 10px;
	margin: 0 !important;
}
.card .card-img-top {
	max-width: 80px;
	max-height: 80px;
	display: block;
	margin-left: auto;
	opacity: 0.5;
}
.card .card-title {
	color: #5a6271;
	font-size: 16px;
	font-weight: 600;
	height: 38px;
	margin: .75rem 0 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.card .card-footer {
	border-radius: 0 0 10px 10px;
}
.card:hover {
	box-shadow: 0px 10px 10px rgba(200, 210, 230, 0.6);
}
.card:hover .card-title {
	color: #2F394B;
}
.card:hover .card-img-top {
	opacity: 1;
}
.card:hover .card-footer {
	background: #7C94C0;
	box-shadow: 0px 6px 10px rgba(54, 90, 117, 0.05);
}
.card:hover .card-footer .btn-link, .card .card-footer .btn-link:hover {
	color: #fff;
	text-decoration: none;
}
/*left*/
.lw-document-sidebar-offset {
	max-width: 320px;
	margin-left: auto;
}
.lw-sidebar-title {
	color: #2F394B;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0;
	display:block;
	text-align: center;
}
.lw-document-sidebar-offset .btn {
	padding: 10px;
	margin: 25px 0;
}
.form-control:hover, input[type="text"]:hover, select, textarea:hover {
	border: 1px solid #96a1b5;
}
.lw-side-links .lw-sub-page-text .lw-toc-link {
	display: flex;
}
.lw-side-links .lw-sub-page-text .lw-toc-link:hover {
	margin-left: 0;
	background: none;
}
.lw-side-links .lw-sub-page-text .lw-toc-link:hover:before {
    width: 22px;
    min-width: 22px;
}

.lw-side-links ul ul a:before {
	content:'';
	display: none;
	margin: -10px 3px 8px 0;
    width: 12px;
    min-width: 12px;
    border-left: 1px dashed #b0bfd9;
    border-bottom: 1px dashed #b0bfd9;
	transition: .5s all;
}
.lvl1.lw-sub-page-text {
	margin-left: 25px !important;	
}
.lvl1.lw-sub-page-text a{
	border-left: 3px solid #fdb1ae;
	padding-left: 15px;	
}

.csc_product_left {
	position: relative;
	height: 260px;
}
.csc_product__bg1 {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position:relative;
}
.csc_product_bg2 {
	border-radius: 30px;
	width: 66%;
	padding-top: 66%;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-13deg);
	background:linear-gradient(90deg, #FF9A9E 0%, #FAD0C4 99%, #FAD0C4 100%);
	box-shadow: 0px 10px 10px rgba(185, 124, 130, 0.5);
}
.csc_product_bg3 {
	border-radius: 15px;
	width: 118%;
	height: 84%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(13deg);
	background: linear-gradient(90deg, #99B4E1 0%, #BFDDEB 100%);
	box-shadow: 0px 10px 10px rgba(104, 136, 182, 0.2);
}
.csc_product_bg4 {
	border-radius: 15px 15px 0 0;
	width: 100%;
	height: 13%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background:linear-gradient(90deg, #FDFCFB 0%, #E2D1C3 100%);
}
.csc_product_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 50%;
	width: 60%;
	filter:  brightness(0) invert(1);
}



/*body*/
.lw-document-body {
	max-width: 980px;
}
.lw-document pre {
	background:none;
	padding:0;
	border:none;
	text-shadow:none;
	overflow:inherit !important;
	display:block !important;
	white-space: pre-wrap !important;
	
}
.lw-document pre code{
	background: #fff;
    border-radius: 4px;
    padding: 12px;
    border: 1px solid #e8e8e8;
	line-height: 1.6em;
	display:block !important;
}

.lw-document pre code.language-html{
	background: #ffedc5;
    border-color: #ffedc5;
    box-shadow: 0 0.5rem 1rem #e4e4e4;
}

blockquote{
	border-left: 5px solid #9bb6e2;
    padding-left: 27px;
	position:relative;
	padding: 20px 40px 20px 20px;
    background: #fff;
	clear: both;
	
}
blockquote p{
	margin-bottom:0px !important;
}
blockquote:before{
	display: block;
    content: "\201E";
    position: absolute;
    font-size: 100px;
    right: 0;
    top: -35px;
	color: #9bb6e2;
	font-style: normal;
}
pre{
	clear:both;
}


.lw-document-child-content{
	clear: both; 
}

h4{
	padding-top:30px;
	padding-bottom:15px;
}

.lw-document-sub-heading{
	padding-top: 50px;
	text-transform: uppercase;
	border-top:1px solid #cecece;
	margin-top:50px !important;
}

/*Simple Image Preview*/


/* Style the Image Used to Trigger the Modal */
p img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  object-fit: cover;
  width: 320px;
  height: 320px;
  margin-left:25px;
  margin-bottom: 20px;
}
p img:hover {opacity: 0.7;}

p img:nth-child(n+2){
	width: 80px;
	height:80px !important;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: initial;
  max-width: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}