/*
 Theme Name:   Minimable Premium Child
 Theme URI:    http://minimable.fedeweb.net/demo/
 Description:  Minimable Premium Child Theme
 Version:		   1.2
 Author: 		Fedeweb
 Author URI: 	http://www.fedeweb.net
 Template:	minimable-premium-20
 Tags: 			minimal,black,light,scrollable
*/

/*@import url("../minimable-premium-20/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
font-family: 'Noto Sans Japanese', serif;
} 

.exp{
font-family: 'Noto Sans Japanese', serif;
font-size: large;
width: 300px ;
margin: 0 auto;  
opacity: 0.8;
background-color: #57450a;
color: #ffffff;
vertical-align: middle;
text-align: center ;
padding:0.4em 0;
}

.marquee {
font-family: 'Noto Sans Japanese', serif;
font-size: large;
width: 300px ;
margin: 0 auto;  
opacity: 0.8;
padding:0.2em 0;
overflow:hidden;
margin-bottom:10px;
background-color:#57450a;
position:relative;
vertical-align: middle;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
padding-left:100%;
display:inline-block;
white-space:nowrap;
-webkit-animation-name:marquee;
-webkit-animation-timing-function:linear;
-webkit-animation-duration:20s;
-webkit-animation-iteration-count:infinite;
-moz-animation-name:marquee;
-moz-animation-timing-function:linear;
-moz-animation-duration:20s;
-moz-animation-iteration-count:infinite;
-ms-animation-name:marquee;
-ms-animation-timing-function:linear;
-ms-animation-duration:20s;
-ms-animation-iteration-count:infinite;
-o-animation-name:marquee;
-o-animation-timing-function:linear;
-o-animation-duration:20s;
-o-animation-iteration-count:infinite;
animation-name:marquee;
animation-timing-function:linear;
animation-duration:20s;
animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
from { -webkit-transform: translate(0%);}
99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
from { -moz-transform: translate(0%);}
99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
from { -ms-transform: translate(0%);}
99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
from { -o-transform: translate(0%);}
99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
from { transform: translate(0%);}
99%,to { transform: translate(-100%);}
}

.rooms{
background-color:#ffffff;
color:#000000 ;
}