@import url("http://fonts.googleapis.com/css?family=Lato:300,400,600,700,900");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,700");
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
footer,
section {
    display: block;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
}
button,
input,
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;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
header .below-banner .container {
    max-width: 1140px;
}
#contactCv {
    visibility: hidden;
    width: 1px;
    height: 1px;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
#upload-cv-button {
    background-color: #4a4d54;
    float: left;
    font-size: 12px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 30px;
    padding-left: 30px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-md-6,
.col-lg-6,
.col-sm-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
}
@media (min-width: 768px) {
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-6 {
        float: left;
    }
    .col-md-6 {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .col-lg-6 {
        float: left;
    }
    .col-lg-6 {
        width: 50%;
    }
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.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 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: false;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: false;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-o:before {
    content: "\f10c";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-phone:before {
    content: "\f095";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-envelope-square:before {
    content: "\f199";
}
/*======== COLOR ========*/
/*======== FONT ========*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-duration: .50s;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-duration: .50s;
    animation-name: fadeOut;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes customFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes customFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.customFadeInLeft {
    -webkit-animation-name: customFadeInLeft;
    animation-name: customFadeInLeft;
}
/*======= FONT FACE ========*/
/* =========================================*/
/* ===========  COMMON STYLES ==============*/
/* =========================================*/

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.inside-body-wrapper {
    overflow: hidden;
}
.common-pad {
    padding: 120px 0;
}
.title-head {
    text-align: center;
    margin-bottom: 110px;
    padding-bottom: 10px;
    position: relative;
}
.title-head:before,
.title-head:after {
    content: '';
    left: 50%;
    position: absolute;
    height: 0px;
    border-left: 1px dashed #6b707f;
    transition: height 0.8s ease;
}
.title-head.animate-before:before {
    top: -120px;
    height: 120px;
}
.title-head.animate-after:after {
    top: 100%;
    height: 110px;
}
.title-head h3,
.title-head h5 {
    text-transform: uppercase;
}
.title-head h5 {
    color: #156971;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.title-head h3 {
    color: #156971;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.title-head h3 span {
    font-weight: 700;
}
.title-head .fa-angle-down {
    background-color: #BDA22E;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #f2f2f2;
    color: #fff;
    padding: 8px 0;
    font-size: 26px;
}
@media screen and (max-width: 1199px) {
    .common-pad {
        padding: 60px 0;
    }
    .title-head {
        margin-bottom: 40px;
    }
    .title-head.animate-before:before {
        top: -60px;
        height: 60px;
    }
    .title-head.animate-after:after {
        height: 40px;
    }
}
@media screen and (max-width: 991px) {
    .title-head:before {
        top: -60px;
        height: 60px;
    }
    .title-head:after {
        height: 50px;
    }
}
h3.head {
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 45px !important;
}
h3.head span {
    color: #BDA22E;
    font-weight: 600;
}
h3.sub-head {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover {
    text-decoration: none;
}
a.btn {
    color: #fff;
}
a.btn:hover,
a.btn:active,
a.btn:focus {
    color: #fff;
}
.homepage.homeVidPage .home-banner {
    background: transparent;
    background-color: rgba(0, 0, 0, 0.2);
}
.homepage.homeVidPage .below-banner {
    background: none;
}
/* ===============================================*/
/* ============== HEADER + NAVBAR ================*/
/* ===============================================*/

.login-cart a {
    padding-top: 14px;
    padding-bottom: 14px;
    display: inline-block;
    margin-left: 10px;
}
.login-cart i {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle;
}
.login-cart .fa-shopping-cart span {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    background-color: #156971;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 2px 0;
}
.navbar-wrapper .nav > li > a {
    transition: all 0.3s ease-in-out;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}
.navbar-wrapper .nav > li > a:hover {
    background-color: #156971 !important;
    border-left: 1px solid #156971 !important;
    border-right: 1px solid #156971 !important;
}
.navbar-wrapper .nav > li > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.navbar-wrapper .nav > li > a.active:hover,
.navbar-wrapper .nav > li > a.active:focus {
    color: #fff;
}
.navbar-wrapper .nav > li.open > a {
    background-color: #156971 !important;
    border-color: transparent !important;
}
.navbar-wrapper .nav > li.dropdown {
    position: relative;
    overflow: hidden;
}
.navbar-wrapper .nav > li.dropdown .inner-nav {
    opacity: 0;
}
.navbar-wrapper .nav > li.dropdown .inner-nav a {
    padding-right: 60px;
}
.navbar-wrapper .nav > li.dropdown .inner-nav a:hover {
    border: 1px solid #156971;
}
.navbar-wrapper .nav > li.dropdown.open {
    overflow: visible;
}
.navbar-wrapper .nav > li.dropdown.open .inner-nav {
    opacity: 1;
}
.navbar-wrapper .nav > li.dropdown.open > a {
    color: #fff;
}
.inner-nav {
    transition: all 0.4s ease;
    padding: 0;
    z-index: 4;
    height: auto;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.8);
}
.inner-nav a {
    padding: 10px;
    width: 100%;
    display: inline-block;
}
.inner-nav a:hover {
    background-color: #156971;
    border: 1px solid #156971;
}
@media screen and (min-width: 992px) {
    .inner-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
    }
    .inner-nav a {
        border: 1px solid transparent;
    }
}
@media screen and (max-width: 991px) {
    .navbar-nav > li.dropdown .inner-nav {
        max-height: 0px;
    }
    .navbar-nav > li.dropdown .inner-nav a {
        border: 1px solid #156971;
    }
    .navbar-nav > li.dropdown.open .inner-nav {
        max-height: 300px;
    }
}
/*----------- MOBILE MENU ---------------*/

.navbar-toggle {
    border: 1px solid #fff;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .navbar {
        width: 100%;
    }
    .navbar .navbar-nav {
        text-align: right;
        padding-right: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding: 15px 10px;
    }
}
@media screen and (max-width: 500px) {
    .stick .navbar-header,
    .stick .login-cart {
        float: right;
	width: 100%;
    }
    .stick.navbar-wrapper .navbar a {
        display: block;
    }

    .navbar-wrapper .btn-cart-wrapper {
        width: 100%;
	height: 3em;
    }
}
@media screen and (max-width: 479px) {
    .navbar-wrapper .navbar a {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .navbar .navbar-nav {
        padding: 0;
    }
    .navbar .navbar-nav > li a {
        padding-right: 30px;
    }
    .navbar .navbar-nav .dropdown.open .inner-nav {
        background-color: #156971;
        position: relative;
        width: 100%;
        border: none;
    }
}
@media screen and (min-width: 992px) {
    .collapse {
        display: block !important;
    }
    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition-property: height, visibility;
        transition-duration: .35s;
        transition-timing-function: ease;
    }
    .nav-menu {
        float: left;
    }
    .login-cart,
    .btn-cart-wrapper {
        float: right;
    }
}
@media screen and (max-width: 991px) {
    .navbar-toggle {
        display: block !important;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-nav > li {
        float: none !important;
        text-align: right;
    }
    .navbar {
        float: none !important;
    }
    .login-cart {
        float: right;
        margin-right: 30px;
    }
}
/* ===============================================*/
/* ============== HOME BANNER ====================*/
/* ===============================================*/

.home-banner {
    background-size: cover;
    position: relative;
}
.home-banner > .container {
    position: relative;
}
.home-banner h2 {
    font-family: 'Lato', sans-serif;
    font-size: 180px;
    color: #156971;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -10px;
    padding: 280px 0 60px;
}
.home-banner h2 span {
    color: #fff;
}
.home-banner h2 span:first-of-type {
    font-size: 14px;
    line-height: 1;
}
.home-banner h2 span:last-of-type {
    font-size: 78px;
    letter-spacing: 0;
    line-height: 1;
}
.navbar-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    transition: background 0.3s ease;
}
.navbar-wrapper > .container {
    position: relative;
}
.navbar-wrapper.stick {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
}
.navbar {
    float: right;
    margin: 0;
    border: none;
}
.navbar a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.navbar li.active > a {
    color: #156971;
    font-weight: 600;
}
.navbar li.active > a:hover {
    color: #fff;
}
.logo {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 15px;
    display: inline-block;
    width: 140px;
    height: 180px;
    background: url('../images/header/aso-logo.png') #fff center bottom 15px no-repeat;
    background-size: 80px;
}
.logo h1 {
    text-indent: -9999999px;
}
.logo:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #156971;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*-----------------------------------------------*/

@media screen and (max-width: 991px) {
    .home-banner h2 {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .logo {
        left: 15px;
        width: 100px;
        height: 180px;
        background-size: 80px;
    }
    .home-banner h2 {
        letter-spacing: -5px;
    }
}
@media screen and (max-width: 479px) {
    .home-banner h2 {
        padding: 220px 0 60px;
    }
    .home-banner h2 span {
        display: inline-block !important;
    }
}
.white-logo {
    position: absolute;
    padding: 5px;
    z-index: 8;
    top: 0;
    left: 15px;
    width: auto;
    height: auto;
    width: 87px;
    height: 104px;
    background: url('../images/header/aso-logo-white.png') #156971 center no-repeat;
}
.white-logo h1 {
    line-height: 0;
    margin: 0;
    font-size: 0;
}
.white-logo:before {
    content: initial;
}
/* ===============================================*/
/* ============== HOMEPAGE BANNER ================*/
/* ===============================================*/

.homepage .home-banner {
    background: url('../images/header/backgrounds/home-banner.jpg') no-repeat;
    background-size: cover;
}
.homepage .home-banner h2 span {
    display: block;
}
@media screen and (min-width: 992px) {
    .homepage .home-banner {
        height: 800px;
    }
    .home-banner h2 {
        padding: 300px 0 50px;
    }
    .homepage .home-banner h2 {
        padding: 300px 0 200px;
    }
}
@media screen and (min-width: 1200px) {
    .homepage .home-banner h2 {
        padding: 400px 0 200px;
    }
}
/* ===============================================*/
/* ============== BLOG PAGE BANNER ================*/
/* ===============================================*/

.blog .home-banner {
    background: url('../images/backgrounds/blog-banner.jpg') no-repeat;
}
.blog .home-banner h2 {
    font-size: 80px;
    letter-spacing: 0;
}
/* ===============================================*/
/* ============== BELOW BANNER SECTION ================*/
/* ===============================================*/

.below-banner {
    background: url('../images/header/backgrounds/pattern1.jpg');
}
.below-banner .container {
    background-color: #fff;
    position: relative;
}
.below-banner .desc {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .below-banner .desc {
        float: left;
        width: 58.3333333333%;
    }
}
.below-banner h3 {
    color: #595959;
    font-size: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    text-align: center;
}
.below-banner .know-more-wrapper {
    margin-top: 20px;
    text-align: center;
}
.below-banner h3 .know-more {
    display: block;
    color: white;
    border-radius: 4px;
    font-style: italic;
    background-color: #FF7583;
    font-size: 1.6rem;
    width: 140px;
}
@media screen and (max-width: 992px) {
    .below-banner h3 .know-more {
        display: inline-block;
    }
}
.below-banner h3 span {
    /*color: #156971;*/
}
.below-banner .desc-img {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin-top: 35px;
    text-align: center;
    width: 331px;
    height: 360px;
}
@media (min-width: 992px) {
    .below-banner .desc-img {
        float: left;
        width: 41.6666666667%;
    }
}
@media (min-width: 1200px) {
    .below-banner .desc-img {
        float: left;
        width: 33.3333333333%;
    }
}
@media (min-width: 1200px) {
    .below-banner .desc-img {
        margin-left: 8.3333333333%;
    }
}
@media screen and (min-width: 992px) {
    .below-banner h3 {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
    }
    .below-banner .desc {
        padding-left: 50px;
    }
    .below-banner .desc-img {
        text-align: inital;
        padding-top: 75px;
    }
    .below-banner .container {
        margin-top: -120px;
    }
}
@media screen and (max-width: 991px) {
    .below-banner h3 {
        margin-top: 30px !important;
    }
    .tech-used .desc {
        margin-top: 0 !important;
    }
}

/*----------------------- HEADER ------------------------*/

.languages-list {
    list-style: none;
    padding: 0;
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 62px;
    display: none;
}

@media screen and (max-width: 991px) {
    .languages-list {
	width: 100%;
    }
}

.open {
    opacity: 1;
    display: block;
}

.languages-list li {
    margin-right: 8px;
    margin-left: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

/* ===============================================*/
/* ============== SEARCH & SHARE SECTION ================*/
/* ===============================================*/

.search-share {
    background-color: #f8f8f8;
    padding: 40px 0;
}
.search-share .desc {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .search-share .desc {
        float: left;
        width: 33.3333333333%;
    }
}
.search-share .share {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .search-share .share {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .search-share .share {
        width: 33.3333333333%;
    }
}
.search-share .search {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .search-share .search {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .search-share .search {
        width: 33.3333333333%;
    }
}
.search-share .share {
    text-align: center;
}
.search-share .share ul {
    padding: 0;
    display: inline-block;
    margin: 0;
}
.search-share .share li {
    list-style: none;
    float: left;
    margin: 0 8px;
    text-align: center;
}
.search-share .share a {
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 6px 0px;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.search-share .share a:hover,
.search-share .share a:focus {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.search-share .share a.twitter {
    background-color: #45b0e3;
}
.search-share .share a.twitter:before,
.search-share .share a.twitter:after {
    border-color: rgba(69, 176, 227, 0.7);
}
.search-share .share a.dribbble {
    background-color: #d97aa5;
}
.search-share .share a.dribbble:before,
.search-share .share a.dribbble:after {
    border-color: rgba(217, 122, 165, 0.7);
}
.search-share .share a.facebook {
    background-color: #39599f;
}
.search-share .share a.facebook:before,
.search-share .share a.facebook:after {
    border-color: rgba(57, 89, 159, 0.7);
}
.search-share .share a.g-plus {
    background-color: #333333;
}
.search-share .share a.g-plus:before,
.search-share .share a.g-plus:after {
    border-color: rgba(51, 51, 51, 0.7);
}
.search-share .share a.y-tube {
    background-color: #e70031;
}
.search-share .share a.y-tube:before,
.search-share .share a.y-tube:after {
    border-color: rgba(231, 1, 49, 0.7);
}
.search-share .search {
    text-align: right;
}
.search-share .search-wrapper {
    float: right;
    border-radius: 50px;
    border: 1px solid #b7b7b7;
    width: 80%;
    position: relative;
}
.search-share .search-wrapper .fa-search {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
}
.search-share .search-wrapper input {
    padding: 10px 40px 10px 20px;
    border: none;
    background: transparent;
    width: 100%;
    border-radius: 50px;
}
.search-share .search-wrapper input:focus,
.search-share .search-wrapper input:active {
    outline: none;
}
.search-share .desc img,
.search-share .desc h5 {
    float: left;
}
.search-share .desc img {
    margin-right: 15px;
}
@media screen and (max-width: 991px) {
    .search-share {
        padding: 15px 0;
    }
    .search-share .desc,
    .search-share .search,
    .search-share .share {
        margin: 10px 0;
    }
    .search-share .desc {
        text-align: center;
    }
    .search-share .desc img {
        float: none;
    }
    .search-share .desc h5 {
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .search-share .search-wrapper {
        float: none;
        margin: 0 auto;
    }
}
/*------------- EXPERTISE SERVICES -------------*/

.expertise-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .expertise-wrapper {
        float: left;
        width: 33.3333333333%;
    }
}
.expertise {
    text-align: center;
    border-radius: 10px;
    background-color: #156971;
    position: relative;
}
.expertise h3 {
    color: #fff;
    text-transform: uppercase;
}
.expertise {
    font-family: 'Lato', sans-serif;
    color: #fff;
}
.expertise:hover > img {
    top: -100% !important;
}
.expertise:hover .caption {
    top: 0;
}
@media screen and (min-width: 992px) {
    .expertise {
        height: 260px;
    }
    .expertise > img,
    .value > .presentation {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        transition: all 0.5s ease-in-out;
    }
    .expertise p {
        margin: 25px 0;
    }
    .expertise-wrapper .caption {
        padding: 20px;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 991px) {
    .expertise {
        padding: 25px 15px;
    }
    .expertise h3 {
        margin: 25px 0;
    }
    .expertise-wrapper {
        padding: 0 5px;
    }
    .expertise-wrapper .caption img {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .expertise-wrapper,
    .value-wrapper {
        padding: 0 2px;
    }
}
@media screen and (max-width: 479px) {
    .expertise-wrapper,
    .value-wrapper {
        width: 100% !important;
        margin: 5px 0;
        padding: 0 15px;
    }
}
/*---------------- TECH ADVERT -------------*/

.tech-used {
    padding: 140px 0;
    background-color: #f4f4f4;
    background: url('../images/mission/backgrounds/bgmission.jpg') #f4f4f4 center no-repeat;
    background-size: cover;
}
.tech-used .fig {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}
@media (min-width: 768px) {
    .tech-used .fig {
        float: left;
        width: 41.6666666667%;
    }
}
.tech-used .desc {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .tech-used .desc {
        float: left;
        width: 58.3333333333%;
    }
}
.tech-used h3 {
    color: #fff;
    margin-bottom: 30px;
}
.tech-used h3.sub-head {
    font-size: 45px;
}
@media screen and (max-width: 1199px) {
    .tech-used {
        padding: 40px 0;
    }
}
@media screen and (min-width: 992px) {
    .tech-used .desc {
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%);
    }
}
@media screen and (max-width: 767px) {
    .tech-used .desc,
    .tech-used .fig {
        text-align: center;
    }
    .tech-used .desc {
        margin-bottom: 30px;
    }
    .tech-used .fig img {
        max-height: 300px;
    }
}
/*---------- OUR PRODUCTS ----------*/

.our-products .expertise {
    height: 300px;
    background-color: #efefef;
    background-size: cover !important;
    position: relative;
}
.our-products .imgCaption:before {
    position: absolute;
    border-radius: 10px;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .our-products .expertise {
        height: 200px;
    }
}
@media screen and (min-width: 992px) {
    .our-products .expertise-wrapper .caption {
        padding: 20px 30px;
        opacity: 0;
        z-index: 2;
    }
    .our-products .expertise-wrapper .caption h3,
    .our-products .expertise-wrapper .caption p {
        color: #fff;
    }
    .our-products .expertise-wrapper .caption h3 {
        margin-bottom: 30px;
    }
    .our-products .imgCaption {
        position: relative;
    }
    .our-products .imgCaption:hover .caption {
        opacity: 1;
        top: 0;
    }
    .our-products .imgCaption:before {
        /*background: linear-gradient(to bottom, rgba(181, 143, 1, 1) 0%,
                                             rgba(181, 143, 1, 0.7) 70%,
                                             rgba(181, 143, 1, 0.2) 95%,
                                             rgba(181, 143, 1, 0) 100%);*/

        background-color: #BDA22E;
        opacity: 0;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, transform 0.4s;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    .our-products .imgCaption:hover:before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media screen and (max-width: 991px) {
    .our-products .expertise {
        height: 300px;
    }
    .our-products .expertise:before {
        background-color: rgba(236, 60, 102, 0.8);
    }
    .our-products .caption {
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .our-products .expertise-wrapper {
        margin-bottom: 30px;
        width: 100%;
    }
    .our-products .expertise-wrapper .caption {
        padding: 0 15px;
    }
}
@media screen and (max-width: 479px) {
    .our-products .expertise {
        height: 200px;
    }
}
/*----------- ABOUT US --------------*/

#about .caption img {
    height: 365px;
}

#about .caption:nth-of-type(2) {
    text-align: center;
}

.about-us {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4c4f56;
    background: url('../images/about-us/backgrounds/aboutusbg.jpg') #4c4f56 center right no-repeat;
    background-size: cover;
    position: relative;
}
.about-us .form-btn {
    background-color: #BDA22E;
    background: url('../images/about/write-us.png') #BDA22E no-repeat;
    text-align: left;
}
.about-us h3 {
    color: #fff;
    line-height: 1.4;
}
.about-us .caption,
.about-us .fig {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .about-us .caption,
    .about-us .fig {
        float: left;
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .about-us {
        padding: 40px 0 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-us .form-btn {
        padding: 30px 102px 30px 20px !important;
    }
}
@media screen and (min-width: 768px) {
    .about-us .form-btn {
        position: absolute;
        left: 51%;
        bottom: -50px;
        background-position: center right 25px !important;
        padding: 30px 150px 30px 40px;
    }
    .about-us .caption,
    .about-us .fig {
        float: right !important;
    }
    .about-us .caption {
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 767px) {
    .about-us {
        text-align: center;
    }
    .about-us .form-btn {
        background-position: center right 15px !important;
        padding: 20px 80px 20px 15px;
        margin: 30px 0;
    }
    .about-us .fig img {
        max-height: 300px;
    }
    .about-us .caption {
        margin-top: 0 !important;
    }
    .about-us .form-btn {
        background: #BDA22E;
        max-width: 90%;
    }
    .about-us .form-btn h4 {
        font-size: 16px;
    }
}
/*----------- OUR SKILLS ------------*/

.our-skills .graph-wrapper {
    background-color: #f8f8f8;
}
.our-skills .graph-wrapper > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .our-skills .graph-wrapper > div {
        float: left;
        width: 50%;
    }
}
.graph-chart {
    background-color: #f8f8f8;
    text-align: center;
}
.graph-chart > img {
    margin-top: 10px;
    height: 622px;
}

@media screen and (max-width: 500px) {
    .graph-chart > img {
	margin-top: 10px;
	height: auto;
    }
}

.flow-chart {
    background-color: #4a4d54;
}
.flow-chart ul {
    padding: 15px 30px 15px 50px;
}
.flow-chart li {
    padding-left: 30px;
    margin: 15px 0;
    list-style: none;
    position: relative;
}
.flow-chart li:before {
    position: absolute;
    color: #BDA22E;
    left: -25px;
    top: 12px;
}
.flow-chart li:after {
    content: '';
    height: calc(100% + 18px);
    position: absolute;
    left: -20px;
    top: 25px;
    border-left: 2px dashed #999;
}
.flow-chart li:last-of-type:after {
    content: initial;
}
.flow-chart h4 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.flow-chart h5 {
    color: #a7acb8;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
}
/*------------- PORTFOLIO --------------*/

#our-portfolio {
    padding-top: 60px;
    background: url('../images/portfolio/backgrounds/bgportfolio.jpg') #4c4f56 center no-repeat;
    position: relative;
    padding-bottom: 40px;
}

#our-portfolio:before {
    content: '';
    left: 50%;
    top: -13%;
    position: absolute;
    height: 130px;
    border-left: 1px dashed #6b707f;
    transition: height 0.8s ease;
}

#our-portfolio .container:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 5px;
}

#our-portfolio .title-head h3,
#our-portfolio .title-head h5 {
    color: white;
}

#our-portfolio .title-head:before,
#our-portfolio .title-head:after {
    display: none;
}

#our-portfolio .portfolio-client {
    width: 33.33333%;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.0);
}

#our-portfolio .portfolio-client .portfolio-client-front {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.5s, opacity 0.5s;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

#our-portfolio .portfolio-client:before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    opacity: 0;
    top: 0;
    left: 2.5%;
    width: 95%;
    height: 100%;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(-50%);
}

#our-portfolio .portfolio-client:hover:before,
#our-portfolio .portfolio-client:focus:before {
    opacity: 1;
    transform: translateY(0);
}

#our-portfolio .portfolio-client:hover .portfolio-client-front,
#our-portfolio .portfolio-client:focus .portfolio-client-front {
    opacity: 0;
}

#our-portfolio .portfolio-client:hover .client-slider-caption,
#our-portfolio .portfolio-client:focus .client-slider-caption {
    top: 0;
}

#our-portfolio .portfolio-client:hover .portfolio-client-front,
#our-portfolio .portfolio-client:hover .portfolio-client-front {
    background-color: rgba(255, 255, 255, 0.0);
}

.portfolio-client .client-slider-caption {
    position: absolute;
    width: 200%;
    height: 100%;
    top: 100%;
    transition: top 0.5s, margin-left 0.5s;
}

.mini-slider-slide {
    height: 100%;
}

.mini-slider-slide h3 {
    color: white;
    text-align: left;
}

.mini-slider-slide p {
    color: white;
    text-align: left;
    margin: 0;
}

.mini-slider-slide .see-more,
.mini-slider-slide .see-less {
    width: 7%;
    cursor: pointer;
}

.mini-slider-slide .see-more {
    float: right;
}

.mini-slider-slide .see-less {
    float: left;
}

.mini-slider-slide .client-site {
    float: right;
}

.mini-slider-slide-container {
    width: 50%;
    height: 100%;
    float: left;
}

.mini-slider-slide-container .mini-slider-slide {
    width: 95%;
    margin: 0 auto;
    padding: 15px 15px 15px 15px;
}

.slide-client-header {
    margin-left: -5px;
}

.provided-services-container {
    margin-left: -8px;
}

.client-site-container {
    margin-top: 2px;
    display: block;
    width: 50px;
    float: right;
}

.slide-client-header,
.provided-services-container {
    height: 42.5%;
    overflow: hidden;
}

.slide-client-header .client-icon,
.slide-client-header .client-header {
    float: left;
}

.provided-services-container .provided-services-icon,
.provided-services-container .provided-services {
    float: left;
}

.slide-client-header .client-icon,
.provided-services-container .provided-services-icon {
    width: 30%;
}

.provided-services-container .provided-services {
    margin-top: 5px;
}

.slide-client-header .client-header,
.provided-services-container .provided-services {
    width: 70%;
}

.provided-services-container .provided-services {
    padding: 0;
}

.slide-client-header > .client-header > h6 {
    text-align: left;
    color: white;
}

.portfolio-client:nth-of-type(1) .slide-client-header .client-icon {
    width: 40px;
    margin-right: 5px;
    margin-left: 5px;
    transform: translateY(25%);
}

.portfolio-client:nth-of-type(2) .slide-client-header .client-icon {
    width: 50px;
    transform: translateY(65%);
}

.portfolio-client:nth-of-type(3) .slide-client-header .client-icon {
    width: 30px;
    margin-right: 10px;
    margin-left: 9px;
    transform: translateY(65%);
}

.portfolio-client:nth-of-type(5) .slide-client-header .client-icon {
    width: 40px;
    transform: translateY(45%);
    margin-right: 10px;
}

.portfolio-client:nth-of-type(6) .slide-client-header .client-icon {
    width: 40px;
    margin-right: 10px;
    margin-left: 5px;
    transform: translateY(35%);
}

.portfolio-client:nth-of-type(4) .slide-client-header .client-icon,
.portfolio-client:nth-of-type(7) .slide-client-header .client-icon {
    width: 50px;
    transform: translateY(70%);
}

.portfolio-client:nth-of-type(8) .slide-client-header .client-icon {
    width: 38px;
    transform: translateY(40%);
    margin-right: 12px;
}

.portfolio-client:nth-of-type(9) .slide-client-header .client-icon {
    width: 50px;
    padding: 12px;
    transform: translateY(20%);
}

.provided-services-container .provided-services-icon {
    width: 50px;
}

.provided-services {
    text-align: left;
    color: white;
    font-size: 13px;
}

.see-more-container, .see-less-container {
    overflow: hidden;
    height: 16%;
}

.client-desc {
    height: 100%;
    color: white;
}

.client-desc h4 {
    display: block;
    text-align: left;
    height: 10%;
}

.client-desc p {
    font-size: 13.5px;
    height: 64%;
}

@media screen and (max-width: 1000px) {
    .mini-slider-slide p {
	font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    .mini-slider-slide p {
	font-size: 11px;
    }
}

@media screen and (max-width: 680px) {
    .mini-slider-slide p {
	font-size: 12px;
    }

    #our-portfolio .portfolio-client {
	width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .mini-slider-slide p {
	font-size: 14px;
    }

    #our-portfolio .portfolio-client {
	width: 100%;
    }
}

/* --------------- OUR VALUES -------------- */
.values-container {
    width: 80%;
    margin: 0 auto;
}

.value {
    background-color: #4A4D54 !important;
    margin-bottom: 10px !important;
}
.value-wrapper {
    width: 33%;
    padding-bottom: 15px;
}
.presentation {
    margin-right: auto;
    margin-left: auto;
}
.presentation h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
    word-wrap: break-word;
}

.value:hover > .presentation {
    top: -35% !important;
}
.value:hover > .caption {
    top: -10%;
}

.value-wrapper .caption {
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1200px) {
    .value-wrapper {
        width: 33% !important;
        height: 50% !important;
    }
    .value {
        height: 200px !important;
    }
    .presentation {
	top: 75px !important;
        width: 70%;
        height: 70%;
        font-size: 12.5px;
        font-weight: 700;
    }
    .presentation h3 {
        font-size: 12.5px;
        font-weight: 700;
        margin-top: 0px;
        word-wrap: break-word;
    }
    .value-wrapper .caption {
        transition: all 0.5s ease-in-out !important;
    }
    .value:hover > .presentation {
        top: -35%;
    }
    .value:hover > .caption {
        top: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .value-wrapper {
        width: 33% !important;
    }
    .value {
	height: 220px;
    }

    .value:hover > .presentation {
	top: -10% !important;
    }
}

@media screen and (max-width: 990px) {
    .value-wrapper {
        width: 33% !important;
    }
    .value {
	height: 345px;
    }
}

@media screen and (min-width: 990px) {
    .value-wrapper {
        width: 33% !important;
    }

    .presentation {
	top: 100px;
    }

    .value:hover > .presentation {
        top: -12%;
    }

    .value:hover .caption {
	top: 10%;
    }
}

@media screen and (max-width: 600px) {
    .value-wrapper {
        width: 33% !important;
    }
    .value-wrapper {
	width: 50% !important;
    }
}

@media screen and (max-width: 450px) {
    .value {
	height: 300px !important;
    }
}

@media screen and (max-width: 550px) {
    .value-wrapper {
        width: 100% !important;
    }

     .value {
	height: 380px;
     }

     .value .presentation img {
	 width: 75%;
     }
}

/*
 * ------------------ SLIDER ------------------
 * CSS configuration to the slider present on the bottom.
 */

.for-everyone .desc {
    margin-top: 80px;
}
.slider-container {
    width: 400%;
    max-height: 543px;
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
    left: 0px;
    -webkit-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}
.slider-container .ident-thing {
    text-align: center;
    margin-top: 35px;
    float: left;
    width: 20%;
}
.slider-container .ident-thing img {
    height: 230px;
}
.slider-container h3,
.slider-container p {
    color: white;
}
.slider-container .slider-slide:nth-of-type(2) .row {
    width: 900px;
    margin: 0 auto;
}
.slider-container p {
    color: white;
    text-align: center;
    font-size: 12px;
}
.slider-container .ident-thing-add {
    font-size: 48px;
    color: white;
    width: 20%;
    float: left;
}

@media screen and (max-width: 1000px) {
    .slider-container .ident-thing-add {
	width: 12%;
    }
}

.slider-container .container .row {
    text-align: center;
    position: relative;
    bottom: 50px;
}
.slider-slide {
    float: left;
    width: 25%;
}
.angle-container {
    position: absolute;
    top: 45%;
    z-index: 1;
}
.slider-angle {
    font-size: 32px;
    position: relative;
    color: white;
    cursor: pointer;
}
.contact-button {
    color: white;
    margin-top: 65px;
    font-size: 12px;
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 190px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0);
}

.for-everyone .fig .main-img {
    margin-left: 0px;
    margin-top: 30px;
}

.for-everyone .fig {
    float: none;
}
.for-everyone .desc {
    float: left;
    width: 50%;
}

#our-values {
    margin-top: 120px;
}

@media screen and (min-width: 750px) {
    #slider-up-down {
	display: none;
    }

    #slider-left-right {
	display: block;
    }
}

@media screen and (max-width: 850px) {
    #slider-up-down {
	display: block;
    }

    #slider-left-right {
	display: none;
    }

    #slider-updown-container {
	height: 543px;
	overflow: hidden;
	transition: height 2s ease-in-out;
    }

    #slider-updown-container > div {
	height: 543px;
    }

    #slider-updown-container > div:nth-of-type(5) {
	height: 883px;
    }

    #slider-updown-container > div:nth-of-type(6) {
	margin-top: 40px;
	height: 430px;
    }

    #slider-updown-button {
	text-align: center;
	cursor: pointer;
    }

    #slider-updown-container .ident-thing img {
	width: 40%;
    }

    #slider-updown-container .ident-thing p {
	width: 40%;
	color: white;
	margin: 0 auto;
    }
}

@media screen and (max-width: 580px) {
    #slider-updown-container .ident-thing img {
	width: 60%;
    }

    #slider-updown-container .ident-thing p {
	width: 60%;
	color: white;
	font-size: 18px;
	margin: 0 auto;
    }

    #slider-updown-container > div:nth-of-type(6) {
	margin-top: 40px;
	height: 280px;
    }

     .for-everyone .fig img {
	max-width: 80% !important;
    }
}

.for-everyone .angle-container:nth-of-type(1) {
    left: 10%;
}
.for-everyone .angle-container:nth-of-type(2) {
    left: 90%;
}

@media screen and (max-width: 767px) {
    .contact-button {
        margin: 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .for-everyone .fig img {
	max-width: 70%;
    }
}

@media screen and (max-width: 998px) {
    .for-everyone .fig {
        float: none;
        width: 100%;
    }
    .for-everyone .desc {
        float: none;
        width: 100% !important;
    }

    #slider-updown-container > div:nth-of-type(1) > .container {
	margin-top: 40px;
    }

    .for-everyone .fig img {
        max-width: 70%;
    }
}
@media screen and (max-width: 1400px) {
    .for-everyone .angle-container:nth-of-type(1) {
        left: 4%;
    }
    .for-everyone .angle-container:nth-of-type(2) {
        left: 97%;
    }
}
@media screen and (max-width: 1500px) {
    .for-everyone .angle-container:nth-of-type(1) {
        left: 5%;
    }
    .for-everyone .angle-container:nth-of-type(2) {
        left: 95%;
    }
}
/*--------------- TEAM MEMBERS ---------------*/

#team {
    padding-bottom: 200px;
}

.team-container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 1170px;
}

.team-members-container {
    width: 42%;
    margin: 0 auto;
    overflow: hidden;
}

.team-member-info {
    position: relative;
}

.member-photo {
    height: 540px;
    position: absolute;
    transition: opacity 0.5s ease-in-out;
}

.member-cv {
    top: 560px;
    position: absolute;
    height: 540px;
    width: 100%;
    padding: 10px;
    transition: top 0.5s ease-in-out;
}

.team-member-info:hover .member-cv {
    top: 0px;
}

.team-member-info:before {
    display: block;
    content: "";
    position: absolute;
    background-color: #4a4d54;
    width: 99%;
    height: 540px;
    opacity: 0;
    transform: translateY(-50%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.team-member-info:hover:before {
    transform: translateY(0%);
    opacity: 1;
}

.team-member-info:hover .member-photo {
    opacity: 0;
}

.team-member-spacer {
    height: 560px;
    padding: 0px 10px 10px 10px;
    float: left;
    width: 50%;
}

.member-cv .member-name-role {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.member-name-role div:nth-of-type(1) {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.member-name-role div:nth-of-type(2) {
    font-size: 14px;
    color: white;
}

.member-academic-xp, .member-prof-xp, .member-courses {
    color: white;
    font-weight: 100;
}

.member-academic-xp ul, .member-prof-xp ul, .member-courses ul {
    padding-left: 20px;
}

.member-cv-parts {
    height: 95%;
}

.member-cv li {
    display: block;
    font-size: 14px;
    position: relative;
    list-style-type: none;
    margin-bottom: 3px;
}

.member-cv li:before {
    color: white;
    position: absolute;
    left: -15px;
    font-size: 11px;
    z-index: 2;
}

.member-cv li:after {
    content: "";
    height: 100%;
    position: absolute;
    left: -12px;
    top: 8px;
    border: 1px solid #999;
}

.member-cv li:last-of-type:after {
    content: initial;
}

.team-member-spacer:last-ot-type .member-cv li:after {
    left: -11px;
}

.member-cv li span {
    font-family: 'Open Sans', sans-serif;
}

.member-prof-xp div:nth-of-type(2) {
    left: -11px;
    font-size: 10px;
}

.member-see-cv {
    color: white;
    border: 2px solid white;
    border-radius: 5%;
    font-weight: 100;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    width: 90%;
    height: 25px;
    margin: 0 auto;
}

.team-mob-info {
    margin: 10px 10px 40px 10px;
}

.team-mob-container {
    margin: 0 auto;
    width: 85%;
}

.member-mob-photo {
    text-align: center;
}

.member-mob-name-role {
    padding-top: 30px;
    text-align: center;
}

.member-mob-name-role div:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
}

.member-mob-name-role div:nth-of-type(2) {
    font-size: 12px;
}

.member-mob-academic-xp ul, .member-mob-prof-xp ul, .member-mob-courses ul {
    padding-left: 20px;
}

.team-mob-info li:before {
    color: black;
    position: absolute;
    left: -15px;
    font-size: 8px;
}

.team-mobinfo li:last-of-type:before {
    display: none;
}

.team-mob-info li {
    list-style-type: none;
    font-size: 14px;
    display: block;
}

.member-mob-see-cv {
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    width: 50%;
    margin: 0 auto;
    border: 2px solid black;
    border-radius: 5px;
}

@media screen and (min-width: 820px) {
    #team-normal {
	display: block;
    }

    #team-mobile {
	display: none;
    }
}

@media screen and (max-width: 820px) {
    #team-normal {
	display: none;
    }

    #team-mobile {
	display: block;
    }

    #team {
	padding-bottom: 20px;
    }

    .member-mob-container {
	width: 50%;
	float: left;
    }
}

@media screen and (max-width: 550px) {
    .member-mob-container {
	width: auto;
	float: none;
    }
}

@media screen and (max-width: 1200px) {
    .team-container {
	width: 1100px;
    }

    .team-members-container {
	width: 90%;
    }
}

@media screen and (max-width: 1100px) {
    .team-container {
	width: 960px;
    }

    .member-cv ul li {
	font-size: 12px;
    }

    .member-cv span {
	font-size: 12px;
    }

    .member-cv div {
	font-size: 12px;
    }

    .member-see-cv {
	font-size: 12px;
    }
}

@media screen and (max-width: 960px) {
    .team-container {
	width: 840px;
    }

    .member-cv div {
	font-size: 10px;
    }

    .member-see-cv {
	font-size: 10px;
    }
}

/*---------------- MODAL --------------*/

#progress-logo {
    margin-right: 10px;
    float: right;
    display: none;
}

.spinning {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* Spinning animation */
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media screen and (max-width: 500px) {
    .btn-wrapper .btn {
	width: 100% !important;
	margin-bottom: 10px;
    }
}

/*--------- FOR EVERYONE --------------*/

.for-everyone {
    background-color: #156971;
    position: relative;
}
.for-everyone .fig {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (min-width: 992px) {
    .for-everyone .fig {
        float: left;
        width: 50%;
    }
}
.for-everyone .fig .main-img {
    margin-left: -30px;
}
.for-everyone .desc {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.for-everyone h2 {
    font-size: 115px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 0.8;
}
.for-everyone h4 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.for-everyone h2,
.for-everyone h4 {
    color: #fff;
}
@media screen and (max-width: 991px) {
    .for-everyone {
        text-align: center;
    }
    .for-everyone .desc {
        margin-top: 25px;
    }
}
/*-------------FOOTER--------------*/

.map-wrapper,
#map-canvas {
    height: 400px;
}
.map-wrapper {
    padding: 25px 25px 0;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
footer .upper-footer {
    background-size: cover !important;
    background: url('../images/page-footer/backgrounds/bgfooter.jpg') center no-repeat;
}
footer .upper-footer i {
    color: #fff;
    margin-right: 8px;
}
footer .fa {
    font-size: 22px;
}
footer .lower-footer {
    background-color: #1d1d1d;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer li {
    float: left;
}
footer li a {
    border-radius: 50%;
    background-color: #fff;
    color: #156971;
    width: 35px;
    height: 35px;
    margin: 0 8px 0 5px;
    padding: 7px 0;
    display: inline-block;
    text-align: center;
}
footer .footer-social,
footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .contact,
footer .map-area {
    padding-top: 160px;
}
footer .footer-social,
footer .map-area {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    footer .footer-social,
    footer .map-area {
        float: left;
        width: 58.3333333333%;
    }
}
@media (min-width: 992px) {
    footer .footer-social,
    footer .map-area {
        float: left;
        width: 58.3333333333%;
    }
}
footer .contact,
footer .copyright {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    footer .contact,
    footer .copyright {
        float: left;
        width: 41.6666666667%;
    }
}
@media (min-width: 992px) {
    footer .contact,
    footer .copyright {
        margin-left: 8.3333333333%;
    }
}
@media (min-width: 992px) {
    footer .contact,
    footer .copyright {
        float: left;
        width: 33.3333333333%;
    }
}
footer .map-area {
    padding-right: 3px;
}
footer .map-area img {
    width: 100%;
}
footer p {
    color: #c8c8c8;
    margin-bottom: 40px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
footer h4,
footer h5 {
    color: #fff;
}
footer h4,
footer h5,
footer h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
footer h4 {
    font-size: 20px;
}
footer h5 {
    font-size: 15px;
}
footer .copyright a {
    color: #787878;
    font-size: 13px;
}
footer .footer-social {
    background-color: #156971;
}
footer .contact {
    padding-bottom: 5px;
}
footer a {
    transition: all 0.3s ease;
}
footer a:hover {
    color: #fff;
}
footer a.dribbble:hover {
    background-color: #e971a1;
}
footer a.fb:hover {
    background-color: #0054a5;
}
footer a.rss:hover {
    background-color: #F26109;
}
footer a.gplus:hover {
    background-color: #DD4B38;
}
footer a.twitter:hover {
    background-color: #48d6e0;
}
footer a.vimeo:hover {
    background-color: #008dd2;
}
footer a.youtube:hover {
    background-color: #f45051;
}
footer a.behance:hover {
    background-color: #458ccc;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    footer .contact,
    footer .map-area {
        padding-top: 60px;
    }
    footer .map-area {
        position: relative;
    }
    footer .map-area img {
        position: absolute;
        bottom: 0;
        width: 96%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    footer .map-area img {
        width: 97%;
    }
}
@media screen and (min-width: 768px) {
    footer .upper-footer .contact,
    footer .upper-footer .map-area {
        float: right;
    }
}
@media screen and (max-width: 767px) {
    footer {
        text-align: center;
    }
    footer .contact,
    footer .map-area {
        padding-top: 30px;
    }
    footer .map-area {
        padding-right: 15px;
    }
    footer .map-wrapper {
        padding: 15px 15px 0;
    }
    footer .copyright,
    footer .footer-social {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer .footer-social ul {
        display: inline-block;
    }
    footer li a {
        margin: 0 5px;
    }
    footer li:first-of-type a {
        margin-left: 0;
    }
    footer li:last-of-type a {
        margin-right: 0;
    }
    .map-wrapper,
    #map-canvas {
        height: 250px;
    }
}
/* ------------- TEXT LIST POSTS -----------------*/

.text-post .desc {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .text-post .desc {
        float: left;
        width: 83.3333333333%;
    }
}
.text-post .fig {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto !important;
}
@media (min-width: 992px) {
    .text-post .fig {
        float: left;
        width: 16.6666666667%;
    }
}
@media screen and (max-width: 767px) {
    .text-post .date-block {
        position: relative;
    }
    .text-post .date-block h5 {
        display: inline-block;
    }
    .text-post .fig {
        padding: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .text-post .date-block {
        right: 0;
        left: auto;
    }
}
/* ------------- VIDEO POSTS -----------------*/

.video-post .image-post {
    overflow: hidden;
}
/*------------- TWITTER POST -------------*/

.post-twitter {
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #fff;
}
.post-twitter .fig {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .post-twitter .fig {
        float: left;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .post-twitter .fig {
        float: left;
        width: 16.6666666667%;
    }
}
.post-twitter .fig img {
    border-radius: 4px;
}
.post-twitter .desc {
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.post-twitter .desc h4,
.post-twitter .desc h5,
.post-twitter .desc p {
    color: #156971;
}
@media (min-width: 768px) {
    .post-twitter .desc {
        float: left;
        width: 75%;
    }
}
@media (min-width: 992px) {
    .post-twitter .desc {
        float: left;
        width: 83.3333333333%;
    }
}
.post-twitter .desc > a {
    float: right;
    background-color: #f4f4f4;
    padding-right: 20px;
    border-radius: 4px;
    border: 1px solid #b8b8b8;
    font-size: 12px;
    color: #7c7c7c;
}
.post-twitter .desc > a i {
    background-color: #68bfe4;
    color: white;
    font-size: 22px;
    padding: 5px 10px;
    vertical-align: sub;
    margin-right: 10px;
}
.post-twitter .desc p a {
    float: right;
    margin-left: 30px;
    font-size: 20px;
    color: #156971;
}
.twitter-post .post-wrapper {
    background-color: #156971;
    padding: 40px 80px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .twitter-post .post-wrapper {
        padding: 30px;
    }
    .post-twitter {
        padding: 15px;
    }
    .post-twitter .desc {
        width: 100%;
    }
    .post-twitter .desc p a {
        margin-left: 15px;
    }
    .post-twitter .fig {
        width: auto;
    }
}
@media screen and (max-width: 479px) {
    .twitter-post .post-wrapper {
        padding: 15px;
    }
    .post-twitter {
        padding: 15px 0;
    }
}
@media screen and (min-width: 480px) {
    .post-twitter .desc p {
        display: inline;
    }
}
/*----------- GALLERY POST ------------*/

.gallery-post .fig {
    position: relative;
    float: left;
    width: 41.6666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 300px;
}
@media (min-width: 768px) {
    .gallery-post .fig {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .gallery-post .fig {
        float: left;
        width: 25%;
    }
}
.gallery-post .desc {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px 40px;
}
@media (min-width: 992px) {
    .gallery-post .desc {
        float: left;
        width: 33.3333333333%;
    }
}
.gallery-midblock {
    position: relative;
    float: left;
    width: 58.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}
@media (min-width: 768px) {
    .gallery-midblock {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .gallery-midblock {
        float: left;
        width: 41.6666666667%;
    }
}
.gallery-midblock > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 150px;
}
@media screen and (max-width: 991px) {
    .gallery-post .fig,
    .gallery-midblock {
        margin-bottom: 30px;
    }
    .gallery-post .fig {
        height: 300px;
    }
    .gallery-midblock > div {
        height: 150px;
    }
}
@media screen and (max-width: 479px) {
    .gallery-post .desc {
        padding: 15px 30px 15px 15px;
    }
}
/*------------- AUDIO POST --------------*/

.audio-post {
    margin-bottom: 120px;
}
.audio-post .fig {
    background-color: #156971;
    text-align: center;
}
.audio-post .fig img {
    margin: 110px 0;
}
.contact-comment .input-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px 0;
}
@media (min-width: 768px) {
    .contact-comment .input-wrapper {
        float: left;
        width: 50%;
    }
}
.contact-comment input,
.contact-comment textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px 25px;
    resize: none;
}
.contact-comment .btn {
    width: auto;
    float: right;
    background-color: #156971;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 60px;
}
.btn-wrapper {
    overflow: hidden;
}
.contact-comment .btn-wrapper {
    margin: 24px 0;
}
.contact-comment .textArea-wrapper {
    position: relative;
}
.disable-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
}
#curriculum-modal {
    border-top: 5px solid #156971;
    background-color: #f3f3f3;
    position: absolute;
    width: 950px;
    margin-left: -475px;
    display: none;
    left: 50%;
    overflow: visible;
    padding-top: 20px;
    padding: 30px 50px 30px;
}
#curriculum-modal > i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    background-color: #dd4f45;
}
#curriculum-modal > iframe {
    width: 100%;
    height: 100%;
}
#curriculum-modal > i:hover {
    cursor: pointer;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -10;
}
.disp {
    z-index: 9999;
    height: 100% !important;
}
.modal {
    font-weight: 400;
    border-top: 5px solid #156971;
    background-color: #f3f3f3;
    position: absolute;
    top: 100px;
    left: 50%;
    overflow: visible;
    bottom: auto;
    padding: 0px 50px 30px;
}
.modal > i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    background-color: #dd4f45;
}
.modal > i:hover {
    cursor: pointer;
}
.modal .logo {
    position: relative;
}
.modal h2 {
    text-transform: uppercase;
}
.modal h2,
.modal h3 {
    color: #156971;
    font-family: 'Lato', sans-serif;
}
.modal h1 {
    text-indent: -9999px;
    width: 166px;
    height: 166px;
    display: inline-block;
    background-position: center;
    border-radius: 50%;
    margin: 0;
}
.modal > p {
    margin-bottom: 30px;
    color: #156971;
}
.modal input {
    width: 100%;
    padding: 10px 15px;
}
.modal button,
.modal h5 {
    float: right;
}
.modal button {
    font-size: 16px;
    padding: 10px 40px;
    border: none;
    margin: 0;
}
.modal .fb-login {
    background-color: #3b579d;
}
.modal .fb-login i {
    border-right: 1px solid #334b87;
    padding: 15px 40px;
}
.modal .twitter-login {
    background-color: #5fa9dd;
}
.modal .twitter-login i {
    border-right: 1px solid #5293c1;
}
@media screen and (min-width: 992px) {
    .login-page.modal {
        width: 950px;
        margin-left: -475px;
    }
}
@media screen and (min-width: 768px) {
    .login-page.modal h2 {
        margin-top: 30px;
    }
    .login-page.modal h3 {
        margin: 40px 0 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .existing-login i {
        padding: 15px 20px;
    }
    .login-page.modal {
        width: 724px;
        margin-left: -362px;
    }
    .login-page.modal .fb-login i {
        padding: 15px 24px;
    }
}
@media only screen and (max-width: 767px) {
    .login-page.modal {
        width: 90%;
        margin-left: -45%;
        padding: 0 30px 20px;
        top: 50px;
    }
    .login-page.modal .existing-login > div,
    .login-page.modal .input-wrapper {
        margin: 10px 0;
    }
}
.contactUs .contact-comment {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
    position: relative;
}
.contactUs .input-holder {
    position: relative;
}
@media screen and (min-width: 992px) {
    .below-banner .container,
    .search-share .share li,
    .expertise-wrapper img,
    .tech-used .fig img,
    .tech-used h3.head,
    .tech-used h3.sub-head,
    .about-us .form-btn,
    .about-us h3.head,
    .about-us h3.sub-head,
    .blog-post .post,
    .price-table .price-wrapper,
    .for-everyone .smartphone,
    .connect li,
    .text-post .image-post,
    .video-post .image-post .fig,
    .presentation {
        opacity: 0;
    }
    .below-banner .container.animated,
    .search-share .share li.animated,
    .expertise-wrapper img.animated,
    .tech-used .fig img.animated,
    .tech-used h3.head.animated,
    .tech-used h3.sub-head.animated,
    .about-us .form-btn.animated,
    .about-us h3.head.animated,
    .about-us h3.sub-head.animated .blog-post .post.animated,
    .price-table .price-wrapper.animated,
    .for-everyone .smartphone.animated,
    .connect li.animated,
    .text-post .image-post.animated,
    .video-post .image-post .fig.animated,
    .presentation.animated {
        opacity: 1;
    }
}
@media screen and (max-width: 992px) {
    .below-banner .container,
    .search-share .share li,
    .expertise-wrapper img,
    .tech-used .fig img,
    .tech-used h3.head,
    .tech-used h3.sub-head,
    .about-us .form-btn,
    .blog-post .post,
    .price-table .price-wrapper,
    .for-everyone .smartphone {
        opacity: 1;
    }
}
@media screen and (max-width: 992px) {
    .search-share .share {
	margin: 0 auto;
    }
}
.small-text-banner {
    margin-bottom: 15px;
    letter-spacing: 6px;
}
.middle-text-banner {
    font-size: 120px;
    letter-spacing: 2px;
    color: #BDA22E !important;
}
.big-text-banner {
    font-size: 140px !important;
}
.box-three {
    width: 33.3333% !important;
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .small-text-banner {
        letter-spacing: 2px;
        float: left;
        text-align: left;
    }
    .middle-text-banner {
        font-size: 60px;
        letter-spacing: 2px !important;
        color: #BDA22E !important;
        float: left;
        text-align: left;
    }
    .box-three {
        width: 50% !important;
        margin-top: 20px;
    }
    .big-text-banner {
        float: left;
        text-align: left;
        font-size: 90px !important;
    }
}
@media screen and (max-width: 767px) {
    .small-text-banner {
        letter-spacing: 2px;
        padding-left: 0 !important;
        padding-bottom: 10px;
    }
    .middle-text-banner {
        margin-bottom: 5px;
        letter-spacing: 2px !important;
        color: #BDA22E !important;
        float: left;
        text-align: left;
        font-size: 50px !important;
    }
    .box-three {
        width: 100% !important;
        margin-top: 20px;
    }
    .big-text-banner {
        float: left;
        font-size: 60px !important;
        text-align: left;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 510px) {
    .small-text-banner {
        font-size: 10px !important;
    }
    .middle-text-banner {
        font-size: 30px !important;
    }
    .big-text-banner {
        font-size: 35px !important;
    }
    .title-head h3 {
        font-size: 35px;
    }
}
#expertise .expertise {
    margin-bottom: 10px;
}
.expertise-wrapper {
    width: 25%;
}
.portfolio-item {
    width: 50% !important;
}
.for-everyone .desc h2 {
    font-size: 60px !important;
}
#products .imgLiquidFill {
    background-size: auto !important;
    background-color: #32312D;
}
#header {
    height: 100% !important;
}
