.modal-1 {
	visibility:hidden;
	width:860px;
	padding:8px;
	background:rgba(5,102,134,.4);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:absolute !important;
	top:50%;
	left:50%;
	margin-top:-94px !important;
	margin-left:-430px !important;
	z-index:101;
	color: #333;
}

.modal-reveal {
	position: fixed !important;
    top: 25% !important;
	left: 50% !important
}

.modal-1-heading {
	width:820px;
	height:44px;
	padding-left:20px;
	padding-right:20px;
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	border-bottom:1px solid #bababa;
	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:19px; 
	font-family:arial,verdana;
	font-weight:bold;
	text-align:left;
	line-height:44px;
	color:#444444;
	text-shadow:0px 1px 0px #fff;
}

.modal-1-content {
	width:820px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:19px;
	background:#fcfcfc;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	text-align:center;
}

.modal-1-content-text {
	font-weight:normal;
	text-align:center;
	line-height:22px;
	color:#333;
	padding:19px 0;
	font-size:17px; 
	font-family:'mainfont',arial,verdana;
	padding:19px 0;
}
.modal-1-content-text-2 {
	font-size:17px;
	font-family:'mainfont',arial,verdana;
	font-weight:normal;
	text-align:center;
	line-height:22px;
	color:#333;
	padding:29px 0 19px 0;
}
.modal-1-content-text-3 {
	font-size:16px;
	font-family:'mainfont',arial,verdana;
	font-weight:normal;
	text-align:left;
	line-height:22px;
	color:#333;
	padding:29px 0 19px 0;
}


.modal-1-button {
	width:138px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	line-height:33px;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	display:inline-block;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.modal-1-button img { 
	float:left;
	width:33px;
	height:33px;
}

.modal-1-button.green {
	background: -webkit-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -moz-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -o-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -ms-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
	border:1px solid #5b8821;
	margin:0 15px 0 auto;
}
.modal-1-button.green:hover {
	background: -webkit-linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	background: -moz-linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	background: -o-linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	background: -ms-linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	background: linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
}

.modal-1-button.red {
	background: -webkit-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -moz-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );
	border:1px solid #b0333e;
	margin:0 auto 0 15px;
}
.modal-1-button.red:hover {
	background: -webkit-linear-gradient(top,  rgba(258,124,146,1) 0%,rgba(253,81,95,1) 90%,rgba(235,75,87,1) 95%,rgba(216,69,80,1) 100%);
	background: -moz-linear-gradient(top,  rgba(258,124,146,1) 0%,rgba(253,81,95,1) 90%,rgba(235,75,87,1) 95%,rgba(216,69,80,1) 100%);
	background: -o-linear-gradient(top,  rgba(258,124,146,1) 0%,rgba(253,81,95,1) 90%,rgba(235,75,87,1) 95%,rgba(216,69,80,1) 100%);
	background: -ms-linear-gradient(top,  rgba(258,124,146,1) 0%,rgba(253,81,95,1) 90%,rgba(235,75,87,1) 95%,rgba(216,69,80,1) 100%);
	background: linear-gradient(top,  rgba(258,124,146,1) 0%,rgba(253,81,95,1) 90%,rgba(235,75,87,1) 95%,rgba(216,69,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );
}


.modal-1-button-2 {
	width:138px;
	height:33px;
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
	line-height:33px;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	display:inline-block;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.modal-1-button-2.green {
	background: -webkit-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -moz-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -o-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -ms-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
	border:1px solid #5b8821;
}
.modal-1-button-2.green:hover {
	background: -webkit-linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	background: -moz-linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	background: -o-linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	background: -ms-linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	background: linear-gradient(top,  rgba(180,222,89,1) 0%,rgba(126,195,59,1) 90%,rgba(116,183,55,1) 95%,rgba(76,137,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
}








.modal-1-bg {
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}



/*
@media only screen and (max-width: 767px) {
        
	.modal-1 {
		width:324px;
		min-height:156px;
		padding:8px;

		margin-left:-150px !important;
		margin-top:-78px;
	}
	.modal-1-heading {
		width:284px;
		height:28px;

		line-height:28px;
		font-size:0.688em;
	}
	.modal-1-content {
		width:284px;
		min-height:128px;
   	}
   	.modal-1-content-text, .modal-1-content-text-2 {
   		width:auto;
   		font-size:0.688em;
   	}
   	.modal-1-button img { 
		width:23px;
		height:23px;
	}
	.modal-1-button {
		width:108px;
		height:23px;

		line-height:23px;
		font-size:0.688em;
	}
	.modal-1-button.green {
		margin:0 4px 0 28px !important;
	}
	.modal-1-button.red {
		margin:0 28px 0 4px !important;
	}
}*/