

@charset "UTF-8";

/*==============
  FONTS
==============*/

@font-face{
  font-family: 'roboto_slabbold';
  src: url("../fonts/RobotoSlab-Bold-webfont.eot");
  src: url("../fonts/RobotoSlab-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Bold-webfont.woff") format("woff"), url("../fonts/RobotoSlab-Bold-webfont.ttf") format("truetype"), url("../fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face{
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face{
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face{
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face{
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype"), url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face{
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face{
  font-family: 'gotham_ultraregular';
  src: url("../fonts/gotham-ultra-webfont.woff2") format("woff2"), url("../fonts/gotham-ultra-webfont.woff") format("woff"), url("../fonts/gotham-ultra-webfont.ttf") format("truetype"), url("../fonts/gotham-ultra-webfont.svg#gotham_ultraregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face{
  font-family: 'gotham_medium';
  src: url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype"), url("../fonts/gotham-medium.svg#gotham_medium") format("svg");
  font-weight: normal;
  font-style: normal; }

/*================================================================
  RESET DEFAULT BROWSER CSS, HELPERS THAT USES MIXINS, PLACHOLDERS
================================================================*/

/*================================================================
  SCSS PLACEHOLDERS
================================================================*/

.button, .phone-info-text
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery .mask
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.past-clients-list li
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfix::before, .top-slider .slick-dots::before, .clearfix::after, .top-slider .slick-dots::after
{
    content: " ";
    display: table;
}

.clearfix:after, .top-slider .slick-dots:after
{
    clear: both;
}

input, textarea, .text-field, input[type=email]
{
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .text-field::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
    font-family: "RobotoBold";
    color: #333;
    font-size: 14px;
    font-size: 1.4rem; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, .text-field:focus::-webkit-input-placeholder
{
    color: transparent;
}

input::-moz-placeholder, textarea::-moz-placeholder, .text-field::-moz-placeholder, input[type=email]::-moz-placeholder {
    font-family: "RobotoBold";
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    opacity: 1; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, .text-field:focus::-moz-placeholder
{
    color: transparent;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, .text-field:-ms-input-placeholder {
    font-family: "RobotoBold";
    color: #333;
    font-size: 14px;
    font-size: 1.4rem; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, .text-field:focus:-ms-input-placeholder
{
    color: transparent;
}

.img-wrapper img, .lightbox img
{
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img-wrapper img, .lightbox img
{
    max-width: 100%;
    max-height: 100%;
}

h1, h3
{
    position: relative;
}

h1::before, h3::before
{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 37px;
    height: 4px;
    display: block;
    background-color: #15b0cc;
}

/*! 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%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after
{
    box-sizing: border-box;
}

*:focus
{
    outline: 0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section, button, input, textarea, select
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

fieldset
{
    min-width: 0;
}

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

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

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

[hidden],
template
{
    display: none;
}

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

img
{
    border: 0;
    vertical-align: middle;
}

small
{
    font-size: 80%;
}

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

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}

label
{
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

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

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

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

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

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

input
{
    line-height: normal;
}

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

input[type="search"]
{
    -webkit-appearance: textfield;
}

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

legend
{
    border: 0;
    padding: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

[role="button"]
{
    cursor: pointer;
}

input, textarea
{
}

input::-ms-clear, textarea::-ms-clear
{
    display: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder
{
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder
{
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder
{
    color: transparent;
}

input[type="radio"],
input[type="checkbox"]
{
    margin-top: 1px \9;
    line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"]
{
    cursor: default;
}

input[type="file"]
{
    display: block;
}

input[type="range"]
{
    display: block;
    width: 100%;
}

select[multiple],
select[size]
{
    height: auto;
}

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

td,
th
{
    padding: 0;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
}

blockquote, q
{
    quotes: "" "";
}

/*==============
  THIRD PARTY
=================*/

/* svg icons */

/* Font-Awesome */

/*!
 *  Font Awesome 4.6.3 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.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Bootstrap 3.3.5 */

/* Slick */

/* Slider */

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after
{
    content: "";
    display: table;
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

/* Headroom */

/* Formstone */

/*========================================================
	CSS BASE ELEMENTS, SCALABLE AND REUSABLE MODULS
=========================================================*/

/*================================
	* CSS base Elements
=================================*/

html
{
    height: 100%;
    overflow-x: hidden;
}

body {
  font-family: "RobotoRegular";
  color: #999;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fff;
  line-height: 1.42857;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

body.no-scroll
{
    overflow: hidden;
    position: fixed;
}

/* LINKS */

a
{
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    outline: 0 !important;
    text-decoration: none;
}

a.button.disabled,
  fieldset[disabled] a.button
{
    pointer-events: none;
}

a.active
{
    cursor: default;
    pointer-events: none;
}

ul
{
    list-style: none;
}

ul.list li
{
    padding: 15px 20px;
    position: relative;
}

ul.list li::before
{
    content: '';
    position: absolute;
    top: 26px;
    left: 5px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #15b0cc;
}

ul.list li + li
{
    border-top: 1px solid #ccc;
}

p.attention {
  color: #024b70;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase; }

p + p
{
    margin-top: 30px;
}

.button {
  -webkit-transition: color 300ms ease, background-color 200ms ease, opacity 300ms ease;
  transition: color 300ms ease, background-color 200ms ease, opacity 300ms ease;
  background-color: #039ae6;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer;
  padding: 9px 34px;
  border-radius: 5px;
  border: 1px solid #fff;
  font-family: "roboto_slabbold";
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }

.no-touch .button:hover
{
    background-color: transparent;
    color: #fff;
}

.button.disabled
{
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.show-mobile
{
    display: none;
}

.img-wrapper
{
    overflow: hidden;
}

.pull-right
{
    float: right;
}

.pull-left
{
    float: left;
}

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

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

.content
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section
{
    margin-top: 35px;
}

.section p + img
{
    margin-top: 40px;
}

.section img
{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section img + img
{
    margin-top: 15px;
}

.section .list + p
{
    margin-top: 15px;
}

/************ Headlines ************/

h1 {
  font-family: "gotham_ultraregular";
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
  float: left;
  line-height: 50px; }

h1::before
{
    width: 61px;
    bottom: 0;
}

.small-heading {
  font-family: "gotham_medium";
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: 7px; }

h2 {
  font-family: "RobotoLight";
  color: #fff;
  font-size: 45px;
  font-size: 4.5rem; }

h3 {
  font-family: "RobotoLight";
  color: #797979;
  font-size: 30px;
  font-size: 3rem;
  text-transform: capitalize;
  margin-bottom: 40px;
  line-height: 1.2; }

h4 {
  font-family: "RobotoBold";
  color: #797979;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase; }

h5 {
  font-family: "RobotoBold";
  color: #015f8e;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase; }

h6 {
  font-family: "RobotoMedium";
  color: #039ae6;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase; }

/************** FORM MODULS, MAIN STYLES *************/

.input-group
{
    margin-top: 12px;
    overflow: hidden;
}

.text-field, input[type=email] {
  background-color: transparent;
  border: 2px solid #e1e1e1;
  display: block;
  width: 100%;
  padding: 5px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none; }

.text-field.missed, input[type=email].missed
{
    color: #8a1111;
    border-color: #8a1111;
}

.text-field.missed::-webkit-input-placeholder, input[type=email].missed::-webkit-input-placeholder
{
    color: #8a1111;
}

.text-field.missed::-moz-placeholder, input[type=email].missed::-moz-placeholder
{
    color: #8a1111;
}

.text-field.missed:-ms-input-placeholder, input[type=email].missed:-ms-input-placeholder
{
    color: #8a1111;
}

.text-field.missed:focus::-webkit-input-placeholder, input[type=email].missed:focus::-webkit-input-placeholder
{
    color: transparent;
}

.text-field.missed:focus::-moz-placeholder, input[type=email].missed:focus::-moz-placeholder
{
    color: transparent;
}

.text-field.missed:focus:-ms-input-placeholder, input[type=email].missed:focus:-ms-input-placeholder
{
    color: transparent;
}

.text-field.filled, .text-field:focus, input[type=email].filled, input[type=email]:focus
{
    color: #333;
    border-color: #333;
}

textarea
{
    height: 135px;
    resize: none;
    overflow: hidden;
}

input[type=number].text-field
{
    -moz-appearance: textfield;
}

input[type=number].text-field::-webkit-outer-spin-button, input[type=number].text-field::-webkit-inner-spin-button
{
    -webkit-appearance: none;
}

.form-actions
{
    text-align: right;
    margin-top: 14px;
}

/*================================================================
  SCALABLE AND REUSABLE MODULS
================================================================*/

/*Animations to be used in the project */

@-webkit-keyframes fade-out{
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@keyframes fade-out{
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-webkit-keyframes bg-slider{
  0% {
    background-color: #f8786b; }
  25% {
    background-color: #72cc51; }
  50% {
    background-color: #014c8d; }
  75% {
    background-color: #99ddde; }
  100% {
    background-color: #f8786b; } }

@keyframes bg-slider{
  0% {
    background-color: #f8786b; }
  25% {
    background-color: #72cc51; }
  50% {
    background-color: #014c8d; }
  75% {
    background-color: #99ddde; }
  100% {
    background-color: #f8786b; } }

@-webkit-keyframes slide-left{
  0% {
    left: -100%; }
  100% {
    left: 0; } }

@keyframes slide-left{
  0% {
    left: -100%; }
  100% {
    left: 0; } }

@-webkit-keyframes progress-bar{
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes progress-bar{
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes slider-fade{
  0% {
    opacity: 1; }
  22% {
    opacity: 1; }
  33% {
    opacity: 0; }
  89% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slider-fade{
  0% {
    opacity: 1; }
  22% {
    opacity: 1; }
  33% {
    opacity: 0; }
  89% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bg-fade{
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.8); } }

@keyframes bg-fade{
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.8); } }

.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: 992px)
{
    .container
    {
        width: 970px;
    }
}

.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-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12
{
    float: left;
}

.col-xxs-1
{
    width: 8.33333%;
}

.col-xxs-2
{
    width: 16.66667%;
}

.col-xxs-3
{
    width: 25%;
}

.col-xxs-4
{
    width: 33.33333%;
}

.col-xxs-5
{
    width: 41.66667%;
}

.col-xxs-6
{
    width: 50%;
}

.col-xxs-7
{
    width: 58.33333%;
}

.col-xxs-8
{
    width: 66.66667%;
}

.col-xxs-9
{
    width: 75%;
}

.col-xxs-10
{
    width: 83.33333%;
}

.col-xxs-11
{
    width: 91.66667%;
}

.col-xxs-12
{
    width: 100%;
}

.col-xxs-pull-0
{
    right: auto;
}

.col-xxs-pull-1
{
    right: 8.33333%;
}

.col-xxs-pull-2
{
    right: 16.66667%;
}

.col-xxs-pull-3
{
    right: 25%;
}

.col-xxs-pull-4
{
    right: 33.33333%;
}

.col-xxs-pull-5
{
    right: 41.66667%;
}

.col-xxs-pull-6
{
    right: 50%;
}

.col-xxs-pull-7
{
    right: 58.33333%;
}

.col-xxs-pull-8
{
    right: 66.66667%;
}

.col-xxs-pull-9
{
    right: 75%;
}

.col-xxs-pull-10
{
    right: 83.33333%;
}

.col-xxs-pull-11
{
    right: 91.66667%;
}

.col-xxs-pull-12
{
    right: 100%;
}

.col-xxs-push-0
{
    left: auto;
}

.col-xxs-push-1
{
    left: 8.33333%;
}

.col-xxs-push-2
{
    left: 16.66667%;
}

.col-xxs-push-3
{
    left: 25%;
}

.col-xxs-push-4
{
    left: 33.33333%;
}

.col-xxs-push-5
{
    left: 41.66667%;
}

.col-xxs-push-6
{
    left: 50%;
}

.col-xxs-push-7
{
    left: 58.33333%;
}

.col-xxs-push-8
{
    left: 66.66667%;
}

.col-xxs-push-9
{
    left: 75%;
}

.col-xxs-push-10
{
    left: 83.33333%;
}

.col-xxs-push-11
{
    left: 91.66667%;
}

.col-xxs-push-12
{
    left: 100%;
}

.col-xxs-offset-0
{
    margin-left: 0%;
}

.col-xxs-offset-1
{
    margin-left: 8.33333%;
}

.col-xxs-offset-2
{
    margin-left: 16.66667%;
}

.col-xxs-offset-3
{
    margin-left: 25%;
}

.col-xxs-offset-4
{
    margin-left: 33.33333%;
}

.col-xxs-offset-5
{
    margin-left: 41.66667%;
}

.col-xxs-offset-6
{
    margin-left: 50%;
}

.col-xxs-offset-7
{
    margin-left: 58.33333%;
}

.col-xxs-offset-8
{
    margin-left: 66.66667%;
}

.col-xxs-offset-9
{
    margin-left: 75%;
}

.col-xxs-offset-10
{
    margin-left: 83.33333%;
}

.col-xxs-offset-11
{
    margin-left: 91.66667%;
}

.col-xxs-offset-12
{
    margin-left: 100%;
}

@media (min-width: 480px)
{
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
    {
        float: left;
    }
    .col-xs-1
    {
        width: 8.33333%;
    }
    .col-xs-2
    {
        width: 16.66667%;
    }
    .col-xs-3
    {
        width: 25%;
    }
    .col-xs-4
    {
        width: 33.33333%;
    }
    .col-xs-5
    {
        width: 41.66667%;
    }
    .col-xs-6
    {
        width: 50%;
    }
    .col-xs-7
    {
        width: 58.33333%;
    }
    .col-xs-8
    {
        width: 66.66667%;
    }
    .col-xs-9
    {
        width: 75%;
    }
    .col-xs-10
    {
        width: 83.33333%;
    }
    .col-xs-11
    {
        width: 91.66667%;
    }
    .col-xs-12
    {
        width: 100%;
    }
    .col-xs-pull-0
    {
        right: auto;
    }
    .col-xs-pull-1
    {
        right: 8.33333%;
    }
    .col-xs-pull-2
    {
        right: 16.66667%;
    }
    .col-xs-pull-3
    {
        right: 25%;
    }
    .col-xs-pull-4
    {
        right: 33.33333%;
    }
    .col-xs-pull-5
    {
        right: 41.66667%;
    }
    .col-xs-pull-6
    {
        right: 50%;
    }
    .col-xs-pull-7
    {
        right: 58.33333%;
    }
    .col-xs-pull-8
    {
        right: 66.66667%;
    }
    .col-xs-pull-9
    {
        right: 75%;
    }
    .col-xs-pull-10
    {
        right: 83.33333%;
    }
    .col-xs-pull-11
    {
        right: 91.66667%;
    }
    .col-xs-pull-12
    {
        right: 100%;
    }
    .col-xs-push-0
    {
        left: auto;
    }
    .col-xs-push-1
    {
        left: 8.33333%;
    }
    .col-xs-push-2
    {
        left: 16.66667%;
    }
    .col-xs-push-3
    {
        left: 25%;
    }
    .col-xs-push-4
    {
        left: 33.33333%;
    }
    .col-xs-push-5
    {
        left: 41.66667%;
    }
    .col-xs-push-6
    {
        left: 50%;
    }
    .col-xs-push-7
    {
        left: 58.33333%;
    }
    .col-xs-push-8
    {
        left: 66.66667%;
    }
    .col-xs-push-9
    {
        left: 75%;
    }
    .col-xs-push-10
    {
        left: 83.33333%;
    }
    .col-xs-push-11
    {
        left: 91.66667%;
    }
    .col-xs-push-12
    {
        left: 100%;
    }
    .col-xs-offset-0
    {
        margin-left: 0%;
    }
    .col-xs-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-xs-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-xs-offset-3
    {
        margin-left: 25%;
    }
    .col-xs-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-xs-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-xs-offset-6
    {
        margin-left: 50%;
    }
    .col-xs-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-xs-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-xs-offset-9
    {
        margin-left: 75%;
    }
    .col-xs-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-xs-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-xs-offset-12
    {
        margin-left: 100%;
    }
}

@media (min-width: 768px)
{
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
    {
        float: left;
    }
    .col-sm-1
    {
        width: 8.33333%;
    }
    .col-sm-2
    {
        width: 16.66667%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-4
    {
        width: 33.33333%;
    }
    .col-sm-5
    {
        width: 41.66667%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-7
    {
        width: 58.33333%;
    }
    .col-sm-8
    {
        width: 66.66667%;
    }
    .col-sm-9
    {
        width: 75%;
    }
    .col-sm-10
    {
        width: 83.33333%;
    }
    .col-sm-11
    {
        width: 91.66667%;
    }
    .col-sm-12
    {
        width: 100%;
    }
    .col-sm-pull-0
    {
        right: auto;
    }
    .col-sm-pull-1
    {
        right: 8.33333%;
    }
    .col-sm-pull-2
    {
        right: 16.66667%;
    }
    .col-sm-pull-3
    {
        right: 25%;
    }
    .col-sm-pull-4
    {
        right: 33.33333%;
    }
    .col-sm-pull-5
    {
        right: 41.66667%;
    }
    .col-sm-pull-6
    {
        right: 50%;
    }
    .col-sm-pull-7
    {
        right: 58.33333%;
    }
    .col-sm-pull-8
    {
        right: 66.66667%;
    }
    .col-sm-pull-9
    {
        right: 75%;
    }
    .col-sm-pull-10
    {
        right: 83.33333%;
    }
    .col-sm-pull-11
    {
        right: 91.66667%;
    }
    .col-sm-pull-12
    {
        right: 100%;
    }
    .col-sm-push-0
    {
        left: auto;
    }
    .col-sm-push-1
    {
        left: 8.33333%;
    }
    .col-sm-push-2
    {
        left: 16.66667%;
    }
    .col-sm-push-3
    {
        left: 25%;
    }
    .col-sm-push-4
    {
        left: 33.33333%;
    }
    .col-sm-push-5
    {
        left: 41.66667%;
    }
    .col-sm-push-6
    {
        left: 50%;
    }
    .col-sm-push-7
    {
        left: 58.33333%;
    }
    .col-sm-push-8
    {
        left: 66.66667%;
    }
    .col-sm-push-9
    {
        left: 75%;
    }
    .col-sm-push-10
    {
        left: 83.33333%;
    }
    .col-sm-push-11
    {
        left: 91.66667%;
    }
    .col-sm-push-12
    {
        left: 100%;
    }
    .col-sm-offset-0
    {
        margin-left: 0%;
    }
    .col-sm-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3
    {
        margin-left: 25%;
    }
    .col-sm-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6
    {
        margin-left: 50%;
    }
    .col-sm-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9
    {
        margin-left: 75%;
    }
    .col-sm-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12
    {
        margin-left: 100%;
    }
}

@media (min-width: 992px)
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
    {
        float: left;
    }
    .col-md-1
    {
        width: 8.33333%;
    }
    .col-md-2
    {
        width: 16.66667%;
    }
    .col-md-3
    {
        width: 25%;
    }
    .col-md-4
    {
        width: 33.33333%;
    }
    .col-md-5
    {
        width: 41.66667%;
    }
    .col-md-6
    {
        width: 50%;
    }
    .col-md-7
    {
        width: 58.33333%;
    }
    .col-md-8
    {
        width: 66.66667%;
    }
    .col-md-9
    {
        width: 75%;
    }
    .col-md-10
    {
        width: 83.33333%;
    }
    .col-md-11
    {
        width: 91.66667%;
    }
    .col-md-12
    {
        width: 100%;
    }
    .col-md-pull-0
    {
        right: auto;
    }
    .col-md-pull-1
    {
        right: 8.33333%;
    }
    .col-md-pull-2
    {
        right: 16.66667%;
    }
    .col-md-pull-3
    {
        right: 25%;
    }
    .col-md-pull-4
    {
        right: 33.33333%;
    }
    .col-md-pull-5
    {
        right: 41.66667%;
    }
    .col-md-pull-6
    {
        right: 50%;
    }
    .col-md-pull-7
    {
        right: 58.33333%;
    }
    .col-md-pull-8
    {
        right: 66.66667%;
    }
    .col-md-pull-9
    {
        right: 75%;
    }
    .col-md-pull-10
    {
        right: 83.33333%;
    }
    .col-md-pull-11
    {
        right: 91.66667%;
    }
    .col-md-pull-12
    {
        right: 100%;
    }
    .col-md-push-0
    {
        left: auto;
    }
    .col-md-push-1
    {
        left: 8.33333%;
    }
    .col-md-push-2
    {
        left: 16.66667%;
    }
    .col-md-push-3
    {
        left: 25%;
    }
    .col-md-push-4
    {
        left: 33.33333%;
    }
    .col-md-push-5
    {
        left: 41.66667%;
    }
    .col-md-push-6
    {
        left: 50%;
    }
    .col-md-push-7
    {
        left: 58.33333%;
    }
    .col-md-push-8
    {
        left: 66.66667%;
    }
    .col-md-push-9
    {
        left: 75%;
    }
    .col-md-push-10
    {
        left: 83.33333%;
    }
    .col-md-push-11
    {
        left: 91.66667%;
    }
    .col-md-push-12
    {
        left: 100%;
    }
    .col-md-offset-0
    {
        margin-left: 0%;
    }
    .col-md-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-md-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-md-offset-3
    {
        margin-left: 25%;
    }
    .col-md-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-md-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-md-offset-6
    {
        margin-left: 50%;
    }
    .col-md-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-md-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-md-offset-9
    {
        margin-left: 75%;
    }
    .col-md-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-md-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-md-offset-12
    {
        margin-left: 100%;
    }
}

@media (min-width: 1200px)
{
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
    {
        float: left;
    }
    .col-lg-1
    {
        width: 8.33333%;
    }
    .col-lg-2
    {
        width: 16.66667%;
    }
    .col-lg-3
    {
        width: 25%;
    }
    .col-lg-4
    {
        width: 33.33333%;
    }
    .col-lg-5
    {
        width: 41.66667%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-7
    {
        width: 58.33333%;
    }
    .col-lg-8
    {
        width: 66.66667%;
    }
    .col-lg-9
    {
        width: 75%;
    }
    .col-lg-10
    {
        width: 83.33333%;
    }
    .col-lg-11
    {
        width: 91.66667%;
    }
    .col-lg-12
    {
        width: 100%;
    }
    .col-lg-pull-0
    {
        right: auto;
    }
    .col-lg-pull-1
    {
        right: 8.33333%;
    }
    .col-lg-pull-2
    {
        right: 16.66667%;
    }
    .col-lg-pull-3
    {
        right: 25%;
    }
    .col-lg-pull-4
    {
        right: 33.33333%;
    }
    .col-lg-pull-5
    {
        right: 41.66667%;
    }
    .col-lg-pull-6
    {
        right: 50%;
    }
    .col-lg-pull-7
    {
        right: 58.33333%;
    }
    .col-lg-pull-8
    {
        right: 66.66667%;
    }
    .col-lg-pull-9
    {
        right: 75%;
    }
    .col-lg-pull-10
    {
        right: 83.33333%;
    }
    .col-lg-pull-11
    {
        right: 91.66667%;
    }
    .col-lg-pull-12
    {
        right: 100%;
    }
    .col-lg-push-0
    {
        left: auto;
    }
    .col-lg-push-1
    {
        left: 8.33333%;
    }
    .col-lg-push-2
    {
        left: 16.66667%;
    }
    .col-lg-push-3
    {
        left: 25%;
    }
    .col-lg-push-4
    {
        left: 33.33333%;
    }
    .col-lg-push-5
    {
        left: 41.66667%;
    }
    .col-lg-push-6
    {
        left: 50%;
    }
    .col-lg-push-7
    {
        left: 58.33333%;
    }
    .col-lg-push-8
    {
        left: 66.66667%;
    }
    .col-lg-push-9
    {
        left: 75%;
    }
    .col-lg-push-10
    {
        left: 83.33333%;
    }
    .col-lg-push-11
    {
        left: 91.66667%;
    }
    .col-lg-push-12
    {
        left: 100%;
    }
    .col-lg-offset-0
    {
        margin-left: 0%;
    }
    .col-lg-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3
    {
        margin-left: 25%;
    }
    .col-lg-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6
    {
        margin-left: 50%;
    }
    .col-lg-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9
    {
        margin-left: 75%;
    }
    .col-lg-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12
    {
        margin-left: 100%;
    }
}

.spinner
{
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div
{
    background-color: #024b70;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2
{
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3
{
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4
{
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5
{
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay{
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay{
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.dropdown
{
    position: relative;
}

.no-touch .dropdown:hover .dropdown-menu, .dropdown.open .dropdown-menu
{
    -webkit-transition: max-height 300ms, border-top 300ms;
    transition: max-height 300ms, border-top 300ms;
    max-height: 1000px;
    border-top: 6px solid #024b70;
    overflow: visible;
}

.dropdown-menu
{
    position: absolute;
    max-height: 0;
    left: -51px;
    top: 100%;
    z-index: 1;
    -webkit-transition: max-height 300ms, border-top 300ms;
    transition: max-height 300ms, border-top 300ms;
    border-top: 0 solid #024b70;
    min-width: 160px;
    overflow: hidden;
    background-color: rgba(255, 254, 254, 0.7);
}

.dropdown-menu::before
{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -11px;
    margin-left: -4.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #024b70 transparent;
}

.dropdown-toggle {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "RobotoMedium";
  color: #024b70;
  display: block;
  text-transform: uppercase;
  background: none;
  border: none;
  padding-bottom: 10px; }

.dropdown-menu-item + .dropdown-menu-item
{
    border-top: 1px solid #999;
}

.dropdown-menu-link {
  font-family: "RobotoMedium";
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  text-align: center;
  padding: 10px 15px; }

.dropdown-menu-link.active
{
    font-family: "RobotoBold";
}

.no-touch .dropdown-menu-link:hover
{
    color: #015f8e;
}

/* POPUP */

.popup-wrapper
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    display: none;
    z-index: -1;
}

.popup-inner-Wrapper
{
    display: table;
    padding: 30px 0;
    text-align: left;
    width: 100%;
    height: 100%;
}

.popup-content
{
    vertical-align: middle;
    display: table-cell;
}

/************ LIGHTBOX **********/

.lightbox-wrapper
{
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: -9999px;
    z-index: 20;
    text-align: center;
}

.lightbox-wrapper.open
{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.lightbox
{
    height: 100%;
    margin: 0 50px;
    text-align: center;
}

.lightbox li
{
    margin: 50px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.lightbox img
{
    border-radius: 5px;
}

.lightbox .slick-prev, .lightbox .slick-next {
    position: absolute;
    top: 50%;
    font-size: 0px;
    font-size: 0rem;
    display: block;
    width: 20px;
    height: 37px;
    background: none;
    border: none; }

.lightbox .slick-prev.slick-disabled, .lightbox .slick-next.slick-disabled
{
    opacity: 0.5;
    cursor: default;
}

.lightbox .slick-prev
{
    left: -40px;
    background-image: url("/static/img/left.png");
}

.lightbox .slick-next
{
    right: -40px;
    background-image: url("/static/img/right.png");
}

/*==========================
  MAIN PARTIALS OF PAGES
===========================*/

/*================================================================
  HEADER
================================================================*/

header
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
}

.phone
{
    text-align: right;
    line-height: 1;
}

.telephone
{
    display: inline-block;
    border: 1px solid #039ae6;
    border-bottom-left-radius: 7px;
    overflow: hidden;
}

.phone-info {
  font-family: "RobotoBold";
  background-color: #039ae6;
  padding: 5px 15px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 1;
  float: left;
  display: block;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms; }

.no-touch .phone-info:hover
{
    color: #024b70;
    background-color: transparent;
}

.phone-number
{
    padding-top: 2px;
    float: left;
    display: block;
    margin-left: 7px;
}

.icon-phone {
  font-size: 17px;
  font-size: 1.7rem;
  float: left;
  display: block; }

.icon-phone::before
{
    font-family: 'FontAwesome';
    content: "";
}

.phone-info-text {
  font-family: "roboto_slabbold";
  color: #024b70;
  padding: 4px 15px 0;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: default;
  float: left;
  display: block;
  line-height: 1.42857; }

/************* NAV ***********/

.navbar
{
    float: right;
    margin-top: 30px;
}

.main-nav-item
{
    float: left;
}

.main-nav-item + .main-nav-item
{
    margin-left: 30px;
}

.main-nav-item.left .dropdown-menu
{
    left: 0;
}

.main-nav-item.left .dropdown-menu::before
{
    left: 18%;
}

.main-nav-item.right .dropdown-menu
{
    left: auto;
    right: 0;
}

.main-nav-item.right .dropdown-menu::before
{
    left: auto;
    right: 18%;
}

.main-nav-link {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "RobotoMedium";
  color: #024b70;
  display: block;
  text-transform: uppercase; }

.main-nav-link::after
{
    content: '';
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 6px;
    background-color: #024b70;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
}

.main-nav-link.active
{
    pointer-events: none;
    cursor: default;
}

.main-nav-link.active::after
{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.no-touch .main-nav-link:hover::after
{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*================================================================
  CONTENT OF THE SITE, PAGES
================================================================*/

.top-slider
{
    width: 100%;
    height: 476px;
    overflow: hidden;
    position: relative;
}

.top-slider > li
{
    border-bottom: 6px solid #015f8e;
}

.top-slider .img {
    height: 100%;
    height: 470px;
    background-size: cover;
    background-position: center;
    color: rgba(3, 154, 230, 0.2);
    background-blend-mode: multiply; }

.top-slider h2
{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-slider .slick-dots li
{
    float: left;
    width: 33.33%;
    height: 6px;
    background-color: #696767;
    font-size: 0;
    -webkit-transition: background-color 1000ms;
    transition: background-color 1000ms;
}

.top-slider .slick-dots li.slick-active
{
    background-color: #0177b3;
}

.top-slider .slick-dots li.slick-active + li
{
    background-color: #015f8e;
}

.top-slider .slick-dots li + li
{
    border-left: 1px solid #2d2729;
}

iframe
{
    border-radius: 5px;
    box-shadow: 2.5px 4.33px 6px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.intro
{
    padding: 70px 0;
}

.reviews
{
    background-color: #f2f2f2;
    text-align: center;
    box-shadow: inset 0 -5px 7px -7px rgba(0, 0, 0, 0.2);
}

.reviews h3
{
    color: #fff;
    margin-bottom: 0;
}

.reviews h3::before
{
    display: none;
}

.reviews h6
{
    color: #fff;
    margin-bottom: 10px;
}

.reviews-headlines
{
    background-color: #024b70;
    padding: 35px 15px 30px;
    box-shadow: inset 0 12px 10px -10px rgba(0, 0, 0, 0.2), inset 0 -8px 10px -10px rgba(0, 0, 0, 0.2);
}

.reviews-list {
  padding: 60px 0 0;
  font-size: 0px;
  font-size: 0rem; }

.reviews-list li
{
    margin-bottom: 60px;
    float: none;
    display: inline-block;
}

.reviews-list img
{
    margin-bottom: 20px;
}

.reviews-list h5
{
    margin-bottom: 5px;
}

.review {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "RobotoMedium";
  min-height: 85px;
  max-height: 85px;
  overflow: hidden; }

.past-clients
{
    text-align: center;
    padding: 40px 40px 80px;
}

.past-clients h3::before
{
    display: none;
}

.past-clients h6
{
    margin-bottom: 10px;
}

.brand-slider li
{
    padding: 0 20px;
}

.brand-slider a
{
    display: block;
}

.brand-slider img
{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.mainServices
{
    margin-left: 60px;
    margin-top: 35px;
    border-left: 1px solid #ccc;
    padding: 0 20px 20px;
}

.mainServices h3
{
    margin-bottom: 7px;
}

.mainServices h3::before
{
    display: none;
}

.mainServices h5
{
    color: #15b0cc;
}

.mainServices h4
{
    text-transform: capitalize;
}

.mainServices-list
{
    margin-top: 20px;
}

.mainServices-list li + li
{
    margin-top: 25px;
}

.readMore {
  font-family: "roboto_slabbold";
  color: #024b70;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 7px;
  display: inline-block; }

.no-touch .readMore:hover
{
    color: #015f8e;
}

.service-description h5
{
    color: #15b0cc;
    margin-bottom: 8px;
}

address
{
    margin-top: 25px;
}

.company-contacts a
{
    color: #999;
    text-decoration: none;
}

.company-contacts h6
{
    display: inline-block;
    width: 70px;
    vertical-align: top;
    font-family: "RobotoBold";
    color: #0099cc;
}

.company-contacts span
{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    color: #999;
}

.address
{
    border-left: 1px solid #ccc;
}

.contact-form
{
    margin-top: 50px;
}

.map-section .attention
{
    width: 84%;
    margin: 20px auto 0;
}

.past-clients-list
{
    margin: 0 -15px;
}

.past-clients-list li {
    width: 40%;
    width: calc(50% - 30px);
    margin: 0 15px;
    float: left; }

.past-clients-list li:nth-child(2)
{
    border-top: none;
}

.gallery
{
    margin-top: 40px;
}

.gallery li
{
    border: 1px solid #fff;
    background-color: #e9e8e8;
    position: relative;
    overflow: hidden;
    height: 125px;
    width: 25%;
    float: left;
    cursor: pointer;
}

.no-touch .gallery li:hover .mask
{
    display: block;
}

.gallery img
{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery .mask
{
    display: none;
    background-color: rgba(0, 0, 0, 0.56);
}

.gallery .mask::after {
      content: '+';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 61px;
      font-size: 6.1rem;
      line-height: 1;
      padding-top: 4px;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      text-align: center;
      font-family: "Times New Roman", Georgia, Serif;
      color: #fff;
      border: 2px solid #fff; }

/*================================================================
  FOOTER
================================================================*/

footer h5 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }

footer .subheading {
  font-family: "RobotoBold";
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 3px; }

.main-footer
{
    padding: 50px 0 40px;
    background-image: url(/static/img/footer-banner.png);
    background-color: #024b70;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.footer-nav
{
    float: left;
}

.footer-nav-menu-item
{
    float: left;
}

.footer-nav-menu-item + .footer-nav-menu-item
{
    margin-left: 60px;
}

.footer-nav-submenu
{
    margin-top: 20px;
    padding: 0 15px;
    border-left: 1px solid #515050;
}

.footer-nav-submenu a {
    font-family: "open_sansbold";
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block; }

.no-touch .footer-nav-submenu a:hover
{
    color: #039ae6;
}

.footer-nav-submenu-item
{
    line-height: 1;
}

.footer-nav-submenu-item + .footer-nav-submenu-item
{
    margin-top: 20px;
}

.footer-contacts
{
    float: right;
}

.footer-contacts .button
{
    margin-top: 13px;
}

.copyright {
  background-color: #039ae6;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem; }

/*==========================
  MEDIA QUERIES
===========================*/

@media (max-width: 1199px)
{
/*================================================================
  SCALABLE AND REUSABLE MODULS 1200
================================================================*/
/*================================================================
  HEADER 1200
================================================================*/
/*================================================================
  CONTENT OF THE SITE, PAGES 1200
================================================================*/
/*================================================================
  FOOTER 1200
================================================================*/
}

@media (max-width: 991px)
{
    .hideOnTablet
    {
        display: none !important;
    }
/*================================================================
  SCALABLE AND REUSABLE MODULS 992
================================================================*/
/*================================================================
  HEADER 992
================================================================*/
/*================================================================
  CONTENT OF THE SITE, PAGES 992
================================================================*/
    iframe
    {
        height: 250px;
    }
    .past-clients
    {
        padding: 40px 15px 80px;
    }
    .aside
    {
        display: none;
    }
    .map-section
    {
        margin-top: 35px;
    }
    .map-section iframe
    {
        height: 290px;
    }
/*================================================================
  FOOTER 992
================================================================*/
}

@media (max-width: 767px)
{
    .hide-mobile
    {
        display: none !important;
    }
/*================================================================
  SCALABLE AND REUSABLE MODULS 767
================================================================*/
    .lightbox
    {
        margin: 0 15px;
    }
    .lightbox li
    {
        margin: 15px 0;
    }
    .dropdown-toggle
    {
        color: #666;
        padding: 15px 25px;
        text-transform: capitalize;
        width: 100%;
        text-align: left;
    }
    .dropdown-menu
    {
        position: relative;
        left: 0;
        width: 100%;
        padding-left: 30px;
    }
    .dropdown-menu::before
    {
        display: none;
    }
    .dropdown-menu-item + .dropdown-menu-item
    {
        border-top: 0;
    }
    .dropdown.open .dropdown-menu
    {
        border-top: 0;
    }
    .dropdown-menu-link
    {
        text-align: left;
    }
body {
    font-size: 14px;
    font-size: 1.4rem; }
    p + p
    {
        margin-top: 20px;
    }
p.attention {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 17px; }
h1 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 40px; }
    h1::before
    {
        width: 44px;
    }
.small-heading {
    font-size: 16px;
    font-size: 1.6rem; }
h2 {
    font-size: 22px;
    font-size: 2.2rem; }
h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 35px; }
h4 {
    font-size: 14px;
    font-size: 1.4rem; }
    .content
    {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .section
    {
        margin-top: 20px;
    }
    .section p + img
    {
        margin-top: 25px;
    }
    ul.list li
    {
        padding: 11px 15px;
    }
    ul.list li::before
    {
        top: 20px;
    }
/*================================================================
  HEADER 767
================================================================*/
    nav
    {
        margin-top: 13px;
        padding: 0 15px;
    }
    .main-nav
    {
        background-color: #fff;
    }
    .main-nav-toggle
    {
        float: right;
        background: none;
        border: none;
        margin-top: 15px;
    }
    .icon-bar
    {
        width: 24px;
        height: 3px;
        border-radius: 2px;
        display: block;
        background-color: #024b70;
    }
    .icon-bar + .icon-bar
    {
        margin-top: 4px;
    }
    .main-nav-item
    {
        float: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .main-nav-item + .main-nav-item
    {
        margin-left: 0;
    }
    .navbar
    {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: transform 300ms;
        transition: transform 300ms;
        position: fixed;
        z-index: 2;
        right: 0;
        top: 0;
        overflow-y: auto;
        width: 100%;
        height: 100vh;
        margin-top: 0;
    }
    .navbar h1
    {
        background-color: #024b70;
        padding: 15px 25px;
        float: none;
        display: block;
    }
    .navbar h1::before
    {
        bottom: 15px;
        left: 25px;
    }
    .navbar.open
    {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation: bg-fade 300ms ease 300ms 1 normal forwards;
        animation: bg-fade 300ms ease 300ms 1 normal forwards;
    }
    .navbar-content
    {
        width: 291px;
        background-color: #fff;
        height: 100%;
        margin: 0 0 0 auto;
    }
    .main-nav-link
    {
        color: #666;
        padding: 15px 25px;
        text-transform: capitalize;
    }
    .main-nav-link::after
    {
        display: none;
    }
    .main-nav-link.active
    {
        color: #015f8e;
    }
/*================================================================
  CONTENT OF THE SITE, PAGES 767
================================================================*/
    .top-slider
    {
        max-height: 400x;
    }
    .top-slider .img
    {
        height: calc(100vh - 6px);
    }
    iframe
    {
        width: 290px;
        margin: 0 auto;
        display: block;
    }
    .intro
    {
        padding: 25px 0 0;
    }
    .intro-text
    {
        padding-bottom: 40px;
    }
    .intro-video
    {
        padding: 15px 15px 20px;
        background-color: #f4f4f4;
        box-shadow: 0 -2px 10px -4px #000;
    }
    .reviews-headlines
    {
        box-shadow: none;
    }
    .reviews-list
    {
        padding-top: 30px;
    }
    .reviews-list li
    {
        margin-bottom: 30px;
    }
    .past-clients
    {
        padding: 30px 0;
    }
    address
    {
        margin-top: 10px;
    }
    .contact-form
    {
        margin-top: 25px;
    }
    .company-contacts span
    {
        line-height: 1.4;
    }
/*================================================================
  FOOTER 767
================================================================*/
    .main-footer
    {
        padding: 35px 0;
    }
    .footer-contacts
    {
        float: none;
    }
.copyright {
    font-size: 10px;
    font-size: 1rem;
    padding: 10px 0; }
}

@media (max-width: 479px)
{
/*================================================================
  SCALABLE AND REUSABLE MODULS 480
================================================================*/
/*================================================================
  HEADER 480
================================================================*/
    .navbar-content
    {
        width: calc(100% - 30px);
    }
    .phone
    {
        text-align: center;
    }
/*================================================================
  CONTENT OF THE SITE, PAGES 480
================================================================*/
@media (max-width: 479px)
{
    .top-slider h2
    {
        top: 300px;
        font-size: 200%;
        width: 200px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

    iframe
    {
        height: 200px;
    }
    .reviews-list
    {
        text-align: left;
    }
    .reviews-list img
    {
        float: left;
        display: block;
        width: 50px;
        height: auto;
        margin-bottom: 0;
    }
    .reviews-list h5, .reviews-list .review
    {
        margin-left: 60px;
        min-height: 0;
        max-height: none;
    }
    .reviews-list li
    {
        display: block;
    }
    .company-contacts li:first-child
    {
        padding-top: 15px;
        border-top: 1px solid #ccc;
    }
    .company-contacts li:last-child
    {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    .address
    {
        margin-top: 20px;
        padding-left: 88px;
        border-left: none;
    }
    .address::before
    {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        display: block;
        width: 57px;
        height: 57px;
        background-image: url("/static/img/location.png");
    }
    .past-clients-list
    {
        margin: 0;
    }
    .past-clients-list li
    {
        width: 100%;
        margin: 0;
    }
    .gallery li
    {
        width: 33.33%;
        height: 90px;
    }
/*================================================================
  FOOTER 480
================================================================*/
}

/*================================================================
  REMOVE HOVER EFFECTS FROM TOUCH DEVICES
================================================================*/

.touch select {
  font-size: 50px;
  font-size: 5rem; }

/*# sourceMappingURL=style.css.map */

