body, html {
    width:100%;
    height:100%;
    overflow:hidden;
}
iframe.site {
    width:100%;height:100%;
    border:none;
}
.holder-planning {
    position:absolute;
    top: 147px;
    width: 100%;
}
.wrap-planning{
  width: 1007px;
  margin: 0 auto;
  position: relative;
}
#planning {
    position:absolute;
    top: 0;
    right:0;
    width: 0px;
    height:600px;
    border:none;
    transition: 0.8s cubic-bezier(0,1.02,.91,1.14);
}
.reveal iframe#planning {
  width: 650px;
  box-shadow: 0 0 0 9999px rgba(128, 128, 128, 0.7);
}

a.show-planning {
    background-color: #F47025;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 92px;
    height: 55px;
    text-transform: uppercase;
    height: 55px;
    color: #FFF;
    font-size: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 11px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: 1s width,1s height;
    font-family: Helvetica, Arial, sans-serif;
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #F26513),
	color-stop(0.5, #FF842E)
);
background-image: -o-linear-gradient(top, #F26513 0%, #FF842E 50%);
background-image: -moz-linear-gradient(top, #F26513 0%, #FF842E 50%);
background-image: -webkit-linear-gradient(top, #F26513 0%, #FF842E 50%);
background-image: -ms-linear-gradient(top, #F26513 0%, #FF842E 50%);
background-image: linear-gradient(to top, #F26513 0%, #FF842E 50%);
}

a.show-planning:hover,a.show-planning:active {
    background-color: #FC7C33;
    padding-top: 12px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #F26513),
	color-stop(0.37, #FF842E)
);
background-image: -o-linear-gradient(top, #F26513 0%, #FF842E 37%);
background-image: -moz-linear-gradient(top, #F26513 0%, #FF842E 37%);
background-image: -webkit-linear-gradient(top, #F26513 0%, #FF842E 37%);
background-image: -ms-linear-gradient(top, #F26513 0%, #FF842E 37%);
background-image: linear-gradient(to top, #F26513 0%, #FF842E 37%);
}

.reveal a.show-planning {
    height: 10px;
    width: 46px;
    padding-top: 0;
    font-size: 3px;
}