/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.top_menu a {
		font-size: 16px;
	}
	.about_staff_photo {
		display: none;
	}
	.about_staff hr {
		display: none;
	}
	.about_content {
		margin-top: -20px;
	}
	.vid_rest {
		font-size: 99%;
	}
	.vid_rest h2 {
		font-size: 30px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.top_menu a {
		font-size: 12px;
	}
	.top-kontakty {
		padding-top: 10%;
	}
	header h5 {
    	margin-top: 0px;
	}
	.uslugi img {
		display: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.top_menu ul {
		display: none;
		background-color: #595956;
		position: absolute;
		width: 100%;
		z-index: 10;
		width: 60%;
	}
	.top_menu a {
		font-size: 16px;
	}
	.top_menu ul li {
		display: block;
	}
	.lang img {
	    display: none;
	}
	.top-kontakty {
    	padding-top: 5%;
	}
	header h1 {
    	font-size: 35px;
    	margin-top: 40px;
	}
	.sertificate {
		display: none;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.top_menu ul {
		width: 100%;
	}
	header h1 {
    	font-size: 30px;
    	margin-top: 30px;
	}
	header h5 {
		font-size: 15px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
header h5 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: "RobotoRegular";
	line-height: 25px;
	margin-top: -10px;
}

}