/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

    .skill-right-bar{
        margin-top: 50px
    }
    .flex-btn{
        background: #eee none repeat scroll 0 0;
        color: #555
    }
    .item_4{
        width: 100%
    }
    .single-news {
        margin-bottom: 50px;
    }
    .about-right-side {
        margin-top: 50px;
    }
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
 
    .nav.navbar-nav{
        float: left;
        margin: 0;
        width: 100%;
    }
    .navbar-collapse {
        background: #fff none repeat scroll 0 0;
        border-top: 1px solid #e55454  !important
    }
    .navbar-default .navbar-nav > li > a{
        color: #000
    }
    .single-welcome-item p{
        font-size: 19px;
        letter-spacing: 1px;
    }
    .nav.navbar-nav > li {
        border-bottom: 2px solid #333;
    }
    .single-welcome-item h2{
        font-size: 35px;
        letter-spacing: 2px;
        line-height: 50px;
        margin-bottom: 30px;   
    }
    .flex-section-heading h3{
        font-size: 25px
    }
    .heading-border{
        height: 2px;
        width: 25%
    }
    .skill-right-bar{
        margin-top: 30px
    }
    .about-right-side {
        margin-top: 50px;
    }
    .about-right-side > h3{
        font-size: 24px
    }
    .single-news{
        margin-bottom: 30px
    }
    .flex-btn{
        background: #eee none repeat scroll 0 0;
        color: #555
    }
    .item_4{
        width: 90%
    }
    .footer-social ul li a{
        width: 35px;
        height: 35px
    }
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

    .nav.navbar-nav{
        float: left;
        margin: 0;
        width: 100%;
    }
    .navbar-collapse {
        background: #fff none repeat scroll 0 0;
        border-top: 1px solid #e55454  !important
    }
    .navbar-default .navbar-nav > li > a{
        color: #000
    }
    .single-welcome-item p{
        font-size: 19px;
        letter-spacing: 1px;
    }
    .nav.navbar-nav > li {
        border-bottom: 2px solid #333;
    }
    .single-welcome-item h2{
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 40px;
        margin-bottom: 30px;    
    }
    .flex-section-heading h3{
        font-size: 25px
    }
    .heading-border{
        height: 2px;
        width: 25%
    }
    .skill-right-bar{
        margin-top: 30px
    }
    .about-right-side {
        margin-top: 50px;
    }
    .about-right-side > h3{
        font-size: 24px
    }
    .single-news{
        margin-bottom: 30px
    }
    .flex-btn{
        background: #eee none repeat scroll 0 0;
        color: #555
    }
    .item_4{
        width: 90%
    }
    .footer-social ul li a{
        width: 35px;
        height: 35px
    }
}