@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/sourcesansproregular.eot');
    src: url('/fonts/sourcesansproregular.eot') format('embedded-opentype'),
         url('/fonts/sourcesansproregular.woff2') format('woff2'),
         url('/fonts/sourcesansproregular.woff') format('woff'),
         url('/fonts/sourcesansproregular.ttf') format('truetype'),
         url('/fonts/sourcesansproregular.svg#sourcesansproregular') format('svg');
}


.container {
	max-width:1024px;
    width:calc(100% - 140px);
    margin:auto;
	clear: both;
	display: block;
	overflow: auto;
	position: relative;
}
.clear, * html .clearfix, *:first-child+html .clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}
.grid_1 {
                width: 6.5%;
}
.grid_2 {
                width: 15%;
}
.grid_3 {
                width: calc(33.33% - 4px);
}
.grid_4 {
                width: 32%;
}
.grid_5 {
                width: 40.5%;
}
.grid_6 {
                width: calc(50% - 62.5px);
}
.grid_7 {
                width: 57.5%;
}
.grid_8 {
                width: 64%;
}
.grid_9 {
                width: 74.5%;
}
.grid_10 {
                width: 83%;
}
.grid_11 {
                width: 91.5%;
}
.grid_12 {
                width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
                margin: 0 2% 1% 0;
                float: left;
                display: block;
}
.grid_6 {
    margin-right:125px;
}

.grid_6:nth-of-type(2n) {
    margin-right:0;
}

.grid_3 {
    margin-right:6px;
    margin-bottom:6px;
	display:grid;
}
.grid_3:nth-of-type(3n) {
    margin-right:0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
img {
	border: none;
	max-width: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
body {
	font-family: 'Source Sans Pro', Gotham, sans-serif;
	font-size: 15px;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 806px;
	float: none;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
    font-family:'Source Sans Pro';
}
p {
	text-align: left;
	margin: 0;
}

h1 {
	font-size: 30px;
    color:#0757a7;
    text-align:center;
}


h2 {
}
h3 {
}
h4 {
	font-size: 40px;
	color: #2A3851;
}
/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: relative;
    overflow:auto;
    position: fixed;
    left: 0;
    top: 0;
    padding: 30px 70px;
}
.logo {
	margin: 0 auto;
	display: block;
}
nav {
	margin: 0 auto;
	padding: 0;
}
#nav li {
	list-style: none;
	display: inline-block;
	padding: 0 25px 0 25px;
	font-size: 18px;
	line-height: 10px;
	position: relative;
}
#nav li a {
	color: #fff;
	text-transform: uppercase;
}
/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}
/* enquiry */
.register {
	
	width: 100%;
	margin: 0 auto;
}

form input, form select, form textarea {
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 20px;
    width: 100%;
    color: #333333;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-family: 'Source Sans Pro';
}
input.checkbox{
    width: auto;
}



.login {
    margin:10px auto auto;
    width:235px;
    padding:10px 0;
    color:#ffffff;
    background:#0156a4;
    text-align:center;
    display:block;
    border:none;
}
select {
	text-align-last: left;
     text-align: left;
     -ms-text-align-last: left;
}
select option {
    width:100%;
	padding: 7px 5px;
	text-align-last: left;
     text-align: left;
     -ms-text-align-last: left;
     background-color: #fff;
}
.privacy {
	position: absolute;
bottom: 15px;
right: 70px;
color: #0757a7;
font-size: 14px;
}

.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #333333;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #333333;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #333333;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #333333;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: $form-field-text;
opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: 333333;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color: 333333;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: 333333;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: 333333;
}
/*footer*/ 
footer {
	float: right;
	margin-left: 5%;
	line-height: 74px;
}
/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
    position: absolute;
    top: -28px;
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}



.container {
    height:100vh;
}

.tb {
    display:table;
    height:100%;
    width:100%;
}
.tbc {
    display:table-cell;
    vertical-align:middle;
}

.bg_coal {
    background:#0e1c2a!important;
}

/*Login Page css starts here*/

#page-login, #page-logout {
   background:urL('/images/login/bg.jpg') center no-repeat;
   background-size:cover!important;
}
.loginForm {
    max-width:520px;
    margin:auto;
    padding:70px 100px;
    background:rgba(255,255,255,0.7);
}

#page-login .logo, #page-logout .logo {
    margin: 0 auto;
    display: block;
    position: static;
    float:none;
}
.loginForm svg {
    width:100%;
}
svg rect{
    fill:#101d42;
}

.loginForm h1 {
    margin:70px auto 50px;
    text-align:center;
    letter-spacing:2px;
    color:#0757a7;
    font-size: 35px;
}

/*Login Page css ends here*/

/*Mode Page css starts here*/

#page-mode h1 {
    margin-bottom:100px;
}
.logo {
    width:240px;
    display:block;
    float:left;
}
.nav {
    display:block;
    float:right;
}
.homeBtn {
    margin-right:30px;
}
.modeWrapper {
    max-width:670px;
    margin:auto;
}
.modeBtn {
    color:#ffffff;
    padding:70px 0;
    text-align:center;
    background:#0756a3;
    font-size:30px;
    letter-spacing:2px;
}
/*Mode Page css ends here*/


/*Select Project Page css starts here*/

.projectWrapper, .agentWrapper {
    max-width:1235px;
    max-width:884px;
    width:100%;
    margin:auto;
}
.projectWrapper h1 {
    margin-bottom:30px;
}
    .projectWrapper 
    {
        text-align:center;
    }
    .fullWidth {
        width: 100%;
        display:block;
    }
#page-select_project .grid_3 {
    position:relative;
    border:1px solid #e8e9f3;
}
#page-select_project a.grid_3 {
	
	height: 175px;
	overflow: hidden;
}
#page-select_project .grid_3 span {
    font-size: 20px;
    background: rgba(14,28,42,0.5);
    color: #ffffff;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:calc(100% - 2px);
    width:100%;
    padding:11px 0;
    text-align:center;

}


/*Select Project Page css ends here*/


/*Select Agent Page css starts here*/
#page-select_agent h1 {
    margin:50px 0;
    text-align:left;
}

.agentWrapper .grid_6 input, input#copy_kara{
    width:50px;
    height:50px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border:10px solid #f5f6f6;
    background:#f5f6f6;
    vertical-align:top;
    margin-right:45px;
    cursor:pointer;
    padding:0;
    margin-bottom:0;
}

input#copy_kara {
    width:30px;
    height:30px;
    margin-right:20px;
    margin-bottom:30px;
    border-width:6px;
}

.agentWrapper input:checked,input#copy_kara:checked {
    background:#101d42;
}
.agentWrapper label, input#copy_kara+label {
    font-size:20px;
    display:inline-block;
    line-height:50px;
    vertical-align:top;
}

input#copy_kara + label {
    font-size:15px;
    line-height:30px;
}
.nameWrapper {
    display:block;
    overflow:auto;
}

#page-select_agent .grid_6 {
    margin-bottom:50px;
}

#page-select_agent .login, #page-receptionForm .login {
    background:#101d42;
    font-size:25px;
    margin-top:50px;
    float:left;
}
/*Select Agent Page css ends here*/

/*Reception Form Page css starts here*/

body#page-receptionForm .container {
    /*height:calc(100vh - 40px);*/
}
.receptionForm {
    max-width: 884px;
    margin: auto;
    padding: 100px 0 30px;
    background: rgba(255,255,255,0.7);
    overflow:auto;
}
.receptionForm input, .receptionForm select {
    border:none;
    border-bottom:2px solid #0c1c2b;
    margin-bottom:30px;

}

p#th {
    font-size:18px;
}
.half {
    width:calc(50% - 30px);
    margin-right:60px;
    display:block;
    float:left;
    overflow:auto;
}

.half:nth-of-type(2n) {
    margin-right:0;
}

form textarea {
    font-style:italic;
    height:100px;
    outline:none;
    border:none;
    background:#f5f6f6;
}

.receptionForm h1 {
    text-align:left;
}
.receptionForm .login {
    margin:0!important;
}

.receptionForm div#reception_form1_thankyou .login {
    background:#0457a3;
}
.receptionForm img {
    margin:30px 0;
    max-width:200px;
}

.receptionForm .grid_12 ul.parsley-errors-list.filled li, .receptionForm .grid_12 ul.parsley-errors-list li {
    top:105px;
}
/*Reception Form Page css ends here*/

#page-logout .login {
    margin-top:70px;
}

@media screen and (max-width : 768px) {

    #page-select_project a.grid_3 {
        max-height:123px;
    }
}

