@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Pinyon+Script);
@import url(http://fonts.googleapis.com/css?family=Vollkorn);
@import url(http://fonts.googleapis.com/css?family=Parisienne&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Marcellus+SC&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Alegreya+SC&subset=latin,latin-ext);
@import "reset.css";

body{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 600px;
	min-height: 700px;
	background: #040405;
	font: 12px "Arial", sans-serif;
	color: #6e6262;
}
#wrapper{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#spinner{
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background:#040405 url("../images/webSiteLoader.gif") center no-repeat;
}
/*-------------Slideshow------------*/
#imgSpinner{
	position: absolute;
	background: url("../images/contentLoader.gif") center right no-repeat;
	z-index: 9000;
	width: 28px;
	height: 39px;
}
.topImg{
	z-index: 1;
	position: absolute;
	background: #000;
}
.bottomImg{
	z-index: 0;
	position: absolute;
	background: #000;
}
/*-------------header------------*/
.navBox{
	position: absolute;
	left:0;
	width: 220px;
	height: 100%;
	background:url("../images/menu-part.jpg") 0 repeat-y;
	z-index: 5;
}
header>h1>a{
	display: block;
	width: 350px;
	height: 84px;
	background: url(../images/logo.png);
	text-indent: -9999px;
	margin-top: 20px;
}

header>h2>a{
	display: block;
	width: 170px;
	height: 110px;
	background: url(../images/ticket.png);
	text-indent: -9999px;
	margin-top: 10px;
}
/*-------------Menu------------*/
nav{
	text-transform: uppercase;
	margin: -100px 0;
	position: relative;
	margin-top: 20px;
}
nav>ul>li{
	display: block;
	position: relative;
	z-index: 10;
	width: 220px;
}
nav>ul{
	position: absolute;
}
nav>ul>li>a{
	font: 20px "Alegreya SC", serif;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 33px;
	padding: 2px 0;
}
nav>ul>li ul{
    padding: 28px 39px 17px;	
    width: 220px;
}
nav>ul>li ul>li>a{
	font: 15px "Alegreya SC", serif;
	color: #6e6262;
	text-decoration: none;
	padding-bottom: 4px;
	display: inline-block;
}
nav>ul>li ul>li>a:hover{
	color: #fff;
}
.outText{
	position: absolute;
	top: 0;
	margin: 7px 40px;
	overflow: hidden;
}
.overText{
	position: absolute;
	top: 0;
	margin: 7px 40px;
}
.overPart{
	position: absolute;
	top: 0;
	width: 254px;
	height: 42px;
	background: url(../images/over-part.png);
}
/*-------------footer------------*/
footer{
	background: url("../images/footer-part2.png") top left no-repeat;
	position: relative;
	margin-top: 420px;
	
	bottom: 0;
}
footer>ul{
	margin: 0px 70px 0px;
}
footer>span{
	display: block;
	margin: 0 0 20px 40px;
}
footer>ul>li{
    display: inline-block;
    width: 34px;
    height: 62px;
    overflow: hidden;
    margin: 0 2px;
}
footer>span>a{
	color: #6e6262;
	text-decoration: none;
}
footer>span>a:hover{
	color: #fff;
	text-decoration: underline;
}
/*-----------Content-----------*/

section{
	position: absolute;
	height: 100%;
	width: 33%;
	z-index: 4;
	left: 220px;
}
section> ul>li{
	position: absolute;
	background:url("../images/content-background.png");
	width: 100%;
	height: 100%;
	overflow: show;
	padding-left: 59px;
	position: absolute;
}
section> ul > li > .scrollWrapper{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/scroll-background.png);
	height: 100%;
	width: 29px;
}
section> ul > li .scrollbar{
	position: relative;
	top: 50%;
	width: 100%;
	margin-top: -350px;	
}
section> ul > li .scrollbar > .track > .thumb{
	height: 124px;
	width: 20px;
	background: url(../images/scroll-part.png) center no-repeat;
	margin: 0px 4px;
	cursor: pointer;
	position: absolute;
}
.viewport{
	width: 90%;
	height: 600px;
	position: relative;
	top: 50%;
	margin-top: -267px;
	overflow: hidden;
	
}
.viewport > .overview{
    position: relative;
}

.box_1{
	float: left;
	width: 270px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.box_1 img{

	padding-bottom: 16px;
}
.box_2{
	width: 562px;
	margin: 11px 0 19px 0;
	display: inline-block;
}
.box_2 img{
	float: left;
	padding-right: 19px;
}
.box_2 p{
	padding-bottom: 19px;
}
.box_3{
	width: 95%;
	padding-bottom: 64px;
	display: inline-block;
}
.box_4{
	width: 85%;
    text-align: justify;

}

    
.box_5{
	width: 558px;
	display: inline-block;

}

.justify {
    text-align: justify;
}

.center{
	text-align: center;
}

h2{
	font: 56px "Parisienne", sans-serif;
	padding: 2px 0 0px 16px;
	color: #fff;
	line-height: 57px;
}
h3 {
	font: 17px "Vollkorn", sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 13px;
	line-height: 21px;
}
h3 span{
	color: #b40512;	
}

h4{
	font: 40px "Parisienne", sans-serif;
	text-align: center;
	padding: 0 0 0 0;
	color: #fff;
}
p {		

	font: 14px "Arial", sans-serif;
	padding-bottom: 15px;
	color: #bbbbbb;
	line-height: 18px;
}
hr{
	border: 1px solid #312b2b;
	border-top: none;
	margin-bottom: 20px;
}
.paddingNone{
	padding: 0;
}
.padding{
	padding-bottom: 32px !important;
}
.text4{
	font: 17px "Noto Serif", serif;
	color: #9a3678;
	font-weight: 300;
	line-height: 22px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.readMore{

    padding: 5px 8px;
    background: #510e5b;
    display: inline-block;
    font: 13px "Vollkorn", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.readMore:hover{
	background:#510e5b url(../images/more-part.jpg) 0 repeat-x;
}
/*---------splash--------*/

#splash{
	background:none;
	padding-left: 50px;
}
#text1{
	font: 60px "Marcellus SC", serif;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin: 474px 0 -24px -11px;
}
#text2{
	font: 43px "Marcellus SC", sans-serif;
	color: #fff;
	font-weight: 300;
	background: url(../images/slogan-part.png) right 4px no-repeat;
	padding: 20px 13px;
	line-height: 29px;
	text-transform: uppercase;
	width: 533px;
	margin: 10px 0 1px 0;
}
#text3{
	font: 20px "Open Sans", sans-serif;
	color: #fff;
	font-weight: 300;
	width: 630px;
}
/*---------calendar Page--------*/
.box_3 table tr p{
	padding-top: 6px;
	padding-bottom: 0;
	width: 100%;
}
.box_3 table tr>td>h3{
	color: #a50514;
	padding-bottom: 11px;
}
.box_3 table tr:first-child{
	border-bottom: 1px solid #312B2B;
	width: 125px;
}
.box_3 table tr>td{
    padding-left: 15px;
	
}
.box_3 table tr>td:first-child{
	border-right: 1px solid #312B2B;
	width: 125px;
	padding: 0;
}
.box_3 table a{
	color: #fff;
    text-decoration: none;
   	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
}
.box_3 table a:hover{
	color: #a50514;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
}
.box_3>ul{
    padding-top: 11px;
    float: left;
    width: 290px;
}
.box_3>ul>li{
    padding-bottom: 8px;
}
.box_3>ul>li>a{
    color: #fff;
    background: url(../images/li-background.png) 0 0 no-repeat;
    text-decoration: none;
    padding-left: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
}
.box_3>ul>li>a:hover{
	color: #a50514;
	background: url(../images/li-background.png) 0 -15px no-repeat;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
}
/*--------Lessons Page--------*/
#lessons .overview>p{
	padding-bottom: 29px;
}
#lessons .overview img{

	padding-bottom: 21px;
	padding-right: 20px;
}
/*--------instructors Page--------*/
#about ul{
    margin: 14px 0 0 1px;
    width: 100%;
}
#about ul>li{
    display: inline-block;
	width: 110%;
    margin: 0 17px 19px 0;
}
#about ul>li>a>h3{
	/*font: 25px "Parisienne", sans-serif;
	text-align: center;
	padding: 12px 0 0 0;*/
	font: 25px "Parisienne", sans-serif;
	padding: 12px 0 0 0;
	color: #fff;
	line-height: 57px;
}
#about ul>li>a{
	background: #1d1a1a;
    display: block;
    padding: 12px;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;	
    transition: background 0.5s ease;
}
#about ul>li>a:hover{
    background: #510e5b;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;	
    transition: background 0.5s ease;
}
/*--------instructors Page--------*/
#gallery ul{
    margin: 14px 0 0 1px;
    width: 100%;
}
#gallery ul>li{
    display: inline-block;
	width: 110%;
    margin: 0 17px 19px 0;
}
#gallery ul>li>a>h3{
	/*font: 25px "Parisienne", sans-serif;
	text-align: center;
	padding: 12px 0 0 0;*/
	font: 25px "Parisienne", sans-serif;
	padding: 12px 0 0 0;
	color: #fff;
	line-height: 57px;
}
#gallery ul>li>a{
	background: #1d1a1a;
    display: block;
    padding: 12px;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;	
    transition: background 0.5s ease;
}
#gallery ul>li>a:hover{
    background: #510e5b;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;	
    transition: background 0.5s ease;
}
/*--------Contacts Page--------*/
.google_map{
	margin: 7px 16px 31px 1px;
	width: 334px;
	height: 232px;
	border-radius:0px;
	background: #1e1b1b;
	float: left;
}
#contacts .viewport{
	height: 594px;
}
#contacts p{
	padding-bottom: 20px;
}
#contacts p>a{
	color: #fff;
	text-decoration: none;
 	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
}
#contacts p>a:hover{
	color: #a50514;
 	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
}
#form1 {
	text-transform: none;
	width: 585px;
	font: 12px "Arial", sans-serif;
	margin-bottom: 7px;
}
#form1 > .success{
	line-height: 18px;
	color: #5e5353;
	margin-top: 20px;
}
#form1 input {
	padding: 9px 10px;
	width: 249px;
	outline: none;
	box-shadow: none;
	background: url(../images/part-background.png);
	color: #5e5353;
	margin: 0;	
	border: 0;
}
#form1 textarea {
	overflow: auto;
	padding: 6px 10px 0px 11px;
	width: 539px;
	height: 137px;
	outline: none;
	border: 0;
	resize: none;
	box-shadow: none;
	color: #5e5353;
	background: url(../images/part-background.png);
	font: 13px "Tahoma", sans-serif;
}
#form1 label {
	position: relative;
	display: block;
	margin: 0 22px 12px 0;
	min-height: 30px;
	float: left;
}
#form1 .error, #form1 .empty {
	display:none;
	margin: 0 0 0px 0;
	color: #5e5353;
}
.btns {
    margin: 4px 25px 30px 0;
    float: right;
}
.col{
	width: 70px;
	display: inline-block;
	float: left;
}
/*----------privacy-policy---------*/
/*.box_4{
	width: 100%;
	margin: 11px 0 19px 0;
	display: inline-block;
}*/
.box_4 h3{
	padding-bottom: 9px;	
}
.box_4 p{
width: 110%;
	padding-bottom: 27px;	
}
.box_4 a{

	color: #fff;
	text-decoration: none;	
	display: block;
	margin: -7px 0 30px 0;
}
.box_4 a:hover{
	color: #a50514;
}

#lessons ul>li>a{
	background: #1d1a1a;
    display: block;
    padding: 12px;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;	
    transition: background 0.5s ease;
}
#lessons ul>li>a:hover{
    background: #510e5b;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;	
    transition: background 0.5s ease;
}
	
/*By Szenpapa */
.probatancBTN {height:50px;width:393px;background:url('../images/probatanc/probatanc.png') no-repeat bottom left;position:relative;top:40px;left:80px;}
.probatancBTN:hover {background:url('../images/probatanc/probatanc.png') no-repeat top left;cursor:pointer;}
.probatancBOX {width:393px;height:560px;position:relative;top:40px;left:80px;display:none;background:url('../images/probatanc/cat.jpg') no-repeat top left;}