/* Max width of 1199px */
@media screen and (max-width: 1199px) {
    header .navbar-nav > li > a {
		font-size: .7rem;
	}
}

/* Max width of 991px */
@media screen and (max-width: 991px) {
    #subfooter ul {
		font-size: 12px;
	}
	header .navbar-nav > li > a {
		/*font-size: .6rem;
		padding: 15px 10px;*/
		font-size: .7rem;
		padding: 15px 5px;
	}
}
/* Max width of 860px */
@media screen and (max-width: 860px) {
	#subfooter ul > li {
		width: 25%;
	}
}
/* Max width of 767px */
@media screen and (max-width: 767px) {
	#navigation {
	    background: #1b212c;
	}
    header .navbar-nav > li {
		float: none;
		display: block;
		text-align: left;
	}
	header .navbar-nav > li > a {
		font-size: .7rem;
	}

	.navbar-nav {
		margin: 0 auto;
	}
	.navbar .navbar-collapse {
		top: -1px;
		position: relative;
	}
	#header_contact a img,
	#header_contact a i {
		margin-right: 4px;
		width: 20px;
		color: #56bedf;
	}
	#page_title #share-buttons a {
		width: 25px;
		height: 25px;
		line-height: 23px;
	}
	#page_title #share-buttons a > i {
		height: 11px;
		line-height: 10px;
	}	
	#footer .navbar-nav > li > a {
		font-size: .5rem;
	}
	#copyright {
		font-size: 12px;
	}
	#copyright .text-left,
	#copyright .text-right {
		text-align:center;
	}
}

/* Max width of 520px */
@media screen and (max-width: 520px) {
    #logo {
		padding: 0 5px;
	}
	#subfooter ul > li {
		width: 25%;
	}
	#jumbotron h1,
	#page_title h1 {
		font-size: 2rem;
	}
	h2, .h2,
	h3, .h3{
		font-size: 1.5rem;
	}
	#jumbotron p {
		font-size: 1.2rem;
	}
	blockquote {
		font-size: 1rem;
	}
	body.contact .contact_block div span {
		font-size: 1rem;
	}
	body.contact .contact_block i {
		margin-right: 10px;
		font-size: 1.6rem;
		width: 50px;
		line-height: 50px;
	}
	.sharethis {
		width: 100%;
		text-align: left;
	}
	#copyright {
		font-size: 10px;
	}
}
/* Max width of 480px */
@media screen and (max-width: 480px) {
	#header_contact span {
		font-size: .9rem;
	}
	#jumbotron h1,
	#page_title h1,
	#quality .service h2 {
		font-size: 1.5rem;
	}
	#subfooter ul > li {
		display:none;
	}
}
/* Max width of 468px */
@media screen and (max-width: 468px) {
}

/* Max width of 380px */
@media screen and (max-width: 380px) {
   	body.contact .contact_block div span {
		font-size: .7rem;
	}
	body.contact .contact_block i {
		margin-right: 5px;
		font-size: 1.4rem;
		width: 40px;
		line-height: 40px;
	}
 
}