/* ESTILOS POP */
#pop{
    background-color: rgba(5,5,5,.95);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

#pop-up{
    background-color: #ffffff;
    display: block;
    margin: 100px auto;
    padding: 5px;
    height: auto;
    overflow: auto;
    width: 80%;
}


#cerrar{
    color: #ffffff;
    display: block;
    height: 35px;
    font-size: 30px;
    line-height: 35px;
    position: fixed;
    right: 10%;
    top: 100px;
    width: 35px;
    text-align: center;
    margin-right: -50px;
    cursor: pointer;
}

#pop-up img{
    cursor: pointer !important;
    display: block;
    height: auto;
    width: 50%;
    float: left;
}
/**MOSTRAR TODO COMO BLOQUES **/
header, section, footer, aside, nav, article, figure {
    display: block;
}

/**RESET**/
* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: sans-serif;    
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

/**ELIMINAR RECUADRO EN LINKS ANDROID**/
body{
      -webkit-user-select:none;
      -webkit-touch-callout:none;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
	  font-weight: 300;
}

html, button, input, select, textarea{
    background-color: inherit;
    color: inherit;
}

img{
    display: block;
    vertical-align: middle;
}
hr {
	border: 0;
	border-bottom: thin solid #FFF;
	width: 70px;
	margin-top: -37px;
	margin-bottom: 37px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
a {
	text-decoration: none;
}
/* SELECCION WEBKIT OPERA IE& */
::selection{
    background:#6FC8FD;
    color:#FFF;
    text-shadow:none;
}

/* SELECCION FIREFOX */
::-moz-selection{
    background:#6FC8FD;
    color:#FFF;
    text-shadow:none;
}

/* ==========================================================================
                                 TIPOGRAFIA
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Poiret+One);

h1, h2, h3, h4, h5, h6{
    font-family: inherit;
    color: inherit;
}
h1 {
    font-size: 3em;
    margin: 0.67em 0;
    font-family: 'Poiret One', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
b, strong {
    font-weight: bold;
}

p{
    font-size: 1em;
}

.white {
	color: #FFF;
}

a#logo{
    background-image: url(../images/wushi_daodi_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    left: 50px;
    height: 80px;
    overflow: auto;
    position: absolute;
    top: 50px;
    width: 150px;
    z-index: 3;
}

nav#menu-general{
    display: block;
    left: 250px;
    position: absolute;
    top: 50px;
   /* width: 50%;*/
    z-index: 3;
}

nav#menu-general ul{
    list-style: none;
}

nav#menu-general ul li{
    display: block;
    float: left;
}

nav#menu-general ul li a{
    border-left: thin solid;
    border-color: transparent;
    color: #ffffff !important;
    line-height: 60px;
    margin: 0px 10px;
    padding-left: 5px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

nav#menu-general ul li a:hover{
    border-color: #cccccc !important;
}

#pleca{
	background-color: #222222;
	display: block;
	right: 0px;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0px;
	width: 50px;
	z-index: 5;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#pleca:hover{
    width: 70px;
}

#open-disciplinas{
    cursor: pointer;
    display: block;
    right: 0px;
    height: 140px;
    margin-right: 5px;
    margin-top: -20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#pleca:hover #open-disciplinas{
    margin-right: 15px;
}

.line{
    background-color: #777;
    display: block;
    height: 2px;
    position: absolute;
    width: 70%;
	left: 15%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.line:nth-child(1){
    margin-top: 10px;
}

.line:nth-child(2){
    margin-top: 20px;
}

.line:nth-child(3){
    margin-top: 20px;
}

.line:nth-child(4){
    margin-top: 30px;
}

.text-menu{
    text-align: right;
    position: absolute;
    height: 50px;
    width: 180px;
    color: #777 !important;
    margin-left: -54px;
    margin-top: 120px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: margin all .3s;
    -o-transition: margin all .3s;
    transition: margin all .3s;
}

#open-disciplinas:hover .line:nth-child(1){
    margin-top: 14px;
}

#open-disciplinas:hover .line:nth-child(4){
    margin-top: 26px;
}

#open-disciplinas.openclose .line:nth-child(1){
    margin-top: 20px;
    opacity: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#open-disciplinas.openclose .line:nth-child(4){
    margin-top: 20px;
    opacity: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#open-disciplinas.openclose .line:nth-child(2){
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#open-disciplinas.openclose .line:nth-child(3){
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mouse{
    border: 1px solid #ffffff;
    border-radius: 20px;
    bottom: 50px;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -15px;
    position: fixed;
    width: 30px;
    z-index: 99999999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition-delay: .3s;
}

#mouse.move{
    bottom: 35px;
    opacity: 1;
}

#mouse p{
    color: #ffffff;
    display: block;
    height: 20px;
    margin-left: -15px;
    margin-top: 55px;
    position: absolute;
    text-align: center;
    width: 60px;
}

#whell{
    background-color: #ffffff;
    border-radius: 20px;
    display: block;
    height: 4px;
    margin-left: 13px;
    margin-top: 10px;
    position: absolute;
    width: 4px;
    -moz-animation-duration: 2s;
    -moz-animation-name: go;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: go;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -o-animation-duration: 2s;
    -o-animation-name: go;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -ms-animation-duration: 2s;
    -ms-animation-name: go;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    animation-duration: 2s;
    animation-name: go;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

@-moz-keyframes go {
    0%   {margin-top: 10px;}
    50% {margin-top: 30px;}
    80% {margin-top: 5px;}
    85% {margin-top: 20px;}
    100% {margin-top: 10px;}
}


@-webkit-keyframes go {
    0%   {margin-top: 10px;}
    50% {margin-top: 30px;}
    80% {margin-top: 5px;}
    85% {margin-top: 20px;}
    100% {margin-top: 10px;}
}

@-o-keyframes go {
    0%   {margin-top: 10px;}
    50% {margin-top: 30px;}
    80% {margin-top: 5px;}
    85% {margin-top: 20px;}
    100% {margin-top: 10px;}
}

@-ms-keyframes go {
    0%   {margin-top: 10px;}
    50% {margin-top: 30px;}
    80% {margin-top: 5px;}
    85% {margin-top: 20px;}
    100% {margin-top: 10px;}
}

@keyframes go {
    0%   {margin-top: 10px;}
    50% {margin-top: 30px;}
    80% {margin-top: 5px;}
    85% {margin-top: 20px;}
    100% {margin-top: 10px;}
}

#pantalla{
	background-color: rgba(65,35,30,.8);
	display: block;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 2;
}

#bgvid{
    display: block;
    position: fixed;
    top: 0px;
    left: -10%;
    width: 120%;
    z-index: 1;
}

#frase_inicial{
	color: #FFFFFF;
	left: 25%;
	margin-left: -50px;
	opacity: 0;
	position: fixed;
	text-align: center;
	width: 55%;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	transition-delay: .3s;
}

#frase_inicial.move{
    margin-top: 15%;
    opacity: 1;
}

#frase_inicial h1{
    font-size: 5em;
}

.logo-principal{
    display: block;
    margin: 20px auto 50px;
    height: auto;
    width: 90%;
    max-width: 400px;
}
#frase_inicial p {
	position: relative;
}
#frase_inicial p:before {
	content: '"';
	
	font-size: 7em;
	position: absolute;
	left: -37px;
	top: -37px;
}
#slide{
	display: block;
	left: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 100%;
	/* [disabled]z-index: 3; */
}

nav#disciplinas{
	display: block;
	height: auto;
	width: 100%;
}

nav#disciplinas ul{
	display: block;
	list-style: none;
	width: 100%;
}

nav#disciplinas ul li{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	float: left;
	left: 120%;
	opacity: .2;
	overflow: hidden;
	position: fixed;
	width: 50%;
	z-index: 4;
	-webkit-filter: grayscale(90%); filter: grayscale(90%);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

nav#disciplinas ul li.move{
    left: 0px;
    opacity: 1;
}

nav#disciplinas ul li:nth-child(1){
	background-image: url(../images/menu_principal_01.jpg);
	background-position: -0px top;
	margin-left: -20%;
	background-size: cover;
}

nav#disciplinas ul li:nth-child(2){
	background-image: url(../images/menu_principal_02.jpg);
    background-position: -250px top;
	margin-left: 15%;
}

nav#disciplinas ul li:nth-child(3){
	background-image: url(../images/menu_principal_03.jpg);
    background-position: -400px top;
	margin-left: 33%;
}

nav#disciplinas ul li:nth-child(4){
	background-image: url(../images/menu_principal_04.jpg);
    background-position: -300px top;
	margin-left: 50%;
}

nav#disciplinas ul li:nth-child(5){
	background-image: url(../images/menu_principal_05.jpg);
    background-position: -380px top;
	margin-left: 67%;
}

nav#disciplinas ul li:nth-child(6){
	background-image: url(../images/menu_principal_06.jpg);
    background-position: -350px top;
	margin-left: 84%;
}

nav#disciplinas ul li a{
	display: block;
    padding-top: 10px;
    text-decoration: none;
	width: 100%;
}

nav#disciplinas ul li:hover{
    background-position: center left;
    opacity: 1;
	width: 50%;
	-webkit-filter: grayscale(0%); filter: grayscale(0%);
}

.container{
    border: solid thin #0fc5a0;
    height: 170px;
    margin: 0px auto;
    margin-top: 60%;
    opacity: 0;
    text-align: center;
    width: 170px;
    z-index: 4;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out;
    transition-delay: .2s;
    -webkit-transform: rotate(-45deg);
    -mox-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cont{
    background-color: #0fc5a0;
    height: 140px;
    line-height: 140px;
    margin: 0px auto;
    width: 140px;
}

#shao{
    margin: 16px;
    line-height: 20px !important;
}

#shao h1{
    margin-left: 30px;
    margin-top: 50px;
    position: absolute;
    text-align: center !important;
}

#shao h1 span{
    font-family: 'Poiret One', sans-serif;
    font-weight: 100;
}

.container h1{
    color: #ffffff;
    font-size: 1.3em;
    font-weight: lighter;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -mox-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav#disciplinas ul li:hover .container{
    margin-top: 42%;
    opacity: 1;
}

#dojo {
}
#videoPrimero {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#cabeza {
	z-index: 2;
	position: relative;
}

#CRCA{
    display: block;
    height: 86px;
    width: 60px;
    top: 40px;
    position: absolute;
    left: 100%;
    margin-left: -180px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 99999;
    background-image: url(../images/crca-logo-blanco.png);
}

#CRCA small{
    top: 100%;
    margin-top: 10px;
    font-size: .8em;
    color: #ffffff;
    position: absolute;
    margin-left: -30px;
    width: 120px;
    text-align: center;
}
.blanca {
	position: relative;
	width: 100%;
	z-index: 2;
	background-color: #FFF;
	padding-bottom: 47px;
	display: table;
}
.medida {
	margin: 0 auto;
	width: 60%;
}
.padding {
	padding: 47px;
}
#noticias {
	position: relative;
	width: 100%;
	z-index: 2;
	padding-bottom: 47px;
	display: table;
}
.row {
	width: 100%;
	clear: both;
}
.evento {
	width: 40%;
	margin: 2.5% 27px;
	float: left;
	height: 270px;
	background-color: #222;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.tapaE {
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 27px;
	background-color: rgba(36,36,36,0.7);
	cursor: pointer;
    color: #ffffff;
	border-top: thin solid #513733;
	-webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out;
}
.tapaE h1 {
	padding: 15px 17px 0;
	font-size: 1.2em;
	font-weight: lighter;
	margin: 0;
}
.tapaE:hover {
	background-color: rgba(36,36,36,1);
}
#pie {
	position: relative;
}
footer{
    background-color: #beb55a;
    display: block;
    padding: 7px 2%;
    width: 96%;
	z-index: 2;
}

footer p{
    color: #3f231d;
    display: block;
    float: left;
    line-height: 45px;
    position: absolute;
    width: 200px;
}

#cont-social{
    display: block;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    width: 200px;
}

a.social{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin: 0px 5px;
    width: 40px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

a.social:hover{
    margin-top: -8px;
}

#twitter{
    background-image: url(../images/social-01.png);
}

#facebook{
    background-image: url(../images/social-02.png);
}

#google{
    background-image: url(../images/social-03.png);
}

#youtube{
    background-image: url(../images/social-04.png);
}

a.redes-sociales{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin: 8px 0px;
    width: 40px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

a.redes-sociales:hover{
    margin-top: 0px;
    opacity: .95;
}

#twitter-w{
    background-image: url(../images/social-01-w.png)!important;
}

#facebook-w{
    background-image: url(../images/social-02-w.png)!important;
}

#google-w{
    background-image: url(../images/social-03-w.png)!important;
}

#youtube-w{
    background-image: url(../images/social-04-w.png)!important;
}

.boton {
	color: rgba(190,181,90,1.00);
	padding: 7px 27px;
	border: thin solid #BEB55A;
	-webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}
.boton:hover {
	background-color: #222;
	border: thin solid #222;
}
#incsibeteP {
	position: absolute;
	z-index: 3;
	bottom: 47px;
	left: 47px;
}

/*MEDIAQUERIES*/
@media only screen and (min-width: 320px) and (max-width: 767px){

#CRCA, a#logo, #mouse p, #frase_inicial p:before, #frase_inicial p span, #incsibeteP, #shao h1 span {
    display: none;
}

#pop-up{
    margin: 40px auto;
    padding: 2px;
}

#cerrar{
    background-color: #e51601;
    height: 30px;
    font-size: 25px;
    line-height: 25px;
    right: 0;
    top: 0px;
    width: 30px;
    margin-right: 0px;
}

#pop-up img{
    width: 100%;
}

#pleca{
    background-image: url(../images/wushi_daodi_logo.png);
    background-position: center left 8%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    height: 60px;
    width: 100% !important;
}

#open-disciplinas{
    margin-right: 5% !important;
}

.text-menu{
    display: none;
}

#pantalla{
    background-image: url("../images/wushi_daodi_temple.jpg");
    background-size: auto 100%;
    background-position: center;
}

#frase_inicial{
    left: 7.5%;
    margin-left: 0px;
    width: 85%;
}

#frase_inicial.move{
    margin-top: 40%;
}

.logo-principal{
    margin: 20px auto 20px;
    width: 60%;
    max-width: 200px;
}
#frase_inicial p {
    font-size: .8em;
}

#mouse{
    border-radius: 5px;
    bottom: 20px;
}

#mouse:before{
    content: "";
    border: thin solid #fff;
    height: 40px;
    width: 22px;
    margin: 3px;
    border-radius: 3px;
    position: absolute;
}

.blanca{
    color: #222;
}

.medida{
    width: 90%;
    overflow: visible;
    height: auto;
}

.padding{
    padding: 47px 5%;
}

h1{
    font-size: 1.8em;
}

.evento{
    margin: 10px 0px;
    width: 100%;
}

#pie{
    padding-top: 10px;
    height: 80px;
}

#pie p{
    width: 97%;
    padding: 0px;
    margin-top: 40px;
    text-align: center;
}

#cabeza{
    z-index: 3;
}

.redes-sociales{
    margin-top: 0px !important;
}

nav#menu-general{
    background-color: #191919;
    left: 120%;
    display: block;
    position: fixed;
    top: 55px;
    height: 21%;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

nav#menu-general.move{
    left: 0%;
}

nav#menu-general ul li a{
    line-height: 45px;
    font-size: .95em;
    margin-right: 5px;
}

nav#disciplinas ul li{
    -webkit-filter: grayscale(0%); filter: grayscale(0%);
    background-position: center top !important;
    width: 34% !important;
    height: 35% !important;
}

nav#disciplinas ul li:nth-child(1){
    margin-left: 0% !important;
    bottom: 35%;
}

nav#disciplinas ul li:nth-child(2){
    margin-left: 33.333% !important;
    bottom: 35%;
}

nav#disciplinas ul li:nth-child(3){
    margin-left: 66.666% !important;
    bottom: 35%;
}

nav#disciplinas ul li:nth-child(4){
    margin-left: 0% !important;
    bottom: 0px;
}

nav#disciplinas ul li:nth-child(5){
    margin-left: 33.333% !important;
    bottom: 0px;
}

nav#disciplinas ul li:nth-child(6){
    margin-left: 66.666% !important;
    bottom: 0px;
}

.container{
    border: none;
    position: absolute;
    top: 100%;
    height: 30px;
    margin: 0px auto !important;
    margin-top: -30px !important;
    opacity: 1;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -mox-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cont{
    height: 30px !important;
    line-height: 30px !important;
    margin: 0px auto !important;
    width: 100%;
}

.container h1{
    width: 100% !important;
    margin: 0px !important;
    line-height: 30px !important;
    font-size: .8em;
    -webkit-transform: rotate(0deg);
    -mox-transform: rotate(0deg);
    transform: rotate(0deg);
}

}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){

#frase_inicial.move{
    margin-top: 10%;
}

#pop-up{
    margin: 60px auto;
}

#pop-up img{
    width: 50%;
}

}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation:landscape){

.redes-sociales{
    display: none !important;
}

}

@media only screen and (min-width: 620px) and (max-width: 767px) and (orientation:landscape){

nav#menu-general{
    padding-top: 10px;
}

}

@media only screen and (min-height: 520px) and (max-height: 767px) and (orientation:portrait){

#frase_inicial.move{
    margin-top: 55% !important;
}

#pop-up{
    margin: 80px auto;
}

nav#menu-general{
    padding-top: 20px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){

a#logo{
    left: 35px;
}

nav#menu-general{
    width: 65%;
    left: 220px;
    top: 55px;
}

nav#disciplinas ul li{
    background-position: center !important;
}

#CRCA {
    display: block;
    height: 86px;
    width: 60px;
    top: 40px;
    margin-left: -150px;
}

#CRCA small, #frase_inicial p:before, #frase_inicial p span, #bgvid{
    display: none;
}

#pantalla{
    background-image: url("../images/wushi_daodi_temple.jpg");
    background-size: auto 100%;
    background-position: center;
}

#frase_inicial.move{
    top: 15%;
}

.logo-principal{
    width: 60%;
    margin-bottom: 20px;
}

.medida{
    width: 80%;
}

h1{
    font-size: 2em;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){

#frase_inicial.move{
    top: 15%;
}

#CRCA, .redes-sociales {
    display: none !important;
}

#pop-up{
    margin-top: 80px;
    width: 65%;
}

#pop-up a img{
    width: 100%;
}

.medida{
    width: 90%;
}

nav#disciplinas ul li{
    -webkit-filter: grayscale(0%); filter: grayscale(0%);
    background-position: center top 15% !important;
    width: 100% !important;
    height: 16.68% !important;
}

nav#disciplinas ul li:nth-child(1){
    margin-left: 0% !important;
    top: 0%;
}

nav#disciplinas ul li:nth-child(2){
    margin-left: 0% !important;
    top: 16.6%;
}

nav#disciplinas ul li:nth-child(3){
    margin-left: 0% !important;
    top: 33.2%;
}

nav#disciplinas ul li:nth-child(4){
    margin-left: 0% !important;
    top: 49.8%;
}

nav#disciplinas ul li:nth-child(5){
    margin-left: 0% !important;
    top: 66.4%;
}

nav#disciplinas ul li:nth-child(6){
    margin-left: 0% !important;
    top: 83.2%;
}

nav#disciplinas ul li.move{
    left: -20px;
}

.container{
    border: none;
    position: absolute;
    top: 100%;
    height: 50px;
    margin: 0px auto !important;
    margin-top: -50px !important;
    left: 0%;
    opacity: 1;
    width: 150px;
    -webkit-transform: rotate(0deg);
    -mox-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cont{
    height: 50px !important;
    line-height: 50px !important;
    margin: 0px auto !important;
    width: 100%;
}

#shao span{
    display: none !important;
}

.container h1{
    width: 100% !important;
    margin: 0px !important;
    line-height: 50px !important;
    font-size: .8em;
    -webkit-transform: rotate(0deg);
    -mox-transform: rotate(0deg);
    transform: rotate(0deg);
}

}





































