/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family:    'Ubuntu', sans-serif !important;
   text-align:justify;
}

hr {
   /*max-width: 50px;*/ 
    border-color: #002E2E;
    border-width: 3px;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #002E2E;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    a:hover,
    a:focus {
        color: #e36a00;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:   'Ubuntu', sans-serif !important;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #002E2E;
}

.bg-dark {
    color: #fff;
    background-color: #002E2E;
       
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 10px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family:   'Ubuntu', sans-serif !important;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navbar-header {
background-color:#002E2E;
}
    .navbar-default .navbar-header .navbar-brand {
        /*text-transform: uppercase;*/
        font-family:   'Ubuntu', sans-serif !important;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: #e36a00;
        }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        /*text-transform: uppercase;*/
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color:#006600;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: #fff;
            background-color: #e36a00;

        }

    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: #fff !important;
        background-color: #e36a00;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: #e36a00;
        }
@media(min-width:768px) {
    .navbar-default {
        border-color: #fff;
        background-color: #006600;
    }

        .navbar-default .navbar-header .navbar-brand {
            color: #fff;
        }

            .navbar-default .navbar-header .navbar-brand:hover,
            .navbar-default .navbar-header .navbar-brand:focus {
                color: #fff;
            }

        .navbar-default .nav > li > a,
        .navbar-default .nav > li > a:focus {
            color: #fff;
        }

            .navbar-default .nav > li > a:hover,
            .navbar-default .nav > li > a:focus:hover {
                color: #fff;
            }

        .navbar-default.affix {
            border-color: rgba(34,34,34,.05);
            background-color: #006600;
            border-bottom: 1px solid #fff;
        }

            .navbar-default.affix .navbar-header .navbar-brand {
                font-size: 14px;
                color: #fff;
            }

                .navbar-default.affix .navbar-header .navbar-brand:hover,
                .navbar-default.affix .navbar-header .navbar-brand:focus {
                    color: #fff;
                }

            .navbar-default.affix .nav > li > a,
            .navbar-default.affix .nav > li > a:focus {
                color: #fff;
            }

                .navbar-default.affix .nav > li > a:hover,
                .navbar-default.affix .nav > li > a:focus:hover {
                    color: #fff;
                }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    /* color: #fff;*/
    color: #002E2E;
    background-image: url(../img/headerf.png);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    header .shadow {
        text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,0px 1px 0 #fff;
    }
	
	
	header1 {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
	font-size:20px;
    /* color: #fff;*/
    color: #002E2E;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    header1 .shadow1 {
	text-shadow: -1px -1px 0px #fff,1px -1px 0 #fff,-1px 1px 0 #fff,0px 1px 0 #fff;
    }

   header .benches{
       text-shadow: -1px -1px 0 #002E2E,1px -1px 0 #002E2E,-1px 1px 0 #002E2E,1px 1px 0 #002E2E;
   }

    header .header-content {
        position: relative;
        width: 100%;
        padding: 100px 15px;
        text-align: center;
    }
    
        header .header-content .header-content-inner h1 {
            
            text-transform: uppercase;
            font-weight: 700;
            
        }

        header .header-content .header-content-inner hr {
            margin: 30px auto;
        }

        header .header-content .header-content-inner p {
            margin-bottom: 50px;
            font-size: 16px;
            font-weight: 300;
            color: rgba(255,255,255,.7);
        }

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

        header .header-content {
            position: absolute;
            top: 48%;
            padding: 0 50px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            header .header-content .header-content-inner {
                margin-right: auto;
                margin-left: auto;
                max-width: 1000px;
            }

                header .header-content .header-content-inner p {
                    margin-right: auto;
                    margin-left: auto;
                    max-width: 80%;
                    font-size: 18px;
                }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

    .portfolio-box .portfolio-box-caption {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        opacity: 0;
        background: #e36a00;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            transform: translateY(-50%);
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family:  'Ubuntu', sans-serif !important;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #002E2E;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        border-color: #ededed;
        color: #222;
        background-color: #f2f2f2;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        border-color: #fff;
        background-color: #fff;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #222;
    }

.btn-primary {
    border-color: #002E2E;
    color: #002E2E;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        border-color: #ed431f;
        /*color: #fff;
    background-color: #ee4b28;*/
        color: #e36a00;
        background-color: #ffffff;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        border-color: #002E2E;
        background-color: #002E2E;
    }

    .btn-primary .badge {
        color: #002E2E;
        background-color: #fff;
    }

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family:    'Ubuntu', sans-serif !important;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    color: #f0f0f0;
    background: #e36a00;
    text-shadow: none;
}

::selection {
    color: #f0f0f0;
    background: #e36a00;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


figure {
    background-color: #fff;
    margin-bottom: 2px;
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 321px) {
    figure.left {
        float: left;
        margin-right: 30px;
    }

    figure.right {
        float: right;
        margin-left: 30px;
    }
}

figure figcaption {
    text-align: center;
}

figure.no-cap figcaption {
    display: none;
}

figure.shadow {
    padding: 4px;
}

    figure.shadow figcaption {
        padding-top: 4px;
    }

@media only screen and (min-width: 768px) {
    figure.shadow {
        padding: 6px;
    }

        figure.shadow figcaption {
            padding-top: 6px;
        }
}

figure.shadow span::before, figure.shadow a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.6);
}

figure a, figure span {
    overflow: hidden;
    display: block;
    position: relative;
    transition: background 0.3s ease-out;
    width: 100%;
}

    figure a img, figure span img {
        width: 100%;
    }

    figure a:hover:before {
        background: center center no-repeat rgba(255,255,255,0.1);
    }

.text-icon {
    color: #ffffff;
}

.quick {
}

.quick-right {
    text-align: right;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.quick-left {
    text-align: left;
}


.home header .benches-wrap {
    font-size: 1.2rem !important;
}

@media only screen and (min-width: 321px) {
    .home header .benches-wrap {
        font-size: 1.3rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .home header .benches-wrap {
        font-size: 1.4rem !important;
    }
}

.no-home header .benches-wrap {
    font-size: 1.1rem !important;
}

@media only screen and (min-width: 321px) {
    .no-home header .benches-wrap {
        font-size: 1.14rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .no-home header .benches-wrap {
        font-size: 1.2rem !important;
    }
}

.no-home header .benches-wrap ul.benches {
    border-radius: 6px;
    background: rgba(22,84,22,0.5);
}

header .header-content .benches-wrap {
    padding: 18px;
}

header .benches-wrap ul.benches li {
    line-height: 0.5em;
    display: inline-block;
    border-right: solid 1px #f0f0f0;
    padding: 8px;
    color: #ffffff;
}

    header .benches-wrap ul.benches li a {
        color: #ffffff;
    }

@media only screen and (min-width: 768px) {
    header .benches-wrap ul.benches li {
        line-height: 1.2em;
    }
}

@media only screen and (min-width: 321px) {
    header .benches-wrap ul.benches li {
        padding: 4px 12px;
    }
}

@media only screen and (min-width: 768px) {
    header .benches-wrap ul.benches li {
        padding: 4px 16px;
    }
}

@media only screen and (min-width: 992px) {
    header .benches-wrap ul.benches li {
        padding: 4px 20px;
    }
}

@media only screen and (min-width: 1200px) {
    header .benches-wrap ul.benches li {
        padding: 4px 24px;
    }
}

@media only screen and (min-width: 1600px) {
    header .benches-wrap ul.benches li {
        padding: 4px 32px;
    }
}

header .benches-wrap ul.benches li:last-child {
    border-right: none !important;
}

.home header .benches-wrap {
    font-size: 1.2rem !important;
}

@media only screen and (min-width: 321px) {
    .home header .benches-wrap {
        font-size: 1.3rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .home header .benches-wrap {
        font-size: 1.4rem !important;
    }
}

.no-home header .benches-wrap {
    font-size: 1.1rem !important;
}

@media only screen and (min-width: 321px) {
    .no-home header .benches-wrap {
        font-size: 1.14rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .no-home header .benches-wrap {
        font-size: 1.2rem !important;
    }
}

.no-home header .benches-wrap ul.benches {
    border-radius: 6px;
    background: rgba(22,84,22,0.5);
}

header .benches-wrap ul.benches li {
    line-height: 0.5em;
    display: inline-block;
    border-right: solid 1px #f0f0f0;
    padding: 8px;
}

@media only screen and (min-width: 768px) {
    header .benches-wrap ul.benches li {
        line-height: 1.2em;
    }
}

@media only screen and (min-width: 321px) {
    header .benches-wrap ul.benches li {
        padding: 4px 12px;
    }
}

@media only screen and (min-width: 768px) {
    header .benches-wrap ul.benches li {
        padding: 4px 16px;
    }
}

@media only screen and (min-width: 992px) {
    header .benches-wrap ul.benches li {
        padding: 4px 20px;
    }
}

@media only screen and (min-width: 1200px) {
    header .benches-wrap ul.benches li {
        padding: 4px 24px;
    }
}

@media only screen and (min-width: 1600px) {
    header .benches-wrap ul.benches li {
        padding: 4px 32px;
    }
}

header .benches-wrap ul.benches li:last-child {
    border-right: none !important;
}

.form-group input[type="button"] {
    color: #fff;
    background-color: #002E2E;
    border-radius: 5px 5px 5px 5px;
}

.ButtonClass {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#002E2E), to(#002E2E));
  background-image: -webkit-linear-gradient(top, #002E2E, 0%, #002E2E, 100%);
  background-image: -moz-linear-gradient(top, #002E2E 0%, #002E2E 100%);
  background-image: linear-gradient(to bottom, #475969 0%, #002E2E 100%);
        color: White;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 5px;
    font-weight:700;
}

    .ButtonClass:hover {
      
        background-color: #e36a00;
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0465ac), to(#e36a00));
  background-image: -webkit-linear-gradient(top, #1e36a00E6E1E, 0%, #e36a00, 100%);
  background-image: -moz-linear-gradient(top, #002E2E 0%, #002E2E 100%);
  background-image: linear-gradient(to bottom, #002E2E 0%, #002E2E 100%);
          /*border: none;
    border-color: inherit;
    border-width: medium;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 5px;
    color: #FFFFFF;
    background-color: #002E2E;
    font-family:   'Ubuntu', sans-serif !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: small;
    cursor: pointer !important;*/
     
   
    }

.logo {
    /*background-color: #fff;*/
    width: 200px;
    height: 140px;
    border-radius: 2px 2px 15px 15px;
    position: absolute;
    margin-top: 50px;
    margin-left: 15px;
}


@media only screen and (min-width: 20em) {
    .logo {
        display: none;
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        background-color: #e36a00;
    }
}
/* 328px */

@media only screen and (min-width: 48em) {
    .logo {
        display: none;
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        background-color: #e36a00;
    }
}
/* 768px */

@media only screen and (min-width: 56.25em) {
    .logo {
        display: block;
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        background-color: #e36a00;
    }
}
/* 900px */

.dvinews {
    border-radius:10px 10px 10px 10px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=79)";
filter: alpha(opacity=79);
/*-moz-opacity: 0.79;
-khtml-opacity: 0.79;
opacity: 0.79;*/

-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;

background: rgb(255, 255, 255);

color: rgb(25,25,25);
font-size: inherit;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
text-align: left;

line-height: 1.3em;
/*-moz-box-shadow:  0px 0px 6px 2px rgb(4, 103, 33);
-webkit-box-shadow:  0px 0px 6px 2px rgb(4, 103, 33);
box-shadow:  0px 0px 6px 2px rgb(4, 103, 33);*/

}
  
.year {
  color: #fff;
  line-height: 1.1em;
  padding: 4px 4px 5px 4px;
  max-width: 18px;
  height: 100%;
  word-wrap: break-word;
  border:1px solid #002E2E;
  text-decoration:none;
  -moz-box-shadow:  0px 0px 8px 0px rgb(0, 46, 46);
-webkit-box-shadow:  0px 0px 8px 0px rgb(0, 46, 46);
box-shadow:  0px 0px 8px 0px rgb(0, 46, 46);
}
.valign-middle {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.news {
    
    border: 1px solid #ccc;
    margin: 25px 0;
    background-color:#fff;
}
    .news ul {
    
    width:100%;
        }
    
     .news li {
        background: #fff;
        color:#002E2E;
        margin-bottom:10px !important;
        border-bottom: 1px groove #fff
    }
     .news li:last-child {
       
        border-bottom: 0px groove #fff;
         margin-bottom:0px ;
    }

          
     

    .news ul {
        padding: 20px;
        list-style: none;
    }

    
.table_heading_custom {
  background-color:#002E2E;
  border: none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0465ac), to(#114511));
  background-image: -webkit-linear-gradient(top, #1E6E1E, 0%, #1E6E1E, 100%);
  background-image: -moz-linear-gradient(top, #1E6E1E 0%, #1E6E1E 100%);
  background-image: linear-gradient(to bottom, #228022 0%, #114511 100%);
  background-repeat: repeat-x;
  text-transform:uppercase;
  color:#FFF;
  /*border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;*/
  text-align:center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0465ac', endColorstr='#ff03487a', GradientType=0);
}

.tbl_hd_cstm {
  background-color:#002E2E;
  border: none;
  /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0465ac), to(#114511));
  background-image: -webkit-linear-gradient(top, #1E6E1E, 0%, #1E6E1E, 100%);
  background-image: -moz-linear-gradient(top, #1E6E1E 0%, #1E6E1E 100%);
  background-image: linear-gradient(to bottom, #228022 0%, #114511 100%);*/
  background-repeat: repeat-x;
  /*text-transform:uppercase;*/
  color:#FFF;
  /*border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;*/
  text-align:center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0465ac', endColorstr='#ff03487a', GradientType=0);
}

.news> li > a .time,.new .li > a .time {
            line-height: 14px;
            text-align: center;
            text-transform: uppercase;
            min-width: 10px;
            max-width: 20px;
            padding: 0px 5px;
            background: rgba(0,0,0,0.1);
            
   word-wrap: break-word;
        }
           
            .news> li > a .time > b, .news.li > a .time > b {
                display: block;
                line-height: 5px;
                position: relative;
                left: -2px;
                
                word-wrap: break-word;
                 
            }

        .news> li > a .thumb, .news.li > a .thumb {
            height: 100%;
            padding-left: 10px;
            min-width: 52px;
        }

            .news> li > a .thumb img, .news.li > a .thumb img {
                width: 52px;
                border: 2px solid #ffffff;
                box-shadow: 1px 1px 10px #333333;
            }

        .news> li > a p, .news li > a p {
            padding: 10px 10px;
            width: 100%;
            margin-bottom: 0px !important;
            line-height: 1.0em;
            font-size: 0.9em;
            text-align: left;
            word-break:break-all;
            vertical-align:top;
        }

.news.fh {
    height: 120px;
    padding-bottom: 9px;
    overflow: hidden;
}

@media only screen and (min-width: 321px) {
    .news.fh {
        height: 100px !important;
    }
}

.news.fh .li {
    height: 100%;
    border-bottom: 1px groove #fff !important;
    padding-bottom: 11px;
}
 /*.news li p {
                -moz-box-shadow:  0px 0px 8px 0px rgb(0, 46, 46);
-webkit-box-shadow:  0px 0px 8px 0px rgb(0, 46, 46);
box-shadow:  0px 0px 8px 0px rgb(0, 46, 46); 
            }*/
.time { border:1px solid #002E2E !important;
        /*-moz-box-shadow:  0px 0px 8px 0px rgb(0, 46, 46);
-webkit-box-shadow:  0px 0px 8px 0px rgb(0, 46, 46);
box-shadow:  0px 0px 8px 0px rgb(0, 46, 46);*/
           
           
            height: 100%;
}


.navbar-nav li .active {

    color:#e36a00 !important;

}

.errormsg {
    color: #dd4b39;
    display: block;
    line-height: 17px;
    margin: 0.5em 0 0;
    font-size:10px;
    width:100%;
}

.GrdB {
    -webkit-box-shadow: 0 0 0px #999999;
   /* box-shadow: 0 0 5px #999999; */
    cursor: pointer !important;
   /* border-radius: 8px 8px 8px 8px;*/
   
}

    .GrdB:hover {
       /* background-image: url('images/footer_b.png');*/
        background-color: rgb(238, 238, 238);
        cursor: pointer !important;
        border-radius: 8px 8px 8px 8px;
        -webkit-box-shadow: 0 0 5px #999999;
      /*  box-shadow: 0 0 5px #999999;*/
        color: black;
    }


    /*---------------------divider------------------*/
    hr.divider {
    /*background: url("../img/divider-dark.png") no-repeat center center;*/
     background: url("../img/lines.png") no-repeat center center;
    border: none;
    height: 24px;
}

@media only screen and (max-width: 320px) {
    hr.divider {
        margin: 9px auto;
    }
}

@media only screen and (min-width: 321px) {
    hr.divider {
        margin: 21px auto;
    }
}

@media only screen and (min-width: 768px) {
    hr.divider {
        margin: 15px auto;
    }
}

@media only screen and (min-width: 992px) {
    hr.divider {
        margin: 18px auto;
    }
}

@media only screen and (min-width: 1200px) {
    hr.divider {
        margin: 10px auto;
    }
}

@media only screen and (min-width: 1600px) {
    hr.divider {
        margin: 9px auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 720px) {
  #hide { display: none; }
  .mobile-hide{ display: none; }
}

hr.divider.light {
    background-image: url("img/divider-light.png");
}

hr.divider.left {
    background-position: left;
}
/*-----------------article-----------*/


.selectradiobtn {
  background-color: #002E2E;
  border-radius: 70px;
  cursor:pointer;
}
.glyphicon-record {
    font-size: 20px; color: #002E2E !important;cursor:pointer;
}
.quicklinks {
    color: #002E2E
}
.quicklinks2 {
    color: #e36a00;
}

.formTitle {
    background-color: #002E2E;
    color: #fff;
    
}
.bigicon {
                    font-size: 35px;
                    color: #002E2E;
                }
.pointer{
    cursor:pointer;
    text-decoration:none;
    
}








@import url(http://fonts.googleapis.com/css?family=Ubuntu);

body {
  font-family: 'Ubuntu', sans-serif !important;
    
}


.news ul li a:hover {

    text-decoration:none;
    
    color:#fff; 
}

ul.dropdown-menu li a{
    background-color:#006600;
    color:#fff;
}
/*ul.dropdown-menu li {
   /border-bottom: solid 1px #114511;
}
ul.dropdown-menu li:last-child {
   border-bottom: solid 0px #114511;
}*/
.dropdown-menu li a:hover{
    background-color:#e36a00;
    color:#fff; 
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #002E2E;
}

ul.dropdown-menu {
    background-color:#006600;
     color: #fff;
}


 ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
        margin: 0;
        right: -50% !important;
        left: 0 !important;
    }

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        width: auto !important;
        min-width: 200px;
        max-width: 300px;
        z-index: 20;
    }
}
@media only screen and 
(min-width: 992px){ .navbar-right .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: auto !important;
    min-width: 200px;
    max-width: 300px;
    z-index: 20;
}
}
@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        width: auto !important;
        min-width: 200px;
        max-width: 300px;
        z-index: 20;
    }
}
@media only screen and 
(min-width: 992px){ .navbar-right .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: auto !important;
    min-width: 200px;
    max-width: 300px;
    z-index: 20;
}
}

.errorspan {

    color:red;
}
.errorfield {

    border:red;

}

   .nanoGalleryPaginationDot .paginationItem {

    width:15px !important;
    height:15px !important;

}
.nanogallery_theme_clean .nanoGalleryContainerParent .nanoGalleryPaginationDot .currentPage {

  background:#002E2E !important;

}


.footer {

bottom: 0;

width: 100%;
color:#fff;
background-color: #cfa95d;
clear:both;
}

    html, body
    {
        height: 100% !important;
    }
    .container
    {
        min-height: 100% !important;
    }


.breadcrumb {margin-top:10px; background: rgba(245, 245, 245, 1); border: 0px solid rgba(245, 245, 245, 1); border-radius: 4px; display: block;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: #002E2E;}
.breadcrumb a:hover {color:#e36a00;}
.breadcrumb>.active {color: #e36a00;}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\002F\00a0";}

.margin-btm {

    margin-bottom :10px;
}
.margin-btm a p {

    text-align:justify;
    padding-left :10px;
}
    .margin-btm:hover {
        background-color: #002E2E;
    }


  


@media only screen and (min-width: 1200px) {
   body section {
        height:100%;
    }
}

@media only screen and (min-width: 1600px) {
    body section {
        height:100%;
    }
}

.dropdown {

    padding:0px;
}



@media only screen and (min-width: 1000px) {
    .navbar-header {
        display:block;
    }
}

@media only screen and (min-width: 1100px) {
     .navbar-header {
        display:block;
    }
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .dropdown-menu-right {
        max-width:100% !important;
    }
}

.box {
    background: rgba(155,155,155,.7);
    border-radius: 5px;
    position: relative;
}
