/*---------------------------------------------------- 	General------------------------------------------------------*/
body {
	font-family:'Hiragino Mincho ProN',serif;
	font-size:16px;
	line-height:1.7;
	color:#777;
	font-weight:400;
	overflow-x:hidden;
	background-color:##F7F7F7;
}
.playball {
	font-family:'Playball',cursive;
}
h1,h2,h3,h4,h5,h6 {
	color:#474747;
	line-height:1.4;
	font-weight:700;
}
.w960 {
	max-width:960px;
	margin:0px auto;
}
a,a:hover {
	color:#EA2C5A;
	text-decoration: none;
}
img {
	max-width: 100%;
}
/*---------------------------------------------------- 	Transition Fade-------------------------------------------*/
*, *::before, *::after{transition:all .3s ease-in-out;}
/*---------------------------------------------------- 	Menu------------------------------------------------------*/
.isFixed {
	left:0px;
	width:100%;
}
.menu {
	 margin-top:0px;
	 position:absolute;
	 z-index:999;
	 margin-top:20px;
	 left:0px;
	 right:0px;
	 bottom:0;
}

.navArea {
	/*float:right;*/
}
.navwrapper .container {
	padding:0;
	width:auto;
}
.navbar-header {
	display:none;
}
.nav>li>a {
	display:inline-block;
}
.navbar-nav>li {
	float:none;
	display:inline-block;
}
.navbar-nav {
	margin:0 auto;
	text-align:center;
	float:none;
}
.navbar-toggle {
	margin-top: 14px;
}
/* Special class on .container surrounding .navbar,used for positioning it into place. */
.navbar-wrapper {
	margin-top:0px;
	height:80px;
	position:relative;
	z-index:15;
}
.navbar-wrapper .container {
	padding:0px;
}
.navbar-collapse {
	padding:0;
}
.navbar-collapse.in {
	max-height:100%;
}
.navbar.navbar-inverse.navbar-static-top {
	margin:0px auto;
	background:none;
	color:#c3c8d6;
	border:none;
	font-family:'Hiragino Mincho ProN',serif;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.navbar.navbar-inverse.navbar-static-top a {
	color:#ffffff;
	padding:31px 16px;
	line-height:18px;
	text-align:center;
}
.navbar.navbar-inverse.navbar-static-top a:hover {
	background:none;
	color:#EA2C5A;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus {
	background:none;
	color:#EA2C5A !important;
}
.navbar-inverse .navbar-nav>.active>a:hover {
	color:#EA2C5A;
}
.hideClass {
	display:none;
}
.isFixed .navbar-inverse .navbar-nav>.active>a,.isFixed .navbar-inverse .navbar-nav>.active>a:focus {
	background:#ffffff;
	color:#EA2C5A;
}
.isFixed .navbar.navbar-inverse.navbar-static-top a:hover {
	background:#EA2C5A;
	color:#ffffff;
}
.isFixed .navbar.navbar-inverse.navbar-static-top a {
	color:#ffffff;
}
.stuckMenu {
	-o-transition:all .5s;
	-ms-transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
		background:#111;
}
.isFixed {
	background:#333;
		-o-transition:all .5s;
	-ms-transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition: all .5s;
}
.collapse {
	display: block !important;
}
@media (max-width: 655px) {
	.collapse {background: #333;}
	.navbar.navbar-inverse.navbar-static-top a {padding: 15px 16px;line-height: 15px;font-size: 13px;}
}
/*---------------------------------------------------- 	Intro------------------------------------------------------*/
header {
	padding-bottom:20vh;
}
.header-media{
	padding-bottom:10vh !important;
}
.intro {
	font-family:'Playball',cursive;
	font-size:60px;
	line-height:1.0;
	font-weight: 900;
	color:#EA2C5A;
}
/*---------------------------------------------------- 	Parallax------------------------------------------------------*/
.parallax {
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed !important;
	overflow:hidden;
	/* margin-top: 3%; */
}
.parallax-pattern-overlay {
	background-image:url(../img/pattern.png);
	background-repeat: repeat;
	padding-top: 10%;
}
/*---------------------------------------------------- 	Heading------------------------------------------------------*/
.heading {
	padding-bottom:15px;
	text-align:center;
	max-width:960px;
	margin:0px auto;
	padding-top:0px;
}
.heading h2 {
	font-weight:700;
	font-family:'Playball',cursive;
	font-size:35px;
	color:#474747;
	margin:0;
	padding:5px;
}
.heading h2::first-letter {
	color:#EA2C5A;
}
.heading h3 {
	font-size:16px;
	line-height:1.7;
}
img#site-title {
	width: 80%;
	max-width: 600px;	
}
#store_map{
	height: 400px;
}

/*---------------------------------------------------- 	about us------------------------------------------------------*/
.chef {
	background-color:#EA2C5A;
	border:1px solid #000;
}
.chef {
	position:relative;
	width:90%;

	margin:0px auto;
	margin-top:40px;
	font-size:12px;
}
.chef img {
	max-width:100%;
}
.flag {
    display:block;
    content:"";

	background-color:#ff1f3b;
	border:1px solid #000;

	position:absolute;
	top:-2%;
	left:-2%;
	width:100%;
	height:100%;
	z-index:-3;
}
.flag:before {
    display:block;
    content:"";

	background-color:#EA2C5A;
	border:1px solid #000;

	position:absolute;
	width:66%;
	height:100%;
	z-index:-2;
}
.flag:after {
    display:block;
    content:"";

    background-color:#000fd1;
	border:1px solid #000;

	position:absolute;
	width:33%;
	height:100%;
	z-index:-1;
}
.papers {
	background-color:#EA2C5A;
	/*border:1px solid #ccc;*/
	/*box-shadow:inset 0 0 30px rgba(0,0,0,0.1),1px 1px 3px rgba(0,0,0,0.2);*/
}
.papers {
	position:relative;
	width:90%;
	padding:2em;
	margin:0px auto;
	margin-top:40px;
	font-size:12px;
}
.papers img {
	max-width:100%;
	margin-bottom: 5px;
}
.papers:before,.papers:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:rotateZ(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotateZ(2.5deg);
	z-index:-1;
}
.papers:after {
	-webkit-transform:rotateZ(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotateZ(-2.5deg);
}
.papers h1 {
	font-size:1.8em;
	font-weight:normal;
	text-align:center;
	padding:0.2em 0;
	margin:0;
	border-top:1px solid #ddd;
	border-bottom:2px solid #ddd;
}
.papers p {
	text-align:left;
	margin:1.5em 0;
}
.papers h3 {
	font-size:36px;
}
.papers h4 {
	font-size:24px;
	font-family:'Playball',cursive;
	margin-top: 30px;
	margin-bottom: 30px;
}
.papers h5 {
	font-size:18px;
}
.papers h6 {
	text-align:left;
}
/*---------------------------------------------------- 	Restaurant Menu------------------------------------------------------*/
.restmenuwrap {
	box-shadow:inset 0 0 0 16px #f5f3f2,inset 0 0 0 20px #202f55,0 4px 20px rgba(0,0,0,0.1);
	-webkit-transform:translateZ(0px);
	transform:translateZ(0px);
	opacity:1;
	pointer-events:auto;
	height:100%;
	margin-bottom:100px;
}
.restmenuwrap h5 {
	margin:0;
	font-size:14px;
	text-align:center;
	color:#333;
}
.restmenuwrap .rmlu-thumb {
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	margin:0 20px 0 0;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.2),1px 1px 1px rgba(255,255,255,0.1);
	border-radius:50%;
}
.restmenuwrap .rmdi-thumb {
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	margin:0 20px 0 0;
	box-shadow:inset 1px 1px 3px #000000,1px 1px 1px rgba(255,255,255,0.1);
	border-radius:50%;
}
.restmenuwrap {
	font-size:12px;
	padding:40px 40px 20px 40px;
	background-color:#ffffff;
}
.restitem {
	margin-bottom:40px;
}
.restitem p {
	margin-bottom:0px;
}
.restmenuwrap h3.maincat {
	margin:0 0 0 0;
	font-size:35px;
	font-family:'Playball',cursive;
	color:#333;
}
.restmenuwrap h3.specialites {
	margin:0 0 0 0;
	font-size:35px;
	font-family:'Playball',cursive;
	color:#dddede;
}
.restmenuwrap h4.lunch_cat {
	font-size:20px;
	color:#333;
}
.restmenuwrap h4.dinner_cat {
	font-size:20px;
	color:#333;
}
.restmenuwrap p.opentime {
	margin:0 0 20px 0;
	padding-bottom:20px;
	text-align:center;
	border-bottom: 6px solid #16253D;
}
.restmenuwrap p.lunch_menu {
	font-size:16px;
	text-align:center;
}
.restmenuwrap p.dinner_menu {
	font-size:16px;
	text-align:left;
}
.btnA a {
	display: inline-block;
	background: #EA2C5A;
	border-radius: 10px;
	padding: 0 10px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin-top:40px;
	margin-bottom:40px;
  }
/*---------------------------------------------------- 	access&info------------------------------------------------------*/
.heading .info-title-tel {
	border: solid 1px #474747;
	display: inline-block;
	padding: 1px 8vw;
	font-size:24px;
}
.heading .info-title-opentime {
	border: solid 1px #474747;
	display: inline-block;
	padding: 1px 4.5vw;
	font-size:24px;
}
.heading .info-title-address {
	border: solid 1px #474747;
	display: inline-block;
	padding: 1px 5vw;
	font-size:24px;
}
.heading .info {
	font-size:20px;
	color:#474747;
}
.heading .info-opentime {
	font-size:20px;
}
.heading .info-address {
	font-size:16px;
	text-align:left;
}
.box-opentime {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #474747;
    border-radius: 8px;
}
.box-opentime .box-title {
	position: relative;
    display: inline-block;
    top: -20px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background: #fcfdfe;
	color:#474747;
    font-weight: bold;
}
.box-opentime p {
	font-size: 20px;
	color:#474747;
	font-weight: bold;
    margin: 0; 
    padding: 0;
}
/* General style */
.grid-gallery ul {
	list-style:none;
	margin:0;
	padding:0;
}
.grid-gallery figure {
	margin:0;
}
.grid-gallery figure img {
	display:block;
	width:100%;
}
.grid-gallery figcaption h3 {
	margin:0;
	padding:0 0px 0;
	color:#ffffff;
	font-size:17px;
	font-weight:300;
}
.grid-gallery figcaption p {
	margin:0;
	font-size: 12px;
}
/* Grid style */
.grid-wrap {
		margin:0 auto;
}
.grid {
	margin:0 auto;
}
.grid li {
	width:33%;
	float:left;
	cursor:pointer;
}
.grid figure {
	padding:15px;
	-webkit-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
.grid li:hover figure {
	opacity:0.7;
}
.grid figcaption {
	background:#333;
	padding: 25px;
}
/* Slideshow style */
.slideshow {
	position:fixed;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:500;
	opacity:0;
	visibility:hidden;
	overflow:hidden;
	-webkit-perspective:1000px;
	perspective:1000px;
	-webkit-transition:opacity 0.5s,visibility 0s 0.5s;
	transition:opacity 0.5s,visibility 0s 0.5s;
}
.slideshow-open .slideshow {
	opacity:1;
	visibility:visible;
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.slideshow ul {
	width:100%;
	height:100%;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:translate3d(0,0,150px);
	transform:translate3d(0,0,150px);
	-webkit-transition:-webkit-transform 0.5s;
	transition:transform 0.5s;
}
.slideshow ul.animatable li {
	-webkit-transition:-webkit-transform 0.5s;
	transition:transform 0.5s;
}
.slideshow-open .slideshow ul {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.slideshow li {
	width:660px;
	height:560px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-280px 0 0 -330px;
	visibility:hidden;
}
.slideshow li.show {
	visibility:visible;
}
.slideshow li:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(255,255,255,0.8);
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.slideshow li.current:after {
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity 0.3s,visibility 0s 0.3s;
	transition:opacity 0.3s,visibility 0s 0.3s;
}
.slideshow figure {
	width:100%;
	height:100%;
	background:#ffffff;
	border:50px solid #ffffff;
	overflow:hidden;
}
.slideshow figcaption {
	padding-bottom:20px;
}
.slideshow figcaption h3 {
	font-weight:300;
	font-size:200%;
	color: #333;
}
/* Navigation */
.slideshow nav span {
	position:fixed;
	z-index:1000;
	color:#ffffff;
	text-align:center;
	padding:2%;
	cursor:pointer;
	font-size:2.2em;
	background:rgba(0,0,0,0.1);
}
.slideshow nav span.nav-prev,.slideshow nav span.nav-next {
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.slideshow nav span.nav-next {
	right:0;
}
.slideshow nav span.nav-close {
	/* top:75px; */
	top:23%;
	right:0px;
	padding:10px 25px;
	color:#999;
}
.icon:before,.icon:after {
	font-family:'fontawesome';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
span.nav-prev:before {
	content:"\f104";
}
span.nav-next:before {
	content:"\f105";
}
span.nav-close:before {
	content: "\f00d";
}
/* Info on arrow key navigation */
.info-keys {
	position:fixed;
	top:10px;
	left:10px;
	width:60px;
	font-size:8px;
	padding-top:20px;
	text-transform:uppercase;
	color:#ffffff;
	letter-spacing:1px;
	text-align:center;
}
.info-keys:before,.info-keys:after {
	position:absolute;
	top:0;
	width:16px;
	height:16px;
	border:1px solid #ffffff;
	text-align:center;
	line-height:14px;
	font-size:12px;
}
.info-keys:before {
	left:10px;
	content:"\e603";
}
.info-keys:after {
	right:10px;
	content: "\e604";
}
/* Example media queries (reduce number of columns and change slideshow layout) */
@media screen and (max-width:60em) {
	/* responsive columns;see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
			width:33.3%;
	}
	.slideshow li {
			width:100%;
			height:100%;
			top:0;
			left:0;
			margin:0;
	}
	.slideshow li figure img {
			width:auto;
			margin:auto;
			margin-top:50%;
			max-width:100%;
	}
	.slideshow nav span,.slideshow nav span.nav-close {
			font-size:1.8em;
			padding:0.3em;
	}
	.info-keys {
			display:none;
	}
}
@media screen and (max-width:35em) {
	.grid li {
			width:50%;
	}
}
@media screen and (max-width:24em) {
	.grid li {
			width: 100%;
	}
}
/*---------------------------------------------------- 	Contact------------------------------------------------------*/
input.contact {
	background:#ffffff;
	border:solid 1px #16253D;
	color:#000;
	padding:15px 30px;
	
	margin-right:3%;
	margin-bottom:30px;
	outline:none;
}
input.contact.noMarr {
	margin-right:0px;
}
textarea.contact {
	background:#ffffff;
	color:#000;
	border:solid 1px #16253D;
	padding:15px 30px;
	
	margin-bottom:40px;
	outline:none;
	height:150px;
}
.contact h5 {
	margin-left: 5%;
}
.contact.submit {
	background:#000000;
	font-family:'Hiragino Mincho ProN',serif;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	text-align:center;
	margin-left:5%;
	border:none !important;
	border-radius:3px;
}
.contact.submit:hover {
	background:#EA2C5A;
}
.done {
	display:none;
}
.error input,input.error,.error textarea,textarea.error {
	background-color:#ffffff;
	border:1px solid #EA2C5A !Important;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}

input.contact.col-md-12 {
	width: 90%;
	margin-left: 5%;
}
textarea.contact.col-md-12 {
	width: 90%;
	margin-left: 5%;
}
@media screen and (min-width:768px) {
	input.contact.col-md-6 {
		width: 48.5%;
	}
}
/*----------------------------------------------------	 8. Footer Style------------------------------------------------------*/
.footer {
	background:#141414;
	margin-top:120px;
	position:relative;
}
.footer .container {
	padding:60px 0 20px;
}
.footer ul {
	margin:0 auto;
	margin-bottom:30px;
	margin-top:10px;
	text-align:center;
	list-style-type:none;
	padding-left:0;
}
.footer ul li {
	display:inline-block;
	text-align:center;
	background:#EA2C5A;
	color:#EA2C5A;
	line-height:45px;
	margin:0 4px 0px;
	width:45px !important;
	height:45px !important;
		-webkit-border-radius:3px;
	border-radius:3px;
}
.footer ul li:hover {
	background:#2a2a2a;
}
.footer ul li:hover	a {
	color:#EA2C5A;
}
.footer ul li a {
	display:inline-block;
	color:#EA2C5A;
	width:45px !important;
	height:45px !important;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.footer ul li a i {
	line-height:45px;
	color:#ffffff;
}
.faicon-facebook:hover{
	background-color:#3B5998;
}
.faicon-twitter:hover{
	background-color:#00ACEE;
}
.faicon-instagram:hover{
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.footer p {
	color:#fcfdfe;
	font-size:13px;
	line-height:24px;
	font-weight:300;
	text-align:center;
}
.gototop {
	display:inline-block;
	width:60px;
	height:60px;
	background:#EA2C5A;
	position:absolute;
	margin-left:-30px;
	top:-35px;
	border-radius:50%;
}
.gototop i {
	color:#ffffff;
	line-height:70px;
}
.footer a,.footer a:hover {
	color:#EA2C5A;
}
blockquote {
	font-style:italic;
	margin:0 0 0px 0;
	padding:20px 70px 10px;
	position:relative;
	font-size:13px;
	border:0;
}
blockquote:before {
	display:block;
	content:"\201C";
	font-size:120px;
	position:absolute;
	left:10px;
	top:-30px;
	color:#dddede;
	font-family:Georgia;
}
blockquote cite {
	color:#EA2C5A;
	font-size:14px;
	display:block;
	margin-top:5px;
	text-align:right;
}
blockquote cite:before {
	content: "\2014 \2009";
}

/* Media-Menu */
/*****グローバルメニュー****/
#menu{
    width: 100%;
    margin: 10px auto;
    background: #444;/*７*/
}
#menu-inner{
    margin: 0 auto;
	background: #444;/*８*/
	position: fixed;
	top: 0;
    z-index: 2;
	width: 100%;
	height: auto;
	/* opacity: 0.9; */
}
#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
	height: 100%;
	text-align: center;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
	/* float: left; */
	display: inline-block;
    /* height: 100%; */
	text-align: center;
	/* width: 14%; */
}
#menu-content > li > a{
   	position: relative;
    display: block;
    height: 100%;
    padding-left: 20px;/*３*/
    padding-right: 30px;/*３*/
    line-height: 80px;/*２*/
    background: #444;/*９*/
    color: #fff;/*10*/
	font-size: 90%;
	font-weight: 600;
    text-decoration: none;
    z-index: 2;
}
#menu-content > li > a:hover{
    background: #555;/*11*/
    color: #fff;/*12*/
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 80px;/*2*/
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 200px;/*４*/
    height: 80px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
	padding-left: 10%;
    text-align: left;
    display: block;
    line-height: 80px;/*５*/
    background: #444;/*13*/
    color: #fff;/*14*/
	font-size: 90%;
	font-weight: 600;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;/*15*/
    color: #fff;/*16*/
}

.img-size{
	padding-right: 0px !important;
    padding-left: 0px !important;
}

.top-alert{
	padding-top: 70px;
}
/*******トグルメニュ*********/
@media screen and (max-width:960px){/*19*/
#container{
    margin-top: 40px;
}
#menu-inner{
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
	height: auto;
	opacity: 0.9;
}
#btn-content{text-align: right;}/*20*/
#menu-btn{
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    background: #555;/*17*/
    color: #fff;/*18*/
	font-size: 90%;
	font-weight: 600;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 100%;
    height: 40px;/*６*/
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;/*６*/
    padding: 0;
	text-decoration: none;
}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 40px;/*2*/
    z-index: 3;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    /* text-align: center; */
    width: 300%;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #444;/*13*/
    color: #fff;/*14*/
	font-size: 90%;
	font-weight: 600;
	text-decoration: none;
	padding-left: 35%;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;/*15*/
    color: #fff;/*16*/
}

.menu-positon{
	margin-left: 0%;
}
.menu-title{
	text-align: left;
	margin-left: 20%;
}
.sub-title{
	text-align: left;
	padding-left: 34%;
}

.media-img{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	max-width: 100% !important;
	height: auto !important;
}

.sm-logo-opsition{
	padding-bottom: 50%;
}

.top-alert{
	padding-top: 40px;
}
}