.navbar-inverse {
    padding-bottom: 0px;
    padding-top: 5px;
}

a, a.active, a:active, a:focus, a:hover {
    color: #16a085;
}

body{
	margin-top: 50px;
}

.navbar-brand {    
    font-size: 14px;    
}

.navbar-inverse {
    background-color: #16a085;
    border-color: #16a085;
}

.blog-body p{
    font-size: 14px !important;
}

.f-14{
	font-size: 14px !important;
}

.f-16{
	font-size: 16px !important;
}

.f-18{
	font-size: 18px !important;
}

.f-20{
	font-size: 20px !important;
}

.f-22{
	font-size: 22px !important;
}

.f-30{
    font-size: 30px !important;
}

.p-t-20{
	padding-top: 20px;
}

.p-b-20{
    padding-bottom: 20px !important;
}

.p-t-25{
    padding-top: 25px;
}

.p-t-30{
    padding-top: 30px;
}

.p-b-30{
    padding-bottom: 30px;
}

.p-t-40{
    padding-top: 40px !important;
}

.p-b-40{
    padding-bottom: 40px;
}

.p-t-10{
	padding-top: 10px;
}

.p-t-5{
	padding-top: 5px;
}

.m-t-10{
	margin-top: 10px;
}

.m-t-15{
	margin-top: 15px;
}

.m-b-30{
    margin-bottom: 30px;
}

.bold{
    font-weight: bold;
}

.c-white{
	color:#FFFFFF !important;
}

.c-main{
    color: #16a085;
}

.center{
    margin:0 auto;
}

.img-main{
    margin:0 auto;height: 220px !important; border-radius: 1px; border: solid 1px #dfdede; padding: 3px;
}

.img-picture{
     border-radius: 1px; border: solid 1px #dfdede; padding: 3px;
}

.btn-social {
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100%;
}

.btn-outline {
    font-size: 16px;
    margin-top: 15px;
    transition: all .3s ease-in-out;
    color: #fff;
    border: solid 2px #fff;
    background: 0 0;
}

.btn-outline:hover{
	background:#FFF;
}

.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #16a085;
}

#footer{
	background-color: #2c3e50;
}

#footer .footer-col {
    margin-bottom: 50px !important;
}

#footer h4{
	padding-bottom: 0px !important;
	margin-bottom: 10px !important;
}

.question-footer {
    background-color: #f1f1f1;
    color: #FFF;
}

.btn {
    font-weight: bold;
}

.btn-default {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
    border-width: 6px;
}

.btn-default.focus, .btn-default:focus, .btn-default.hover,.btn-default:hover {
    color: #FFF;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.single-blog-item img {
            width: 100%;
            height: auto;
        }
        .single-blog-item {
          border: 1px solid #dfdede;
          box-shadow: 2px 5px 10px #dfdede;
          margin: 15px auto;
          padding: 5px;
          position: relative;
          background-color: #FFFFFF !important;
        }
        .blog-content {
          padding: 15px;
        }
        .blog-content h4 {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px;
          text-transform: uppercase;
        }
        .blog-content h4 a{
            color:#777;
            }
        .blog-content p{
          color: #999;
          font-size: 14px;
          font-weight: 300;
          line-height: 1.3333;
        }
        .blog-date{
            }
        .blog-date {
            position: absolute;
              background: #337ab7;
            top: 20px;
            left: 5px;
            color: #fff;
            border-radius: 0 25px 25px 0;
            padding: 5px 15px;
            font-weight: 700;
        }
        .more-btn {
          background: #337ab7;
          border-radius: 2px;
          display: block;
          height: 30px;
          line-height: 30px;
          margin: 30px auto auto auto;
          text-align: center;
          width: 110px;
          color: #f1f1f1;
        }

@media all and (max-width:1024px) {
    .navbar-brand {    
        font-size: 12px;  
        letter-spacing: 0.5px;  
    }
    /*body{
        margin-top: 100px;
    }*/
}

@media all and (max-width:767px) {
    
    .img-main{
        height: auto !important;
    }
    /*body{
        margin-top: 100px;
    }*/
}

@media all and (max-width:480px) {
    .navbar-brand {    
        font-size: 12px;  
        letter-spacing: 0.5px;  
    }
    .img-main{
        height: auto !important;
    }
    /*body{
        margin-top: 100px;
    }*/
}

@media all and (max-width:396px) {
    .navbar-brand {    
        font-size: 10px;  
        letter-spacing: 0.5px;  
    }
    /*body{
		margin-top: 100px;
	}*/
}

@media all and (max-width:372px) {
    .navbar-brand {    
        font-size: 10px;  
        letter-spacing: 0.5px;   
    }

    /*body{
        margin-top: 100px;
    }*/
}

@media all and (max-width:348px) {
    .navbar-brand {    
        font-size: 9.4px;   
        letter-spacing: 0.5px; 
    }
    /*body{
        margin-top: 100px;
    }*/
}