﻿@font-face {
font-family: 'Kabel Book BT';
font-style: normal;
font-weight: normal;
src: local('Kabel Book BT'), url('../fonts/Kabel Book BT_0.woff') format('woff');
}
.project_logo
{
    width:30%;
}
.project_details_box .project_logo{
    width:45%;
}
.project-banner
{
    width: 70%;
}

    .project-banner img, .project_logo img
    {
        /*max-height: 240px;*/
    }

.alert
{
    padding:15px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
}

.alert-heading
{
    color: inherit;
}

.alert .close
{
    position: relative;
    right: -20px;
    line-height: 18px;
    text-decoration: none;
    top: 2px;
}

.alert-success
{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error
{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.field-validation-error::after
{
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e13430;
    border-style: solid;
    border-width: 0 5px 5px;
    content: "";
    display: block;
    height: 0;
    left: 12px;
    line-height: 0;
    position: absolute;
    top: -5px;
    width: 0;
}

.field-validation-error
{
    background-color: #e13430;
    border-radius: 4px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    margin: 5px 0 0;
    min-height: 13px;
    padding: 4px 10px;
    position: relative;
}

.input-validation-error
{
    border: 1px dashed red !important;
}

.field-validation-error
{
    font-size: 12px;
}
.video-item{position:relative;cursor:pointer;}
.video-play-icon
{
    background-image: url("../images/play_btn_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top:40%;
    left: 0;
    right:0;
    margin:auto;
    height: 50px;
    width: 50px;
}

    .video-play-icon:hover
    {
        background-image: url("../images/play_btn.png");
    }

.video-play-footer
{
    background-image: url("../images/video-player01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    height: 34px;
    width: 100%;
}
#tblUnitValues th{text-align:left;font-size:16px;padding:10px 20px;}
#tblUnitValues td
{
    width:14%;
    text-align:left;
    padding:10px 20px;
}





.navbar {
    background-color: #282828;
    background-color: #252525;
}

.dark-bg .navbar,
.splash .navbar {
    background-color: #282828;
    background-color: rgba(40, 40, 40, 0.8);
}

.navbar {
    width: 100%;
    z-index: 100;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0!important;
    position: static;
    margin-bottom: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
}

.navbar nav {
    position: relative
}

.navbar .main-nav {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    min-height: 100px;
    table-layout: fixed;
    list-style: none
}

.navbar .main-nav>li {
    display: table-cell;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-weight: 400
}

.navbar .main-nav>li>div {
    position: relative
}

.navbar .main-nav>li>div>a.active span,
.navbar .main-nav>li>div>a.current span {
    opacity: 0
}

.navbar .main-nav>li>div>a.active img,
.navbar .main-nav>li>div>a.current img,
.navbar .main-nav>li>div>a.active i,
.navbar .main-nav>li>div>a.current i {
    opacity: 1
}

.navbar .main-nav>li a {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 15px 0;
    position: relative;
    z-index: 100;
    outline-color: transparent
}

.navbar .main-nav>li a span {
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.navbar .main-nav>li a img,
.navbar .main-nav>li a i {
    position: absolute;
    display: block;
    left: 50%;
    text-align: center;
    height: auto;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.navbar .main-nav>li a img {
    padding: 14px 0;
    margin-left: -20px
}

.navbar .main-nav>li a i {
    padding: 18px 0
}

.navbar .main-nav>li.hover-active:hover>div>.subnav {
    z-index: 300;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.navbar .main-nav>li.hover-active:hover>div>.subnav>li {
    opacity: 1
}

.navbar .main-nav:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.navbar .main-nav .menu-image {
    width: 30%!important;
    position: relative!important;
    top: 0
}

.navbar .main-nav .menu-image:after,
.navbar .main-nav .menu-image:before {
    display: none!important
}

.navbar .main-nav .menu-image a {
    padding: 0!important
}

.navbar .main-nav .menu-image a img {
    position: static!important;
    display: inline-block!important;
    text-align: center!important;
    opacity: 1!important;
    max-width: 100%;
    width: auto!important;
    height: auto;
    padding: 10px 20px;
}

.navbar .main-nav.dotted-separator>li:before {
    content: '';
    width: 100%;
    left: 0;
    display: block;
    height: 3px;
    top: 50%;
    margin-top: -25px;
    background: url(../images/dots.png)
}

.navbar .main-nav.dotted-separator>li:after {
    content: '';
    width: 100%;
    left: 0;
    display: block;
    height: 3px;
    bottom: 50%;
    margin-bottom: -25px;
    background: url(../images/dots.png)
}

.navbar .main-nav.double-separator>li:before {
    content: '';
    width: 100%;
    left: 0;
    display: block;
    height: 4px;
    top: 50%;
    margin-top: -25px;
    background: 0 0;
    border-top: 1px solid #242424;
    border-bottom: 2px solid #242424
}

.navbar .main-nav.double-separator>li:after {
    content: '';
    width: 100%;
    left: 0;
    display: block;
    height: 4px;
    bottom: 50%;
    margin-bottom: -25px;
    background: 0 0;
    border-top: 2px solid #242424;
    border-bottom: 1px solid #242424
}

.navbar .main-nav.single-separator>li:before {
    content: '';
    width: 100%;
    left: 0;
    display: block;
    height: 4px;
    top: 50%;
    margin-top: -25px;
    background: 0 0;
    border-top: 1px solid #242424
}

.navbar .main-nav.single-separator>li:after {
    content: '';
    width: 100%;
    left: 0;
    display: block;
    height: 4px;
    bottom: 50%;
    margin-bottom: -25px;
    background: 0 0;
    border-bottom: 1px solid #242424
}

.navbar .main-nav.white-nav .subnav {
    background: #fff;
    border: 1px solid #ddd
}

.navbar .main-nav.white-nav .subnav>li a {
    -webkit-transition: text-indent .2s, opacity .2s;
    transition: text-indent .2s, opacity .2s
}

.navbar .main-nav.white-nav .subnav>li a:hover {
    text-indent: 10px;
    opacity: .5
}

.navbar .main-nav.white-nav .subnav>li .subnav {
    margin-top: -1px
}

.navbar .main-nav.white-nav .subnav>li .subnav:before,
.navbar .main-nav.white-nav .subnav>li .subnav:after {
    content: none
}

.navbar .main-nav.white-nav .subnav:before {
    content: '';
    background: 0 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px
}

.navbar .main-nav.white-nav .subnav:after {
    content: '';
    background: 0 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -10px
}

.navbar .main-nav.gray-nav .subnav {
    background: #f5f5f5
}

.navbar .main-nav.gray-nav .subnav>li .subnav {
    margin-top: 0
}

.navbar .main-nav.gray-nav .subnav>li .subnav:before,
.navbar .main-nav.gray-nav .subnav>li .subnav:after {
    content: none
}

.navbar .main-nav.gray-nav .subnav>li.hover-active {
    background: #333
}

.navbar .main-nav.gray-nav .subnav>li.hover-active>a {
    color: #fff
}

.navbar .main-nav.gray-nav .subnav:after {
    content: '';
    background: 0 0;
    border-bottom: 10px solid #f5f5f5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px
}

.navbar .subnav {
    list-style: none;
    position: absolute;
    top: 50%;
    left: -64%;
    margin-top: 50px;
    padding: 0;
    display: block;
    width: 230px;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    transition: opacity .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s, transform .3s;
    margin-right: 10px
}

.navbar .subnav>li {
    float: none;
    text-align: left;
    margin: 0;
    z-index: -1;
    position: relative;
    overflow: hidden
}

.navbar .subnav>li a {
    color: #242424;
    display: block;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    -webkit-transition: text-indent .2s, opacity .2s;
    transition: text-indent .2s, opacity .2s
}

.navbar .subnav>li .subnav {
    top: 0;
    left: 100%;
    -webkit-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0)
}

.navbar .subnav>li .subnav:before,
.navbar .subnav>li .subnav:after {
    content: none
}

.navbar .subnav>li.hover-active:hover .subnav {
    z-index: 300;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.navbar .subnav>li.hover-active:hover .subnav>li {
    opacity: 1;
    overflow: hidden
}

.splash .navbar {
    top: auto;
    bottom: 0
}

.splash .navbar .subnav {
    top: auto;
    bottom: 50%
}

.sm-navbar {
    height: 80px;
    left: 0;
    top: 0;
    border: 0!important;
    margin-bottom: 0!important;
    width: 100%
}

.main-menu {
    width: 100%;
    padding: 0;
    z-index: 100;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1)
}

.main-menu header {
    margin: 0!important
}

.main-menu .small-logo {
    position: relative;
    display: block;
    padding: 0;
    background: initial
}

.main-menu .small-logo a {
    display: inline-block
}

.main-menu .small-logo img {
    margin: 0;
    height: auto !important;
    padding: 8px 10px;
    width: 80%;
}

.main-menu li {
    list-style: none
}

.main-menu li a {
    line-height: 30px;
    display: block
}

.main-menu .reorder {
    float: right;
    z-index: 1000;
    background: #f1f1f1;
    height: 50px;
    position: absolute;
    right: 12px;
    top: 16px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.main-menu .reorder.flyout-open {
    background: #333
}

.main-menu .reorder.flyout-open i {
    color: #fff
}

.main-menu .reorder:hover,
.main-menu .reorder:focus {
    outline: 0
}

.main-menu .reorder a {
    padding: 0
}

.main-menu .reorder a:hover,
.main-menu .reorder a:focus {
    outline: 0
}

.main-menu .reorder i {
    font-size: 23px;
    opacity: 1;
    padding: 2px 10px;
    line-height: 48px;
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
.navbar .main-nav > li a{ font-size:13px;}

@media screen and (max-width: 1071px) {
    .main-nav li.facilities-menu{width:9.75% !important;}
	
}
@media screen and (max-width: 991px) {
    .project_details_box_w {top:420px;}
	
}
