@font-face {
    font-family: 'Acumin Pro';
    src: url('/fonts/AcuminPro-Medium.eot');
    src: url('/fonts/AcuminPro-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/AcuminPro-Medium.woff2') format('woff2'), url('/fonts/AcuminPro-Medium.woff') format('woff'), url('/fonts/AcuminPro-Medium.ttf') format('truetype'), url('/fonts/AcuminPro-Medium.svg#AcuminPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/fonts/AcuminPro-Light.woff2') format('woff2'), url('/fonts/AcuminPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 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;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.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 {
    float: left;
    display: block;
}

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8 {
    margin-right: 10px;
    height: 275px;
    background-size: cover;
    float: left;
}

.g6, .g7, .g8 {
    height: 197px;
}

.g1 {
    width: calc(31% - 6.66px);
}

.g2 {
    width: calc(38% - 6.66px);
}

.g3 {
    width: calc(28% - 6.66px);
}

.g4 {
    width: calc(34% - 6.66px);
}

.g5 {
    width: calc(38% - 6.66px);
}

.g6 {
    width: calc(20% - 6.66px);
}

.g7 {
    width: calc(25% - 6.66px);
}

.g8 {
    width: calc(55% - 6.66px);
}

.mb10 {
    margin-bottom: 10px;
}

.last {
    margin-right: 0;
}

.rightfloat {
    float: right;
}

.prl20 {
    padding-right: 30px;
    padding-left: 30px;
}

.pr40 {
    padding-right: 60px;
}

.pl40 {
    padding-left: 60px;
}

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: korolev-rounded, sans-serif;
    /*font-family: acumin-pro, sans-serif;*/
    font-size: 17.66px;
    background: #000;
    color: #fff;
    margin: 0;
    letter-spacing: 0.04em;
    padding: 0;
}

.container {
    width: 1020px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 1;
}

#landing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    min-height: 650px;
    z-index:100;
    transition:opacity 3s;
}

.m1 {
    position: absolute;
    right: 0;
    top: 100px;
    width: 380px;
    display: block;
}

p.hero span {
    font-size: 23px;
    letter-spacing: 8.62px;
    color: #00aeef;
    font-style: italic;
    display: block;
    padding-bottom: 40px;
}

p.hero {
    position: absolute;
    left: 0;
    bottom: 100px;
    font-size: 17.25px;
    letter-spacing: 1.78px;
    color: #fff;
}

.container.full-c {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1;
}

.blue {
    color: #00aeef;
}

p {
    text-align: left;
    margin: 0;
    font-family: 'Acumin Pro';
}

h1, .h1 {
    font-size: 51.65px;
    color: #00aeef;
    margin-bottom: 1.5em;
    font-style: italic;
}

span.wb {
    color: #fff;
    font-weight: bold;
    font-style: normal;
}

span.wbi {
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.black {
    color: #000;
}

h2 {
    color: #00aeef;
    font-size: 51px;
    font-style: italic;
}

h3 {
    font-weight: bold;
    color: #00aeef;
    font-size: 38.58px;
    line-height: 1.3;
}

h4 {
    font-weight: bold;
    color: #00aeef;
    font-size: 31.95px;
    line-height: 1.3;
}

.bgblue {
    background: #00aeef;
}

.bggray {
    background: #d1d1d1;
}
/* Navigation */
header {
    top: 0;
    height: 144px;
    width: 100%;
    display: block;
    position: fixed;
    background: #000;
    text-align: center;
    z-index: 50;
}

.logo {
    left: 0;
    width: 240px;
    z-index: 3;
}

#nav {
    text-align: right;
    right: 0;
    z-index: 1;
}

    #nav li {
        list-style: none;
        display: inline-block;
        margin-right: 30px;
        padding: 5px 10px;
        position: relative;
    }

        #nav li:last-child {
            margin-right: 0;
        }

        #nav li a {
            color: #fff;
            text-transform: uppercase;
            font-size: 14.22px;
            letter-spacing: 1.48px;
        }

        #nav li.enquire {
            background: #00aeef;
            color: #fff;
        }
#page-home #nav li.home a,
#page-gazcorp #nav li.gazcorp a,
#page-location #nav li.location a,
#page-overview #nav li.overview a{
    color: #00aeef;
}
/* nav-toggle */
#nav-toggle {

    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 24px;
    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: 400px;
    max-width: calc(100% - 40px);
    margin: 0 auto 80px auto;
    background: #000;
    min-height:calc(100vh - 620px)
}



input, textarea {
    font-size: 16px;
    margin: 0 auto 10px auto;
    padding: 12px;
    width: 100%;
    color: #000;
    border: 0 none;
    background: #00aeef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    text-align: left;
    font-family: 'Acumin Pro';
}

    input.b_submit {
        background: #000;
        border: 1px solid #00aeef;
        width: 110px;
        cursor: pointer;
        text-align: center;
        color: #00aeef;
        font-family: korolev-rounded, sans-serif;
        font-style: italic;
        text-align: center;
        letter-spacing: 0.1em;
    }

.download {
    color: #00aeef;
    display: block;
    width: 375px;
    border: 1px solid #00aeef;
    font-family: korolev-rounded, sans-serif;
    font-style: italic;
    font-size: 30.69px;
    letter-spacing: 0.1em;
    padding: 18px 0;
    margin: 30px auto 60px auto;
    text-align: center;
    max-width:100%;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

/*footer*/
footer {
    padding: 100px 0;
    border-top: 1px solid #fff;
    font-size: 14px;
    font-family: 'Acumin Pro';
}
footer .pl40 {
 padding-left: 22px;
}
#main.fixed {
    height: 1px;
    overflow: hidden;
}

#background {
background:#000;
    position: fixed ;
    z-index:800;
        display: none;
    opacity: 0;
    transition: opacity 0.8s;
    top:0;
    left:0;
    right:0;
    bottom:0;
}.close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    margin: 0 auto;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position: 10px center;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    text-align: center;
    z-index: 1050;
    background: none !important;
    opacity: 0.8;
}

    .close:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 1px;
        height: 30px;
        transform: rotate(45deg);
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center;
        background: #fff;
    }

    .close:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 1px;
        height: 30px;
        transform: rotate(-45deg);
        transform-origin: center;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        background: #fff;
    }

#privacy

{
    display:block;
    width:100%;
    margin:25px auto 0 auto;
    color:#fff;
    text-align:center
}
#pp {
    display: none;
    opacity: 0;
    transition: opacity 0.8s;
    overflow: initial;
        z-index:801;
      position:absolute;
      top:0;
      left:0;
      padding:10vh 0 0 0;
      width:100%;
      
}
.logo-f {
    display: block;
    width: 185px;
}

#nav-f li {
    display: block;
    list-style: none;
}

    #nav-f li a {
        color: #00aeef;
    }



.contact {
    display: block;
}

    .contact span {
        display: inline-block;
        color: #00aeef;
        width: 20px;
        text-align: left;
    }

.logo-gaz {
    width: 155px;
    display: block;
    float: right;
}

.gazW {
    display: block;
    width: 245px;
    margin-bottom: 65px;
}

.link {
    display: block;
    width: calc(33.33% - 13.33px);
    float: left;
    margin-right: 20px;
    position: relative;
}

    .link img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
    }

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.55);
    transition: opacity 0.6s;
    opacity: 0;
    z-index: 1;
}

.link:hover .overlay {
    opacity: 1;
}

.overlay .middle {
    text-align: center;
    font-family: 'Acumin Pro';
    font-size: 20px;
    color: #fff;
}

.link.last {
    margin-right: 0;
}
/* 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;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .wrapper > * {
        flex: 1;
        margin: 5px;
    }

    .wrapper > .box-wrap > .box {
        flex: 1;
    }

.box-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.imagewrapper {
    margin-bottom: 40px;
    display: flex;
}

.imgholder {
    align-self: center;
    width: 100%;
}

#map {
    height: 600px;
    margin: 80px auto 80px auto;
}

.mb15 {
    margin-bottom: 15px;
}
#pp h3 {
    font-weight: bold;
    color: #00aeef;
    font-size: 22.58px;
    margin-bottom:25px;
}
.mb25 {
    margin-bottom: 25px;
}

.max340 {
    max-width: 340px;
}

.max440 {
    max-width: 440px;
}

.max480 {
    max-width: 480px;
}

.max460 {
    max-width: 460px;
}

.max210 {
    max-width: 210px;
}

.pl100 {
    padding-left: 100px;
}

.max135 {
    max-width: 135px;
}

.max520 {
    width: 510px;
    max-width: 100%;
    float: right;
}

.f15 {
    font-size: 15.6px;
}

.f16 {
    font-size: 16px;
    letter-spacing: 0;
}

.light {
    font-weight: 300;
}

.f20 {
    font-size: 20.66px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt120 {
    padding-top: 120px;
}

.pb120 {
    padding-bottom: 120px;
}

.pt230 {
    padding-top: 230px;
}
.fullwidth{
	width: 100%
}
.top-banner{
	position: relative;
	height: 80vh;
	background-size: cover;
	background-position: center center;
}
.top-banner .container{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	height: 100%;
}
.top-banner .container h2{
	margin-top: auto;
	margin-bottom: 40px;
}
#page-planning {
	background: #ffffff;
}
#page-planning footer {
	background: #000000;
}
#page-planning p{
	font-size: 12px;
	color: #000;
	line-height: 18px
}

.content-holder{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column
}
.content-holder *{
	color: #000 ;
	font-size: 12px;
	line-height: 22px;
		font-family: 'Acumin Pro';
}
.row {
	width: 100%;
	justify-content: space-between;
	align-content: center;
	flex-direction: column;
	margin-bottom: 30px;
}
._wrapper{
	display: flex;
	justify-content: space-between;
	align-content: center
}
._wrapper .grid_9{
	width: calc(100% - 80px)
}
 
.date{
	display: inline-block;
	padding-right: 20px
}

.icons-holder{
	width: 70px;
		display: flex;
	justify-content: space-between;
	align-content: center;
	margin-left: auto;
	margin-bottom: 20px;
}
.icons-holder a{
	margin: auto
}
.icons{
	display: block;
	height: 16px;
	margin: auto;
	 
}
.title{
	font-weight: bold;
	color: #3399FF !important;
	border-bottom: 1px solid #3399FF;
	margin-bottom: 10px
}
.contact-info{
	color: #fff !important;
	font-weight: bold;
	background: #3399FF;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
#page-planning .grid_4 .row{
	border: 1px solid #3399FF;
}

.contact-details{
	padding: 10px
}
.contact-details *{
	letter-spacing: 0;
	color: #000;
	padding-bottom: 0
}
.contact-details p{
	margin-bottom: 15px
}
.contact-details .title{
	display: block;
	color: #3399FF;
	font-weight: bold;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.Accesstoinformation p:first-child{
	border-top: 2px solid #3399FF;
	padding-top: 20px;
	margin-top: 40px;
	border-bottom: 0;
	margin-bottom: 0;
	
}
.Accesstoinformation p:nth-child(2){
	padding: 20px 0
}

 


@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 800px) {
    .m1 {
        top: 60px;
        width: 200px;
    }

    p.hero {
        bottom: 80px;
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    p.hero {
        bottom: 80px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .logo {
        width: 114px;
    }

    header {
        height: 60px;
    }

    h1, .h1, h2 {
        font-size: 29.65px;
    }

    .pt230 {
        padding-top: 140px;
    }

    .pt80 {
        padding-top: 50px;
    }

    .pb80 {
        padding-bottom: 50px;
    }

    .pt50 {
        padding-bottom: 50px;
    }

    .pt120 {
        padding-top: 60px;
    }

    #nav-toggle {
        display: block;
    }

    .link {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #map {
        height: 100vw;
        margin: 50px auto 50px auto;
    }

    ul#nav {
        height: 100vh;
        top: 60px;
        background: #000;
        width: calc(100% + 40px);
        left: -20px;
        transform: translateX(-110%);
        transition: transform 0.7s;
    }

        ul#nav.active {
            transform: translateX(0);
        }

        ul#nav li {
            display: block;
            margin: 25px auto !important;
            width: 150px;
            text-align: center;
            padding: 8px 0;
        }


    .grid_6, .grid_3, .grid_7, .grid_5, .grid_4 {
        width: 100%;
    }

    .pl40, footer .pl40 {
        padding-left: 0px;
    }

    footer {
        padding: 60px 0 40px 0;
    }

        footer .grid_3 {
            margin-bottom: 20px;
        }

    .logo-f {
        width: 140px;
    }

    .logo-gaz {
        width: 120px;
        float: left;
    }

    .mbm, .mb60 {
        margin-bottom: 40px;
    }

    .max520 {
        max-width: calc(100% - 40px);
        float: none;
        margin: 0 auto 40px auto;
    }

    .pl100 {
        padding-left: 20px;
        padding-right: 20px;
    }

    h4, h3 {
        font-size: 22px;
    }

    .prl20 {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .pr40 {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .pl40, footer .pl40 {
        padding-left: 0;
    }

    .g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8 {
        margin-right: 0;
        margin-bottom: 10px;
        height: calc(100vw - 40px);
        width: 100%;
        float: left;
    }

    .g2, .g4, .g8 {
        height: calc(50vw - 20px);
    }

    .gazW {
        width: 185px;
        margin-bottom: 45px;
    }
    .download
    {
        font-size:26px;
    }
 .overlay {
         background: rgba(0,0,0,0.35);
    opacity: 1;
    }
	._wrapper{
		flex-direction: column
	}
	._wrapper .grid_9{
		flex-direction: column;
		width: 100%;
		align-content: flex-start
	}
	._wrapper .grid_9 span:last-child{
		width: calc(100% - 70px) ;
		display: inline-block;
	}
}

@media screen and (max-width : 420px) {
}
