@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3;
}
ol, ul {
    /*list-style: none;*/
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}




ul.bul {
    list-style-position: inside;
}




/* custom */
body {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #3db2e1;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #ccc;
    transition: all .3s ease-in-out;
}

/* header */
.main-header {
}


/* main nav */
.main-nav {
    background: #16395e;
    padding: 10px 0;
}

.main-nav ul li {
    display: inline-block;
    position: relative;
}

.main-nav ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}

.main-nav ul li.active {
    font-weight: bold;
}

.main-nav ul li.active:before,
.main-nav ul li:hover:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #525252;
    border-right: 15px solid transparent;
    position: absolute;
    top: 10px;
    left: 0;
}

.main-nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200%;
    background: rgba(22, 57, 94, .7);
    z-index: 99999;
    text-align: left;
    display: none;
}

.main-nav ul li ul li i {
    margin-right: 5px;
}

.main-nav ul li:hover ul {
    display: block;
}


/* slider */
.main-slider {
    height: 540px;
    position: relative;
}

.inside .main-slider {
    height: 415px;
}

.main-slider .slide-bg {
    position: absolute;
    height: 100%;
    width: 100%;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    z-index: 20;
    line-height: 1;
    font-weight: 300;
    padding: 50px 0;
    background: rgba(61,178,225,.5);
}

.fix-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30%;
    background: #3db2e1;
    padding: 30px 20px 30px 0;
}

.fix-content .slide-content {
    position: static;
    float: right;
    width: auto;
}

.slide-content h3 {
    font-size: 2em;
    margin-bottom: 25px;
}

.main-slider .slick-slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('../images/slider-overlay.png') center center no-repeat;
    background-size: cover;
    z-index: 1;
}

/* content */
.main-content {
    position: relative;
}

.main-content:before {
    content: '';
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,.5);
    position: absolute;
    bottom: 100%;
}

.main-content:after {
    content: '';
    width: 100%;
    height: 20px;
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 100%;
}

.lh {
    font-weight: 200;
}

.lh p,
.lh ul {
    margin-bottom: 15px;
}

.lh ul li {
    line-height: 2;
}

.lh .no-bg h3 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 1em;
    margin: 35px auto 15px auto;
}

.page-header {
    padding: 30px 0;
}

.page-header h3 {
    color: #16395e;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

.bg-white .page-header h3 {
    font-weight: normal;
    margin-bottom: 15px;
}

.btn-back {
    display: block;
    width: 20px;
    height: 41px;
    background: url('../images/arrow-left.png');
}

.btn-request {
    display: inline-block;
    background: #d2d2d2;
    color: #16395e;
    padding: 0 30px 0 20px;
}

.btn-request span {
    display: inline-block;
    height: 40px;
    width: 8px;
    margin-right: 20px;
    vertical-align: middle;
    background: url('../images/arrow-right.png') center center no-repeat;
}

.btn-request:hover {
    color: #1c1c1c;
}

.brands {
    padding: 30px 0;
}

.brands h3 {
    color: #43668a;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.brands .slide-bg {
    width: 100%;
    height: 50px;
    background-size: contain !important;
}

ul.brands .slide-bg {
    height: 200px;
    background-size: auto !important;
}

ul.brands li {
    margin-bottom: 50px;
}

ul.brands li.col-4:nth-child(3n+1) {
    margin-left: 0
}

.bg-blue {
    background: #16395e;
    padding: 65px 0;
    color: #fff;
}

.no-bg {
    padding: 65px 0;
    color: #16395e;
}

.small-pad {
    padding: 20px 0;
}

.bg-white {
    background: #eff1f4;
    color: #263a55;
}

.bg-white .pad {
    padding: 40px;
}

.bg-blue.bg-img {
    position: relative;
    padding: 65px 0 15px 0;
}

.bg-blue.bg-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background: url('../images/bg-img.jpg') bottom center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.news-img .slide-bg {
    width: 100%;
    height: 215px;
}

.top-layer {
    z-index: 9;
}

.btn-wide {
    display: block;
    background: #17283d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    padding: 35px 0;
}

.bg-blue h3,
.no-bg h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 2em;
}

.bg-blue h3.small-margin {
    margin-bottom: 1em;
}

.bg-blue h3.spaced,
.no-bg h3.spaced {
    font-size: 1em;
    font-style: italic;
    letter-spacing: 20px;
}

.bg-blue p,
.no-bg p {
    margin-bottom: 15px;
}

.latest-news {
    background: #fff;
    color: #263a55;
    font-size: 14px;
}

.latest-news .slide-bg {
    width: 100%;
    height: 205px;
}

.latest-news .date {
    top: -26px;
    padding-left: 6px;
}

.date span {
    display: block;
    float: left;
    margin: 1px;
    padding: 20px 15px;
    background: #c0c5cb;
    line-height: 1;
    font-size: 1.25em;
    text-transform: uppercase;
}

.date span:nth-child(even) {
    background: #16395e;
    color: #c0c5cb;
}

.latest-news .desc {
    padding: 0 10px 25px;
}

.latest-news h3 {
    text-transform: none;
    margin: 0 0 5px 0;
}

.latest-projects li {
    width: 33.33%;
    float: left;
    list-style: none;
}

.latest-projects .slide-bg {
    width: 100%;
    height: 425px;
}

.latest-projects li a {
    display: block;
    margin: 0 2px;
    position: relative;
}

.latest-projects .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/overlay.png') bottom center no-repeat;
    background-size: cover;
}

.latest-projects .overlay img {
    display: block;
    width: 50px;
    margin: 335px auto 0;
}

.project-list li {
    width: 50%;
    float: left;
    list-style: none;
}

.project-list li a {
    display: block;
    margin: 4px;
    position: relative;
}

.project-list h3 {
    margin: 0;
    color: #16395e;
}

.project-list .slide-bg {
    width: 100%;
    height: 215px;
}

.project-list .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(210,210,210,.5);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.project-list li a:hover .hover {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.prod-list li,
.news-list li {
    background: #eff1f4;
    list-style: none;
    position: relative;
    height: 215px;
    color: #16395e;
}

.prod-list li > div,
.news-list li > a > div {
    width: 50%;
    height: 100%;
    float: left;
}

.prod-list li:nth-child(2n) > div,
.news-list li:nth-child(2n) > a > div {
    float: right;
}

.item-list .pad {
    padding: 0 50px;
}

.item-list h3 {
    font-weight: normal;
    position: relative;
    font-size: 1em;
    padding: 20px 0;
    margin: 0;
}

.item-list h3:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #16395e;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3px;
}

.item-list a {
    color: #16395e;
}

.item-list .date span {
    background: none;
    font-size: 1em;
    float: none;
    padding: 0;
    font-weight: bold;
}

.thumb .slide-bg {
    width: 100%;
    height: 200px;
}

.advance-link .slide-bg {
    width: 100%;
    height: 100%;
}

/* footer */
.main-footer {
    color: #263a55;
}

.main-footer a {
    color: #263a55;
}

.main-footer a:hover {
    color: #c0c5cb;
}

.cr {
    line-height: 32px;
}

.social li {
    list-style: none;
    display: inline-block;
    font-size: 2em;
}

.google-map iframe {
    width: 100%;
    height: 320px;
}

.contact-info .pad {
    padding: 20px;
    background: #16395e;
    color: #fff;
    height: 60px;
}

.tech-info img {
    width: 100%;
    max-width: 100%;
}

/* forms */
.form input,
.form textarea {
    width: 100%;
    background: #e2e2e2;
    height: 55px;
    border: 0;
    outline: 0;
    margin-bottom: 5px;
    color: #16395e;
    font-family: inherit;
    padding: 0;
    text-indent: 10px;
}

.form textarea {
    text-indent: 0;
    width: calc( 100% - 20px);
    padding: 10px;
    height: 110px;
    resize: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/arrow-down.png') 95% / 1em no-repeat #e2e2e2;
    border: none;
    color: #16395e;
    text-transform: uppercase;
    padding: 0;
    height: 55px;
    outline: none;
    width: 100%;
}

.btn-submit {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #16395e;
    font-family: inherit;
    line-height: 100%;
}

:-moz-placeholder { /* Firefox 18- */
    color: #16395e;
    font-family: inherit;
    line-height: 100%;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #16395e;
    font-family: inherit;
    line-height: 100%;
}

:-ms-input-placeholder {  
    color: #16395e;
    font-family: inherit;
    line-height: 100%;
}


html {
    -webkit-font-smoothing: antialiased;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}