.body2 p, ol, ul {
    color: #fff;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 24px;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}


/* General Demo Style */

.glow a:hover{
	background-color: #f37321; 
	box-shadow:0px 0px 6px 6px #f37321;
}

pre { 
	background-color: #ddd; 
	padding: 0px; 
	font-size: 10px; 
}


.body2 a:link { 
	color: #888; 
}

.body2 a:visited { 
	color: #888; 
}

.body2 a:hover { 
	color: #E6E7E8; 
}

.body3 a:link { 
	color: #f37321; 
}

.body3 a:visited { 
	color: #f37321; 
}

.body3 a:hover { 
	color: #fff; 
}


.clr{
	clear: both;
}

input:focus,textarea:focus,select:focus{
  border: 15px solid #f37321;
  -webkit-box-shadow: 0 0 15px #f37321;
  -moz-box-shadow: 0 0 15px #f37321;
  box-shadow: 0 0 15px #f37321;
  outline: #f37321;
}

* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 25%;
  padding: 10px;

}


.rows:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .columns {
    width: 50%;
    align: top;
  }
}



.blocker
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:2400;
	padding: 0px;
	box-sizing:border-box;
	background-color:#000;
	background-color:rgba(0,0,0,0.75);
	text-align:center;
}

.blocker:before
{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-0.05em;
}

.blocker.behind
{
	background-color:transparent
}



.modal
{
	display:none;
	vertical-align:middle;
	position:relative;
	z-index:2500;
	max-width:500px;
	box-sizing:border-box;
	width:90%;
	background:#fff;
	padding:15px 30px;
	font-family: arial;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-o-box-shadow:0 0 10px #000;
	-ms-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	text-align:left;
}


.modal a.close-modal
{
	position:absolute;
	top:-12.5px;
	right:-12.5px;
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url("../images/close.png");
}


.modal-spinner
{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	padding: 0px 0px;
	border-radius:5px;
	background-color:#111;
	height:20px;
}


.modal-spinner>div
{
	border-radius:100px;
	background-color:#fff;
	height:20px;width:2px;
	margin:0 1px;
	display:inline-block;
	-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;
	animation:sk-stretchdelay 1.2s infinite ease-in-out;
}


.modal-spinner .rect2
{
	-webkit-animation-delay:-1.1s;animation-delay:-1.1s;
}


.modal-spinner .rect3
{
	-webkit-animation-delay:-1.0s;animation-delay:-1.0s;
}


.modal-spinner .rect4
{
	-webkit-animation-delay:-0.9s;animation-delay:-0.9s;
}


@-webkit-keyframes sk-stretchdelay{0%,40%,100%
{
	-webkit-transform:scaleY(0.5);
}

20%
{
	-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);
	-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);
	-webkit-transform:scaleY(1.0)}
}


.modal2
{
	display:none;
	vertical-align:middle;
	position:relative;
	z-index:2500;
	max-width:500px;
	box-sizing:border-box;
	width:90%;
	background:#fff;
	padding:15px 30px;
	font-family: arial;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-o-box-shadow:0 0 10px #000;
	-ms-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	text-align:left;
}


.modal2 a.close-modal
{
	position:absolute;
	top:-12.5px;
	right:-12.5px;
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url("../images/close.png");
}


.modal2-spinner
{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	padding: 0px 0px;
	border-radius:5px;
	background-color:#111;
	height:20px;
}


.modal2-spinner>div
{
	border-radius:100px;
	background-color:#fff;
	height:20px;width:2px;
	margin:0 1px;
	display:inline-block;
	-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;
	animation:sk-stretchdelay 1.2s infinite ease-in-out;
}


.modal2-spinner .rect2
{
	-webkit-animation-delay:-1.1s;animation-delay:-1.1s;
}


.modal2-spinner .rect3
{
	-webkit-animation-delay:-1.0s;animation-delay:-1.0s;
}


.modal2-spinner .rect4
{
	-webkit-animation-delay:-0.9s;animation-delay:-0.9s;
}


@-webkit-keyframes sk-stretchdelay{0%,40%,100%
{
	-webkit-transform:scaleY(0.5);
}

20%
{
	-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);
	-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);
	-webkit-transform:scaleY(1.0)}
}