@media only screen and (max-width : 1470px){
}
@media only screen and (max-width : 1388px){
}

@media only screen and (max-width : 1199px){
}
@media only screen and (max-width : 1024px){
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width : 992px){
}

@media only screen and (max-width : 991px){
}
@media only screen and (max-width : 767px){
}

@media only screen and (max-width : 650px){
}

@media only screen and (max-width : 580px){
    .navbar-default .navbar-toggle {border-color: #0e796e;}
}

@media only screen and (max-width : 479px){
}

@media only screen and (max-width : 359px){
    .info-head {
        height:auto;
    }
}

@media handheld, only screen and (max-width: 1000px) {
    header {		
        position: relative;		
    }
    
    .title-heading h1 {
	width: 50%;
    }
    .border-right {
        border: 0;
    }
    .services {
        text-align: center;
        max-width: 350px;
        margin: 0 auto 30px auto;
    }
}

@media handheld, only screen and (max-width: 768px) {
    .logo-footer {
        text-align: center;
        float: none;
        padding: 0;
        margin: 0;
    }
    /* Footer ----------------------------------------------------------*/

    #footer{
        text-align: center;
    }
    .arrow_footer {
            display: none;
    }
    #footer .border-right{
            border: 0;
            border-bottom: 1px solid #333;
            padding: 0 0 20px 0;
            margin-bottom: 20px;
    }
    #footer .input-group{
            max-width: 420px;
            margin: 0 auto;
    }
    #footer form {
            padding-bottom: 10px;
    }
    #footer .social{
            display: table;
            margin: 0 auto;
            text-align: center;
            margin-top: 20px;
    }
    #footer .social li{
            margin-bottom: 10px;
    }
    .logo-footer{
            text-align: center;
            float: none;
            padding: 0;
            margin: 0;
    }

    .footer-center .fa-twitter{	
            float: none;
            margin-right: 0;
    }	 
}