/************** ../fonts list *************/

@font-face {
    font-family: 'Effra-Regular';
    src: url("../fonts/effra/effra-regular.eot");
    src: url("../fonts/effra/effra-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/effra/effra-regular-ttf.ttf") format("truetype"), url("../fonts/effra/effra-regular-svg.svg#effra_regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra-Medium';
    src: url("../fonts/effra/effra-medium.eot");
    src: url("../fonts/effra/effra-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/effra/effra-medium.ttf") format("truetype"), url("../fonts/effra/effra-medium.svg#effra_medium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra-Light';
    src: url("../fonts/effra/effra-light.eot");
    src: url("../fonts/effra/effra-light.eot?#iefix") format("embedded-opentype"), url("../fonts/effra/effra-light.ttf") format("truetype"), url("../fonts/effra/effra-light.svg#effra_light") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra-Heavy';
    src: url("../fonts/effra/effra-heavy.eot");
    src: url("../fonts/effra/effra-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/effra/effra-heavy.ttf") format("truetype"), url("../fonts/effra/effra-heavy.svg#effra-heavy") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra-Bold';
    src: url("../fonts/effra/effra-bold.ttf");
    font-weight: normal;
    font-style: normal;
}


/*** Main styles  - b ***/

body {
    font-family: 'Effra-Regular', Sans-Serif;
    color: #434142;
    font-size: 16px;
    background-size: cover !important;
    position: relative;
    min-height: 1000px;
}

.content {
    color: #ffffff;
    margin-top: 160px;
}

.error {
    color: red;
    position: absolute;
    left: 0;
    bottom: -20px;
    display: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Effra-Bold', Sans-Serif;
    text-transform: uppercase;
    margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
select {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
a:hover,
a:focus {
    color: #ffffff;
}

a {
    text-decoration: underline
}

a:hover,
a:focus {
    text-decoration: none;
}

select {
    color: #434142;
}

body>.container,
body>.row,
body>.col-md-8 {
    height: 100%;
}

body>.container {
    position: relative;
}

img {
    width: 100%;
}


/*** Main styles  - e ***/


/*** Welcome styles  - b ***/

#welcome {
    background: url('../img/Img_Hero.jpg') no-repeat center 0px #000000
}

#welcome .logodiv {
    margin-bottom: 50px;
}

#welcome .imgLogo {
    width: 228px;
    height: 74px;
}

#welcome h1,
#withmap h1 {
    padding: 3px 15px;
    background-color: #c72f2a;
    display: inline-block;
}

#welcome h1 {
    font-size: 60px;
}

#withmap h1 {
    font-size: 40px;
    margin-bottom: 50px;
}

#welcome h2 {
    font-size: 40px;
    display: inline-block;
    max-width: 480px;
    line-height: 50px;
}

#welcome select {
    width: 430px;
    height: 55px;
    display: inline-block;
    float: left;
    padding-left: 10px;
    margin-right: 30px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url('../img/Icon_Dropdown_arrow.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 17px;
    left: 300px;
    background-color: #fff;
}

.selectionouter {
    position: relative;
}

select option:hover {
    box-shadow: 0 0 10px 100px #c72f2a inset;
}

.button {
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
}

.btnarrow {
    background-size: 32px 32px;
}

.btnred.btnarrow {
    height: 55px;
    width: 78px;
    background: url("../img/Icon_Arrow_right.svg") no-repeat center center #c72f2a;
}

.btnwhite {
    background: url("../img/Icon_Arrow_black.svg") no-repeat calc(100% - 14px) calc(100% - 10px) #ffffff;
    background-size: 20px 20px;
    padding: 8px 50px 8px 15px;
    color: #434142 !important;
}

.btnwhite:hover {
    text-decoration: underline !important;
}

p.internal {
    margin-bottom: 100px;
}

p.internal,
a.external {
    float: left;
}

p.internal,
p.internal a {
    font-size: 24px;
}

a.external {
    font-size: 20px;
    padding-left: 40px;
}


/*
a.external.absext {
    position: absolute;
    bottom: 50px;
    left: 0px;
    margin-left: 5px;
	padding-left:50px;
}
*/

a.external:before {
    content: "";
    background: url("../img/Icon_Link.svg") no-repeat center center transparent;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 15px;
}


/*** Welcome styles  - e ***/


/*** With map styles  - b ***/

body#withmap {
    background-color: #434142;
}

#withmap .logodiv {
    margin-bottom: 50px;
}

#withmap .imgLogo {
    width: 142px;
    height: 46px;
}

a.backlink {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 30px;
    display: block;
}

.backlink:before {
    content: "";
    background: url("../img/Icon_Arrow_left.svg") no-repeat center center transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 15px;
}

.mapintro {
    margin-bottom: 50px;
    display: block;
}

.buildlink {
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.buildlink.clicked {
    padding-left: 40px;
}

.buildlink.clicked:before {
    content: "";
    background: url("../img/Icon_Arrow_right.svg") no-repeat center center transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 15px;
}

.MapDiv {
    position: relative;
}

.MapImage {
    width: 650px;
    height: 650px;
}

.overlaydivouter .overlay {
    position: absolute;
    padding-bottom: 30px;
    background: url("../img/Img_Rollover_triangle.svg") no-repeat center bottom transparent;
    display: none;
}

.hotspoticon img {
    max-width: 100%;
    max-height: 100%;
    width: 17px;
    position: absolute;
}

.buildlinksdiv {
    position: relative;
    left: -15px;
}

.buildlinksrow.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.buildlinksrow h2 {
    font-size: 24px !important;
    text-transform: capitalize !important;
}

.overlayinner {
    position: relative;
    border: 5px solid #ffffff;
    z-index: 99;
}

.olDetails {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
}

.olDetails h3 {
    font-size: 16px !important;
    margin-bottom: 15px;
}


/*** With map styles  - e ***/

/*** Media queries - b ***/

@media only screen and (min-width: 768px) {
    .buildlinksrow .col-sm-6:nth-of-type(odd) {
        /* padding-left: 0px !important;*/
    }
}

@media only screen and (max-width: 767px) {
    .content {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 699px) {
    .MapDiv {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #welcome select {
        width: 100%;
    }
}


/* IE10+ CSS styles go here */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .btnwhite {
        background: url("../img/Icon_Arrow_black.svg") no-repeat 123px center #ffffff !important;
        background-size: 20px 20px !important;
    }
}


/* IE Edge 14+ CSS styles go here */

@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
    .btnwhite {
        background: url("../img/Icon_Arrow_black.svg") no-repeat 123px center #ffffff !important;
        background-size: 20px 20px !important;
    }
}


/*** Media queries - e ***/