body {
    font-family: 'Gotham_Regular', sans-serif;
    font-size: 14px;
    line-height: 1.52222222;
    color: #ffffff;
    overflow-x: hidden;
    position: relative;
    background-color: #7faabf;
    text-align: center;
/*     height: 100%;
    width: 100%;
    overflow-y: hidden; */
}
.bg-form {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #7faabf;
    z-index: -1;
    background-image: url("../images/main_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
::-moz-selection {
    color: #EFEFEF;
    background: rgba(0, 0, 0, 0.7);
}
::selection {
    color: #EFEFEF;
    background: rgba(0, 0, 0, 0.7);
}
* {outline: none;}
h3 {
    font-size: 24px;
    color: #444444;
}
section {
    position: relative;
}
a {
    color: #24a7bf;
    text-decoration: none;
    outline: none;
}
a,
button,
input[type="submit"] {
    outline: none !important;
}
p {
    font-size: 15px;
    margin-bottom: 17px
}
p:last-child {
    margin-bottom: 0
}
section {
    position: relative
}
section.section-block {
    padding: 100px 0
}
a, button, input[type="submit"] {
    color: #24a7bf ;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all ease-in-out 300ms !important;
    -moz-transition: all ease-in-out 300ms !important;
    transition: all ease-in-out 300ms !important;
}
input[type="submit"] {
    color: #ffffff;
}
input[type="submit"]:disabled {
    cursor: default;
}
::-webkit-input-placeholder {
    color: #999999;
}
:-moz-placeholder {
    color: #999999;
}
::-moz-placeholder {
    color: #999999;
}
:-ms-input-placeholder {
    color: #999999;
}
input:focus::-webkit-input-placeholder {
    color: #dedede
}
input:focus:-moz-placeholder {
    color: #dedede
}
input:focus::-moz-placeholder {
    color: #dedede
}
input:focus:-ms-input-placeholder {
    color: #dedede
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.clearfix:after {
   content: "";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.container,
.mini-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    max-width: 1250px;
}
.mini-container  {
    max-width: 1150px;
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
strong,
b {
    font-weight: bold;
}
.field input[type="text"]:focus::placeholder,
.field input[type="number"]:focus::placeholder,
.field input[type="email"]:focus::placeholder,
.field input[type="password"]:focus::placeholder,
.field textarea:focus::placeholder {
    color: #949494;
}
.field input[type="text"],
.field input[type="number"],
.field input[type="email"],
.field input[type="password"],
.field select,
.field textarea {
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    height: 38px;
    background: #ffffff;
    border: 1px solid #e8eef1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
    outline: none;
    color: #061421;
    font-size: 14px;
    padding: 0 15px;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -ms-transition: all linear 300ms;
    transition: all linear 300ms;
    font-weight: 300;
    -webkit-box-shadow: inset 0 1px 2px #E9E9E8;
    -moz-box-shadow: inset 0 1px 2px #E9E9E8,0 0 0 1000px #fbfbfa inset;
    box-shadow: inset 0 1px 2px #E9E9E8, 0 0 0 1000px #fbfbfa inset;
}
.field input[type="text"]:focus,
.field input[type="number"]:focus,
.field input[type="email"]:focus,
.field input[type="password"]:focus,
.field select:focus,
.field textarea:focus {
    background: #f9f9f9;
}
.field textarea {
    height: 147px;
    padding: 15px;
    resize: none;
}
.field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../images/arrow-down.png') no-repeat right center !important;
    background-color: #ffffff !important;
    text-transform: capitalize;
    background-size: 20px !important;
}
::-webkit-input-placeholder {
    color: #bbbbbb;
}
::-moz-placeholder {
    color: #bbbbbb;
}
:-ms-input-placeholder {
    color: #bbbbbb;
}
:-moz-placeholder {
    color: #bbbbbb;
}
.field {
    margin-bottom: 15px;
}
label {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 3px;
    display: block;
    color: #585858;
}
.btn-primary {
    border: none;
    display: inline-block;
    background: #f56400;
    color: #ffffff;
    text-transform: none;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    padding: 0 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
}
h2.rotate_text {
    font-family: 'Gotham_Thin', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    position: fixed;
    top: 50%;
    /* left: 50%; */
    width: 100vh;
    text-align: center;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
h2.rotate_text:before,
h2.rotate_text:after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #ffffff;
}
h2.rotate_text:before {
    width: 26%;
    bottom: 50%;
    left: 0;
}
h2.rotate_text:after {
    width: 26%;
    bottom: 50%;
    right: 0;
}
.rotate_text_body {
    width: auto;
    position: absolute;
    height: 100vh;
    left: 5%;
}
.main_content {
    text-align: center;
    /* width: 80%; */
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto;
    margin-top: 33px;
    margin-bottom: 33px;
}
.main_content img {
    margin: 0 auto;
}
.main_content h1 {
    font-family: 'Gotham_Bold', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 80px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.flex_container {
/*     display: flex;
    flex-flow: row;
    flex-wrap: wrap; */
    margin-top: 70px;
}
.flex-grid-5 {
    /* flex: 0 0 20%; */
    padding: 0 10px;
}
.icon_body {
    position: relative;
    height: 100%;
}
.icon_img {
    background-image: url('../images/sprite.png');
    display: inline-block;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    transition:  all ease-in-out 130ms;
    -webkit-transition:  all ease-in-out 130ms;
    -moz-transition:  all ease-in-out 130ms;
    -o-transition:  all ease-in-out 130ms;
}
.icon_themed {
    width: 109px;
    height: 126px;
    background-size: 109px;
    background-position: 4px 4px;
}
.icon_themed:hover {
    background-image: url('../images/sprite_hover.png');
    background-color: #ffffff;
    width: 170px;
    height: 170px;
    background-size: 141px;
    border-radius: 500px;
    background-position: 17px 9px;
    box-shadow: 0 0 8px rgba(78, 78, 78, 0.4);
    margin-top: -14px;
}
.icon_bridge {
    width: 110px;
    height: 110px;
    background-size: 110px;
    background-position: 3px -140px;
    top: 11px;
}
.icon_bridge:hover {
    background-image: url('../images/sprite_hover.png');
    background-color: #ffffff;
    width: 170px;
    height: 170px;
    background-size: 158px;
    border-radius: 500px;
    background-position: 10px -194px;
    box-shadow: 0 0 8px rgba(78, 78, 78, 0.4);
    margin-top: -25px;
}
.icon_identification {
    width: 117px;
    height: 117px;
    background-size: 117px;
    background-position: 0px -285px;
    top: 8px;
}
.icon_identification:hover {
    background-image: url('../images/sprite_hover.png');
    background-color: #ffffff;
    width: 170px;
    height: 170px;
    background-size: 155px;
    border-radius: 500px;
    background-position: 8px -370px;
    box-shadow: 0 0 8px rgba(78, 78, 78, 0.4);
    margin-top: -22px;
}
.icon_facade {
    width: 109px;
    height: 109px;
    background-size: 109px;
    background-position: 4px -388px;
    top: 13px;
}
.icon_facade:hover {
    background-image: url('../images/sprite_hover.png');
    background-color: #ffffff;
    width: 170px;
    height: 170px;
    background-size: 160px;
    border-radius: 500px;
    background-position: 11px -565px;
    box-shadow: 0 0 8px rgba(78, 78, 78, 0.4);
    margin-top: -27px;
}
.icon_sculptural {
    width: 98px;
    height: 136px;
    background-position: 0px -544px;
    top: 5px;
}
.icon_sculptural:hover {
    background-image: url('../images/sprite_hover.png');
    background-color: #ffffff;
    width: 170px;
    height: 170px;
    background-size: 127px;
    border-radius: 500px;
    background-position: 31px -586px;
    box-shadow: 0 0 8px rgba(78, 78, 78, 0.4);
    margin-top: -19px;
}
.btn-float {
    background-color: #f04f0a;
    position: fixed;
    right: 0;
    width: 250px;
    top: 48%;
    height: 55px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btn-float a {
    display: block;
    height: 55px;
    color: #ffffff;
    font-family: 'Gotham_Regular', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1em;
}
.btn-float a span.spantext,
.btn-float a span.spanicon {
    white-space: nowrap;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.btn-float a span.spantext {
    text-align: right;
    font-size: 16px;
    position: relative;
    top: 10px;
    padding: 0 9px;

}
.btn-float a span.spanicon i {
    position: relative;
    width: 55px;
    display: block;
    height: 55px;
    background-color: #d84709;
    -webkit-transition: all ease-in-out 150ms;
    -moz-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
}
.btn-float a span.spanicon i:after {
    position: absolute;
    display: block;
    content: "";
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 30px;
    background-size: 20px;
    background-image: url('../images/arrow.png');
}
.btn-float a:hover span.spanicon i{
        background-color: #bb3d07;
}
.ui-tooltip {
    font-family: 'Gotham_Regular', sans-serif;
    color: #010000;
    background-color: #ffffff;
    padding: 0;
    font-size: 16px;
    text-align: center;
    border: none !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0px 1px 10px rgba(45, 45, 45, 0.7);
    -moz-box-shadow: 0px 1px 10px rgba(45, 45, 45, 0.7);
    /* position: relative; */
    box-shadow: 0px 1px 10px rgba(45, 45, 45, 0.7);
}
.ui-tooltip img {
    display: block;
    position: relative;
    width: 320px;
    min-height: 320px;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    right: 0;
}
.ui-tooltip-content {
    position: relative;
    padding: 0;
    border: none !important;
    line-height: 1.3em;
}
.ui-tooltip-content::after, .ui-tooltip-content::before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
}
.bottom .ui-tooltip-content::before {
    bottom: -10px;
    border-color: #ffffff transparent;
    border-width: 10px 10px 0;
}
.top .ui-tooltip-content::before {
    top: -10px;
    border-color: #ffffff transparent;
    border-width: 0 10px 10px;
}
.bottom .ui-tooltip-content::after {
    bottom: -10px;
    border-color: white transparent;
    border-width: 10px 10px 0;
}
.top .ui-tooltip-content::after {
    top: -10px;
    border-color: white transparent;
    border-width: 0 10px 10px;
}
span.copyright {
    position: fixed;
    right: 4%;
    bottom: 3%;
    text-transform: uppercase;
    color: #3b4f59;
    font-size: 10px;
}
@media only screen and (max-width: 920px) {
    .rotate_text_body {
        width: auto;
        position: relative;
        height: auto;
        left: 0;
        margin-top: 40px;
    }
    h2.rotate_text {
        font-size: 28px;
        position: relative;
        top: 0%;
        width: auto;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .flex_container {
        margin-top: 40px;
    }
    .btn_container {
        padding: 0 25px;
        margin: 85px 0 40px 0;
    }
    .btn-float {
        background-color: #f04f0a;
        position: relative;
        margin: 0 auto; 
    }
    .main_content h1 {
        font-size: 40px;
        margin-top: 65px;
    }
    .main_content img {
        max-width: 105px;
    }

    .icon_themed:hover,
    .icon_bridge:hover,
    .icon_identification:hover,
    .icon_facade:hover,
    .icon_sculptural:hover {
        margin-top: 0;
        top: -10px;
        width: 126px;
        height: 126px;
    }
    .icon_themed:hover {
        background-size: 100px;
    }
    .icon_bridge:hover {
        background-size: 114px;
        background-position: 10px -139px;
    }
    .icon_identification:hover {
        background-size: 114px;
        background-position: 7px -273px;
    }
    .icon_facade:hover {
        background-size: 114px;
        background-position: 10px -400px;
    }
    .icon_sculptural:hover {
        background-size: 95px;
        background-position: 23px -438px;
    }
    span.copyright {
        font-size: 10px;
        position: relative;
        transform: none;
        right: 0;
        bottom: 0;
        margin-bottom: 10px;
        display: block;
    }
}
.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {display: none !important;}
@media only screen and (max-width: 620px) {
    .main_content img {max-width: 90px;}
    .main_content h1 {
        font-size: 25px;
        margin-top: 45px;
    }
    h2.rotate_text {font-size: 20px;}
    .btn-float a span.spantext {
        font-size: 14px;
    }
    .btn-float {
        width: 223px;
    }
    .rotate_text_body,
    .flex_container {
        margin-top: 30px;
    }
    h2.rotate_text:before,
    h2.rotate_text:after {
        width: 21%;
    }
    .main_content {
        margin-top: 30px;
    }
}