/* Copyright Amphebia Internet Solutions // www.textfield.nl */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.navbar-light .navbar-brand { font-size: 22px; }
	.tb-address { padding-top: 13px; }
	.topbar .text-left { padding-left: 15px; }
	.topbar .text-right { padding-right: 15px; }
	.employees .img-title { left: 230px; padding: 15px; width: 190px; right: 0px; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.topbar { font-size: 16px; }
	.topbar h3 { font-size: 19px; }
	.topbar .button { font-size: 18px; padding: 15px 20px; margin-top: 7px; }
	.piclefttextright .cont { padding-left: 45px; padding-top: 0px; }
	.textleftpicright .cont { padding-right: 45px; padding-bottom: 0px; }
	.jumbo { margin: 0 0 80px 0; }
	.content { padding-top: 80px; padding-bottom: 80px; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.intropic { margin-bottom: 0; height: 350px; }
	.intropic div { min-height: 70px; }
	.intropic h1 { font-size: 33px; line-height: 70px; }
	h2, .appear-h1 { font-size: 38px; }
	.textleftpicright h3, .piclefttextright h3, .fulltext h3, .textwithattention h3 { font-size: 16px; margin: 0 0 7px 25px; }
	.content { padding-top: 60px; padding-bottom: 60px; }
	.tb-address { line-height: 22px; }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar-light .navbar-brand img { width: 400px; }
	.beam {	font-size: 16px; }
	.news-col:nth-child(-n+3) .news-item { margin-top: -190px; }
	.news-col:first-child { margin-top: 0px; }	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
	.jumbo h1 { font-size: 58px; margin-bottom: 30px; }
	.jumbo-block {
		padding: 50px;
		margin-top: 0px;
		bottom: -40px;
		left: 40px;		
		font-size: 20px;
		position: absolute;
		max-width: 580px;
		border-top-left-radius: 55px;
		border-top-right-radius: 155px;		
		line-height: 32px;
	}
	.jumbo a { margin-top: 40px; }
}