body {
    font-family: "OpenSans", Arial, Helvetica, Sans-serif;
    color:#fff;
    font-size: 14px;
}

/*generic*/
img { max-width: 100%; }
ul { list-style: none; padding: 0; }
a:hover,
a:focus { text-decoration: none; outline: none; color: #993318; }
strong { font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif; }

a {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color:#993318;
}

/*error*/
.error {
    border-bottom: 1px solid #e44141 !important;
}

.error::-webkit-input-placeholder{
   color: #e44141;
}

.error:-moz-placeholder.error { /* Firefox 18- */
   color: #e44141;  
}

.error::-moz-placeholder.error {  /* Firefox 19+ */
   color: #e44141;  
}

.error:-ms-input-placeholder.error {  
   color: #e44141;  
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*header*/
header,
header.v2 {
    width: 100%;
    z-index: 5;
    overflow: hidden;
    background:#000;
}

.homepage header { position: absolute; background:transparent; }
.homepage header.v2 { position: fixed; background: #000; }

.homepage header .container { position: relative; height: 100vh; }
.homepage header.v2 .container { height: auto; }

.homepage #navbar {
    position: absolute;
    bottom: 5%;
    right: 0;
    margin-top: inherit;
}

header #navbar,
header.v2 #navbar {
    margin-top: 5%;
}

header #navbar .socialbuttons,
header.v2 #navbar .socialbuttons {
    position: absolute;
    top: 20px;
    left: -150px;
}

header #navbar .socialbuttons a,
header.v2 #navbar .socialbuttons a { margin: 0 5px; } 

header .navbar,
header.v2 .navbar {
    margin: 0;
    min-height: auto !important;
    border-radius: 0;
    clear: both;
    padding: 5px 0;
}

header .navbar-brand,
header.v2 .navbar-brand {
    height: auto;
    padding: 10px;
    width: 60%;
    max-width: 92px;
}

header.v2 .navbar-brand {
    max-width: 70px;
}

.homepage .navbar-brand {
    max-width: inherit;
}

header .navbar-brand img,
header.v2 .navbar-brand img {max-width: 100%;}

header .navbar-toggle .icon-bar,
header.v2 .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle { margin-top: 20px; }

header .navbar-nav,
header.v2 .navbar-nav {
    padding: 3% 0;
}

header .navbar-nav > li > a,
header.v2 .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px
}

header .homepage .navbar-nav > li > a,
header.v2 .homepage .navbar-nav > li > a {
   font-size: 25px; 
}


header .navbar-nav > li > a:hover,
header.v2 .navbar-nav > li > a:hover {
    color:#993318;
}

header .navbar-nav > li:last-child > a,
header.v2 .navbar-nav > li:last-child > a {
    padding-right: 0;
}

header .navbar-nav > li > a:hover,
header .navbar-nav > li > a:focus,
header.v2 .navbar-nav > li > a:hover,
header.v2 .navbar-nav > li > a:focus {
    background: transparent;
}


/*video area*/
.videoWrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    position: absolute; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background: url(polina.jpg) no-repeat;
    background-size: cover;

}

.img {
    position: absolute;
    right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: 100%; height: 100%;
    z-index: 2;
    background:url(../img/video-pattern.png) no-repeat bottom;
    background-size: cover;
}



.videoWrap .bg-overlay {
    width: 100%;
    height: 100%;
    background: url(../img/overlay.png) repeat;
    opacity: .4;
    z-index: 1;
    position: absolute;
}

.videoWrap figcaption {
    position: absolute;
    bottom: 15em;
    color: #fff;
    z-index: 2;
    max-width: 800px;
    width: 80%;
}

.videoWrap figcaption:after {
    position: absolute;
    clear: both;
    content: "";
    display: block;
    background: url(../img/arrow-icon.png) no-repeat;
    width: 71px;
    height: 72px;
    right: -100px;
    top: 40%;
}

.videoWrap figcaption h1 {
    font-size: 98px;
}

.videoWrap .downBtn {
    position: absolute;
    right: 18%;
    bottom: 110px;
    z-index: 11;
}


/*our services*/
section {
    padding: 90px 0;
}

section h1 { margin: 0; color: #fff; font-family: "OpenSans-Light", Arial, Sans-serif; font-size: 46px; }

#ourServices {
    background: url(../img/ourservices.jpg) no-repeat;
    background-size: cover;
}

section .title,
footer .title { position: relative; margin-bottom: 80px; }
section .title h1:after,
footer .title h1:after {
    content: "";
    display: table;
    clear: both;
    vertical-align: middle;
}
section .title span,
footer .title span {  
    padding-right: 20px;
    float: left; 
}

section .title .moreBtn {
    float: right;
    font-size: 24px;
    color:#fff;
    position: relative;
    top: -15px;
}

section .title .moreBtn:hover { color: #993318; }


section .title hr,
footer .title hr { 
    border:1px solid #DDD;
    border-width: 1px 0 0 0;
    position: relative;
    top: 40px;
}

footer .title hr {
    border:1px solid #4f5458;
}

#ourServices .item { overflow: hidden; }

#ourServices .item span { display: block; }
#ourServices .item h2 { font-size: 21px; margin: 20px 0 30px 0; }

#ourServices .item p:after {
    clear: both; 
    content: "..."; 
    display: block;
}

#textWrap {
    background:url(../img/text-bg.jpg) no-repeat top center;
    height: 338px;
    padding: 0;
}

#textWrap .container { position: relative; }
#textWrap .text-img { position: absolute; top: 0; right: 10%; }

#textWrap p {
    font-size: 25px;
    max-width: 540px;
    line-height: 45px;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 10%;
}

#works {
    background:url(../img/work-bg.jpg) no-repeat;
    background-size: cover;
}

.workList li {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 33.33%;
    margin-bottom: 100px;
    border-right: 1px solid #fff;
    overflow: hidden;
}

.workList li .item {
    position: relative;
}

.workList li:nth-child(3n+0) {
    border-right: none;
}

.workList li .hover {
    width: 100%;
    height: 100%;
    background:url(../img/hover-bg.png);
    background-position: repeat-x;
    background-position: repeat-y;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 21px;
}

.workList li .hover strong {
    border-left: 5px solid #fff;
    display: block;
    position: relative;
    left: -20px;
    padding-left: 10px;
    margin: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.workList li .item:hover .hover {
    opacity: 1;
}

.workList li .gallery { margin-top: 20px; }
.workList li .gallery a {
    display: inline-block;
    margin-right: 10px;
}

.workList li .photoGallery { display: none; } 


/*caption*/
.caption {
    background:url(../img/caption-bg.jpg) no-repeat;
    width: 100%;
    padding: 1% 0;
    background-size: cover;
    border-bottom:4px solid #000000;
}

.caption h1 { 
    margin: 1% 0; 
    font-family: "OpenSans-Light", Arial, Helvetica, Sans-serif;
}

.caption .submenu { margin: 0; }

.caption .submenu li {
    display: inline-block;
    text-align: center;
    margin-left: 40px;
}

.caption .submenu li span {
    display: block;
    max-width: 24px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.caption .submenu li a { color:#fff; }

.caption .submenu li a:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    position: relative;
    top: 5px;
}

.caption .submenu li a:hover:after,
.caption .submenu li.active > a:after  {
    width: 100%;
    background: #000;
}


#detailContent {
    background:url(../img/detailcontent-bg.jpg) no-repeat;
    background-size: cover;
    font-size: 16px;
    line-height: 24px;
}

#detailContent .inner { padding-left: 100px; max-width: 800px; }

#detailContent h2 { font-size: 40px; }

#detailContent ul { padding-left: 30px; } 

#detailContent .detail-img {
    position: relative;
    margin-top: -250px;
}

#detailContent .workList { padding: 0; }

#detailContent .workList li { width: 33.33%; padding: 0; border: none; margin: 0; }

#detailContent .workList li img { width: 100% }

.map { height: 650px; }

.map iframe {
    pointer-events: none;
}

/** footer **/
footer {
    background:url(../img/contact-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0;
    color:#4f5458;
    line-height: 28px;
    overflow: hidden;
}

footer h1 { font-size: 46px; }

footer .socialbuttons { float: right; }

footer .socialbuttons a {
    display: inline-block;
    margin: 0 10px;
    opacity: .8;
}

footer .socialbuttons a:hover { opacity: 1; }

footer .copyrights { text-align: center;  }
footer .logo { 
    background:url(../img/sep.png) no-repeat center;
    margin: 35px 0 25px 0; 
}

@media screen and (max-width: 1160px){
    .homepage .navbar-nav > li > a { font-size: 18px; }
    .homepage #navbar .socialbuttons { left: -100px; }
    
}

@media screen and (max-width: 990px){
    #textWrap .text-img {
        position: relative;
        top: 0;
        right: 0;
        width: 26%;
        float: right;
    }

    .workList li,
    #detailContent .workList li { width: 50%; }
    .workList li:nth-child(3n+0) {
        border-right: 1px solid #fff;
    }

    .workList li:nth-child(2n+0) {
        border-right: none;
    }

    .videoWrap figcaption h1 { font-size: 60px; }

    #detailContent .detail-img { width: 50%; margin-top: -100px; }

    #detailContent .inner {
        padding-left: 0;
    }

    .caption h1,
    .caption .submenu { float: none !important; text-align: center; }

    .caption .submenu { margin: 20px 0; }

    .caption .submenu li { margin: 0 20px; }

    .videoWrap figcaption {
        width: 60%;
    }

    .videoWrap figcaption:after {
        width: 30px;
        height: 31px;
        background: url(../img/arrow-iconx30.png) no-repeat;
        right: -50px;
    }
}

@media screen and (max-width: 767px){
    .homepage #navbar { position: relative; background:#000;  }

    header .navbar-brand,   
    .homepage header.v2 .navbar-brand { max-width: 60px !important; }
    .socialbuttons { display: none; }

    .videoWrap figcaption h1 { font-size: 40px; }
    .img { display: none; }

    .videoWrap .downBtn {
        left: 0;
        bottom: 20px;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

}

@media screen and (max-width: 640px){ 
    body,
    #detailContent,
    .homepage .navbar-nav > li > a { font-size: 14px;  }

    #detailContent h2 { font-size: 32px; }

    #textWrap { height: inherit; padding-bottom: 20px; }
    #textWrap p { font-size: 18px; line-height: inherit; }

    .caption .submenu li {
        width: 46%;
        margin: 0;
        margin-bottom: 20px;
        
    }

    section .title, footer .title { margin-bottom: 40px; }
    footer,
    section { padding: 45px 0; }
    footer .logo { margin: 15px 0; }

    section h1,
    footer h1 { font-size: 28px; }

    section .title hr, footer .title hr { top: 23px; }

    section .title .moreBtn { font-size: 16px; top: -20px; }


    .map { height: 350px; }
}

@media screen and (max-width: 480px){
    .workList li,
     #detailContent .workList li  { width: 100%; border: none !important; margin-bottom: 20px; }
    .videoWrap figcaption h1 { font-size: 28px; }
}