body {
	font: 14px/1.231 "Lato", "AppleSDGothicNeo-Medium", sans-serif !important;
}

footer {
	background-color: #95A5A6 !important;
	color: #eceff1 !important;
}
footer a {
  color: #ECF0F1 !important;
  font-weight: 700; 
}

figure {
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

kbd {
    border: 1px solid #aaa; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 1px 2px 2px #ddd; -webkit-box-shadow: 1px 2px 2px #ddd; box-shadow: 1px 2px 2px #ddd; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #eee, #f9f9f9, #eee); background-image: -o-linear-gradient(top, #eee, #f9f9f9, #eee); background-image: -webkit-linear-gradient(top, #eee, #f9f9f9, #eee); background-image: linear-gradient(top, #eee, #f9f9f9, #eee); padding: 1px 3px; font-family: inherit; font-size: 0.85em;
}

p.toc ul, p.toc li {
    list-style-type: none;
}

p.toc>ul {
    background-color: white;
    padding: 10px;
    /*margin: 0 10px 0 10px;*/
    display: inline-block;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.footer-banner {
	background-color: #8E44AD !important;
	color: white !important;
}

.footer-banner ul {
	margin: 0 !important;
}

.footer-banner ul li {
	border-top: 1px solid #9B59B6 !important;
	opacity: 0.8;
}

.footer-banner ul li:first-child {
	border-top: none !important;
	padding-top: 1px;
}

.rule {
    display: block;
    height: 35px;
    overflow: hidden;    
}

.rule i {
    display: block;
    background: gray;
    height: 3px;
}

.rule > i {
    margin-top: -100px;
    height: 100px;
    -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
            border-radius: 100%;
    -webkit-box-shadow: 0 0 35px #444;
        -ms-box-shadow: 0 0 35px #444;
            box-shadow: 0 0 35px #444;
}

.rule-b {
    display: block;
    height: 35px;
    overflow: hidden;    
}

.rule-b i {
    display: block;
    background: gray;
    height: 3px;
}

.rule-b > i {
    margin-top: 35px;
    height: 100px;
    -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
            border-radius: 100%;
    -webkit-box-shadow: 0 0 35px #444;
        -ms-box-shadow: 0 0 35px #444;
            box-shadow: 0 0 35px #444;
}

#download-area img{
    /*width: 160px;*/
    height: 160px;
}

img.logo {
    margin-top: -23px;
}

blockquote p {
    font-size: 1em;
    font-style: normal;
}
/**
 * fixed
 */
.todo li:first-child {
    -webkit-border-radius: 6px 6px 0 0 !important;
        -ms-border-radius: 6px 6px 0 0 !important;
            border-radius: 6px 6px 0 0;
}

.share .nav li {
    padding-top: 0;
}

.share li>ul {
    padding: 0 15px;
}

.share .btn {
    -webkit-border-radius: 0 6px 6px 6px !important;
    -moz-border-radius: 0 6px 6px 6px !important;
    border-radius: 0 6px 6px 6px !important; 
}

/*********************************
 * main page
 *********************************/
.intro {
    color: #fff;
    padding-top: 40px;
}
.carousel-caption {
    background-color: rgba(26, 188, 156, 0.79)
}
.carousel a.carousel-control {
    opacity: 0.1;
    text-decoration: none;
}
.carousel a:hover.carousel-control {
    opacity: 0.9;
}

.navbar-clouds .navbar-inner {
    background-color: #ECF0F1;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.demo-headline._haroopad {
    padding: 50px 0 30px;
    text-align: center;
}

/**
 * theme
 */

/* starrre */

#example5{
    float:left;
}
.sharrre .button{
    float:left;
    width:60px;
}

/* up coming feature */
#upcoming {
    background-color: #2980B9; color:#fff;
}
#upcoming h1 {
    opacity: 0.8; filter: alpha(opacity=80);
}
#upcoming h3 {
    margin-bottom: 15px;
}
#upcoming p {
    color: #ededed;
}
#upcoming a {
    color:#F1C40F;
}

/**
 * custom markdown style
 */

.markdown em.underline {
  font-style: normal;
  text-decoration: underline;
}
.markdown strong.highlight {
  font-style: normal;
  background-color: #fdffb6;
  -webkit-box-shadow: #fdffb6 0 0 5px;
  -moz-box-shadow: #fdffb6 0 0 5px;
  box-shadow: #fdffb6 0 0 5px;
  font-weight: normal;
}



.oembeded .oembed_photo{
  display: inline-block;
}

/**
 * spinner
 */

.spinner {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: -.1em;

    border: 2px solid rgba(0,0,0,0.5);
    border-top-color: transparent;
    border-radius: 100%;

    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
 }
 
.spinner:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: 0px;
    
    border: 4px solid transparent;
    border-bottom-color: rgba(0,0,0,0.5);
    
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/**
 * code block issue
 */
.contents pre {
    padding: 0;
}

/**
 * mermaid fixed
 */
svg .label {
    color: black;
}