#is-search{
	position:relative;
	z-index:2;
	background:#273d67;
	border-bottom:12px solid #1e355d;
	display:none;
}

#is-search .is-fixed{
	position:relative;
}

#is-middle-attention,
.is-middle-attention
{
	border:none;
	background:#ffecb8;
	padding:15px;
	color:#666666;
	text-align:center;
	font-size:14px;
	clear:both;
	margin:10px;
	margin-top:20px;
}

#is-middle-attention a,
#is-middle-attention a:hover,
.is-middle-attention a,
.is-middle-attention a:hover
{
	color:#666666 !important;
	background:rgb(255 255 255 / 54%);
	font-size:14px !important;
}

#is-middle-attention .is-button-secondary,
#is-middle-attention .is-button-secondary:hover,
.is-middle-attention .is-button-secondary,
.is-middle-attention .is-button-secondary:hover
{
	border:none;
	margin-top:10px;
	margin-bottom:0px;
}

#is-middle-caution,
.is-middle-caution
{
	border:none;
	background:#ffb8b8;
	padding:15px;
	color:#666666;
	text-align:center;
	font-size:14px;
	clear:both;
	margin:10px;
	margin-top:20px;
}

#is-middle-caution a,
#is-middle-caution a:hover,
.is-middle-caution a,
.is-middle-caution a:hover
{
	color:#666666 !important;
	background:rgb(255 255 255 / 54%);
	font-size:14px !important;
}

#is-middle-caution .is-button-secondary,
#is-middle-caution .is-button-secondary:hover,
.is-middle-caution .is-button-secondary,
.is-middle-caution .is-button-secondary:hover
{
	border:none;
	margin-top:10px;
	margin-bottom:0px;
}

.is-add{
	background:transparent url(../images/is-add.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-add:hover{
	background-color:transparent;
}

.is-edit{
	background:transparent url(../images/is-edit.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:45px;
	top:15px;
	cursor:pointer;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-edit:hover{
	background-color:transparent;
}

.is-delete{
	background:transparent url(../images/is-delete.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-delete:hover{
	background-color:transparent;
}

.is-move{
	background:transparent url(../images/is-move.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:45px;
	top:15px;
	cursor:move;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-move:hover{
	background-color:transparent;
}

.is-copy{
	background:transparent url(../images/is-copy.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:105px;
	top:15px;
	cursor:pointer;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-copy:hover{
	background-color:transparent;
}

.is-back{
	background:transparent url(../images/is-back.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-back:hover{
	background-color:transparent;
}

.is-details{
	background:transparent url(../images/is-info.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:54px;
	top:15px;
	cursor:pointer;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-details:hover{
	background-color:transparent;
}

.is-share{
	background:transparent url(../images/is-share.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-share:hover{
	background-color:transparent;
}

.is-pin{
	background:transparent url(../images/is-pin.png) center center no-repeat;
	background-size:65% !important;
	height:20px;
	width:20px;	
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.is-pin:hover{
	background-color:transparent;
}

.is-menu .is-menu-list #is-menu-button-signup{
	background-color:#da566e;
}

.pulsating-circle:before{
  content:"";
  position:relative;
  display:block;
  width:300%;
  height:300%;
  box-sizing:border-box;
  margin-left:-100%;
  margin-top:-100%;
  border-radius:45px;
  background-color:#fff;
  -webkit-animation:pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation:pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  display:block;
  width:100%;
  height:100%;
  border-radius:15px;
  box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation:pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation:pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform:scale(0.33);
  }
  80%, 100%{
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0%{
    transform:scale(0.33);
  }
  80%, 100%{
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0%{
    transform:scale(0.8);
  }
  50%{
    transform:scale(1);
  }
  100%{
    transform:scale(0.8);
  }
}
@keyframes pulse-dot {
  0%{
    transform:scale(0.8);
  }
  50%{
    transform:scale(1);
  }
  100%{
    transform:scale(0.8);
  }
}
	
@media all and (max-width:1024px){	
	/* extra styles for iPad landscape*/
	
	.is-move{
		display:none;
	}
}

@media all and (max-width:924px){
	/* extra styles for iPad portrait*/
	
}

@media all and (max-width:896px){
	/* extra styles for iPhone landscape*/
	
}

@media all and (max-width:414px){
	/* extra styles for iPhone portrait*/
	
}