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

html {
	border: solid 2px #000;
	border-bottom: none;
}

#balletudesbg {
	background-image: url("../images/iStock-924363666.jpg");
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:680px;
/*	linear-gradient(
	rgba(0, 0, 0, 0.7), 
	rgba(0, 0, 0, 0.7)
	); */
}

#wrapper {
	width:1084px;
	min-height:688px;
	background-color:transparent;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Dancing Script', cursive;
	font-weight:bold;
	font-size:17px;
}

.logo {
    background-image: url("../images/balletudes_ballerina.png");
    background-repeat: no-repeat;
    width: 254px;
    height: 177px;
    display: block;
    position: relative;
    float: left;
    margin: 19px 0 0 -24px;
    padding: 0;
}

#youtube {
	width: 240px;
	height: 124px;
	position: relative;
	cursor: pointer;
	text-align: center;
	color: #115b6e;
	font-style: italic;
	font-size: 26px;
	display: block;
	float: right;
	text-decoration: none;
	margin: 149px -125px;
}

/*START OF MENU*/	


#nav-wrap {
    display: none;
}

#menu {
    float: right;
    width: auto;
	margin-top:90px;
	box-shadow:0px 1px 4px #fff;
	padding:0;
	}	
	
	
#menu ul{
	list-style-type:none;
	overflow:hidden;
	}

#menu li{
    float: left;
    list-style-type: none;
    width: auto;
	}

#menu li a:link, li a:visited
	{
	display: block;
	width: auto;
	font-weight: bold;
	font-family: 'Dancing Script', cursive;
	font-size: 26px;
	color: #ffffff;
	background-color: #115b6e;
	text-align: center;
	padding: 7px 14px;
	text-decoration: none;
	text-transform: none;
	opacity: 0.9;
	}

#menu li a:hover, #menu a:active
	{
	background-color: #ffffff;
	color:#115b6e;
	}
/*END OF MENU*/	

.bottomData {
	bottom: 0;
	display: block;
	float: right;
	height: 140px;
	position: relative;
	right: 0;
	width: 86%;
	z-index: 1000;
	padding-bottom: 20px;
	margin-bottom:20px;
}

#titleNameNoCopyright {	
	bottom: 68px;
    position: absolute;
    right: 160px;
	/* text-shadow: 2px 4px 4px #111; */
}

.title{
	font-family: Harrington, Palatino, serif;
	font-style:italic; 
	color:#333333; 
	font-size:36px;
	}

#slippers {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    height: 158px;
    overflow: hidden;
    display: block;
    width: 192px;
}

.pageSlippers {
    background-image: url("../images/balletslippers.png");
    width: 65px;
    height: 86px;
    display: block;
}

.index-slipper {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    float: left;
    width: 100%;
    margin-top: 5px;
    color: #a5a5a5;
    color: #333333;
    font-size: 17px;
    /* text-shadow: 2px 4px 4px #111; */
    cursor: pointer;
}

.arrow {
    color: #ffffff;
    right: -2px;
    font-size: 55px;
    cursor: pointer;
    position: absolute;
    margin-top: -88px;
    text-shadow: 2px 4px 4px #111;
}

.pulse {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
}

@keyframes pulse {
25% {
    transform: scale(1.03);
}
75% {
    transform: scale(0.98);
}
}
@keyframes pulse {
25% {
    transform: scale(1.03);
}
75% {
    transform: scale(0.98);
}
}
.pulse {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
}
.pulse:hover {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
}
@keyframes pulse-grow {
100% {
    transform: scale(1.1);
}
}
@keyframes pulse-grow {
100% {
    transform: scale(1.1);
}
}
.pulse-grow {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
}
.pulse-grow:hover {
    animation-direction: alternate;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    animation-name: pulse-grow;
    animation-timing-function: linear;
}
@keyframes pulse-shrink {
100% {
    transform: scale(0.9);
}
}
@keyframes pulse-shrink {
100% {
    transform: scale(0.9);
}
}
.pulse-shrink {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
}
.pulse-shrink:hover {
    animation-direction: alternate;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    animation-name: pulse-shrink;
    animation-timing-function: linear;
}

#titleBPName{
    float: left;
    text-align: center;
    text-shadow: 2px 2px 7px #111;
    width: 100%;
}

#BalletudesContent {
	width: 86%;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 70px;
	float: left;
	font-size: 23px;
	font-weight:bold;
	color: #115b6e;
	border-radius: 27px;
	margin: 0 auto 20px;
}
.BalletudesText {
	color:#FFF;
	font-family: Arial;
	font-size:19px;
	line-height:1.4em;
}
.BalletudesText a{
	color:#FFF;
	font-family: Harrington, Palatino, serif;
	font-size:18px;
	text-decoration:underline;	
}
.BalletudesText a:hover{
	color:#CEA577;
	font-family: Harrington, Palatino, serif;
	font-size:18px;
	line-height:1.3em;
}

.BalletudesHeader {
	color: #fff;
	font-family: Harrington, Palatino, serif;
	font-size: 40px;
	line-height: 1.3em;
	text-shadow: 2px 2px 7px #8c7d7d;
}

h3 {
	font-family: 'Dancing Script', cursive;
	font-weight:bold;
	font-size: 27px;
}

h4 {
	font-family: 'Dancing Script', cursive;
	line-height: 21px;
}

h5 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
}

#balletudesI {
	float:left;
	width: 480px;
}

#balletudesII {
	float:left;
	width: 480px;
	clear:both;
}

.additionalInfo {
	float:left;
	width:100%;
	color:#115b6e;
	font-family: Harrington, Palatino, serif;
	font-size:17px;
	line-height:1.3em;
	font-weight:normal;
}

.balletudesButton {
    background-image: url(../images/red_button.png);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 35px;
    position: relative;
    clear:both;
    transform: translateZ(0px);
    width: 35px;
	margin-top:30px;
}

.additionalInfoContent {
	float:left;
	width: auto;
	display:none;	
	text-align:left;
    margin: 32px 0 18px;
    padding: 17px 20px;
    border: 1px solid #ffffff;
    border-radius: 14px;
    box-shadow: 2px 4px 4px #111;
	background-color: #ffffff;
	clear:both;
}

@keyframes pulse {
25% {
    transform: scale(1.03);
}
75% {
    transform: scale(0.98);
}
}
@keyframes pulse {
25% {
    transform: scale(1.03);
}
75% {
    transform: scale(0.98);
}
}
.pulse {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
}
.pulse:hover {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
}