﻿@font-face {
    font-family: 'OratorStd';
    src: url('../css/fonts/orator-10-pitch-bt.eot');
    src: url('../css/fonts/orator-10-pitch-bt.eot') format('embedded-opentype'),
    url('../css/fonts/orator-10-pitch-bt.ttf') format('truetype');
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    outline: 0;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

body {
    font-family: 'OratorStd', "Myriad Pro", Arial, sans-serif;
}

html, body {
    height: 100%;
    background: #fff
}

h1, h2, h3 {
    font-weight: 400;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

.container {
    width: 1080px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.container-fluid {
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 9999
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    min-height: 1px;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.scrollup {
    width: 35px;
    height: 35px;
    background: url(../images/icon/scrollup.png) no-repeat;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    z-index: 9;
}

.mobilevisible {
    display: none
}

.mobilenone {
    display: block;
}

/* KEYFRAME */

/* Logo Animate */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes width {
    0%, 20%, 50%, 80%, 100% {
        width: 100%;
    }
    50% {
        width: 80%;
    }
}

@keyframes width {
    0%, 20%, 50%, 80%, 100% {
        width: 100%;
    }
    50% {
        width: 80%;
    }
}

/* Logo Animate */

/* Cloud is coming */
@-webkit-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -1000px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -1000px;
    }
}

@-o-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -1000px;
    }
}

/* Cloud is coming */

/* Winter is coming */
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-color: #b4cfe0;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #6b92b9;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

/* Winter is coming */

/* Rain is coming */
@keyframes rain {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 0px 1000px, 0px 1000px, 0px 300px;
    }
}

@-moz-keyframes rain {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 0px 1000px, 0px 1000px, 0px 300px;
    }
}

@-webkit-keyframes rain {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-color: #b4cfe0;
    }
    100% {
        background-position: 0px 1000px, 0px 1000px, 0px 300px;
        background-color: #6b92b9;
    }
}

@-ms-keyframes rain {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 0px 1000px, 0px 1000px, 0px 300px;
    }
}

@-webkit-keyframes fall {
    to {
        margin-top: 900px;
    }
}

@-moz-keyframes fall {
    to {
        margin-top: 900px;
    }
}

/* Rain is coming */

/* Storm is coming */
@keyframes storm {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes storm {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes storm {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-color: #b4cfe0;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #6b92b9;
    }
}

@-ms-keyframes storm {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

/* Storm is coming */

/* Sun is coming */
@-webkit-keyframes ray_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Sun is coming */

/* KEYFRAME */

.introduction {
    height: 100%;
    height: calc(100% - 6px);
    width: 100%;
    position: relative;
    z-index: 99
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #0a8da5; /* Old browsers */
}

header {
    width: 100%;
    background: #00acc8;
    position: fixed;
    min-height: 5px;
    z-index: 999
}

header nav {
    width: 100%;
}

header nav #navbar .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

header nav #navbar .nav li {
    float: left;
    margin-right: 20px;
    padding: 38px 0;
}

header nav #navbar .nav li a {
    color: #fff;
}

header nav .navbar-header {
    position: fixed;
    top: 40px;
    right: 45px;
    z-index: 999;
}

header #navbar {
    margin-left: auto;
    margin-right: 20px;
}

#nav-icon {
    width: 25px;
    height: 19px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 7px;
}

#nav-icon span:nth-child(4) {
    top: 14px;
}

#nav-icon.open span {
    background: #fff;
}

#nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.logo {
    width: 245px;
    height: 261px;
    text-align: center;
    position: fixed;
    left: 50%;
    margin-left: -123px;
    top: 150px;
}

.logo .img {
    position: absolute;
    z-index: 1;
}

.logo .shadow {
    width: 116px;
    height: 39px;
    position: absolute;
    z-index: 2;
    top: 200px;
    left: 50%;
    margin-left: -58px;
}

.logo .shadow img {
    width: 100%;
}

.animateActive .logo {
    left: 0;
    height: 110px;
    top: 0px;
    margin: 0;
    transition: all 1s;
}

.animateActive .logo img {
    width: 100px;
    transition: all 1s;
}

.animateActive .logo .shadow {
    display: none
}

.animateActive .talk-bubble {
    display: none;
}

.animateActive .question {
    left: 345px;
    top: 40px;
    margin: 0;
    transition: all 1s;
}

.animateActive .search {
    top: 30px;
    left: 315px;
    margin: 0;
    transition: all 1s;
}

.animateActive .introduction {
    height: 100px;
    transition: all 1s;
}

.animateActive .bg {
    height: 100px;
    transition: all 1s;
}



.animateDeactive .logo {
    width: 245px;
    height: 261px;
    text-align: center;
    position: fixed;
    left: 50%;
    margin-left: -123px;
    top: 150px;
    transition: all 1s;
}

.animateDeactive .logo img {
    width: inherit;
    position: absolute;
    z-index: 1;
    transition: all 1s;
}


.animateDeactive .bg {
    height: 100%;
    transition: all 1s;
}

.animateDeactive .question {
    position: static;
    transform: translateX(0%);
    margin-bottom: 10px;
    transition: all 1s;
}
.animateDeactive .search {
    left: 50%;
    margin-left: 0px;
    top: 450px;
    transition: all 1s;
}
.animateDeactive .introduction {
    height: 100%;
    transition: all 1s;
}

.animateActive .page-animation {
    display: none;
}





.question {
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: auto;
    min-height: 50px;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin-left: auto;
    top: 390px;
}

.question .hi {
    max-width: 100%;
    white-space: pre;
    line-height: 1.25em;
}

.question .typed-cursor {
}

.talk-bubble {
    width: 300px;
    position: fixed;
    left: 50%;
    margin-left: 100px;
    top: 100px;
    display: none
}

.talk-bubble .talktext {
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
    padding: 10px;
    position: relative;
    z-index: 1;
    color: #004955;
    font-size: 16px;
}

.talk-bubble .talkatrium {
    width: 54px;
    height: 27px;
    background: url(../images/icon/bubble.png) no-repeat;
    position: relative;
    z-index: 2;
    margin-left: 30px;
    opacity: .5
}

.form-horizontal {
}

.form-horizontal .form-group {
    margin-bottom: 10px;
    padding: 0 10px;
}

.form-horizontal .form-group .control-label {
    display: inline-block;
    max-width: 100%;
    padding-top: 8px;
    color: #595959;
    font-size: 14px;
}

label {
    max-width: 100%;
}

input[type="text"].form-control, input[type="password"].form-control, input[type="email"].form-control, textarea.form-control {
    -webkit-appearance: none;
    padding: 6px 8px;
    max-width: 100%;
    margin: 1px 0;
    color: #595959;
    display: block;
    width: 100%;
    width: calc(100% - 20px);
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    resize: none;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
    color: #595959;
    line-height: 22px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
}

.form-actions {
    padding-top: 20px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.btn-snd {
    background-color: #b02535;
    border-color: #b02535;
    color: #fff;
}

.form-horizontal .phone {
    margin-top: 5px;
}

.form-horizontal .phone label {
    margin-bottom: 10px;
}

.form-horizontal .floors {
    padding-top: 10px;
}

.form-horizontal .floors .radio-inline {
    padding-left: 40px;
}

.form-horizontal .confirmation {
    margin-top: -120px;
}

.form-horizontal .confirmation .checkbox {
    font-size: 12px;
    color: #aaa;
    line-height: 11px;
    margin-top: 20px;
}

.form-horizontal .confirmation .checkbox label {
    cursor: pointer;
    display: block;
}

.search {
    width: 400px;
    position: fixed;
    left: 50%;
    margin-left: 0px;
    top: 450px;
    display: none;
    background: rgba(16, 33, 48, .2);
    padding: 9px 13px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
    .search {
        width: 90%;
    }
}

.search input[type="text"] {
    width: calc(100% - 0px);
    background: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    outline: 0;
    padding: 0px 15px;
    color: #818990;
    font-size: 14px;
    height: 46px;
}

.search button {
    position: absolute;
    right: 14px;
    top: -2px;
    width: 65px;
    height: 50px;
    background: url(../images/icon/search.png?ver=1) right center no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.speed-menu {
    position: fixed;
    width: auto;
    left: 50%;
    margin-left: 0px;
    top: 510px;
    display: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.speed-menu .frame {
    width: 510px;
    height: 260px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

.speed-menu .frame ul.items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 22px;
}

@media screen and (max-width: 1400px) {
    .speed-menu .frame ul.items {
        font-size: 18px;
    }
}

.speed-menu .frame ul.items li {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.speed-menu .frame ul.items li a {
    color: #58e2f9;
}

.speed-menu .frame ul.items li a:hover {
    text-decoration: none;
}

.speed-menu .frame ul.items li.active a {
    text-shadow: 0px 0px 10px #58e2f9
}

footer {
    width: 100%;
    background: url(../images/bg/footer.png) repeat-x;
    border-top: 5px solid #00acc8;
    position: fixed;
    bottom: 0;
    z-index: 99;
    height: 50px;
    bottom: -2px;
}

footer .social {
    position: relative;
    float: left;
}

footer .social .link {
    float: left;
    margin-right: 20px;
}

footer .social .shared {
    cursor: pointer;
}

footer .social .sharebox {
    display: none;
    position: absolute;
    width: 93px;
    height: 33px;
    background: url(../images/bg/sharebox-bottom.png) no-repeat;
    right: -22px;
    bottom: 27px;
    z-index: 99;
}

footer .social .sharebox a {
    display: block;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

footer .copyright {
    float: left;
    font-size: 10px;
    color: #fff;
}

footer .phone {
    float: right;
    margin-right: 15px;
}

footer .phone a {
    font-size: 16px;
    color: #00acc8;
}

footer .phone a span {
    font-weight: 700;
}

footer .phone .fa-phone {
    font-size: 16px;
    vertical-align: middle;
}

footer .puxo {
    float: right;
    font-size: 10px;
    color: #fff;
}

footer .social, footer .copyright, footer .puxo, footer .phone {
    line-height: 45px;
}

footer .fa {
    color: #00ABC7;
}

.content {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 0px;
    z-index: 0
}

.content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.content::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

.projects {
    margin: 20px 0;
}

.projects .grid {
}

.projects .grid .project {
    margin: 10px;
    border: 1px solid #b3b3b3;
}

.projects .grid .project .project-img {
    overflow: hidden;
    margin-bottom: -7px;
}

.projects .grid .project .project-img img {
    width: 100%
}

.projects .grid .project .project-cat {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    background: #54c7da;
}

.projects .grid .project .project-name {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding: 10px;
    background: #4c99ab;
}

/*.map{width: 100%;height: 580px;position: relative;z-index: 2;margin-top: 15px;} */
.address {
    color: #3f5364;
    margin-top: 20px;
}

.what-do {
    width: 100%;
    background: #3f5364
}

.what-do .row {
    width: 100%;
    padding: 40px 0;
}

.what-do .grid {
    background: url(../images/bg/grid.png);
}

.what-do .row .title {
    font-size: 30px;
    color: #fff;
}

.what-do .row .text {
    font-size: 16px;
    color: #fff;
}

.what-do .row .img {
}

/* ANIMATED */
.page-animation {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
}

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.width {
    -webkit-animation-name: width;
    animation-name: width;
}

.cloud-is-coming .clouds {
    position: relative;
    width: 100%;
}

.cloud-is-coming .clouds .cloud-1 {
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
    position: absolute;
}

.cloud-is-coming .clouds .cloud-2 {
    left: 200px;
    top: 20px;
    position: absolute;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.cloud-is-coming .clouds .cloud-3 {
    left: -250px;
    top: 200px;
    position: absolute;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

.cloud-is-coming .clouds .cloud-4 {
    left: 670px;
    top: 250px;
    position: absolute;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}

.cloud-is-coming .clouds .cloud-5 {
    left: 750px;
    top: 150px;
    position: absolute;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-animation: moveclouds 10s linear infinite;
    -moz-animation: moveclouds 10s linear infinite;
    -o-animation: moveclouds 10s linear infinite;
}

.cloud-is-coming .clouds .cloud-6 {
    left: -450px;
    top: 90px;
    position: absolute;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-animation: moveclouds 30s linear infinite;
    -moz-animation: moveclouds 30s linear infinite;
    -o-animation: moveclouds 30s linear infinite;
}

.cloud-is-coming .clouds .cloud-7 {
    left: -130px;
    top: 50px;
    position: absolute;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: moveclouds 33s linear infinite;
    -moz-animation: moveclouds 33s linear infinite;
    -o-animation: moveclouds 33s linear infinite;
}

.cloud-is-coming .clouds .cloud-8 {
    left: 130px;
    top: 160px;
    position: absolute;
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    transform: scale(0.55);
    -webkit-animation: moveclouds 90s linear infinite;
    -moz-animation: moveclouds 90s linear infinite;
    -o-animation: moveclouds 90s linear infinite;
}

.cloud-is-coming .clouds .cloud-9 {
    left: -90px;
    top: 170px;
    position: absolute;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: moveclouds 80s linear infinite;
    -moz-animation: moveclouds 80s linear infinite;
    -o-animation: moveclouds 80s linear infinite;
}

.cloud-is-coming .clouds .cloud-10 {
    left: 200px;
    top: 120px;
    position: absolute;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: moveclouds 60s linear infinite;
    -moz-animation: moveclouds 60s linear infinite;
    -o-animation: moveclouds 60s linear infinite;
}

.cloud-is-coming .clouds .cloud-11 {
    left: 600px;
    top: 30px;
    position: absolute;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation: moveclouds 80s linear infinite;
    -moz-animation: moveclouds 80s linear infinite;
    -o-animation: moveclouds 80s linear infinite;
}

.snow-is-coming .jon-snow {
    position: relative;
    width: 100%;
    height: 100%;
}

.snow-is-coming .bottom {
    width: 100%;
    height: 74px;
    background: url(../images/snow/bottom.png) repeat-x;
    position: fixed;
    bottom: 40px;
    z-index: 999;
}

.snow-is-coming .jon-snow .snow {
    background-image: url('../images/snow/snow.png'), url('../images/snow/snow3.png'), url('../images/snow/snow2.png');
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

.rain-is-coming .logo {
    width: 274px;
    top: 102px;
    margin-left: -137px
}

.rain-is-coming .logo .shadow {
    top: 253px;
}

.rain-is-coming .jon-rain {
    position: relative;
    width: 100%;
    height: 100%;
}

.rain-is-coming .top-cloud {
    width: 100%;
    height: 109px;
    background: url(../images/rain/cloud.png) center bottom repeat-x;
    position: fixed;
    top: 0px;
    z-index: 4;
}

.rain-is-coming .top-cloud-2 {
    width: 100%;
    height: 109px;
    background: url(../images/rain/cloud2.png) left bottom repeat-x;
    position: fixed;
    top: 20px;
    z-index: 2;
}

.rain-is-coming .jon-rain .rain {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}

.rain-is-coming .jon-rain .drop {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2Q5ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(183, 217, 243, 1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b7d9f3', GradientType=0); /* IE6-8 */
    width: 1px;
    height: 89px;
    position: absolute;
    -webkit-animation: fall .63s linear infinite;
    -moz-animation: fall .63s linear infinite;
    z-index: 3;
}

.storm-is-coming .logo {
    width: 312px;
    top: 102px;
    margin-left: -156px
}

.storm-is-coming .logo .shadow {
    top: 242px;
    margin-left: -23px
}

.storm-is-coming .jon-storm {
    position: relative;
    width: 100%;
    height: 100%;
}

.storm-is-coming .top-cloud {
    width: 100%;
    height: 109px;
    background: url(../images/storm/cloud.png) center bottom repeat-x;
    position: fixed;
    top: 0px;
    z-index: 4;
}

.storm-is-coming .top-cloud-2 {
    width: 100%;
    height: 109px;
    background: url(../images/storm/cloud2.png) left bottom repeat-x;
    position: fixed;
    top: 20px;
    z-index: 2;
}

.storm-is-coming .jon-storm .rain {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}

.storm-is-coming .jon-storm .drop {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2Q5ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(183, 217, 243, 1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(183, 217, 243, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b7d9f3', GradientType=0); /* IE6-8 */
    width: 1px;
    height: 89px;
    position: absolute;
    -webkit-animation: fall .63s linear infinite;
    -moz-animation: fall .63s linear infinite;
    z-index: 3;
}

.storm-is-coming canvas {
    display: block;
}

.clear-is-coming .sun {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 187px;
    height: 187px;
    background: url(../images/sun/sun.png) no-repeat;
    z-index: 99;
}

.clear-is-coming .ray_box {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    -webkit-animation: ray_anim 20s linear infinite;
    animation: ray_anim 20s linear infinite;
    z-index: 999
}

.clear-is-coming .ray {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.8) 62%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(36%, rgba(255, 255, 255, 0.8)), color-stop(44%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(55%, rgba(255, 255, 255, 1)), color-stop(62%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.8) 62%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.8) 62%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.8) 62%, rgba(255, 255, 255, 0) 100%); /* IE10 preview */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.8) 62%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    margin-left: 10px;
    border-radius: 80% 80% 0 0;
    position: absolute;
    opacity: 0.1;
}

.clear-is-coming .ray1 {
    height: 170px;
    width: 30px;
    -webkit-transform: rotate(180deg);
    top: -175px;
    left: 15px;
}

.clear-is-coming .ray2 {
    height: 100px;
    width: 8px;
    -webkit-transform: rotate(220deg);
    top: -90px;
    left: 75px;
}

.clear-is-coming .ray3 {
    height: 170px;
    width: 30px;
    -webkit-transform: rotate(250deg);
    top: -80px;
    left: 100px;
}

.clear-is-coming .ray4 {
    height: 120px;
    width: 14px;
    -webkit-transform: rotate(305deg);
    top: 30px;
    left: 100px;
}

.clear-is-coming .ray5 {
    height: 140px;
    width: 20px;
    -webkit-transform: rotate(-15deg);
    top: 60px;
    left: 40px;
}

.clear-is-coming .ray6 {
    height: 90px;
    width: 10px;
    -webkit-transform: rotate(30deg);
    top: 60px;
    left: -40px;
}

.clear-is-coming .ray7 {
    height: 180px;
    width: 10px;
    -webkit-transform: rotate(70deg);
    top: -35px;
    left: -40px;
}

.clear-is-coming .ray8 {
    height: 120px;
    width: 30px;
    -webkit-transform: rotate(100deg);
    top: -45px;
    left: -90px;
}

.clear-is-coming .ray9 {
    height: 80px;
    width: 10px;
    -webkit-transform: rotate(120deg);
    top: -65px;
    left: -60px;
}

.clear-is-coming .ray10 {
    height: 190px;
    width: 23px;
    -webkit-transform: rotate(150deg);
    top: -185px;
    left: -60px;
}

.animateActive .speed-menu {
    display: none !important;
}

.animateActive .question {
    display: none !important;
}

.animateActive.storm-is-coming .logo img {
    width: 220px;
}

/* ANIMATED */

@media (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: none;
        clear: both;
        position: relative;
        min-height: 1px;
        width: 100%;
    }

    .mobilevisible {
        display: block;
    }

    .mobilenone {
        display: none;
    }

    .container {
        width: calc(100% - 30px);
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-fluid {
        width: calc(100% - 90px);
        padding-right: 45px;
        padding-left: 45px;
    }

    .scrollup {
        right: 10px;
    }
}

/* extras */
@media screen and (max-width: 768px) {
    .container-fluid {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

a:hover {
    text-decoration: none;
}

/* remove bootstrap default padding for navbar */
.navbar {
    padding: 0 0;
}

/* hide sun in small screen */
@media screen and (max-width: 768px) {
    .clear-is-coming .sun {
        display: none;
    }
}

/* remove horizontal overflow in small screens */
@media screen and (max-width: 576px) {
    body {
        overflow-x: hidden;
    }
}

/* nav edits */
.footer-nav {
    display: none;
    text-align: center;
}

/* footer responsive */
@media screen and (max-width: 1000px) {
    footer .social, footer .copyright {
        display: none;
    }

    footer .puxo {
        display: none;
    }

    footer .container-fluid {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .phone {
        float: none;
        text-align: center;
        margin-right: 0;
    }

    .mobile-footer {
        width: 100%
    }
}

@media screen and (max-width: 540px) {
    footer .phone a {
        font-size: 14px;
    }
}

/* small screen nav fix */
@media screen and (max-width: 1000px) {
    #navbar {
        max-height: 400px;
        overflow-y: auto;
        position: relative;
        top: 20px;
    }

    header nav #navbar .nav li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px 0;
    }

    header nav #navbar .nav li:last-child {
        border-bottom: none;
    }

    header nav .navbar-header {
        right: 15px;
    }

    .footer-nav {
        display: block;
        padding: 0 0;
    }

    .footer-nav .fa {
        font-size: 20px;
        color: #fff;
    }

    .footer-nav a {
        font-size: 20px;
        margin-right: 10px;
        text-decoration: none;
    }

    .footer-nav a:last-child {
        margin-right: 0px;
    }

    .footer-nav p {
        color: #fff;
        margin-bottom: 0rem;
    }
}

/* some responsive things */
@media screen and (min-width: 767px) {
    .introduction {
        display: table;
        max-width: 768px;
        height: 100%;
        margin: 0 auto;
    }

    .introduction .container-fluid {
        max-width: 768px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: -50px;
    }

    .logo:not(.searched) {
        position: static;
        margin: 0 auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .question {
        position: static;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        margin-bottom: 10px;
    }

    .question .hi {
        white-space: pre-wrap;
    }

    .search:not(.searched) {
        position: static;
        width: 70%;
        margin: 0 auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .speed-menu {
        position: relative;
        top: 0;
        width: 100%;
        margin-left: -50%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        z-index: -1;
    }

    .speed-menu .frame {
        width: 100%;
        -webkit-mask-image: none;
    }
}

/* small logo under 1400px screen */
@media screen and (max-width: 1400px) {
    .logo:not(.searched) {
        position: static;
        margin: 0 auto;
        width: 150px;
        height: 190px;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .logo:not(.searched) img {
        width: 150px;
        height: auto;
        position: relative;
        top: 20px;
    }

    .logo:not(.searched) .shadow {
        width: 100px;
        height: 35px;
        margin-left: -50px;
        top: 125px;
    }
}

/* small screen */
@media screen and (max-width: 768px) {
    .introduction {
        display: table;
        max-width: 768px;
        height: calc(100vh - 50px);
        margin: 0 auto;
    }

    .introduction .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
    }

    .talk-bubble {
        display: none !important;
    }

    .logo:not(.searched) {
        position: static;
        margin: 0 auto;
        width: 150px;
        height: 190px;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .logo:not(.searched) img {
        width: 150px;
        height: auto;
        position: relative;
        top: 20px;
    }

    .logo:not(.searched) .shadow {
        width: 100px;
        height: 35px;
        margin-left: -50px;
        top: 125px;
    }

    .question {
        position: static;
        font-size: 16px;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .question .hi {
        white-space: pre-wrap;
    }

    .search:not(.searched) {
        position: static;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .search.searched {
        width: 230px;
        left: 200px !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .search button {
        top: -3px;
    }

    .speed-menu {
        position: relative;
        top: 0;
        width: 100%;
        margin-left: -50%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        z-index: -1;
    }

    .speed-menu .frame {
        width: 100%;
        -webkit-mask-image: none;
    }

    .speed-menu .frame ul.items {
        font-size: 18px;
    }
}

/* in very small screen, decrease .speed-menu .frame height and margins */
@media screen and (max-width: 400px) {
    .speed-menu .frame {
        max-height: 160px;
    }

    .question {
        margin-bottom: 0px;
    }

    .speed-menu {
        margin-top: 0;
    }

    .search:not(.searched) {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .introduction .container-fluid {
        position: relative;
        top: -25px;
    }

}

/* WORKS.BLADE.PHP */
.work-image {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 62.5%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .60);
    z-index: 4;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.work-info-text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 75%;
    color: #fff;
    text-align: center;
    visibility: visible;
    z-index: 44;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.work-info-text p {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.work:hover .work-overlay {
    opacity: 0;
    visibility: hidden;
}

.work:hover .work-image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.work:hover .work-info-text {
    bottom: -70px;
    visibility: hidden;
}

.work-detail-slider-img {
    width: 100% !important;
}

@media screen and (min-width: 767px) {
    .slide {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .work-detail-slider-img {
        width: 50% !important;
    }
}

@media screen and (max-width: 1400px) {
    .work-detail-slider-img {
        width: 35% !important;
    }
}

.carousel-control-prev-icon {
    background-image: url("../img/slider_prev.png") !important;
    width: 55px;
    height: 55px;
    position: relative;
    left: -20px;
}

.carousel-control-next-icon {
    background-image: url("../img/slider_next.png") !important;
    width: 55px;
    height: 55px;
    position: relative;
    right: -20px;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
}

.works-wrapper-inner {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #555;
}

.works-wrapper-inner .container-fluid {
    padding-left: 0;
    padding-right: 0px;
    overflow-y: auto;
}

.works {
    position: relative;
    margin-top: -5px;
}

.work-items {
    max-height: calc(100vh - 150px);
    overflow: auto;
    margin-top: 5px;
}

.works .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    cursor: pointer;
}

.work {
    /* height:230px; */
    overflow: hidden;
    border: 0.5px solid #6b6868;
    cursor: pointer;
}

.works-detail {
    position: fixed;
    top: 0px;
    right: -1000px;
    width: 1000px;
    height: calc(100vh - 150px);
    background: #555;
    z-index: 6;
    /*overflow: auto;*/
}

.work-detail {
    position: fixed;
    top: 0px;
    width: 1000px;
    height: calc(100vh - 150px);
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 20px;
    background: #fff;
    display: none;
    /*overflow: auto;*/
    -webkit-box-shadow: inset 0 -150px 100px -100px #ababab, inset 0 0px 200px -100px #ababab;
    box-shadow: inset 0 -150px 100px -100px #ababab, inset 0 0px 200px -100px #ababab;
}

.showDetail {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}

@media screen and (max-width: 1000px) {
    .works-detail, .work-detail {
        width: 100%;
        overflow: auto;
    }

    .works-detail {
        right: -100%;
    }

    .showDetail {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.work-detail-button .go-back {
    color: #42b7ce;
    font-size: 16px;
    background: transparent;
    margin-left: -20px; /* remove work-detail padding */
    border: none;
    cursor: pointer;
}

/* arrow */
.work-detail-button .go-back:before {
    content: ">";
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 45px;
    text-align: center;
    line-height: 50px;
    background: #fff;
}

.work-detail-button .btn-group button {
    color: #42b7ce;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #42b7ce;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.work-detail-button .btn-group button:first-child {
    margin-right: 25px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 230px;
        overflow: hidden;
        clear: left;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 230px;
    }
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
}

.work-detail-text {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .work-detail-text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.work-detail-text .work-detail-title {
    color: #42b7ce;
    font-weight: normal;
}

.work-detail-text .work-detail-desc-1 {
    color: #000;
}

.work-detail-text .work-detail-desc-2 {
    color: #656565;
}

@media screen and (max-width: 767px) {
    .work-detail-text .work-detail-title {
        display: none;
    }

    .work-detail-text .work-detail-desc-1 {
        font-weight: bold;
    }
}

/* decrease font size  1px in work-detail div */
@media screen and (max-width: 576px) {
    .work-detail-button .go-back {
        font-size: 15px;
    }

    .work-detail-button .btn-group button {
        font-size: 15px;
    }

    .work-detail-button .btn-group button:first-child {
        margin-right: 25px;
    }

    .work-detail-text {
        font-size: 17px;
    }
}

/* decrease font size 1px **more in work-detail div */
@media screen and (max-width: 400px) {
    .work-detail-button .go-back {
        font-size: 14px;
    }

    .work-detail-button .btn-group button {
        font-size: 14px;
    }

    .work-detail-button .btn-group button:first-child {
        margin-right: 10px;
    }

    .work-detail-text {
        font-size: 16px;
    }
}

.bx-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* works-bottom */
.works-bottom {
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #00ABC7;
    z-index: 666666;
}

.works-bottom-slider {
    width: 100%;
    height: 50px;
}

.works-bottom-slider .swiper-slide {
    background: #00abc7;
}

.works-bottom img {
    height: 25px;
}

.swiper-slide {
    text-align: center;
    color: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.works-bottom-slider .swiper-button-prev {
    left: 0px;
    top: 22px;
    width: 55px;
    height: 100%;
    font-size: 35px;
    text-align: center;
    color: #fff;
    background: #086479;
}

.works-bottom-slider .swiper-button-next {
    right: 0px;
    top: 22px;
    width: 55px;
    height: 100%;
    font-size: 35px;
    text-align: center;
    color: #fff;
    background: #086479;
}

/* WORKS.BLADE.PHP ENDS */

/* CONTACT.BLADE */
.contact-wrapper {
    height: calc(100% - 150px);
    overflow-y: scroll;
}

#map_canvas {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 2;
    margin-top: 15px;
}

#directionsPanel {
    margin-bottom: 50px;
}

.address {
    margin-left: 70px;
}

.address-title {
    color: #00acc8;
}

.gmap-input {
    margin-top: 20px;
}

.gmap-input input {
    width: 100% !important;
    border: 1px solid #00acc8 !important;
    border-radius: 0px;
}

.gmap-input input[type="button"] {
    color: #00acc8;
    padding: 6px 8px;
}

.gmap-input input::-webkit-input-placeholder {
    color: #00acc8;
}

.gmap-input input::-moz-placeholder {
    color: #00acc8;
}

.gmap-input input:-ms-input-placeholder {
    color: #00acc8;
}

.gmap-input input::-moz-placeholder {
    color: #00acc8;
}

@media screen and (max-width: 1000px) {
    .address-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .address {
        margin-left: 0px;
    }
}

/* CONTACT.BLADE ENDS */

/* WHAT-WE-DO.BLADE */
.what-wrapper {
    margin-top: 5px;
}

.what-inner {
    height: calc(100vh - 150px);
}

/* since arrows are not absolute, change top value of what-slider-2 */
.what-slider-2 {
    top: -31px;
}

.what-slider-3 {
    top: -62px;
}

.what-slider-4 {
    top: -93px;
}

.what-slider img {
    max-width: 100%;
    height: auto;
}

.what-slider-text {
    position: absolute;
    top: 50px;
    z-index: 999;
    text-align: left;
}

.what-slider-text-1 {
    left: 100px;
}

.what-slider-text-2 {
    right: 100px;
    text-align: right;
    top: 70px;
}

.what-slider-text-3 {
    left: 350px;
}

.what-slider-text-4 {
    left: 100px;
    top: 100px;
}

@media screen and (max-width: 768px) {
    .what-slider-text {
        left: 15px;
        top: 15px;
        right: 0;
        text-align: left;
    }
}

.what-slider-title {
    font-size: 24px;
    color: #0b667b;
}

.what-slider-desc {
    font-size: 18px;
    color: #5b5b5b;
}

@media screen and (max-width: 768px) {
    .what-slider-title {
        font-size: 20px;
    }

    .what-slider-desc {
        font-size: 15px;
    }
}

/* arrow image height is 31 */
.what-arrow-down {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -56px;
    z-index: 999;
    -webkit-animation: move 1s linear infinite;
    animation: move 1s linear infinite;
}

@-webkit-keyframes move {
    50% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes move {
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.what-arrow-down-2 {
    top: -87px;
}

.what-arrow-down-3 {
    top: -118px;
}

@media screen and (max-width: 767px) {
    .what-arrow-down {
        top: -91px;
    }

    .what-arrow-down-2 {
        top: -122px;
    }

    .what-arrow-down-3 {
        top: -153px;
    }
}

.what-slider .swiper-button-prev {
    background-image: url("../img/slider_prev.png");
    width: 55px;
    height: 55px;
    background-size: 55px 55px;
}

.what-slider .swiper-button-next {
    background-image: url("../img/slider_next.png");
    width: 55px;
    height: 55px;
    background-size: 55px 55px;
}

.what-slider .swiper-button-next.swiper-button-disabled {
    opacity: 0.15;
}

.one-page-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.one-page-slider .swiper-pagination-bullet-active {
    background: #0eb0cb;
}

.one-page-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px !important;
}

@media screen and (max-width: 767px) {
    .one-page-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 85px !important;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.what-slider-2 {
    background-position: center;
    background-size: cover;
}

.what-slider-2-inner .swiper-slide {
    height: 440px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.what-slider-2 .img-on-slider {
    position: absolute;
    bottom: 10%;
    right: -50%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.what-slider-2.swiper-slide-active .img-on-slider {
    right: 10%;
}

.what-slider-2 .overlay-slider {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 440px;
}

@media screen and (max-width: 767px) {
    .what-slider-1 .swiper-slide img {
        -webkit-transform: scale(.45, .45);
        -moz-transform: scale(.45, .45);
        transform: scale(.45, .45);
    }

    .what-slider-3 .swiper-slide img {
        -webkit-transform: scale(.85, .85);
        -moz-transform: scale(.85, .85);
        transform: scale(.85, .85);
    }

    .what-slider-2-inner .swiper-slide {
        height: 160px;
    }

    .what-slider-2 .overlay-slider {
        height: 160px;
    }

    .what-slider-2 .img-on-slider {
        width: 175px;
        bottom: 20%;
    }
}

.what-slider-4 {
    background-position: center;
    background-size: cover;
}

.what-slider-4-inner .swiper-slide {
    height: 438px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.what-slider-4 .img-on-slider {
    width: 600px;
    position: absolute;
    bottom: 10%;
    left: -50%;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

@media screen and  (max-width: 767px) {
    .what-slider-4 .img-on-slider {
        width: 250px;
    }

    .what-slider-4 .swiper-slide {
        height: 250px;
        background-position: 20% center !important;
    }

    .what-slider-4 .img-on-slider {
        bottom: 20%;
    }
}

.what-slider-4.swiper-slide-active .img-on-slider {
    left: 5%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.one-page-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 75px;
}

/* WHAT-WE-DO.BLADE ENDS */

/*social media share */
#share {
    outline: none;
}

#social-media-share-buttons {
    text-align: left !important;
}

.tippy-popper {
    outline: none;
    top: 20px !important;
}

.tippy-tooltip.social-theme {
    background-color: #095A6F !important;
}

.tippy-tooltip.social-theme [x-arrow] {
    background-color: #095A6F !important;
    color: #095A6F;
    border-color: #095A6F;
}

.tippy-tooltip {
    background-color: #095A6F;
    padding: 0rem 0rem !important;
    outline: none;
}

.tippy-tooltip-content {
    text-align: left;
    color: #fff;
    padding: 0rem 0rem !important;
    font-size: 10px;
}

.tippy-tooltip-content ul {
    list-style: none;
    padding-left: 0;
}

.tippy-tooltip-content a {
    color: #fff;
    text-decoration: none;
}

.tippy-tooltip-content li {
    padding: 5px 10px;
}

.tippy-tooltip-content li:hover {
    background: #00acc8;
}

#social-media-share-buttons ul {
    float: left;
    text-align: left !important;
}

.top-breadcrumb a {
    color: #42b7ce;
}