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
}

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

body {
    line-height: 1;
    position: relative;
    right: 0
}

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
}

a {
    text-decoration: none;
    outline: none
}

button {
    border: 0;
    cursor: pointer;
    outline: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

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

.col-1 {
    width: 10%
}

.col-2 {
    width: 20%
}

.col-3 {
    width: 30%
}

.col-4 {
    width: 40%
}

.col-5 {
    width: 50%
}

.col-6 {
    width: 60%
}

.col-7 {
    width: 70%
}

.col-8 {
    width: 80%
}

.col-9 {
    width: 90%
}

.col-10 {
    width: 100%
}

.col-16-percent {
    width: 16.6666%
}

.col-25-percent {
    width: 25%
}

.col-33-percent {
    width: 33.3333%
}

.left {
    float: left;
    position: relative;
    display: block
}

.right {
    float: right;
    position: relative;
    display: block
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

[class^="col-"],
[class*=" col-"] {
    display: block;
    position: relative;
    float: left
}

.content {
    width: 1250px;
    margin: 0 auto
}

.top-nav {
    position: absolute;
    z-index: 2;
    height: 130px;
    width: 100%;
    background: rgba(50, 78, 92, 0.6)
}

.top-nav.default {
    position: relative;
    background: #324e5c
}

.top-nav .nav-inner {
    width: 1250px;
    margin: 0 auto;
    position: relative
}

.top-nav .nav-inner:before,
.top-nav .nav-inner:after {
    content: " ";
    display: table;
    line-height: 0
}

.top-nav .nav-inner:after {
    clear: both
}

.top-nav .nav-inner .brand-logo {
    margin: 20px 0 0 90px
}

.top-nav .dropdown-content {
    background: rgba(255, 255, 255, 0.85);
    text-align: right;
    width: 100%;
    height: 60px;
    position: absolute;
    display: none
}

.top-nav .dropdown-content .dropdown-inner {
    width: 1250px;
    margin: 0 auto
}

.top-nav .dropdown-content .dropdown-link {
    color: #324e5c;
    font-size: 21px;
    font-family: "SegoeUI-Light";
    margin: 0 12px;
    line-height: 60px
}

.top-nav .dropdown-content .dropdown-link:last-child {
    margin-right: 0
}

.top-nav .dropdown-content .dropdown-link:hover {
    border-bottom: 1px solid #324e5c;
    padding-bottom: 2px
}

.top-nav .submenu-content {
    background: rgba(255, 255, 255, 0.85);
    text-align: left;
    width: 100%;
    height: auto;
    position: absolute
}

.top-nav .submenu-content .sub-link {
    font-family: "SegoeUI";
    color: #324e5c;
    font-size: 21px;
    margin: 0 12px;
    line-height: 60px;
    display: inline-block
}

.top-nav .submenu-content .sub-link:last-child {
    margin-right: 0
}

.top-nav .submenu-content .sub-link:hover {
    text-decoration: underline
}

.top-nav .submenu-content .inner {
    width: 1250px;
    margin: 0 auto;
    text-align: center;
    display: none
}

.social {
    position: absolute;
    right: 95px;
    top: 25px
}

.social .facebook,
.social .viber {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.social .facebook {
    background: url("../images/facebook.png") center center no-repeat;
    width: 10px;
    height: 19px;
    display: inline-block;
    margin-right: 15px
}

.social .facebook:hover {
    background: url("../images/facebook-white.png") center center no-repeat
}

.social .viber {
    background: url("../images/viber.png") center center no-repeat;
    width: 71px;
    height: 17px;
    display: inline-block
}

.social .viber:hover {
    background: url("../images/viber-white.png") center center no-repeat
}

.main-nav {
    margin: 85px 95px 0 0;
    height: 45px
}

.main-nav .nav-link {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px;
    font-family: "SegoeUI";
    margin: 0 14px;
    display: inline-block;
    height: 100%
}

.main-nav .nav-link:last-child {
    margin-right: 0
}

.main-nav .nav-link:hover {
    color: #bddce2
}

.push {
    overflow-x: hidden
}

.push-toleft {
    right: 270px
}

.push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-toggle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    bottom: 10px;
    cursor: pointer;
    display: none
}

.mobile-toggle span {
    border-radius: 1000px;
    background: #fff;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    opacity: 1
}

.mobile-toggle span:nth-child(1) {
    top: 0
}

.mobile-toggle span:nth-child(2),
.mobile-toggle span:nth-child(3) {
    top: 10px
}

.mobile-toggle span:nth-child(4) {
    top: 20px
}

.mobile-toggle.open span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%
}

.mobile-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.mobile-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.mobile-toggle.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%
}

.mobile-nav {
    height: 100%;
    width: 270px;
    right: -320px;
    position: fixed;
    z-index: 2;
    top: 0;
    background: #324e5c;
    -webkit-box-shadow: -7px 2px 36px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -7px 2px 36px -4px rgba(0, 0, 0, 0.75);
    box-shadow: -7px 2px 36px -4px rgba(0, 0, 0, 0.75);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-nav.pushed {
    right: 0
}

.mobile-nav h1 {
    text-align: center;
    margin: 10px 0 20px 0
}

.mobile-nav h1 img {
    width: 150px
}

.mobile-nav .mobile-nav-link {
    color: #fff;
    display: block;
    font-family: "SegoeUI";
    padding: 10px 0 10px 20px;
    position: relative;
    line-height: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-nav .mobile-nav-link:hover {
    padding-left: 5px;
    color: #bddce2
}

.mobile-nav .mobile-nav-link:after {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.mobile-nav .drop {
    display: none;
    padding: 10px 0
}

.mobile-nav .drop .inner {
    display: none
}

.mobile-nav .drop .inner .sub-link {
    color: #fff;
    display: block;
    font-family: "SegoeUI";
    padding: 10px 0 10px 60px;
    margin: 5px 0
}

.mobile-nav .drop .inner .sub-link:hover {
    color: #bddce2
}

.mobile-nav .drop .dropdown-link {
    color: #fff;
    font-family: "SegoeUI";
    display: block;
    padding: 10px 0 10px 40px;
    margin: 5px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-nav .drop .dropdown-link:hover {
    color: #bddce2;
    padding-left: 35px
}

.mobile-nav .drop .dropdown-link.active {
    color: #bddce2
}

.mobile-nav .social {
    position: static;
    text-align: center;
    margin-top: 20px
}

.mobile-nav .social a {
    margin: 0 10px
}

@media (min-width:320px) and (max-width:1249px) {
    .top-nav {
        height: 100px;
        position: relative;
        background: #324e5c
    }
    .top-nav .nav-inner {
        width: 100%
    }
    .top-nav .nav-inner .brand-logo {
        margin: 20px 0 0 10px
    }
    .top-nav .nav-inner .brand-logo img {
        width: 150px
    }
    .top-nav .nav-inner .main-nav {
        display: none
    }
    .top-nav .nav-inner .mobile-toggle {
        display: block
    }
    .top-nav .nav-inner .social {
        display: none
    }
    .top-nav .dropdown-content .dropdown-inner {
        width: 100%;
        text-align: center
    }
    .top-nav .submenu-content .inner {
        width: 100%;
        text-align: center;
        padding: 0
    }
}

@media (min-width:320px) and (max-width:500px) {
    .top-nav .nav-inner .mobile-toggle {
        right: 15px
    }
}

.header,
.service-header {
    width: 100%;
    z-index: 1;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4)
}

.service-header {
    background: url('../images/service-bg.png') center center no-repeat;
    background-size: cover;
    height: 340px
}

.service-header .service-header-inner {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.service-header .service-header-inner p {
    position: absolute;
    bottom: 10px;
    left: 90px;
    color: #fff;
    font-size: 48px;
    font-family: "SegoeUIB";
    text-shadow: 3px 1px 10px #000
}

.slider .img-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1250px;
    background: transparent
}

.slider .img-info .img-info-inner {
    width: 505px;
    background: rgba(255, 255, 255, 0.8);
    padding: 45px 25px
}

.slider .img-info .img-info-inner h2 {
    font-size: 33px;
    padding-bottom: 25px;
    color: #324e5c;
    font-family: "SegoeUI"
}

.slider .img-info .img-info-inner h2 strong {
    font-family: "SegoeUIB"
}

.slider .img-info .img-info-inner p {
    color: #000;
    font-family: "SegoeUI-Light";
    font-size: 18px
}

.slider .slide .slide-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

@media (min-width:320px) and (max-width:1249px) {
    .service-header .service-header-inner {
        width: 100%
    }
}

@media (min-width:320px) and (max-width:960px) {
    .service-header .service-header-inner p {
        font-size: 45px
    }
}

@media (min-width:320px) and (max-width:780px) {
    .service-header .service-header-inner p {
        font-size: 40px;
        left: 20px
    }
}

@media (min-width:320px) and (max-width:480px) {
    .service-header .service-header-inner p {
        font-size: 33px;
        left: 20px
    }
}

@media (min-width:320px) and (max-width:380px) {
    .service-header .service-header-inner p {
        font-size: 30px;
        left: 20px
    }
}

.footer {
    width: 100%;
    background: #fff
}

.footer .footer-inner {
    height: 90px;
    width: 1250px;
    margin: 0 auto
}

.footer .footer-inner .copyright {
    text-align: left;
    font-family: "SegoeUI";
    font-size: 16px;
    color: #324e5c;
    line-height: 90px;
    padding-left: 5px
}

.our-partners {
    width: 1250px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px
}

.our-partners h2 {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.our-partners h2 span {
    background: #fff;
    position: relative;
    font-size: 26px;
    color: #324e5c;
    font-family: "SegoeUI-Light";
    padding: 0 15px
}

.our-partners h2:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background: #324e5c;
    width: 100%;
    top: 50%
}

.our-partners .partner {
    border: 1px solid #9da8ad;
    display: inline-block;
    width: 290px;
    height: 160px;
    position: relative
}

.our-partners .partner span {
    color: #000305;
    font-family: "SegoeUI-Light";
    position: absolute;
    font-size: 16px;
    width: 100%;
    bottom: 15px;
    left: 0;
    right: 0
}

.makita {
    background: url('../images/makita-logo.png') center center no-repeat;
    background-size: 178px 58px
}

.dual {
    background: url('../images/dual-logo.png') center center no-repeat;
    background-size: 181px 61px
}

@media (min-width:320px) and (max-width:1249px) {
    .footer .our-partners,
    .footer .footer-inner {
        width: 100%
    }
    .footer .footer-inner .copyright {
        padding-left: 15px
    }
}

@media (min-width:320px) and (max-width:625px) {
    .our-partners .partner {
        width: 250px
    }
    .our-partners .makita {
        background-size: 142px 46px
    }
    .our-partners .dual {
        background-size: 149px 49px
    }
}

.products {
    width: 100%;
    padding: 30px 0 50px 0
}

.products .products-inner {
    width: 1250px;
    margin: 0 auto
}

.products .products-inner:before,
.products .products-inner:after {
    content: " ";
    display: table;
    line-height: 0
}

.products .products-inner:after {
    clear: both
}

.col-16-percent .item-link {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 177px;
    height: 100%
}

.col-16-percent .item-link:hover .view-more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.col-16-percent .item-link:hover .items-info {
    height: 150px
}

.items {
    width: 177px;
    height: 316px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.items .items-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(50, 78, 92, 0.7);
    color: #fff;
    font-size: 23px;
    padding: 10px 12px 0 12px;
    height: 105px;
    text-transform: uppercase
}

.items img {
    display: block
}

.items-info {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.items-info .thead {
    font-family: "SegoeUIB";
    padding-bottom: 5px
}

.items-info .tbody {
    font-family: "SegoeUI";
    font-size: 18px
}

.items-info .view-more {
    font-size: 16px;
    font-family: "SegoeUI";
    text-transform: lowercase;
    display: block;
    padding: 13px 0;
    text-align: center;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: translateY(115px);
    -moz-transform: translateY(115px);
    -ms-transform: translateY(115px);
    -o-transform: translateY(115px);
    opacity: 0
}

.items-info .view-more:after {
    background: url("../images/view-more-icon.png") center center no-repeat;
    width: 32px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    content: ''
}

.contacts-info {
    width: 100%;
    background: rgba(50, 78, 92, 0.25)
}

.contacts-info .contacts-info-inner {
    width: 1250px;
    margin: 0 auto
}

.contacts-info .contacts-info-inner:before,
.contacts-info .contacts-info-inner:after {
    content: " ";
    display: table;
    line-height: 0
}

.contacts-info .contacts-info-inner:after {
    clear: both
}

.contacts-info .contacts-info-inner .contacts {
    background: #324e5c
}

.last-project h2 {
    color: #324e5c;
    font-family: "SegoeUIB";
    font-size: 30px;
    padding: 20px 0
}

.project-thumb {
    border: 10px solid rgba(255, 255, 255, 0.5);
    width: 375px;
    height: 190px;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: border .5s ease-out;
    -moz-transition: border .5s ease-out;
    -o-transition: border .5s ease-out;
    -ms-transition: border .5s ease-out;
    transition: border .5s ease-out;
    overflow: hidden
}

.project-thumb:hover {
    border: 10px solid #fff
}

.project-thumb img {
    width: 100%;
    height: 100%;
    position: absolute
}

.project-thumb .view {
    background: url('../images/zoom-icon.png') center center no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: translateY(-115px);
    -moz-transform: translateY(-115px);
    -ms-transform: translateY(-115px);
    -o-transform: translateY(-115px)
}

.project-thumb .project-title {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;
    color: #324e5c;
    font-family: "SegoeUI-Light";
    text-align: right;
    padding: 15px 10px 15px 0;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: translateY(115px);
    -moz-transform: translateY(115px);
    -ms-transform: translateY(115px);
    -o-transform: translateY(115px)
}

.project-thumb .project-title span {
    font-family: "SegoeUIB";
    text-transform: uppercase
}

.project-thumb .project-link {
    display: block;
    height: 100%
}

.project-thumb .project-link:hover .project-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.project-thumb .project-link:hover .view {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.contacts {
    padding: 22px 0 30px 0
}

.contacts h2 {
    font-family: "SegoeUIB";
    font-size: 28px;
    color: #fdfdfd;
    padding: 0 0 45px 30px
}

.contacts .phone {
    font-family: "SegoeUI";
    font-size: 16px;
    color: #fff;
    margin: 0 0 25px 35px;
    position: relative
}

.contacts .phone:before {
    content: '';
    background: url('../images/phone-icon.png') left top no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.contacts .phone p {
    padding-left: 50px;
    line-height: 20px
}

.contacts .mail {
    font-family: "SegoeUI-Light";
    font-size: 16px;
    color: #fff;
    margin: 0 0 25px 35px;
    position: relative
}

.contacts .mail:before {
    content: '';
    background: url('../images/message.png') left top no-repeat;
    position: absolute;
    width: 24px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto
}

.contacts .mail p {
    padding-left: 50px;
    line-height: 20px
}

.contacts .location {
    font-family: "SegoeUI";
    font-size: 16px;
    color: #fff;
    margin: 0 0 25px 35px;
    position: relative
}

.contacts .location:before {
    content: '';
    background: url('../images/location.png') center center no-repeat;
    width: 20px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.contacts .location p {
    padding-left: 50px;
    line-height: 20px
}

.contacts .map img {
    width: 100%
}

@media (min-width:320px) and (max-width:1249px) {
    .products .products-inner {
        width: 100%
    }
    .products .products-inner .col-16-percent {
        width: 33.33%;
        margin-bottom: 15px
    }
    .contacts-info .contacts-info-inner {
        width: 100%;
        padding: 0 10px
    }
    .contacts-info .contacts-info-inner .col-7 {
        width: 100%
    }
    .contacts-info .contacts-info-inner .col-3 {
        width: 100%
    }
    .contacts-info .contacts-info-inner .last-project h2 {
        text-align: center
    }
    .contacts-info .contacts-info-inner .contacts h2 {
        text-align: center
    }
    .contacts-info .contacts-info-inner .contacts .phone,
    .contacts-info .contacts-info-inner .contacts .mail,
    .contacts-info .contacts-info-inner .contacts .location {
        display: inline-block
    }
    .contacts-info .project-thumb {
        margin: 0 auto 15px auto
    }
}

@media (min-width:320px) and (max-width:800px) {
    .contacts-info .contacts-info-inner .project-thumb {
        width: 310px
    }
}

@media (min-width:320px) and (max-width:670px) {
    .contacts-info .contacts-info-inner .col-7 .col-5 {
        width: 100%
    }
}

@media (min-width:320px) and (max-width:565px) {
    .products .products-inner .col-16-percent {
        width: 50%
    }
}

@media (min-width:320px) and (max-width:380px) {
    .products .products-inner .col-16-percent {
        width: 100%
    }
    .products .products-inner .col-16-percent .items {
        padding: 0 5px;
        width: 100%
    }
    .products .products-inner .col-16-percent .items img {
        width: 100%;
        height: 316px;
        margin: 0 auto
    }
    .products .products-inner .col-16-percent .item-link {
        width: 100%
    }
}

.about-info {
    width: 100%;
    padding-top: 35px;
    background: #fff
}

.about-info .about-info-inner {
    width: 1250px;
    margin: 0 auto
}

.about-info .about-info-inner h2 {
    color: #324e5c;
    font-family: "SegoeUIB";
    font-size: 33px;
    padding: 0 0 60px 90px
}

.about-info .about-info-inner p {
    color: #000203;
    font-family: "SegoeUI-Light";
    font-size: 18px;
    padding-bottom: 30px
}

.about-info .about-info-inner p:first-letter {
    padding-left: 10px
}

.about-info .about-info-inner p .text-link {
    color: #2c6681;
    text-decoration: underline
}

@media (min-width:320px) and (max-width:1249px) {
    .about-info .about-info-inner {
        width: 100%;
        padding: 0 10px
    }
}

.services-content {
    width: 100%;
    padding-bottom: 65px
}

.services-content .services-content-inner {
    width: 1250px;
    margin: 0 auto
}

.sub-page-nav {
    padding: 40px 0 40px 85px
}

.sub-page-nav .sub-page-link {
    font-size: 28px;
    font-family: "SegoeUI-Light";
    display: inline-block;
    color: #324e5c;
    margin: 0 10px
}

.sub-page-nav .sub-page-link:before {
    content: '';
    background: url('../images/double-arrow-right.png') left center no-repeat;
    width: 15px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.mask {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 13px;
    right: 10px;
    overflow: hidden
}

.mask:hover .open-img-link,
.mask:hover .view-project-link {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.mask .mask-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.mask .open-img-link,
.mask .view-project-link {
    color: #324e5c;
    font-size: 25px;
    font-family: "SegoeUI-Light";
    display: block;
    text-align: center;
    margin: 20px auto
}

.mask .open-img-link {
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px)
}

.mask .open-img-link:after {
    content: '';
    background: url('../images/zoomit.png') center center no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.mask .view-project-link {
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px)
}

.mask .view-project-link:after {
    content: '';
    background: url('../images/view-project-icon.png') center center no-repeat;
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.project-description {
    width: 100%;
    padding: 65px 0 0 0
}

.project-description .project-description-inner {
    width: 1250px;
    margin: 0 auto
}

.project-description .project-description-inner .description:before,
.project-description .project-description-inner .gallery-sm:before,
.project-description .project-description-inner .description:after,
.project-description .project-description-inner .gallery-sm:after {
    content: " ";
    display: table;
    line-height: 0
}

.project-description .project-description-inner .description:after,
.project-description .project-description-inner .gallery-sm:after {
    clear: both
}

.project-description .project-description-inner .col-5 {
    font-size: 18px;
    color: #324e5c;
    line-height: 23px
}

.project-description .project-description-inner .col-5>h3 {
    font-family: "SegoeUI";
    text-transform: uppercase;
    padding-bottom: 25px
}

.project-description .project-description-inner .col-5 p {
    font-family: "SegoeUI-Light";
    padding-bottom: 25px
}

.project-description .project-description-inner .col-5 h4 {
    font-family: "SegoeUI"
}

.project-description .project-description-inner .col-5 span {
    font-family: "SegoeUI-Light";
    display: block
}

.project-description .project-description-inner .col-5 span:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #324e5c;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px
}

.project-description h2 {
    font-size: 33px;
    color: #324e5c;
    font-family: "SegoeUIB";
    border-bottom: 1px solid #324e5c;
    padding: 0 0 20px 0;
    margin-bottom: 50px
}

.project-description h2 span {
    font-family: "SegoeUI-Light";
    font-size: 28px
}

.gallery-sm .col-2 {
    padding: 0 5px
}

.gallery-sm .col-2 .item-sm {
    width: 240px;
    position: relative;
    margin: 0 auto
}

.gallery-sm img {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    height: 200px
}

.gallery-lg .image-item {
    position: relative;
    width: 450px;
    margin-bottom: 10px
}

.gallery-lg .image-item img {
    display: block;
    width: 100%
}

@media (min-width:320px) and (max-width:1249px) {
    .services-content .services-content-inner {
        width: 100%
    }
    .project-explanation .explanation-inner {
        width: 100%
    }
    .project-description .project-description-inner {
        width: 100%;
        padding: 0 10px
    }
    .gallery-sm .col-2 {
        width: 33.33%;
        margin-bottom: 15px
    }
}

@media (min-width:320px) and (max-width:960px) {
    .project-description .project-description-inner .col-5 {
        width: 100%
    }
    .project-description .project-description-inner h2 {
        font-size: 30px
    }
    .project-description .project-description-inner h2 span {
        display: block;
        font-size: 28px
    }
    .gallery-lg .image-item {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 5px
    }
    .gallery-sm {
        padding-top: 15px
    }
}

@media (min-width:320px) and (max-width:780px) {
    .gallery-sm .col-2 {
        width: 50%
    }
    .sub-page-nav {
        padding: 40px 0 40px 20px
    }
    .sub-page-nav .sub-page-link {
        font-size: 24px
    }
}

@media (min-width:320px) and (max-width:560px) {
    .gallery-sm .col-2 {
        width: 100%
    }
    .gallery-lg .image-item {
        width: 100%
    }
    .sub-page-nav {
        padding: 40px 0 40px 20px
    }
    .sub-page-nav .sub-page-link {
        font-size: 24px;
        display: block;
        margin: 7px 0
    }
    .project-description .project-description-inner h2 {
        font-size: 26px
    }
    .project-description .project-description-inner h2 span {
        font-size: 24px
    }
}

.project-info {
    width: 100%;
    background: #fff;
    padding-top: 35px
}

.project-info .project-info-inner {
    width: 1250px;
    margin: 0 auto
}

.project-info .project-info-inner:before,
.project-info .project-info-inner:after {
    content: " ";
    display: table;
    line-height: 0
}

.project-info .project-info-inner:after {
    clear: both
}

.project-info .project-info-inner h2 {
    font-size: 33px;
    font-family: "SegoeUIB";
    color: #324e5c
}

.project-info .project-info-inner h2 span {
    font-size: 28px;
    font-family: "SegoeUI-Light";
    color: #324e5c
}

.project-info .project-info-inner p {
    color: #000203;
    font-family: "SegoeUI-Light";
    font-size: 18px;
    line-height: 23px;
    padding: 50px 0 60px 0
}

.project-info .project-info-inner p:first-letter {
    padding-left: 10px
}

.project-info .project-info-inner .text-link {
    text-decoration: underline;
    color: #2c6681
}

.list-project {
    width: 100%;
    background: #cad7dd;
    padding: 50px 0 35px 0
}

.list-project .list-project-inner {
    width: 1250px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden
}

.list-project .list-project-inner:before,
.list-project .list-project-inner:after {
    content: " ";
    display: table;
    line-height: 0
}

.list-project .list-project-inner:after {
    clear: both
}

.list-project .list-project-inner .more-projects {
    display: none
}

.list-project .list-project-inner .more-projects:before,
.list-project .list-project-inner .more-projects:after {
    content: " ";
    display: table;
    line-height: 0
}

.list-project .list-project-inner .more-projects:after {
    clear: both
}

.list-project .col-33-percent .project-thumb {
    margin: 0 auto 15px auto
}

.list-project .btn-view {
    font-size: 24px;
    font-family: "SegoeUIB";
    text-transform: uppercase;
    color: #324e5c;
    display: table;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 10px 25px;
    background: #fdfdfd
}

@media (min-width:320px) and (max-width:1249px) {
    .project-info .project-info-inner {
        width: 100%;
        padding: 0 10px
    }
    .list-project .list-project-inner {
        width: 100%
    }
    .list-project .list-project-inner .col-33-percent {
        width: 50%
    }
}

@media (min-width:320px) and (max-width:960px) {
    .project-info .project-info-inner h2 {
        font-size: 28px
    }
    .project-info .project-info-inner h2 span {
        display: block;
        font-size: 26px
    }
}

@media (min-width:320px) and (max-width:800px) {
    .list-project .list-project-inner .col-33-percent .project-thumb {
        width: 310px
    }
}

@media (min-width:320px) and (max-width:670px) {
    .list-project .list-project-inner .col-33-percent {
        width: 100%
    }
}

@media (min-width:320px) and (max-width:560px) {
    .project-info .project-info-inner h2 {
        font-size: 26px
    }
    .project-info .project-info-inner h2 span {
        font-size: 24px
    }
}

.large-map {
    border-bottom: 22px solid #fff;
    height: 570px
}

.contact-content {
    background: #f7f6f2;
    width: 100%;
    padding: 50px 0 60px 0
}

.contact-content .contact-content-inner {
    width: 1250px;
    margin: 0 auto
}

.contact-content .contact-content-inner:before,
.contact-content .contact-content-inner:after {
    content: " ";
    display: table;
    line-height: 0
}

.contact-content .contact-content-inner:after {
    clear: both
}

.contact-content .contact-content-inner .col-5 {
    padding: 0 10px
}

.address h2 {
    font-size: 33px;
    font-family: "SegoeUIB";
    color: #324e5c;
    background: #cad7dd;
    display: inline-block;
    padding: 10px 120px 15px 40px;
    margin-bottom: 15px
}

.address>p {
    font-size: 22px;
    color: #324e5c;
    font-family: "SegoeUI-Light";
    padding: 0 0 5px 40px
}

.address>p:first-child {
    padding-top: 10px
}

.address .email {
    padding: 20px 0 25px 40px
}

.address .telephone {
    position: relative;
    font-size: 22px;
    color: #324e5c;
    font-family: "SegoeUI-Light";
    border-top: 1px solid #cad7dd;
    padding-top: 25px
}

.address .telephone span {
    position: absolute;
    left: 40px
}

.address .telephone p {
    padding-left: 135px
}

.contact-form h2 {
    font-size: 33px;
    font-family: "SegoeUIB";
    color: #324e5c;
    background: #cad7dd;
    display: inline-block;
    padding: 10px 40px 15px 40px
}

#form {
    padding-top: 30px;
    width: 90%
}

#form .field {
    width: 100%;
    position: relative;
    margin-bottom: 13px
}

#form .field input,
#form .field textarea {
    border: 0;
    background: #fff;
    width: 100%;
    padding: 14px 0;
    padding-left: 36%;
    color: #324e5c;
    font-family: "SegoeUI-Light";
    font-size: 17px
}

#form .field input.message,
#form .field textarea.message {
    resize: none;
    padding: 15px 0 0 0;
    padding-left: 36%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#form .field input:focus,
#form .field textarea:focus,
#form .field input.focused,
#form .field textarea.focused {
    outline: none
}

#form .field input:focus.message,
#form .field textarea:focus.message,
#form .field input.focused.message,
#form .field textarea.focused.message {
    padding-bottom: 150px
}

#form .field input:focus+label,
#form .field textarea:focus+label,
#form .field input.focused+label,
#form .field textarea.focused+label {
    width: 35%;
    background: #e5ebee
}

#form .field label {
    position: absolute;
    top: 0;
    left: 0;
    background: #e5ebee;
    width: 100%;
    padding: 16px 0;
    color: #324e5c;
    font-family: "SegoeUI-Light";
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center
}

#form .field:hover label {
    width: 35%;
    background: #e5ebee
}

#form input[type="submit"] {
    border: 0;
    outline: 0;
    background: #fe8a02;
    color: #fdfdfd;
    font-family: "SegoeUI-Light";
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    padding: 13px 150px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#form input[type="submit"]:hover {
    background: #324e5c;
    color: #fe8a02
}

@media (min-width:320px) and (max-width:1249px) {
    .contact-content .contact-content-inner {
        width: 100%
    }
    #form {
        width: 100%
    }
    .large-map {
        height: 370px
    }
}

@media (min-width:320px) and (max-width:900px) {
    .contact-content .contact-content-inner .col-5 {
        width: 100%
    }
    .address {
        margin-bottom: 30px
    }
    .address h2 {
        display: block;
        text-align: center;
        padding: 10px 0 15px 0
    }
    .contact-form h2 {
        display: block;
        text-align: center
    }
    #form {
        margin: 0 auto
    }
    #form input[type="submit"] {
        margin: 0 auto
    }
}

@media (min-width:320px) and (max-width:480px) {
    #form input[type="submit"] {
        width: 100%;
        padding: 13px 0;
        text-align: center
    }
}

.gallery {
    width: 100%;
    padding-top: 35px
}

.gallery .gallery-inner {
    width: 1250px;
    margin: 0 auto;
    padding: 0 0 150px 0
}

.gallery .gallery-inner:before,
.gallery .gallery-inner:after {
    content: " ";
    display: table;
    line-height: 0
}

.gallery .gallery-inner:after {
    clear: both
}

.gallery-head {
    padding: 0 0 55px 0
}

.gallery-head:before,
.gallery-head:after {
    content: " ";
    display: table;
    line-height: 0
}

.gallery-head:after {
    clear: both
}

.gallery-head h2 {
    color: #324e5c;
    font-family: "SegoeUIB";
    font-size: 33px;
    float: left
}

.gallery-head .btn-back {
    float: right;
    font-size: 28px;
    text-decoration: underline;
    font-family: "SegoeUI-Light";
    padding-right: 25px;
    color: #324e5c
}

.project-explanation {
    width: 100%;
    color: #324e5c
}

.project-explanation .explanation-inner {
    width: 1250px;
    margin: 0 auto;
    border-bottom: 1px solid #324e5c
}

.project-explanation h2 {
    font-size: 33px;
    font-family: "SegoeUIB"
}

.project-explanation h2 span {
    font-size: 28px;
    font-family: "SegoeUI-Light"
}

.project-explanation p {
    font-size: 18px;
    font-family: "SegoeUI-Light";
    padding: 35px 0;
    line-height: 23px
}

.project-explanation .text-link {
    text-decoration: underline;
    color: #2c6681
}

.grid-item,
.grid-sizer {
    width: 25%
}

.grid-item {
    float: left;
    position: relative
}

.grid-item-height2 {
    height: 500px
}

.grid-item .open-img {
    background: url('../images/zoomit.png') center center no-repeat;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 13px;
    right: 10px;
    cursor: pointer
}

.grid-item {
    padding: 5px
}

.grid-item img {
    width: 100%;
    height: 100%;
    display: block
}

@media (min-width:320px) and (max-width:1249px) {
    .gallery .gallery-inner {
        width: 100%
    }
    .project-explanation .explanation-inner {
        width: 100%;
        padding: 0 10px
    }
}

@media (min-width:320px) and (max-width:960px) {
    .project-explanation h2 {
        font-size: 30px
    }
    .project-explanation h2 span {
        display: block;
        font-size: 28px
    }
    .grid-item,
    .grid-sizer {
        width: 50%
    }
    .gallery-head {
        padding-left: 15px
    }
    .gallery-head h2 {
        font-size: 30px
    }
    .gallery-head .btn-back {
        float: left;
        width: 100%;
        margin-top: 20px
    }
}

@media (min-width:320px) and (max-width:560px) {
    .project-explanation h2 {
        font-size: 26px
    }
    .project-explanation h2 span {
        font-size: 24px
    }
    .grid-item,
    .grid-sizer {
        width: 100%;
        padding: 5px 20px
    }
    .gallery-head h2 {
        font-size: 26px
    }
}

.service-inside {
    width: 100%
}

.service-inside .service-inside-inner {
    width: 1250px;
    margin: 0 auto;
    padding: 50px 0;
    border-bottom: 1px solid #324e5c
}

.service-inside .service-inside-inner:before,
.service-inside .service-inside-inner:after {
    content: " ";
    display: table;
    line-height: 0
}

.service-inside .service-inside-inner:after {
    clear: both
}

.service-inside .service-item {
    width: 400px;
    height: 300px;
    position: relative;
    margin: 0 auto 15px auto;
    overflow: hidden
}

.service-inside .service-item .service-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(50, 78, 92, 0.7);
    color: #fff;
    padding: 10px 12px 0 12px;
    height: 105px;
    text-transform: uppercase
}

.service-inside .service-item img {
    display: block
}

.service-inside .col-33-percent .service-link {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 400px
}

.service-inside .col-33-percent .service-link:hover .view-more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.service-inside .col-33-percent .service-link:hover .service-info {
    height: 150px
}

.service-info {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.service-info .thead {
    font-family: "SegoeUI-Light";
    font-size: 23px
}

.service-info .thead span {
    font-family: "SegoeUIB"
}

.service-info .view-more {
    font-size: 16px;
    font-family: "SegoeUI";
    text-transform: lowercase;
    display: block;
    padding: 13px 0;
    text-align: center;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: translateY(115px);
    -moz-transform: translateY(115px);
    -ms-transform: translateY(115px);
    -o-transform: translateY(115px);
    opacity: 0
}

.service-info .view-more:after {
    background: url("../images/view-more-icon.png") center center no-repeat;
    width: 32px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    content: ''
}

@media (min-width:320px) and (max-width:1249px) {
    .service-inside .service-inside-inner {
        width: 100%
    }
    .service-inside .service-inside-inner .col-33-percent {
        width: 50%
    }
}

@media (min-width:320px) and (max-width:830px) {
    .service-inside .service-inside-inner .col-33-percent {
        width: 100%
    }
}

@media (min-width:320px) and (max-width:430px) {
    .service-inside .col-33-percent .service-item {
        width: 100%;
        padding: 0 5px
    }
    .service-inside .col-33-percent .service-item img {
        width: 100%
    }
    .service-inside .col-33-percent .service-link {
        width: 100%
    }
}

.image-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none
}

.image-popup .popup-inner {
    width: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto
}

.image-popup .popup-inner .btn-close {
    background: url("../images/close.png") center center no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30px;
    right: 10px
}

.image-popup .popup-inner img {
    border: 10px solid rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0 auto
}
