a {color:#212529;}
a:hover {color:#33b5e5;}
h1 {font-size:1.8rem;}
h2 {font-size:1.6rem;}
h3 {font-size:1.4rem;}
h4 {font-size:1.2rem;}
h5 {font-size:1.1rem;}

.friendlinks {
    border-top: 1px solid #4B515D;
}

.form_comment {
    min-height: 10em;
}

.text-index2, .dark-grey-text {
    text-indent: 2em;
}
.content p {
    text-indent: 2em;
}

.content p img {
	position: relative;
	margin-left: -2em;
}

/* right fixbar QQ online */
.switch-version {
    z-index: 1000;
  }

.switch-version {
    position: fixed;
    top: 300px;
    right: 0;
    width: 50px;
}

.switch-to-qq {
    display: block;
    width: 50px;
    height: 80px;
    background-image: url(/storage/app/media/webdesign/qq.png);
    background-repeat: no-repeat center center;
}

/* layout-default */
.layout-default, .layout-static, .layout-home{
    padding-top: 4.5rem;
    }
    
/* carousel-multi-item */
.white-skin .carousel-multi-item .carousel-indicators li, .white-skin .carousel-multi-item .carousel-indicators li.active, .white-skin .carousel-multi-item .controls-top>a {
	background-color: #59698d;
}
    
/* .side-nav */
.side-nav .collapsible-header {
    padding-left: 12px;
    }

.side-nav .collapsible-body a {
    height: auto;
    line-height: 24px;
    padding: 6px 12px 6px 22px;
    }

/* maincontent */
main img, section img {
    max-width:100%;
    }

.section_container {
    max-width: 1920px;
    margin: auto;
    }

/* categories */

.blog-section .sidebar-area {
    background:#FFF;
    top: 10rem;
    }

.blog-section .sidebar-area .widget {
    padding: 20px 30px;
    }
    
.sidebar-area .md-form {
    margin-bottom:0.5rem;
    }

.blog-section .sidebar-area .widget ul {
    list-style: outside none none;
    padding-left: 0;
    }

.blog-section .sidebar-area .widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
    }

.blog-section .sidebar-area .categories li a {
    display: block;
    padding: 0.3rem 0;
    }

.blog-section .sidebar-area .categories .category-list li li a{
    padding: 0.3rem 0 0.3rem 1rem;
    }

.blog-section .sidebar-area .categories .category-list li li li a{
    padding: 0.3rem 0 0.3rem 2rem;
    }

.blog-section .sidebar-area .categories .category-list li a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }

.blog-section .sidebar-area .categories .category-list li a i {
    margin-right: 5px;
    }

.blog-section .sidebar-area .categories .category-list li:last-child {
    border: 0;
    }

.opennav {
    display:none;
    }

/* block */
.section {
    padding: 1.5rem 0;
    }

.about-section .details-list {
    margin-top: 1.5rem;
    }


/* blogbreadcrumb */
.breadcrumb_separator {
    margin:0 0.5rem;
    color: #6c757d;
    }

/* breadcrumb */
.section-breadcrumbs{
    margin-top: 1.5rem;
    }
    
.breadcrumb {
    display: block;
    width:100%;
    margin: 0 auto;
    padding: 20px 15px;
    background: none;
    text-align: right; 
    }

.blog_category_breadcrumbs, .blog_post_breadcrumbs {
    text-align: right;
    }

.breadcrumb>li {
    display: inline-block;
    }

.breadcrumb li.active, .breadcrumb li.active a, .breadcrumb_currentcategory {
    color: #6eb92b;
    }

/* carousel */
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    }

#next-prev .row {
    position: relative;
    height:60px;
    }
    
#next-prev h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
.next-post {
    position: absolute;
    right:0;
}

.pagination .page-item.active .page-link {
    background-color:#1C2331;
    }
    
.pagination .page-item.active .page-link:hover {
    background-color:#3F729B;
    }

/* sidebar background */
.sn-bg-1 {
    background-image: url(../themes/yunbuilder/assets/vendor/mdb/img/sidenav1.jpg);
    }

.sn-bg-2 {
    background-image: url(../themes/yunbuilder/assets/vendor/mdb/img/sidenav2.jpg);
    }

.sn-bg-3 {
    background-image: url(../themes/yunbuilder/assets/vendor/mdb/img/sidenav3.jpg);
    }

.sn-bg-4 {
    background-image: url(../themes/yunbuilder/assets/vendor/mdb/img/sidenav4.jpg);
    }

/* bottom-menu-mobile */
.bottom-menu-mobile .btn {
    padding-left:1em;
    padding-right:1em;
    }

.bottom-menu-mobile .active {
    background-color: #33b5e5;
    color: white;
}

 @media (max-width: 768px) {     
.blog-section .sidebar-area {
    position: fixed;
    top: 0;
    }

/* overlay */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    }

.overlay-content {
    position: relative;
    top: 3rem;
    width: 100%;
    margin-top: 30px;
    }

.overlay form {
    padding: 1rem 0 0 2em;
    }

.overlay a {
    text-decoration: none;
    font-size: 1rem;
    display: block;
    transition: 0.5s;
    }

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 6rem;
    right: 0.5rem;
    font-size: 40px;
    }

.opennav {
    display:block;
    padding:1rem 0.5rem;
    position:fixed;
    right: 0;
    top:45%;
    z-index:5;
    background:#2bbbad;
    color: #FFF;
    font-size:1rem;
    border-radius: 10px 0px 0px 10px;
    }

/* carousel */
.carousel dl, .carousel ol, .carousel ul, .carousel .flex-center ul li, .carousel .flex-center ul li h1 {
    margin-bottom:0;
    }
 
.display-4 {
    font-size: 2.4rem!important;
    font-weight: 300;
    line-height: 1.4;
    }
    
.h1-responsive {
    font-size: 120%;
    }

.h2-responsive {
    font-size: 1.4rem!important;
    line-height: 1.2;
    }

.pt-5 {
	padding-top: 1rem!important;
    }

.display-5 {
    font-size: 1.3rem;
    }

footer {
     padding-bottom:2em;
    }
}
    
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 1rem}
  .overlay .closebtn {
  font-size: 1rem;
  top: 2rem;
  right:0;
  }
}
    
@media (min-width: 1440px) {
	.container {
		max-width: 1410px;
	}
}