@charset "utf-8";
/* CSS Document */

@media only screen and (min-width : 768px) and (max-width : 1024px) {
.wrapper {
	width: 95%;
	margin: auto;
}
.top-font {
	float: left;
	font-family: 'Open Sans';
	font-size: 1.6vw;
}
.top-left {
	float: left;
	width: 50%;
	line-height: 42px;
}
.top-right {
	width: 50%;
	margin-bottom: 2%;
}
.language-div {
	display: none;
}
.share-div {
	border-left: none;
}
.slider-frame {
	height: 275px;
}
.slider-frame1 {
	height: 160px;
}
.right-links-outer {
	font-size: 1.4vw;
	line-height: 4vw;
}
h1 {
	padding: 0px;
	margin: 0xp;
	font-size: 3vw;
}
.training-heading {
	font-size: 2.8vw;
	line-height: 6vw;
}
.social-wrapper {
	width: 23%;
	margin: auto;
}
.copyright {
	font-size: 1.5vw;
}
}