@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');
html, body {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #181818;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2em;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7em;
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    display: block;
	overflow: visible;
}

a, a:hover, a:focus {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
	outline: none;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

#sidebar {
    height: 100%;
    position: fixed;
    z-index: 999;
    text-align: center;
    background: #F9F9F9;
}

#sidebar.header-mobile {
    height: auto;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#sidebar.header-mobile #logo-mobile {
    margin: 15px 0;
    padding-left: 10px;
    float: left;
}

#sidebar.header-mobile #logo-mobile img {
    max-width: 50px;
}

#menu-mobile h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1em;
}

#menu-mobile a {
    text-decoration: none;
}

#menu-mobile small {
    text-decoration: none;
    font-size: 12px;
    line-height: 1em;
    color: #767676;
}

#sidebar.header-mobile #hamburger-mobile {
    padding: 22px;
    border-left: solid 1px rgba(0, 0, 0, .05);
    float: right;
    cursor: pointer;
}

#sidebar.header-mobile #hamburger-mobile a {
    color: #333;
    font-size: 18px;
}

#hamburger-mobile {
    text-transform: uppercase;
    font-weight: 400;
}

#sidebar.header-mobile #logo {
    display: none;
}

#sidebar.header-mobile header {
    display: none;
}

#logo {
    margin: 120px 0;
}

#logo a {
    text-decoration: none;
}

#logo h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 21px;
}

#logo small {
    text-decoration: none;
    font-size: 13px;
    color: #767676;
}

#logo img {
    max-width: 90px;
}

#menu-mobile {
    display: none;
}

#menu-mobile nav {
    border-top: solid 1px rgba(0, 0, 0, .05);
    display: none;
}

#menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu > li {
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px rgba(0, 0, 0, .05);
}

#menu > li > a {
    color: #888888;
    letter-spacing: 1px;
    font-size: 14px;
}

#menu > li > a, #menu > li > a:hover {
    line-height: 35px;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
}

#menu > li > a:hover {
    color: #181818;
    ;
}

header .social-icons {
    margin-top: 120px;
}

header .social-icons a {
    color: #333;
}

.social-icons a {
    display: inline-block;
    font-size: 13px;
    color: #ccc;
    margin: 0 13px;
    text-align: center;
    opacity: .2;
}

.social-icons a:hover {
    opacity: 1;
}

#main {
    padding: 0;
}

#content {
    width: 100%;
    height: 100%;
}

#section-welcome {
    width: 100%;
    height: 100vh;
    background-position: top center;
    background-size: cover;
}

.welcome-slider {
    height: 100vh;
}

.welcome-slider .text-item {
    text-align: center;
    display: table;
    width: 100%;
    height: 100vh;
}

.welcome-slider .text-item h2 {
    display: table-cell;
    vertical-align: middle;
    color: #181818;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 5px;
}

#section-about-us {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

#intro-text {
    padding: 90px 20px;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
}

p {
    color: #767676;
    margin-bottom: 20px;
}

#section-services, #section-portfolio {
    padding: 50px 0 20px;
}

#section-portfolio {
    padding-bottom: 0;
}

#section-services .service {
    margin-bottom: 50px;
}

#section-services .service p {
	margin-bottom: 0;
}

#section-services .service a.more-about-service {
	font-weight: 600;
	color: #181818;
	margin-top: 10px;
	display: block;
}

#section-services .service a > i {
	margin-left: 5px;
}

#section-services h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.project-popup {
	max-width: 1140px;
}

.project-popup-details {
	padding: 30px;
}

.project-popup-details h3, .project-popup-details p {
	margin: 0;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}

html.mfp-helper {
  height: 100%;
}

html.mfp-helper body {
  overflow: hidden;
  height: 100%;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	background: #00;
	transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready    { opacity: .9; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all .3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content    { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

.service-popup-content {
	padding: 30px;
}

.service-popup-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.service-popup-content ul li{
	margin-bottom: 10px;
	margin-left: 30px;
	color: #767676;
}

.service-popup-content ul li:before{
	display: block;
	content: "\f105";
	font-family: "FontAwesome";
	color: #181818;
	position: absolute;
	left: 10px;;
}

#section-services a, #section-services a:hover {
    color: #181818;
    text-decoration: none;
}

#section-services .services {
    margin-top: 50px;
}

.button {
    padding: 8px 24px;
    background: #181818;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
}

a.button:hover {
    background: #181818;
    color: #fff;
    text-decoration: none;
}

.form-control {
    padding: 15px 25px;
    border: none;
    outline: 0;
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    margin-bottom: 20px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #d1d1d1;
}

#gallery {
    margin-top: 45px;
}

.gallery-item {
    padding: 0;
}

.gallery-item img {
    width: 100%;
}

.gallery-item-image {
    position: relative;
}

.gallery-item-image .overlay, .gallery-item a {
    transition: .5s ease;
    backface-visibility: hidden;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
}

.gallery-item-image .overlay {
    background: #181818;
    ;
}

.gallery-item-image:hover .overlay, .gallery-item-image.hover .overlay {
    opacity: 0.6;
}

.load-more-projects .gallery-item-image .overlay, .load-more-projects .gallery-item-image:hover .overlay, .load-more-projects .gallery-item-image.hover .overlay {
    opacity: 0.85;
}

.load-more-projects .gallery-item-image a, .load-more-projects .gallery-item-image:hover a, .load-more-projects .gallery-item-image.hover a{
    opacity: 1;
}

.gallery-item-image:hover a, .gallery-item-image.hover a {
    opacity: 1;
    text-decoration: none;
}

.gallery-item-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.gallery-item-text h3 {
    color: #fff;
    margin: 0;
}

#section-contact {
    padding: 50px 0;
    background: #222222;
}

#section-contact h2 {
    color: #fff;
    margin-bottom: 50px;
}

#section-contact .contacts span {
    color: #fff;
    opacity: 0.5;
}

address {
    margin-bottom: 30px;
    margin-top: 10px;
}

address div {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #ccc;
}

address div a, address div a:hover {
    color: #ccc;
    text-decoration: none;
}

#section-contact .contact-form {
    margin: 50px 0;
}

footer {
    background: #181818;
}

footer #logo-footer {
    margin-bottom: 20px;
    width: 50px;
}

footer p {
    color: #ccc;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
}

#copyright {
    padding: 30px 0 30px 0;
}

#copyright .social-icons {
    text-align: right;
}

#copyright small {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

#copyright a {
    color: #fff;
    opacity: 0.5;
}

#copyright a:hover {
    opacity: 1;
}

#copyright .social-icons a:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    #menu-mobile {
        display: block;
    }

    #copyright {
        text-align: center;
    }
    #copyright .social-icons {
        margin-top: 20px;
        text-align: center;
    }
    #copyright .social-icons a:first-child {
        margin-left: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .background-image-holder {
        display: none;
    }
    #intro-text {
        padding: 40px 20px;
    }

    #logo, header .social-icons {
        margin: 70px 0;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-slider .text-item h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .gallery-item {
        padding: 15px 15px 0 15px;
    }
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #414141 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10430;
    position: fixed;
    outline: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}