html,body{
    padding: 0;
    margin: 0;
}
.btn-glr-som {

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    border: 1px solid #e8ac42;
    border-radius: 6px;
    color: #e8ac42;
    -webkit-transition: .5s;
    margin-right: 0;
    transition: .5s;
    background-color: transparent;
}
.btn-glr-som:hover{
    background-color:#e8ac42;
    color: #fff;
    text-decoration: none;
}
.section-bim {
    padding: 50px 0;
    background-color: #f8f8f8;
    /*background-color: #fff;*/
    height: 50vh;
}
h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 50%;
    margin-bottom: 0px;
    /* height: 26px; */
    font-family: 'Roboto Condensed', 'Prompt', sans-serif;
    color: #6d7774;    
    z-index: 100;
    position: relative;
}
.section-bim .sec-img:before {
    background-image: url(../images/engineering/w.png);
    background-position: top left;
    content: '';
    background-repeat: no-repeat;
    display: block;
    height: 50vh;
    position: absolute;
    width: 100%;
    background-size: contain;
    top: 0px;
    left: -77px;
}
.section-bim .box-text{
    position: relative;
    margin-top: 4%;
}   
.section-bim .sec-img{    
    width: 60%;
    height:50vh;
    right: -43px;   
    background-image: url(../images/engineering/bottom1-copy.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-top: -50px;
}
.section-mdl{
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    height: 50vh;
}
.section-mdl .sec-img:before {
    background-image: url(../images/engineering/w-c.png);
    background-position: top right;
    content: '';
    background-repeat: no-repeat;
    display: block;
    height: 50vh;
    position: absolute;
    width: 100%;
    background-size: contain;
    top: 0px;
    left: 1px;
}
.section-mdl .sec-img{    
    width: 58%;
    height:50vh;
    left:  -43px;   
    background-image: url(../images/engineering/modeling-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-top: -51px;
}
.section-pc {
    padding: 50px 0;
    background-color: #fff;
    height: 50vh;

}
.section-pc .sec-img:before {
    background-image: url(../images/engineering/w-p.png);
    background-position: top left;
    content: '';
    background-repeat: no-repeat;
    display: block;
    height: 50vh;
    position: absolute;
    width: 100%;
    background-size: contain;
    top: 0px;
    left: -40px;
}
.section-pc .sec-img{    
    width: 60%;
    height: 50vh;
    right: -43px;
    background-image: url(../images/engineering/P1_Drammen-Gulskogen_navisworks10.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-top: -49px;
}
.section-cad{
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    height: 50vh;
}
.section-cad .sec-img:before {
    background-image: url(../images/engineering/w-c.png);
    background-position: top right;
    content: '';
    background-repeat: no-repeat;
    display: block;
    height: 50vh;
    position: absolute;
    width: 100%;
    background-size: contain;
    top: 0px;
    left: 1px;
    z-index: -0;
}
.section-cad .sec-img{    
    width: 57%;
    height:50vh;
    left: 0px;   
    background-image: url(../images/engineering/16058-7.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-top: -50px;
    z-index: -2;
}
.section-heading {

    margin: 0px;
}

section hr.section-heading-spacer {
    float: left;
    width: 60px;
    border-top: 3px solid #e8ac42;
    z-index: 5;
    position: relative;
}

.box-text{
    position: relative;
    margin-top: 5%;
}

@media (max-width: 1300px){
    .col-lg-offset-1 {
        margin-left: 0; 
    }
    .box-text {
        margin-top: 5%;
    }
    .section-bim .box-text {
        margin-top: 3%;
    }
}
@media (max-width: 1024px) {
    html{
        padding: 0;
    }
    h3{        
        font-size: 38px;
        font-weight: 700;
        z-index: 5;
        position: relative;
    }
    hr,
    p{
        z-index: 5;
        position: relative;
    }
}
@media screen and (max-width: 768px){
    h3 {
        font-size: 28px;
        font-weight: 700;
    }
    .section-heading {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .section-bim,
    .section-mdl,
    .section-pc,
    .section-cad {
        height: 350px;
    }
    .section-bim .sec-img:before {
        height: 350px;
        left: -1px;
        margin-top:0;
    }
    .section-bim .sec-img{   
        width: 62%; 
        height:350px;
        right: 0px;  
        float: right;
    }
    .section-mdl .sec-img:before {
        height: 350px;
        top: 0px;
        left: 0px;
    }
    .section-mdl .sec-img{    
        width: 70%;
        height:350px;
        left:  -87px;   
    }
    .section-pc .sec-img:before {
        height: 350px;
        left: -40px;
    }
    .section-pc .sec-img{    
        width: 60%;
        height: 350px;
        right: 0px;
    }
    .section-cad .sec-img:before {
        height: 350px;
        left: 1px;
    }
    .section-cad .sec-img{    
        width: 67%;
        height:350px;
        left: -73px;   
    }
    .box-text{
        position: relative;
        margin-top: 15px;
    }
    .section-mdl .box-text{
        position: relative;
        margin-top: 35px;
    }
    .section-bim .box-text{
        position: relative;
        margin-top: 1%;
    }  
}
@media screen and (max-width: 767px){
    .section-bim .sec-img{   
        margin-top: -236px;
    }
    .section-mdl .sec-img{
        left: 0px;
        margin-top: -216px;
    }
    .section-pc .sec-img{
        margin-top: -221px;
    }
    .section-cad .sec-img{
        margin-top: -221px;
    }
}
@media screen and (max-width: 425px){
    .content-section-c p{
        font-size: 12px;
    }
    .section-cad .section-heading-spacer{
        margin: 5px 0;
    }
    h3 {
        font-size: 28px;
        font-weight: 700;
    }
    .section-heading {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .section-bim,
    .section-mdl,
    .section-pc,
    .section-cad {
        height: 271px;
        margin-top: 270px;
        padding: 10px 0;
    }
    .section-bim .sec-img:before {
        height: 271px;
        left: -1px;
        margin-top:0;
    }
    .section-bim .sec-img{   
        width: 100%;
        height: 271px;
        margin-top: -537px;
        right: 0px;  
        float: right;
    }
    .section-mdl .sec-img:before {
        height: 271px;
        top: 0px;
        left: 0px;
    }
    .section-mdl .sec-img{    
        width: 100%;
        height:271px;
        left:  -4px;           
        margin-top: -501px;
    }
    .section-pc .sec-img:before {
        height: 271px;
        left: -40px;
    }
    .section-pc .sec-img{
        width: 100%;
        height: 271px;
        margin-top: -523px;
        right: 0px;
    }
    .section-cad .sec-img:before {
        height: 271px;
        left: 1px;
    }
    .section-cad .sec-img{    
        width: 100%;
        height: 271px;
        margin-top: -491px;
        left: 0px;   
    }
    .col-sm-push-6 {
        left: 0;
    }
    .col-sm-6{
        max-width:100%;
    }
    .box-text{
        position: relative;
        margin-top: 0px;
    }
    .section-mdl .box-text{
        position: relative;
        margin-top: -37px;

    }
    .section-bim .box-text{
        position: relative;
        margin-top: -35px;
    }  
    .content-section-c {
        background: #fff;
        background: url('../images/engineering/Revision-s.png') top center;
        background-size: cover;
    }
}
@media screen and (max-width: 400px){
    .section-bim .box-text {
        position: relative;       
        margin-top: -35px;
    }
    .section-bim .sec-img {
        top: 267px;
    }
    .section-pc .sec-img {
        width: 100%;
        height: 271px;
        margin-top: -509px;
        right: 0px;
    }
    .section-mdl .sec-img {        
        top: 230px;
    }
    .section-cad .sec-img {
        width: 100%;
        height: 271px;
        top: 220px;
        left: 0px;
    }
    .section-bim p, .section-cad p, .section-mdl p, .section-pc p{
        font-size: 12px;
    }
}
@media only screen and (min-width: 968px) and (max-width: 2560px) {
    .section-bim p, .section-cad p, .section-mdl p, .section-pc p, .content-section-c p{
        color: rgba(69, 107, 112, 0.68);
        font-size: 16px;
        z-index: 5;
        position: relative;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }
}
.section-bim p, .section-cad p, .section-mdl p, .section-pc p, .content-section-c p{
    color: rgba(69, 107, 112, 0.68);
}
.container-en {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container-en {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container-en {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container-en {
        width: 1400px;
    }
}
@media screen and (max-width: 2560px){
    .content-section-c {
        height: 15vh;
    }
}
@media screen and (max-width: 1920px){
    .content-section-c {
        height: 20vh;
    }
}
@media screen and (max-width: 1440px){
    .content-section-c {
        height: 25vh;
    }
}
@media screen and (max-width: 1024px){
    .content-section-c {
        height: 30vh;
    }
}
@media screen and (max-height: 660px){
    .content-section-c {
        height: 50vh;
    }
}

.content-section-c {
    padding-top: 50px;
    z-index: 0;  
    /*background: url('../images/engineering/bg-ct.png') top center no-repeat;*/ 
    background: #fff;
    background-size: cover;

}
.section-heading-c {
    font-family: 'Roboto Condensed', sans-serif;
    color: #6d7774; 
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1.9px;
    margin-top: 0;
    /*text-shadow: 0 0 5px rgba(101, 109, 119, 0.5);*/
}
section.content-section-c hr{
    width: 60px;
    border-top: 3px solid #ebb455;
    z-index: 5;
    /*float: left;*/
    position: relative;
}

.citymodel{
    height: 100vh;
    max-width: 100%;
    margin-top: 0;
    display: block;
    /*    animation: ctmd 10s infinite;
        -webkit-animation: ctmd 10s infinite;
        -moz-animation: ctmd 10s infinite;*/
    background: url("../images/engineering/pipe.jpg");
    background-size: cover;
    background-position: top center;
}

@-webkit-keyframes ctmd {
    0%   {
        background: url("../images/engineering/citymodel/4.jpg");
        background-size: cover;
        background-position: top center;
    }
    /*    10% {
            background: url("../images/engineering/citymodel/2.jpg");
            background-size: cover;
        }*/
    25%  {
        background: url("../images/engineering/citymodel/3.jpg");
        background-size: cover;
        background-position: top center;
    }
    65%  {
        background: url("../images/engineering/citymodel/6.jpg");
        background-size: cover;
        background-position: top center;
    }
    100% {
        background: url("../images/engineering/citymodel/4.jpg");
        background-size: cover;
        background-position: top center;
    }
}
/*@-moz-keyframes move_eye {
    from { 
        margin-left:-20%; 
    } 
    to { 
        margin-left:100%; 
    }  
}*/
@keyframes ctmd {
    0%   {
        background: url(../images/engineering/citymodel/4.jpg);
        background-size: cover;
        background-position: top center;
    }
    /*    10% {
            background: url("../images/engineering/citymodel/2.jpg");
            background-size: cover;
        }*/
    25%  {
        background: url(../images/engineering/citymodel/3.jpg);
        background-size: cover;
        background-position: top center;
    }
    50%  {
        background: url(../images/engineering/citymodel/6.jpg);
        background-size: cover;
        background-position: top center;
    }
    100% {
        background: url(../images/engineering/citymodel/4.jpg);
        background-size: cover;
        background-position: top center;
    }
}

.btn-glr-w {
    border: 1px solid #9ab9d7;
    color: #9ab9d7;
}
.btn-glr-w:hover {
    border: 1px solid #9ab9d7;
    color: #fff;
    background: #9ab9d7;
}

.item img {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item:hover img {
    opacity: .5;
}
.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover{
    border: 3px solid #a90707 !important;
}