@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 100px 0 0 0;
	font-family: 'Raleway', sans-serif;
	line-height: 23px;
	color: #222;
	font-size: 15px;
}
#headerOpt {
		display: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #D0D0D0;
}
a:active {
	color: #FFF;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

video {
	width: 1050px;
	height: auto;
}

.cf::after {
	content: "";
	display: table;
	clear: both;
}
#wrapper {
	width: 1050px;
	margin: 0 auto;
	background: #FFF;
}
#header {
	height: 592px;
	position: relative;
}

#lineLeft {
	height: 592px;
	border-left: 1px solid #232323;
	position: absolute;
	left: -20px;
}


#heading {
	background: #FFF;
	padding: 0 13px;
	position: absolute;
	top: 270px;
	left: -156px;
	transform: rotate(270deg);
}
 
 

#heading h1 {
	font-size: 18px;
	font-weight: 700;
}
#heading h1 a {
	color: #232323;
}

#heading-en {
	background: #FFF;
	padding: 0 13px;
	position: absolute;
	top: 270px;
	left: -160px;
	transform: rotate(270deg);
}

#heading-en h1 {
	font-size: 18px;
	font-weight: 700;
}
#heading-en h1 a {
	color: #232323;
}

#baner {
	position: absolute;
	left: 0px;
	width: 1050px;
	height: 592px;
}
#training #baner {
	background-image: url(images/baner-training.jpg);
}
#vingtsun #baner {
	background-image:url(images/WongBayer.jpg);
}

#training #slogan {
	position: absolute;
	top: 161px;
	left: 107px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	line-height: 35px;
	padding: 10px;
}
#line {
	width: 160px;
	position: absolute;
	top: 187px;
	left: 379px;
	border-bottom: 1px solid #FFF;
	transform: rotate(140deg);
}
#menuOpt {
		background: #222;
		font-size: 15px;
		display: none;
		padding: 11px 20px;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #DDD;
		transition: 0.5s all ease;
	}
#nav {
	position: absolute;
	top: -40px;
	left: 30px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li,
#navFooter ul li {
	float: left;
}
#nav ul li a {
	background: #222;
	font-size: 19px;
	display: block;
	padding: 20px 15px;
	height: 30px;
	line-height: 30px;
	transition: 0.5s all ease;
} 


#nav ul li a:hover {
	color: #DDD;
}
#nav ul li:first-child a {
	padding-left: 30px;
}
#nav ul li:last-child a {
	padding-right: 30px;
}
#logo {
	margin-left: -55px;
	position: absolute;
	bottom: -55px;
	left: 50%;
}
#logo750 { 
display: none;
}
#FitPassLogo {
	position: absolute;
	bottom: 10px;
	right: 9px;
}
#socials {
	position: absolute;
	top: 0;
	right: -69px;
}
#socials div {
	margin-bottom: 3px;
}
#socials div:first-child {
	margin-bottom: 3px;
}

#footerRight div {
	margin-left: 3px;
}
#socials div a,
#footerRight div a {
	background: #E8E8E8;
	font-size: 30px;
	color: #222;
	display: block;
	padding: 15px 20px;
	height: 30px;
	line-height: 30px;
	transition: 0.5s all ease;
}
#socials div a[href="en/index.html"],
#socials div a[href="../index.html"] {
	font-size: 18px;
	font-weight: 700;
}
#socials div a:link,
#socials div a:visited,
#footerRight div a:link,
#footerRight div a:visited {
	color: #222;
}
#socials div a:hover,
#footerRight div a:hover {
	color: #FFF;
	background: #222;
}
#socials div a:active,
#footerRight div a:active {
	color: #DDD;
}


.vt-tr {
	text-align: center;
	width: 1050px;
	margin: 100px 0 0;
}

.vt-tr h1, .vt-tr h2, .vt-tr h3, .vt-tr h4, .vt-tr h5, .vt-tr h6 {
	font-size: 22px;
	margin-bottom: 20px;
}

.button img {
	margin: 20px 0 0
}

.button a {
	margin: 10px 0;
	vertical-align: bottom;
	background: #222;
	font-size: 15px;
	display: inline-block;
	padding: 10px 25px;
	height: 30px;
	line-height: 30px;
	transition: 0.5s all ease;
}
.button a:hover {
	transform: scale(1.05, 1.05);
}
.vt-tr-aside {
	float: left;
	width: 336px;
	text-align: left;
	margin: 50px 10px 40px;
}

.vt-tr-aside-en {
	float: left;
	width: 247px;
	text-align: left;
	margin: 50px 10px 40px;
}

.vt-tr-aside img {
	margin-bottom: 20px;
}
.vt-tr-aside:first-child {
	margin-left: 0;
}
.vt-tr-aside:last-child {
	margin-right: 0;
}

.padding {
	padding-top: 50px;	
}


.vingtsun {
	padding: 60px 0 100px 0;
	text-align: justify;
}

.vingtsun p {
	margin: 30px 0;
	padding: 0 3px;
}

#about {
	width: 1056px;
	background: url(images/wooden-dummy-3.jpg) center no-repeat fixed;
}



#about div {
	text-align: left;
	color: #FFF;
	width: 850px;
	margin: 0 auto;
	padding: 120px 0 80px;
}


#about h2 {
	font-weight: 400;
	display: inline-block;
	background: #222;
	padding: 15px 25px;
	font-size: 22px;
	margin: 10px 10px 10px 0;
}
#about p {
	margin: 20px 0;
	
}

#gall {
	width: 1050px;
	
	margin: 0;
}

#gall img {
	float: left;
	margin: 4px;
}

#gallSlider750 {
	display: none;
}

#gallSlider640 {
	display: none;
}
#gallSlider300 {
	display: none;
}
#gall img[src="images/gall-smole/image1.jpg"],
#gall img[src="images/gall-smole/image4.jpg"],
#gall img[src="../images/gall-smole/image1.jpg"],
#gall img[src="../images/gall-smole/image4.jpg"] {
	margin-left: 0;
}

#gall img[src="images/gall-smole/image3.jpg"],
#gall img[src="images/gall-smole/image7.jpg"],
#gall img[src="../images/gall-smole/image3.jpg"],
#gall img[src="../images/gall-smole/image7.jpg"] {
	margin-right: 0;
}

#gall-trening img {
	float: left;
	margin: 5px;
}

iframe {
	vertical-align: bottom;
	
}
#contact {
	width: 1050px;
	padding-top: 80px;
}
#location,
#address { 
	float: left;
}

#location h3,
#address h3 { 
	background: #222;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	padding: 15px 0 20px 20px;
	margin: 0;
}



#location {
	width: 600px;
	margin: 0;
}


#address {
	width: 440px;
	margin: 0 0 7px 10px;
	font-size: 20px;
}

#address h3 {
	margin-bottom: 25px;
}

#nesto > p {
	font-size: 15px;
	margin: 16px 0;
} 

#nesto p:first-child {
	font-size: 20px;
	font-weight: 700;
}

#nesto p:last-child {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
}

#address div {
	margin-left: 20px;
	padding: 5px 0; 
}

#address div p {
	float: left;
	font-weight: 400;
	margin: 4px 5px;
}
#footer {
	margin: 0 0 50px;
	width: 1050px;
}

#footerLeft {
	float: left;
}

#footerLeft p {
	color: #FFF;
	padding: 19px 0 18px 20px;
	margin: 0;
	width: 581px;
	background: #222;
	
}

#footerRight {
	float: right;
}

#footerRight div {
	float: left;
}

#footerRight div  a[href*="https://www.facebook.com"] {
	padding: 15px 25px;
}

@media screen and (min-width:1024px) and (max-width:1260px) {
	body {
		line-height: 20px;
		font-size: 13px;
	}
	#headerOpt{
		display: none;
	}
	#wrapper {
		width: 750px;
	}
	
	video {
		width: 750px;
	}
	#header {
		height: 422px;
	}

	#lineLeft {
		height: 422px;
		left: -20px;
	}
	#baner {
		width: 750px;
		height: auto;
	}
	
	#heading {
		padding: 0 13px;
		top: 193px;
		left: -126px;
	}


	#heading h1 {
		font-size: 13px;
	}
	
	#vingtsun #baner {
		background: url(images/baner-suzene-750.jpg);
		width: 750px;
		height: 422px;
	}
	
	#training #baner {
		background: url(images/baner-training750.jpg);
		width: 750px;
		height: 422px;
	}
	
	#training #slogan {
		top: 94px;
		left: 76px;
		font-size: 20px;
		line-height: 30px;
	}
	#line {
		width: 101px;
		top: 133px;
		left: 279px;
		transform: rotate(140deg);
	}
	
	#nav {
		top: -30px;
		left: 20px;
	}
	#nav ul li a {
		font-size: 13px;
		padding: 12px 10px;
		height: 30px;
		line-height: 30px;
	}
	#logo {
		display: none;
	}
	#logo750 {
		display: block;
		margin-left: -36px;
		position: absolute;
		bottom: -36px;
		left: 50%;
	}
	#socials {
		right: -46px;
	}
	#socials div {
		margin-bottom: 2px;
	}
	#socials div:first-child {
		margin-bottom: 2px;
	}
	#socials div a[href="en/index.html"],
	#socials div a[href="../index.html"]	{
		font-size: 13px;
	}

	#footerRight div {
		margin-left: 4px;
	}
	#socials div a,
	#footerRight div a {
		font-size: 19px;
		padding: 10px 13px;
		height: 20px;
		line-height: 20px;
	}
	
	.vt-tr {
		width: 750px;
		margin: 100px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	
	.vt-tr h1, .vt-tr h2, .vt-tr h3, .vt-tr 	h4, .vt-tr h5, .vt-tr h6 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.button a {
		margin: 10px 0;
		font-size: 10px;
		padding: 10px 20px;
		height: 20px;
		line-height: 20px;
	}
	
	.vt-tr-aside img {
		margin-bottom: 20px;
	}
	.vt-tr-aside {
		width: 240px;
		margin: 50px 7px 40px;
		font-size: 11px;
}
	#about {
		width: 750px;
		background: url(images/wooden-dummy-750.jpg) center no-repeat fixed;
	}



	#about div {
		width: 569px;
		padding: 100px 0 70px;
	}


	#about h2 {
		padding: 10px 25px;
		font-size: 16px;
		margin: 10px 10px 10px 0;
	}
	#about p {
		margin: 8px 0;
	
	}
	#gallSlider750 {
		width: 750px;
		height:auto;
		display: block;
	}
	
	#gallSlider750 img {
		float: left;
		margin: 1px;
	}
	#gallSlider {
		display: none;
	}

 	#gall750 img[src="images/gall-smole - 750/image1.jpg"],
 	#gall750 img[src="images/gall-smole - 750/image4.jpg"],
	#gall750 img[src="../images/gall-smole - 750/image1.jpg"],
	#gall750 img[src="../images/gall-smole - 750/image4.jpg"]	{
		margin-left: 0;
}

	#gall750 img[src="images/gall-smole - 750/image3.jpg"],
	#gall750 img[src="images/gall-smole - 750/image7.jpg"],
	#gall750 img[src="../images/gall-smole - 750/image3.jpg"],
	#gall750 img[src="../images/gall-smole - 750/image7.jpg"]	{
	margin-right: 0;
}
	
	iframe {
		width: 440px;
		height: 450px;
	}
	#contact {
		width: 750px;
		padding-top: 60px;
	}


	#location h3,
	#address h3 { 
	font-size: 16px;
	padding: 10px 0 10px 20px;
	margin: 0;
	}



	#location {
		width: 440px;
		margin: 0;
	}


	#address {
		width: 304px;
		margin: 0 0 10px 6px;
		font-size: 11px;
	}

	#address h3 {
		margin-bottom: 20px;
	}

	#address p {
		font-size: 12px;
		margin-right: 30px;
	}

	#address span p:first-child {
		font-size: 15px;
	}

	#address span p:last-child {
		font-size: 14px;
		margin-top: 30px
	}

	#address div {
		margin-left: 16px;
	}

	#address div i {
		font-size: 20px;
	}
	#footer {
		margin: 0 0 30px;
		width: 750px;
	}


	#footerLeft p {
		padding: 10px 0 10px 20px;
		width: 420px;
		height: 20px;
		vertical-align: 20px;
		font-size: 10px;
	
	}

	#footerRight div a[href*="https://www.facebook.com"] {
		padding: 10px 17px;
		height: 20px;
		vertical-align: 20px;
	}
	#vingtsun .vingtsun, 
	#training .vingtsun {
		padding: 39px 0 30px 0;
	}
	
	#vingtsun .vingtsun h1, 
	#training .vingtsun h1 {
		font-size: 24px;
	}

	.vingtsun p {
		margin: 15px 0;
		padding: 0;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	body {
		line-height: 20px;
		font-size: 13px;
	}
	#headerOpt{
		display: none;
	}
	#wrapper {
		width: 640px;
	}
	
	video {
		width: 640px;
	}
	#header {
		height:360px;
	}

#lineLeft {
		height: 360px;
		left: -20px;
	}
	#vingtsun #baner {
		width: 640px;
		height: 360px;
		background: url(images/baner-suzene-640.jpg);
	}
	
	#training #baner {
		width: 640px;
		height: 360px;
		background: url(images/baner-training640.jpg);
	}
	
	#training #slogan {
		top: 84px;
		left: 64px;
		font-size: 16px;
		line-height: 26px;
	}
	#line {
		width: 89px;
		top: 115px;
		left: 236px;
		transform: rotate(140deg);
	}
	
	#heading {
		padding: 0 13px;
		top: 162px;
		left: -125px;
}


	#heading h1 {
		font-size: 13px;
	}
	#nav {
		top: -30px;
		left: 20px;
	}
	#nav ul li a {
		font-size: 12px;
		padding: 11px 8px;
		height: 30px;
		line-height: 30px;
	}
	#logo {
		display: none;
	}
	#logo750 {
		display: block;
		margin-left: -36px;
		position: absolute;
		bottom: -36px;
		left: 50%;
	}
	#socials {
		right: -46px;
	}
	#socials div {
		margin-bottom: 2px;
	}
	#socials div:first-child {
		margin-bottom: 2px;
	}
	#socials div a[href="en/index.html"],
	#socials div a[href="../index.html"]	{
		font-size: 13px;
	}

	#footerRight div {
		margin-left: 4px;
	}
	#socials div a,
	#footerRight div a {
		font-size: 19px;
		padding: 10px 13px;
		height: 20px;
		line-height: 20px;
	}
	
	.vt-tr {
		width: 640px;
		margin: 70px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	
	
	.vt-tr h1, .vt-tr h2, .vt-tr h3, .vt-tr 	h4, .vt-tr h5, .vt-tr h6 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.button a {
		margin: 10px 0;
		font-size: 10px;
		padding: 10px 20px;
		height: 20px;
		line-height: 20px;
	}
	
	.vt-tr-aside img {
		margin-bottom: 20px;
	}
	.vt-tr-aside {
		width: 204px;
		margin: 50px 7px 40px;
		font-size: 11px;
	}
	.vt-tr-aside p {
		padding-right: 13px;
	}
	#about {
		width: 680px;
		background: url(images/wooden-dummy-640.jpg) center no-repeat fixed;
	}



#about div {
		width: 550px;
		padding: 100px 0 70px;
	}


#about h2 {
		padding: 10px 25px;
		font-size: 16px;
		margin: 10px 10px 10px 0;
	}
#about p {
		margin: 8px 0;
	
	}
	#gallSlider640 {
		width: 640;
		height:auto;
		display: block;
	}
	
	#gallSlider640 img {
		float: left;
		margin: 1px;
	}

	
	
	#gallSlider {
		display: none;
	}

	#gall640 img[src="images/gall-smole - 640/image1.jpg"],
	#gall640 img[src="images/gall-smole - 640/image4.jpg"],
	#gall640 img[src="../images/gall-smole - 640/image1.jpg"],
	#gall640 img[src="../images/gall-smole - 640/image4.jpg"] {
		margin-left: 0;
}

	#gall640 img[src="images/gall-smole - 640/image3.jpg"],
	#gall640 img[src="images/gall-smole - 640/image7.jpg"],
	#gall640 img[src="../images/gall-smole - 640/image3.jpg"],
	#gall640 img[src="../images/gall-smole - 640/image7.jpg"] {
		margin-right: 0;
}
	iframe {
		width: 315px;
		height: 450px;
	}
	#contact {
		width: 640px;
		padding-top: 60px;
	}


	#location h3,
	#address h3 { 
	font-size: 16px;
	padding: 10px 0 10px 20px;
	margin: 0;
	}



	#location {
		width: 315px;
		margin: 0;
	}


	#address {
		width: 319px;
		margin: 0 0 10px 6px;
		font-size: 11px;
	}

	#address h3 {
		margin-bottom: 20px;
	}

	#address p {
		padding-left: 0px;
		font-size: 12px;
		margin-right: 30px;
	}

	#address div {
		margin-left: 16px;
	}

	#address div i {
		font-size: 20px;
	}
	#footer {
		margin: 0 0 30px;
		width: 640px;
	}


	#footerLeft p {
		padding: 10px 0 10px 20px;
		width: 295px;
		height: 20px;
		vertical-align: 20px;
		font-size: 10px;
	
	}

	#footerRight div a[href*="https://www.facebook.com"] {
		padding: 10px 17px;
		height: 20px;
		vertical-align: 20px;
	}
	#vingtsun .vingtsun, 
	#training .vingtsun {
		padding: 39px 0 30px 0;
	}
	
	#vingtsun .vingtsun h1, 
	#training .vingtsun h1 {
		font-size: 24px;
	}

	.vingtsun p {
		margin: 15px 0;
		padding: 0;
	}
}


@media screen and (max-width:767px) {
	body {
		padding-top: 0;
		line-height: 20px;
		font-size: 13px;
	}
	#wrapper {
		width: 80%;
		padding: 10px;
	}
	#header {
		display: none;
	}
	#headerOpt {
		display: block;
	}	
	#headerOpt video {
		width: 100%;
		height: auto;
	}

	
	#heading {
		padding: 0 13px;
		top: 162px;
		left: -125px;
}


	#heading h1 {
		display: none;
	}
	
	
	
	#menuOpt {
		display: block;
		border-bottom: 1px solid #DDD;
		text-align: center;
	}
	
	#navOpt>ul {
		display: none;
	}
	
	
	#headerOpt #navOpt {
		top: -30px;
		left: 20px;
	}

	#headerOpt #navOpt ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#headerOpt #navOpt ul li a {
		background: #222;
		font-size: 12px;
		display: block;
		padding: 11px 15px;
		height: 30px;
		line-height: 30px;
		transition: 0.5s all ease;
	}


	#headerOpt #navOpt ul li a:hover {
		color: #DDD;
	}
	
	#banerOpt img {
		width: 100%;
	}
  	
	#logo {
		display: none;
	}
	#logo750 {
		display: none;
	}
	
	#logoOpt {
		text-align: center;
		padding: 10px 0 10px;
	}
	

	#footerRight div {
		margin-left: 4px;
	}
	#footerRight div a {
		font-size: 19px;
		padding: 10px 13px;
		height: 20px;
		line-height: 20px;
	}
	
	.vt-tr {
		width: 100%;
		margin: 40px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	.vt-tr > p {
		text-align: justify;
	}
	.vt-tr h1, .vt-tr h2, .vt-tr h3, .vt-tr 	h4, .vt-tr h5, .vt-tr h6 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.button p {
		text-align: center;
	}
	.button a {
		margin: 10px 0;
		font-size: 10px;
		padding: 10px 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
	
	.vt-tr-aside img {
		margin-bottom: 20px;
	}
	.vt-tr-aside {
		width: 350x;
		margin: 50px 0px 40px;
		padding: 0 30px;
		font-size: 13px;
	}
	.vt-tr-aside p {
		padding-right: 13px;
		text-align: left;
	}
	#about {
		width: 100%;
		background: url(images/wooden-dummy-640.jpg) center no-repeat fixed;
	}



	#about div {
		width: 80%;
		padding: 100px 0 70px;
	}


	#about h2 {
		padding: 10px 25px;
		font-size: 16px;
		margin: 10px 10px 10px 0;
	}
	#about p {
		margin: 8px 0;
		text-align: left;
	
	}
	#gallSlider {
		display: none;
	}
	
	#gallSlider300 {
		display: block;
		width: 100%;
		height:auto;
		text-align: center;
	}
	
	#gallSlider300 img {
		float: none;
		margin: 5px 0;
	}

	
	iframe {
		width: 100%;
		height: 250px;
	}
	#contact {
		width: 100%;
		padding-top: 60px;
	}


	#location h3,
	#address h3 { 
	font-size: 16px;
	padding: 10px 0 10px 20px;
	margin: 0;
	}



	#location {
		width: 100%;
		margin: 0;
	}


	#address {
		width: 100%;
		margin: 0 0 20px 0;
		font-size: 11px;
	}

	#address h3 {
		margin-bottom: 20px;
	}

	#address p {
		font-size: 12px;
		margin-right: 30px;
	}

	#address span p:first-child {
		font-size: 15px;
	}

	#address span p:last-child {
		font-size: 14px;
		margin-top: 30px
	}

	#address div {
		margin-left: 16px;
	}

	#address div i {
		font-size: 20px;
	}
	#footer {
		margin: 0 0 30px;
		width: 100%;
	}


	#footerLeft p {
		padding: 10px 0 10px 20px;
		width: 100%;
		height: 20px;
		vertical-align: 20px;
		font-size: 10px;
		margin-bottom: 3px;
	
	}

	#footerRight div a[href*="https://www.facebook.com"] {
		padding: 10px 17px;
		height: 20px;
		vertical-align: 20px;
	}
	#vingtsun .vingtsun, 
	#training .vingtsun {
		padding: 39px 0 30px 0;
	}
	
	#vingtsun .vingtsun h1, 
	#training .vingtsun h1 {
		font-size: 24px;
	}

	.vingtsun p {
		margin: 15px 0;
		padding: 0;
	}
}


