body {
    background: url(../images/bg-new.jpg) no-repeat center center fixed;
    font-size: 14px;
    color: #716e6e;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 22px;
	    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}
input, submit, button {
	border-radius:0 !important;
	box-shadow:none !important;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
h1 {
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
h2, h3, h4, h5, h6 {
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
.glyphicon-search:before {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
}
select {
	outline:none !important;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	padding: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
p {
	line-height: 20px;
	color:#000;
}
p:last-child {
	margin-bottom:0px;
}
h1 {
	font-size:30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 { 
	font-size: 16px;
}
:before, :after {
	font-family:FontAwesome;
}
.clear:after {
	content:"";
	width:100%;
	clear:both;
	display:table;
}

/* Absolute Center Spinner */

.loading {
  position: fixed;
    z-index: 9999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.86);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.error-voucher{
    font-family: Arial,Helvetica, sans-serif;
     color: #fac84e;
	 font-weight:600;
    font-style: italic;
    position: absolute;
    font-size: 14px;
   top: 55px;
    left: 0px;
    padding-left: 28px;
    margin-right: 24px;
}
.scrollup {
	width: 40px;
	height: 48px;
	position: fixed;
	bottom: 15px;
	z-index:20;
	border-bottom: 5px solid #34728C;
	right: 16px;
	display: none;
	text-indent: -9999px;
	background:url('images/scroll-top.png') no-repeat;
	background-color: #408FB0;
	transition:ease-in-out 0.5s;
}
.bg-blue {
    background: #bdd6e6;
	padding: 50px 19px 40px 0px;
    min-height: 522px;
}
.logo {
	margin: 30px auto;
	width: 220px;
}
.blue-bg img {
	width: 100%;
	min-height: 522px;
}

.blue-bg {
	/*background: rgba(15, 91, 130, 0.2);*/
	padding: 15px 0px;
	    margin: 13% 0px;
	margin-bottom: 40px;
}
.bg-blue h1 {
	background:#4d5f80;
	display: inline-block;
	font-size: 20px;
	font-family: 'DIN 2014';
	/* font-family: 'Raleway', sans-serif; */
	color: #fff;
	font-weight: 600;
	padding: 10px 30px;
}
.pad-right {
	padding-right:0px !important;
}
.pad-left {
	padding-left:0px !important;
}
.bg-blue input[type=text] {
	width: 100%;
	height: 40px;
	outline:none;
	padding-left: 10px;
	border: 1px solid transparent;
}
.input-outer {
	position: relative;
	padding: 13px 30px;
}
.bg-blue button {
	background: #c6a992;
	/* background: #fac84e; */
	height: 40px;
	width: 95px;
	border: 1px solid #c6a992;
	position: absolute;
	top: 13px;
	text-align: center;
	right: 30px;
	color: #000;
	outline: none;
	font-weight: 700;
	transition: ease-in-out 0.5s;
}
.bg-blue button:hover {
	background: #15405a;
	border: 1px solid #fff;
	color: #fff;
}
ol.steps {
	counter-reset:item;
	margin:0;
	padding-left:0;
}
ol.steps li:first-child {
	margin-top: 10px;
}
ol.steps li {
    font-family: 'DIN 2014';
    counter-increment: item;
    list-style: none inside;
    margin: 20px 0;
    overflow: hidden;
    font-size: 16px;
    color: #4d5f80;
    position: relative;
    padding-left: 64px;
}
ol.steps li:before {
	content: counter(item);
	margin-right: 20px;
	padding: 0px 6px;
	height: 20px;
	width: 20px;
	position: absolute;
	font-family: arial;
	display: block;
	font-size: 9px;
	margin-left: -36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*background: #fac84e;*/
	    background: #c6a992;
	color: #000;
	font-weight: 800;
	text-align: center;
}

/**/

/*======
Media Queries
=======*/
/*========================*/
@media (min-width: 1200px) and (max-width: 2400px) {
}

 @media (min-width: 992px) and (max-width: 1199px) {
.bg-blue {
	background: #bdd6e6;
	padding: 43px 19px 26px 0px;
	min-height: 519px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 		body {
    background: url(../images/bg-new.jpg) no-repeat left fixed;}
.bg-blue {
	background: #24648b;
	padding: 32px 19px 19px 0px;
	min-height: 519px;
}
.bg-blue button {
	width: 50px;
}

ol.steps li {
	counter-increment: item;
	list-style: none inside;
	margin: 20px 0 17px;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	position: relative;
	padding-left: 64px;
}
.bg-blue h1 {
	background: #1a4a67;
	display: inline-block;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 600;
	padding: 7px 30px;
}
.bg-blue {
	background: #bdd6e6;
	padding: 35px 19px 18px 0px;
	min-height: auto;
}
.logo {
	margin: 30px auto;
	width: 180px;
}
}
 @media (min-width: 320px) and (max-width: 767px) {
 body {
 background: url(../images/bg-new.jpg) no-repeat left fixed;    background-size: cover;}
 .blue-bg {
 
 margin: 25% 0px;}
 .error-voucher{text-align:center;    top: 39px;}
 .input-outer {
    position: relative;
    padding: 0px 30px 8px;
}

.bg-blue button {
top: 0px;}
 ol.steps li:before {
    
    padding: 0px 5px;
    height: 18px;
    top: 3px;
   
    font-size: 9px;
   
}
.blue-bg img {
	width: 100%;
	display: none;
	min-height: auto;
}
.bg-blue h1 {
	display: inline-block;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 600;
	padding: 7px 30px;
}
.bg-blue {
	padding: 35px 19px 27px 0px;
	min-height: auto;
}
ol.steps li {
    margin: 13px 0;
    font-size: 14px;
}
.pad-right {
	padding-right:15px !important;
}
.pad-left {
	padding-left:15px !important;
}
ol.steps li:first-child {
    margin-top: 0px;
}
}
 @media (min-width: 320px) and (max-width: 480px) {
 .bg-blue input[type=text] {
    width: 100%;
    height: 40px;
    outline: none;
 font-size: 13px;}
 .bg-blue button {
    top: 0px;
    right: 0px;
    width: 37px;
    padding: 8px 8px;
    font-size: 13px;
}
 .input-outer {
    position: relative;
    padding: 0px 0px 8px 30px;
}
 ol.steps li {
    margin: 13px 0;
    font-size: 13px;
}
 .bg-blue h1 {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 7px 30px;
}
}
