    @media only screen and (max-width : 1200px) {

    }

    @media only screen and (max-width : 1024px) {

    }

    @media only screen and (max-width : 992px) {

    }

    @media only screen and (max-width : 768px) {
        .portfolio-blocks img{
            width: 100%;
        }

        .jumbotron {
		    position: relative;
		    top: 0;
		    transform: none;
		    background: transparent;
		    padding: 0;
		    left: auto;
		    width: 100%;
		    margin-bottom: 0;
		}

		.home{
			padding-top: 20px;
			padding-bottom: 20px;
		}

		html{
			min-height: 100%;
			height: auto;
		}
    }

    @media only screen and (max-width : 736px) {
        .navbar-nav li.active a:after{
            border: none;
            display: none;
        }

            .navbar-collapse{
                box-shadow: none;
            }

        .navbar-nav li a{
            text-align: center;
        }
            .navbar-toggle{
                    -webkit-appearance: none;
            }
        .header {
        padding: 30px 0;
        background-color: #0C183E;
    }
#projects-slider {
    padding: 20px;
    background-image: url(../img/about-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100%;
    height: 400px;
}

        .footer{
            text-align: center;
        }

        .footer-logo img {
            max-width: 60%;
            margin-bottom: 15px;
        }

        .footer-links {
            line-height: 14px;
            margin-bottom: 15px;
        }

        .footer-links.pull-right {
            text-align: center;
            float: none !important;
            margin-top: 25px;
        }

        .blue-btn{
            margin-bottom: 25px;
        }

        .home img {
		    max-width: 100%;
		}

        .navbar-toggle .icon-bar {
            background-color: #fff;
            border-radius: 0;
        }

        .header img {
       
        margin-top: 0px;
    }

    .navbar-toggle {
        padding: 0;
        margin-right: 0;
        margin-top: 15px;
        margin: auto;
        float: none;
        margin-top: 25px;
    }

    .navbar-header{
        text-align: center;
    }

    .block img {
    max-width: 100%;
}
.home .block {
    margin-bottom: 20px;
}

.about-image{
    margin-top: 15px;
}

img.bell {
    width: 50px;
    margin-bottom: 10px !important;
}

.label{
	margin-bottom: 15px;
}

.award p, .award a {
    font-size: 15px;
}

.contact-award-info {
    background: rgba(240,208,169,.85);
    padding: 30px;
}

.award {
    background-color: #0C183E;
    padding: 30px 25px;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.header2 {
    padding: 30px 0;
    background-image: url(../img/specialist-training-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-award {
    padding: 30px 25px;
    margin-top: 15px;
}

.jumbotron{
	width: 100%;
}

.home-intro {
    margin-top: 30px;
    margin-bottom: 30px;
}
    }

    @media only screen and (max-width : 480px) {
        .slider-caption h3{
            font-size: 18px;
        }

        .slider-caption{
            max-width: 240px;
        }


    }