
/*--Modal--------------------------------*/
/*--"Coco Modal" is Powered By Rolando Simon--------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
     .backdropBG{
            width: 100%;
            height: 100%;
            position: fixed;
            z-index: 100;
            overflow: auto;
            top: 0;
            left: 0;
            opacity:0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            background-color: #2f2f2f;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-transition: all 0.5s 1s ease-in-out ;
            -webkit-transition: all 0.3s 0.5s ease-in-out ;
            transition: all 0.3s 0.5s ease-in-out ;
     }
	 .backdropBG.showing{
		 opacity:0.7;
		 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		 -webkit-transition: all 0.3s ease-in-out ;
         transition: all 0.3s ease-in-out ;
	 }
   
    .cocomodal{
    position: fixed;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
    width: calc(100% - 30px);
    max-width: 500px;
	max-height:600px;
	min-height: 200px;
	z-index:102;
	padding: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    overflow: auto;
    border-radius: 0px;
    background: #fff;
    -webkit-transition: all 0.3s 0.2s ease-in-out;
    transition: all 0.3s 0.2s ease-in-out;
	display:none;
	 font-family: 'Open Sans', sans-serif;
		box-sizing: border-box;
		text-align: center;
		    background-color: #cccbcb;
    }
	
     .backdropBG + .cocomodal{
         display:block;
     }
	 .cocomodal.showing{
         -webkit-transform: translate(-50%, -50%) scale(1)  ;
                 transform: translate(-50%, -50%) scale(1)  ;

     }

     .modal-container.showing .full-page{
     position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    overflow: auto;
   /*padding-top: 48px;*/
     }

.closecoco{
	background-color: #f15759;
	
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px;
    font-weight: 600;
	cursor: pointer;
	font-style: normal;
	text-align: center;
}
.closecoco:hover{
	 background-color: #ee3e41;   
}
.cocomodal h3{
	font-size: 32px;
	font-size: 2rem;
    color: #4e4e4e;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
	 margin-top: 0;
}
body.cocomodal-active{
	overflow:hidden;
}

 .cocomodal::-webkit-scrollbar {
    width: 7px;
    background:#fff;
 }
.cocomodal::-webkit-scrollbar-track
{
   width: 7px;
    background:#fff;
}

.cocomodal::-webkit-scrollbar-thumb
{
border-radius: 7px;
    background-color: #aaa;
}




.squared-info{
   width: 200px;
    background-color: #352d26;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
	    background-image: url(http://sushiray.com/img/header.png);
    background-size: cover;
}
.squared-info:hover{
	background-color: #6f3e1b;
    color: #D7B152;
}
.squared-info p{
	font-size: 1.2rem;
}
.squared-info a{
	    font-size: 0.8rem;
    color: #f15759;
    font-style: normal;
    text-decoration: none;
    line-height: 1;
}
.learnmore{
	    padding: 10px 27px;
    margin-top: 20px;
    background-color: #de411c;
    width: auto;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
	text-decoration: none;
}
.learnmore:hover{
	    background-color: #ff3100;
	
}

.reward-h3{
    font-size: 2rem;
    color: #4e4e4e;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    margin-top: 0;

    padding: 20px;
    text-align: center;	
	    font-family: 'Open Sans', sans-serif;
}
.reward-ul{
	width:100%;
    display: inline-block;
    list-style: none;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #333;
	    margin-left: 0;
    padding-left: 0;
}
.reward-ul li{
	padding-bottom: 10px;
}

.reward-split{
    width: calc(50% - 5px);
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
}
.reward-split a{
	    text-decoration: none;
}



.card-sushi{
	    width: 100%;
    max-width: 340px;
}

.newcontenedor{
	    background-image: none;
    width: 100%;
    max-width: 800px;
	    background-color: #cccbcb;
}
.imgrewards{
    width: 100%;
    height: 300px;
    background-image: url(http://sushiray.com/img/slide2.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -128px;
}
.loyaltymenu a{
	    padding-top: 13px;
}
.sra{
	     color: #d2710a;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2rem;
}
.titulos{
	    padding: 10px;
    background-color: #2d251d;
}