@font-face {
    font-family: CitrixSans;
    src: url("CitrixSans-Light.woff");
}
@font-face {
    font-family: CitrixSans;
    src: url("CitrixSans-Bold.woff");
    font-weight: bold;
}


::-moz-selection {
    background-color: #0078a9 !important;
    color: #FFF;
}

::selection {
    background-color: #0078a9 !important;
    color: #FFF;
}

.side-menu {
    background: #0078a9 !important;
}

.admin-block{
    width: 300px;
    height: 200px;
    background-color: #888;
    color: #ffffff !important;
    margin: 20px;
    padding: 20px;
    padding-top: 90px;
    text-align: center;
    vertical-align: center;
    font-size: 30px;
}
.admin-block:hover{
    background-color: #0078a9;
    cursor:pointer;
}

#about{
    background-color: #0078a9;
}

#about .h4{
    color: #fff;
}

#about p{
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #323232;
    /*text-transform: uppercase;*/
    /*font-family: "baucher-gothic-urw",sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: "tablet-gothic-condensed",sans-serif;*/
    font-family: "CitrixSans", "Helvetica Neue", "Segoe UI", Arial, sans-serif !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

.bio-row{
    height: 100vh;
}

.service-img{
    display: inline-block; 
    height: 125px; 
    padding-right: 10px; 
    padding-left: 10px;
    transform: translateY(-20px);
}

.wow h5 {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}

p {
    line-height: 24px !important;
    font-size: 18px !important;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #888;
}

p.lead, .lead {
    /*font-family: 'Open Sans', sans-serif !important;*/
    /*font-weight: 300 !important;*/
    /*font-family: 'Roboto', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 23px;
}

.ptb {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.maintitles {
    /*
    font-size: 30px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    */
    color: #ffffff;
    
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Item Container - People */

.item-container-people{
    transform: scale(1.5);
    transform: translateY(40px);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    /*-webkit-transform: translateY(40px);*/
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.container-filter li a.active {
    color: #0078a9 !important;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 100%;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

.action{
    margin-top: 5px;
    font-size: 24px !important;
    color: #ffffff !important;
    margin-left: 100px;
}

.container-filter li a {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #000000 !important;
}

.container-filter li a:hover {
    color: #0078a9 !important;
}

.link-small li a{
    color: #000000 !important;
}

.social li a i{
    color: #000000 !important;
}

.link-small li a:hover{
    color: #0078a9 !important;
}

.social li a i:hover{
    color: #0078a9 !important;
}

.post-meta a, .post-header a{
    color: #000000 !important;
}



.post-meta a:hover, .post-header a:hover{
    color: #0078a9 !important;
}

.side-menu-btn ul > li > a:hover, .header.header-prepare .side-menu-btn ul > li > a:hover {
    color: #0078a9 !important;
}

.nav-menu ul.nav-menu-inner li a {
    font-family: inherit;
    display: block;
    font-size: 13px !important;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 1px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    font-family: "Raleway",sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/

}

@media (min-width: 800px){ 
    .inner{
        padding-right: 15%;
        padding-left: 15%;
    }
}

#service3{
    background-image: url('/img/full/w2_blueprint.png');
    background-size: cover;
    /*height: 100vh;*/
}

.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: 
        linear-gradient(
        rgba(0, 0, 0, 0.25),
        rgba(0, 0, 0, 0.25)
        );
}

.main-logo{
    /*position: absolute;
    top: 10px;
    left: -25px;*/
    height:240px;
    width: 320px;
}

.footer p {
    font-size: 20px !important;
}



.header {
    /*color: #fff;*/
    color: rgba(0,0,0,.25) !important;
}

#menu-btn-2{
    position: relative;
    /* position: fixed;
    top: 32px;*/
    float: right;
    z-index: 100;
    color: white;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

#menu-btn-2:hover, #menu-btn-2-close:hover{
    color: #cdcdcd;
    cursor: pointer;
}

#menu-btn-2-close{
    /*position: fixed;
    top: 32px;
    right: 35px;*/
    position: relative;
    float: right;
    z-index: 2000;
    color: #fff;
    font-size: 20px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

.home-btn{

    color: #fff;
    z-index: 2000;
}
.home-btn:hover{
    color: #cdcdcd;
}

.home-wrapper{
    position: fixed;
    font-size: 12px;
    top: 22px;
    right: 70px;
    padding: 5px; 
    padding-top: 10px;
    background-color: rgba(0,0,0,.55); 
    height: 40px; 
    width: 60px;
    z-index: 2000;
    text-align: center;
    vertical-align: center;
    display: inline-block;
}

.menu-wrapper{
    position: fixed;
    top: 22px;
    right: 32px;
    padding: 5px; 
    padding-top: 10px;
    background-color: rgba(0,0,0,.55); 
    height: 40px; 
    width: 40px;
    z-index: 2000;
    text-align: center;
    vertical-align: center;
    display: inline-block;
}


#menu-btn{
    z-index: 2001;
    color: white;
    font-size: 20px;
}

#menu-btn-close{
    z-index: 2001;
    color: #fff;
    font-size: 20px;
    display: none;
}

#menu-btn:hover, #menu-btn-close:hover{
    color: #cdcdcd;
    cursor: pointer;
}



.fr-box.fr-basic .fr-wrapper {
    height: 400px;
}

.project_details {
    position: absolute;
    /*height: 556px;*/
    height: calc(100vh - 80px);
    width: 30vw;
    background-color: rgba(0,0,0, .25);
    z-index: 100;
    top: 0;
    right: -30vw;
    color: #fff;
    padding-top: 80px;
    padding-left:25px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.project_details p, .project_details h3, .project_details h5 {
    color: #fff;
}

.project_details h5 {
    display: inline-block;
}

.details2 p, .details2 h3, .details2 h5 {
    color: #fff;
}

.details2 h5 {
    display: inline-block;
}

.project-title{
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 10px;
}

.article-title{
    z-index: 2000;
    color: #fff;
}

/*
.slider-title{
    z-index: 2000;
    color: red;
    position: relative;
    top: 0;
}*/


.title-box{
    background-color: rgba(0,0,0,.55);
    padding: 15px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    z-index: 200;
    width: 100vw;
    height: 80px;
    vertical-align: center;
}

#show_details{
    color: #cfcfcf;
    font-size: 14px;
}

#hide_details{
    color: #cfcfcf;
    font-size: 14px;
}

.project_slider{
    height: 100vh;
    width: 100%;
}
/*
.owl-controls{
    color: red;
    z-index: 2000;
}*/

@media screen and (min-width: 600px) {
    .header{
        top: -94px;
    }
}



@media screen and (max-width: 600px) {

    .nav-menu{
        margin-top: 92px;
    }
    .project_details {
        position: absolute;
        height: 556px;
        width: 100vw;
        background-color: rgba(0,0,0, .25);
        z-index: 100;
        top: 94px;
        right: 0;
        color: #fff;
    }
    .dark-bg .container .row{
        text-align: center;
    }
    .details2{
        margin: 10px;
    }
    .footer{
        padding-top: 60px;
    }
    .home-wrapper, .menu-wrapper{
        display: none;
    }
    .header{
        top: 0;
    }

    .bio-row{
        height: 100%;
    }
  }

.carousel-inner.item{
    width: 100%;
    height: 100%;
}

