/* Colors ------------------------------------------ */
body {
	font-family: 'Lato', sans-serif;
	background: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

body.color::-moz-selection {background: #0093C9; color: #fff; }
body.color::selection {background: #0093C9; color: #fff; }
body.color a{
	color: #0093C9;
	text-decoration: none;
}

body.color nav li a:hover {
	color: #0093C9;
}

body.color nav li.current {
	border-bottom: 3px solid #0093C9;
}

body.color nav li.current.log {
    border-bottom: none;
}

body.color .bg-color{
	background: #0093C9;
}

body.color hr {
	border-bottom: 1px solid #0093C9;
}

body.color span.highlight{
	color: #0093C9;
}

body.color #footer {
	text-align: center;
	font-size: 12px;
	padding: 25px 0 20px 0;
	border-top: 10px solid #ddd;
}

body img {
	max-width: 100%;
}

.container {
	max-width: 990px;
}

.ind .col-md-3 {
	padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

/* Navigation & Logo ------------------------------------------ */
header{
	left: 0; 
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.logo{
	margin: 25px 0 10px;
	max-width: 15%;
}

header #top-nav {
	background: #fff;
	border-bottom: 1px solid #D6D6D6;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%
}

nav {
	height: 40px;
	width: 100%;
	font-size: 16px;
	position: relative;	
	margin-top: 13px;
}

nav ul {
	width:100%;
	height: 40px;
	text-align: center;
}
nav li {
	display: inline;
	float: left;
	margin-right: 20px;
	line-height: 30px;
}
nav a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #333 !important;
	font-size: 16px;
	border: none;
}

nav li:last-child a {
	margin: 0;
}

nav a:hover, nav a:active {
	color: #333;
	font-size: 16px;
	border: none;
}

nav a#pull {
	display: none;
}

nav .log {
	line-height: 20px;
}

.log a {
	color: #fff !important;
	border-bottom: none;
}

.log {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1dd282), color-stop(1, #1caa5d) );
	background:-moz-linear-gradient( center top, #1dd282 5%, #1caa5d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#009046;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	display:inline-block;
	color:#fff !important;
	padding: 5px 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #86ae47;
	border-bottom: none;
}
.log:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1caa5d), color-stop(1, #1dd282) );
	background:-moz-linear-gradient( center top, #1caa5d 5%, #1dd282 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#009046;
	color: #fff;
}

/* Dividers ------------------------------------------ */
.hr-small {
	float: none;
}
.hr {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin: 10px 0;
	float: left;
}
.hr-center.hr-small .hr-inner {
	left: 50%;
}
.hr-small .hr-inner {
	width: 32%;
	margin-left: -16%;
}
.hr-inner {
	border-color: #e1e1e1;
	width: 100%;
	position: absolute;
	height: 1px;
	top: 50%;
	width: 100%;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
}
.hr-invisible {
	margin-bottom: 0;
}
hr {
	border: 0;
	margin: 10px 0;
}
#contact hr.grey {
	margin: 17px 0 16px 0;
}
hr.grey {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0;
}

/* Section, Footer & Misc ------------------------------------------ */
.content{
	padding-top: 50px;
	padding-bottom: 50px;
}

.submBtn {
	width: 150px; 
	float: right;	
}

.section{
	border-bottom: 1px solid #e1e1e1;
	min-height: 600px;
}

.section-alt{
	background: #fafafa;
}
.bg-coverage {
	background: -webkit-linear-gradient(#63b2d2, #c0e0ed);
	background: -o-linear-gradient(#63b2d2, #c0e0ed);
	background: -moz-linear-gradient(#63b2d2, #c0e0ed);
	background: linear-gradient(#63b2d2, #c0e0ed);
	padding: 50px 0;
	margin-top: 40px;
}

.title{
	text-align: center;
	margin-bottom: 40px;
	color: #0093C9;
}
.title h2{
	font-size: 2.2em;
	margin: 0px;
	text-align: center;
}

.title p{
	letter-spacing: 1px;
	line-height: 1.6em;
	font-size: 18px;
	margin: 0px;
	color: #333;
}
.text-center{
	text-align: center;
}
.clear{
	clear: both;
}
.ind p {
	font-size: 16px
}

.ind .s {
	margin-left: 9px !important;
	float: left;
    min-height: 1px;
}

.list {
	line-height: 27px;
	list-style-image:  url('../img/li.jpg');
	/*margin-left: 30%;*/
}

.bg-contact {
	background-color: rgba(118, 197, 226, 0.3);
}


#footer a{
	text-decoration: underline;
}

/* ----------- Contact-form ----------- */
.contact {
	padding: 50px;
}
.contact p{
	color: #939394;
	font-size: 19px;
	margin-bottom: 47px;
	font-style: italic;
	line-height: 24px;
}

.form{
	margin: 0;
}

.contact form{
	margin: 0;
}

.form .box{
	margin: 0;
}

.form .box input[type="text"]{
	padding-left: 15px;
	margin-bottom: 15px;
	color: black;
	height: 40px;
	width: 100%;
}

.form .box textarea{
	padding: 11px;
	width: 100%;
	margin: 0;
	height: 200px;
}
.contact .submit{
	margin-top:20px;
}

.contact .submit .box{
	margin: 0
}

.contact .submit {
	float: right;
}
.contact .submit input[type="submit"]{
	text-transform: uppercase;
	font-size: 15px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
	border:1px solid #03BCFA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;border-radius: 2px;font-size:12px;
	padding: 10px 20px ; 
	text-decoration:none; display:inline-block;
	font-weight:bold; color: #FFFFFF;
	background-color: #175D8C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#175D8C), to(#113E61));
	background-image: -webkit-linear-gradient(top, #175D8C, #113E61);
	background-image: -moz-linear-gradient(top, #175D8C, #113E61);
	background-image: -ms-linear-gradient(top, #175D8C, #113E61);
	background-image: -o-linear-gradient(top, #175D8C, #113E61);
	background-image: linear-gradient(to bottom, #175D8C, #113E61);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#175D8C, endColorstr=#113E61);
}

.contact .submit input[type="submit"]:hover {
	border:1px solid #03BCFA;
	background-color: #113e61;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#113e61), to(#175D8C));
	background-image: -webkit-linear-gradient(top, #113e61, #175D8C);
	background-image: -moz-linear-gradient(top, #113e61, #175D8C);
	background-image: -ms-linear-gradient(top, #113e61, #175D8C);
	background-image: -o-linear-gradient(top, #113e61, #175D8C);
	background-image: linear-gradient(to bottom, #113e61, #175D8C);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#113e61, endColorstr=#175D8C);
}




.login-form {
	width: 300px;
	margin: 0 auto;
	position: relative;	
	background: #f3f3f3;
	border: 1px solid #fff;
}

.login-form .header {
	padding: 40px 30px 30px 30px;
}

.login-form .header h1 {
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	margin-bottom: 10px;
}

.login-form .header span {
	font-size: 11px;
	line-height: 16px;
	color: #678889;
}

.login-form .content {
	padding: 0 30px 25px 30px;
}

.login-form .content .input {
	width: 188px;
	padding: 15px 25px;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;	
}

.login-form .content .password {
	margin-top: 25px;
}

.login-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.login-form .content .input:focus {
	background: #dfe9ec;
	color: #414848;	
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: -1;
}

.login-form .footer {
	padding: 25px 30px 40px 30px;
	overflow: auto;
	background-color: rgba(118, 197, 226, 0.3);
	border-top: 1px solid #fff;
}

.login-form .footer .button {
	text-transform: uppercase;
	font-size: 15px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
	border:1px solid #03BCFA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;border-radius: 2px;font-size:12px;
	padding: 10px 20px ; 
	text-decoration:none; display:inline-block;
	font-weight:bold; color: #FFFFFF;
	background-color: #175D8C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#175D8C), to(#113E61));
	background-image: -webkit-linear-gradient(top, #175D8C, #113E61);
	background-image: -moz-linear-gradient(top, #175D8C, #113E61);
	background-image: -ms-linear-gradient(top, #175D8C, #113E61);
	background-image: -o-linear-gradient(top, #175D8C, #113E61);
	background-image: linear-gradient(to bottom, #175D8C, #113E61);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#175D8C, endColorstr=#113E61);
}

.login-form .footer .button:hover {
	border:1px solid #03BCFA;
	background-color: #113e61;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#113e61), to(#175D8C));
	background-image: -webkit-linear-gradient(top, #113e61, #175D8C);
	background-image: -moz-linear-gradient(top, #113e61, #175D8C);
	background-image: -ms-linear-gradient(top, #113e61, #175D8C);
	background-image: -o-linear-gradient(top, #113e61, #175D8C);
	background-image: linear-gradient(to bottom, #113e61, #175D8C);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#113e61, endColorstr=#175D8C);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;	
	background: #56c2e1;	
}

.login-form .footer .register {
	display: block;
	float: right;
	padding: 10px;
	/*margin-right: 20px;*/
	background: none;
	border: none;
	cursor: pointer;
	font-weight: 300;
	font-size: 18px;
	color: #113e61;
}

.login-form .footer .register:hover {
	color: #175D8C;
}

.login-form .footer .register:focus {
	position: relative;
	bottom: -1px;
}












@media screen and (max-width: 1920px) {
	.section{
		border-bottom: 1px solid #e1e1e1;
		padding: 130px 0 80px;
		min-height: 900px;
	}

	.bg-coverage {
		margin-top: 40px;
	}

	.bg-contact {
		margin-top: 40px;
	}

	.logo{
		margin:35px 0:;
		max-width: 20%;
	}
}

@media screen and (max-width: 1400px) {
	.section{
		padding: 50px 0;
		min-height: 600px;
	}

	.logo {
		margin: 10px 0 5px;
		max-width: 15%;
	}

	.bg-coverage {
		margin-top: 0px;
	}

	.bg-contact {
		margin-top: 0px;
	}
}

@media screen and (max-width: 1000px) {
	nav {
		height: 40px;
		width: 100%;
		font-size: 12px;
		position: relative;	
		margin-top: 13px;
	}

	nav ul {
		width:100%;
		height: 40px;
		z-index: 90;
	}
	nav li {
		display: inline;
		float: left;
		margin-right: 10px;
		line-height: 30px;
	}
	nav a {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		color: #333 !important;
		font-size: 12px;
		border: none;
	}

	nav li:last-child a {
		margin: 0;
	}
	nav a:hover, nav a:active {
		color: #333;
		font-size: 12px;
		border: none;
	}
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 680px) {
	nav { 
  		height: auto;
  		font-size: 70%;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		text-align: center;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}

  	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}

.justify {
	text-align: justify;	
}

#merchant_form span {
	color: #000000;	
}

.width250 {
	width: 250px !IMPORTANT;	
}

.width455 {
	width: 455px !IMPORTANT;	
}

.width405 {
	width: 405px !IMPORTANT;	
}

.handOver {
	cursor: pointer;
}

textarea {
    resize: none;
}