﻿@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*
 *
 *  Copyright (c) David Bushell | http://dbushell.com/
 *
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}



html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
font-family: 'OpenSans-Semibold';
src: url('OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
font-family: 'OpenSans-Italic';
src: url('OpenSans-Italic.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway-SemiBold';
src: url('Raleway-SemiBold.ttf') format('truetype');
}
body {
  margin: 0;
}


img{border:0;
max-width:100%;
height:auto;
width:auto\9;
}


svg:not(:root) {
  overflow: hidden;
}


ul, ol {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  color: #333;
  width: 100%;
  min-width: 20em;

}

/*new login page*/

#header {
	width: 100%;
	float: left;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,7%);
	position: fixed;
}


/* site logo */
#site-logo {
	width: 175px;
	height: 69px;
	float: left;
	margin: 23px 0;
}

.nav {
	float: left;
	width: 650px;
	margin-top: 20px;
	margin-left: 50px;
}
	.nav #cssmenu ul li{display:inline-block;}
		.nav #cssmenu ul li a {
			display: inline-block;
			margin: 10px 14px;
			padding: 0;
			color: #333333;
			font-size:15px;
			font-weight:600;
		}
.openbtn{display:none;}
.sidebar {
	display: none;
}
.last{margin-right:50px;}
.chatButton, .chatButton2 {
	border: 1px solid #000;
	color: #ff1d1d !important;
	border-radius: 5px;
	padding: 10px 15px !important;
	margin: 20px 3px !important;
	display: inline-block;
}
	.chatButton:hover {
		border: 1px solid #ff1d1d;
		color: #fff !important;
		background: #ff1d1d;
	}
	.chatButton2:hover {
		border: 1px solid #4e8bdf;
		color: #fff !important;
		background: #4e8bdf;
	}
	.logButton {
		border: 1px solid #333;
		background: #333;
		color: #fff !important;
		border-radius: 5px;
		padding: 10px 15px !important;
		margin: 20px 0 10px 3px !important;
	}
		.logButton:hover {
			border: 1px solid #000;
			background: #000;
			color: #fff !important;
		}

.footer {
	float: left;
	width: 100%;
	background: #323234;
	font-family: 'Roboto', sans-serif;
}

	.footer .wf-container-footer {
		padding-top: 60px;
		padding-bottom: 25px;
		display: inline-block;
		width: 100%;
		border-bottom: 1px #5D5D5E solid;
	}

		.footer .wf-container-footer .panel {
			float: left;
			margin-right: 46px;
			color: #adadad;
			width: 22%;
		}

			.footer .wf-container-footer .panel .logo {
				margin-bottom: 10px;
				width: 180px;
			}

			.footer .wf-container-footer .panel .textWidget {
				color: #adadad;
				font-size: 14px;
				line-height: 25px;
				margin-bottom: 10px;
			}

				.footer .wf-container-footer .panel .textWidget a {
					color: #adadad;
					font-size: 13px;
					line-height: 25px;
					margin-bottom: 10px;
				}
				.footer .wf-container-footer .panel .textWidget a {
					color: #ededed;
					font-size: 14px;
					font-weight: 400;
					opacity: .6;
					/*display: inline-block;*/
				}
					.footer .wf-container-footer .panel .textWidget a:hover {
						color: #d33;
					}


	.footer .titleF {
		color: #ededed;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 15px;
		clear: both;
	}

	.footer .wf-container-footer .panel ul li {
		margin: 0 0 9px;
		padding: 0 0 10px;
		border-bottom: 1px #5D5D5E solid;
	}

		.footer .wf-container-footer .panel ul li:last-child {
			border: 0;
		}

		.footer .wf-container-footer .panel ul li a {
			color: #ededed;
			font-size: 14px;
			font-weight: 400;
			opacity: .6;
			display: inline-block;
		}

			.footer .wf-container-footer .panel ul li a:hover {
				color: #d33;
			}

	/*.footer .wf-container-footer .panel ul li a:before {
				background: url(../images/arrow.png);
				position: relative;
				width: 14px;
				top: 1px;
				left: 0;
				height: 14px;
				content: "";
				border-radius: 1px;
				display: inline-block;
				margin-right: 10px;
			}*/

	.footer .footer-bottom {
		padding-top: 8px;
		padding-bottom: 8px;
		display: inline-block;
		width: 100%;
		font-size: 12px;
		font-weight: 300;
		color: #fff;
		opacity:0.6;
		text-align:center;
		line-height:23px;
	}
/**/
a.contactbtn{display:none!important;}
.log_block {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

.top{
	float:left;
	width:100%;
	height:145px;
}
.log_logo{
	width:100%;
	height:101px;
	float:left;
	margin-top:40px;
	text-align:center;
}
.main {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.left {
	float: left;
	width: 65%;
	padding-top: 50px;
	margin-right: 5%;
	margin-bottom: 30px;
}
.left .topTxt{
	float:left;
	margin-bottom:30px;
	text-align:left;
	width:100%;
	font-size:15px;
	line-height:21x;
	color:#323234;
}
.login_cont{
	float:left;
	width:50%;
	margin-right:50px;
}
.log_big_icon {
	float: left;
	width: 100%;
	height: 97px;
	background: url(../images/loginicon-big.png) no-repeat center;
	margin-bottom: 20px;
}
.login_cont .wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.leftRightPart {
	float: right;
	width: 185px;
	text-align: center;
}
	.leftRightPart p {
		float: left;
		margin-bottom: 10px;
		width: 185px;
		font-family: 'OpenSans-Semibold';
		font-size: 9px;
		font-weight: bold;
		text-align: center;
		line-height: 100%;
	}
.app_dnld {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	display: none;
}
/*.center ul{margin:0 26%; float:left; width:48%;}*/
.textbox1{
	width:88%;
	height:33px;
	border-radius:5px;
	border:1px #d2d2d2 solid;
	background:#fff url(../images/fld_ico.png) no-repeat 3% center;
	padding-left:40px;
	margin-bottom:10px;
	float:left;
}
.textbox2{
	width:90%;
	height:33px;
	border-radius:5px;
	border:1px #d2d2d2 solid;
	background:#fff url(../images/fld_ico2.png) no-repeat 3% center;
	padding-left:40px;
	margin-bottom:10px;
	float:left;
}
.btnbox{
	width:100%;
	height:33px;
	margin-bottom:10px;
	float:left;
}
.txtfield{background-color:#d2d2d2; color:#7d7e77; font-family: 'Raleway-SemiBold'; font-size:11px;width:96%; height:23px; border:0; border-radius:0 5px 5px 0; padding:5px 2%;}
.form_text{
	float:left;width:245px;font-family: 'OpenSans-Semibold';
	font-size:11px; letter-spacing:-1px; margin-bottom:10px; color:#666;}
	.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'OpenSans-Semibold';
  color: #ffffff;
  font-size: 14px;
  background: #ee252a;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  border:0;
  cursor:pointer;
  width:99%;
	height:33px;
}

.btn:hover {
  background: #cc161c;
  text-decoration: none;
}
.bottom-text{
	font-family: 'OpenSans-Italic'; font-size:11px; color:#282828; float:left; width:100%; text-align:center; padding-bottom:15px; background:url(../images/line.png) no-repeat bottom center;
}
.right{
	float:right;
	width:28%;
	padding:8px;
	border:1px #ddd solid;
	margin-top:50px;
	font-size:14px;
	line-height:21px;
}
.cookie-banner {
	
	position: fixed;
	bottom: 0;
	border-top: 2px solid #000000;
	left: 1px;
	right: 1px;
	width: 100%;
	padding: 10px 0px;
	color: #fff;
	text-align: center;
	/*display: flex;	*/
	background-color: #000000;
	box-shadow: -1px -1px 2px 0 rgba(66, 66, 66, 0.6);
	font-size: 14px;
}

	.cookie-banner a {
		color: #fff;
		text-decoration: underline;
	}

.close1 {
	height: 20px;
	float: left;
	background: transparent;
	border: 0;
	margin: -35px 0 0 40px;
}


@media screen and (max-width: 1024px) {
.log_block {
  max-width: 96%;
}
.log_logo img{
	position:relative;
	left:-10px;
}
	.btn {
		width: 99%;
	}

.app_dnld{display:block;}


.nav{display:none;}
	.sidebar {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #3285e7;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 50px;
		display: block;
	}

		.sidebar a {
			padding: 12px 8px 12px 32px;
			text-decoration: none;
			font-size: 18px;
			color: #fff;
			display: block;
			transition: 0.3s;
			border-bottom: 1px solid rgba(255,255,255,0.12);
		}

			.sidebar a:hover {
				color: #f1f1f1;
			}
	
	.sidebar .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
		background: #d92633;
		color: #fff;
		padding: 5px;
		margin-top: 20px;
		line-height: 21px;
	}

	.openbtn {
		font-size: 30px;
		cursor: pointer;
		background-color: #fff;
		color: #333;
		/* padding: 10px 15px; */
		border: none;
		display: inline-block;
		float: right;
		margin-top: 30px;
	}
	.chatButton, .chatButton2 {
		float: right;
		margin-top: 30px !important;
	}
		.logButton {
		border: 0;
		background: none;
		color: #fff !important;
		border-radius: 0;
		padding: 8px 8px 8px 32px !important;
		margin: 0 !important;
	}
		/*.openbtn:hover {
			background-color: #444;
		}*/

	.footer .wf-container-footer .panel {
		width: 27%;
	}
	.cookie-banner p {
		width: 70%;
		padding: 0 15%;
	}
}
@media screen and (max-width: 768px) {
	.left {
		width: 100%;
		margin-right: 0%;
	}
	.right {
		width: 98%;
		margin-bottom: 50px;
	}
	.cookie-banner p {
		width: 70%;
		padding: 0 15%;
	}

	.close1 {
		margin: -50px 0 0 40px;
	}
}
	@media screen and (max-width: 480px) {
		#header {
			height: auto;
		}

		#site-logo {
			width: 40%;
			margin: 20px 0;
		}
		.chatButton, .chatButton2 {
			border: 0;
			color: #fff !important;
			border-radius: 0;
			padding: 8px 8px 8px 32px !important;
			margin: 0 !important;
		}

		a.contactbtn {
			display: block!important;
		}
		.login_cont {
			float: left;
			width: 98%;
			 margin-right: 0px; 
		}
		.leftRightPart {
			width: 100%;
			margin-top: 40px;
		}
			.leftRightPart p {
				width: 100%;
			}
		.right {
			width: 96%;
		}

		.footer .wf-container-footer {
			padding-top: 35px;
		}

			.footer .wf-container-footer .panel {
				width: 100%;
				margin-right: 0;
				margin-bottom: 30px;
			}
		.close1 {
			margin: -65px 0 0 20px;
		}
	}

@media screen and (max-width: 375px) {
	.textbox1 {
		width: 88%;
	}
	.right {
		width: 94%;
	}
}
@media screen and (max-width: 320px) {
	.textbox1 {
		width: 86%;
	}
}