.button {
	color: #333;
	font-family: Raleway, Helvetica, sans-serif;
	/* border-radius: 4px; */
	/* padding: 15px 25px; */
	/* border: 1px solid #3CB3E7; */
	background: 0 0;
	font-size: 14px;
	cursor: pointer























}
.button:hover {
	color: #333;/* background: #3CB3E7
 */
	text-decoration: none;
}

.rv-vanilla-modal {
	position: absolute;
	top: -100%;
	left: 50%;
	width: 45%;
	min-height: 300px;
	margin: -300px 0 0 -22.5%;
	background: #fff;
	z-index: 10;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.3)
}
.rv-vanilla-modal-is-open {
	top: 50%;
	position: fixed;
}
.rv-vanilla-modal-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -61%;
	left: 0;
	background: rgba(0,0,0,.5);
	opacity: 0;
	display: none;
	-webkit-transition: .4s opacity linear;
	transition: .4s opacity linear
}
.rv-vanilla-modal-overlay.is-shown {
	opacity: 1;
	display: block
}
.rv-vanilla-modal-header {
	padding: 10px 15px;
	background: #368EE0;
	border-radius: 4px 4px 0 0


















}
.rv-vanilla-modal-body {
	padding: 15px 15px 15px;
	overflow: auto;
	color: #555

























}
.rv-vanilla-modal-body p {
	line-height: 150%;
	margin: 0 0 1em
}
.rv-vanilla-modal-title {
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 300
}
.rv-vanilla-modal-close {
	color: #368EE0;
	font-size: 16px;
	float: right;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	background: rgba(255,255,255,.4);
	-webkit-transition: all .2s linear;
	transition: all .2s linear

}
.rv-vanilla-modal-close .text {
	position: relative;
	top: -1px
}
.rv-vanilla-modal-close:hover {
	color: #1996cd;
	background: rgba(255,255,255,.5)
}
.hidden {
	display: none!important;
	visibility: hidden
}
.group:after, .group:before {
	content: "";
	display: table
}
.group:after {
	clear: both
}
.centered {
	text-align: center;
}


.rv-vanilla-modal-is-open {
    top: 350px !important;
    position: absolute !important;
    left: 33% !important;
    width: 50% !important;
}

.rv-vanilla-modal-overlay {
      position :fixed !important;
      height:100% !important;
      width: 100% !important;
}

.container-fluid{
position:relative !important;
}

.close-op{

opacity: 1 !important;
color: #f56d6d !important;
font-size: 15px !important;

}



