/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
/*@import url('https://fonts.googleapis.com/css?family=Cardo');*/
/*@import url('https://fonts.googleapis.com/css?family=Raleway');*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background: #e5e5e5;
    color: #333;
    font-family: 'Montserrat', Montserrat;
    /*font-family: 'Montserrat', Montserrat;
    font-size: 12px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #144901;
    font-weight: 300;
}

a {
    /*color: #52b6ec;*/
    color: #144901;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

p {
    font-family: 'Montserrat', Montserrat;
}

.btn {
    font-weight: 300;
    border: 0;
}

.btn.btn-primary {
    background-color: #144901;
}

.btn.btn-primary:hover,
.btn.btn-primary.active {
    background-color: #c30d0d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a:hover,
a:focus {
    color: #80c9f1;
    text-decoration: none;
    outline: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99999;
}

#contents {
    padding-top: 100px;
}

#main-slider {
    /*background-image: url(../images/slider-bg.jpg);*/
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 80px;
    /*padding: 170px 0;*/
    color: #fff;
}

#main-slider .item {
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    text-align: center;
}

#main-slider .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 2;
}

#main-slider .item.active h1 {
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    margin-top: -50px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider h1 {
    font-size: 68px;
    text-shadow: 0 3px rgba(0, 0, 0, 0.1);
    color: #fff;
}

#contact .box {
    background-color: #222;
    color: #999;
}

#contact .box h1,
#contact .box h2,
#contact .box h3 {
    color: #fff;
}

#contact .box a {
    color: #fff;
}

#contact .box a:hover {
    color: #144901;
}

#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
    background-color: #111;
    border: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
    background-color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box {
    /*padding: 50px 30px;*/
    padding: 0px 30px;
    background: #fff;
    /*border-bottom: 1px solid #e9e9e9;*/
    position: relative;
    /*-webkit-box-shadow:  0px 2px 02x 0px rgba(0,0,0,.3);
    -moz-box-shadow:  0px 2px 2px 0px rgba(0,0,0,.3);
    box-shadow:  0px 2px 2px 0px rgba(0,0,0,.3);*/
}

.box.first {
    margin-top: -40px;
    -webkit-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, .3);
    /*border-radius: 5px 5px 0 0;*/
}

.box.last {
    /*border-radius: 0 0 5px 5px;*/

}

.box h2 {
    padding: 10px 30px;
    display: inline-block;
    /*border-radius: 4px;*/
    position: relative;
    margin-bottom: 30px;
    font-size: 48px;
}

#portfolio .box {
    background: #f3f3f3;
}

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-items {
    margin-right: -20px;
}

.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}

.portfolio-filter > li {
    display: inline-block;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-items.col-2 > li {
    width: 50%;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-items.col-4 > li {
    width: 25%;
}

.portfolio-items.col-5 > li {
    width: 20%;
}

.portfolio-items.col-6 > li {
    width: 16%;
}

.portfolio-item .item-inner {
    margin: 0 20px 20px 0;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item h5 {
    margin: 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#pricing .box {
    background-color: #f9f9f9;
}

#pricing .plan {
    background: #fff;
    list-style: none;
    margin: 0 0 20px;
    /*text-align: center;*/
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

#pricing .plan li {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px dashed #eee;
}

#pricing .plan li.plan-name {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
}

#pricing .plan li.plan-price {
    color: #666;
    padding: 15px 0;
    font-size: 48px;
}

#pricing .plan li.plan-action {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0;
}

#pricing .plan.featured {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#pricing .plan.featured .plan-price {
    color: #fff;
    background-color: #52b6ec;
    border-bottom-color: #52b6ec;
    margin: 0;
}

#services .box {
    padding-bottom: 20px;
}

/*#services .row > div {
  margin-bottom: 0px;
}*/
.center {
    text-align: center;
}

#team-scroller .designation {
    margin-top: 10px;
    display: block;
}

.member {
    margin: 0 50px;
    text-align: center;
}

.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
    top: 30%;
    position: absolute;
}

.carousel.scale .left-arrow {
    left: -10px;
}

.carousel.scale .right-arrow {
    right: -10px;
}

.carousel.scale .active .row > div:nth-child(1) {
    -webkit-animation: scaleUp 200ms linear 0 both;
    -moz-animation: scaleUp 200ms linear 0 both;
    -ms-animation: scaleUp 200ms linear 0 both;
    -o-animation: scaleUp 200ms linear 0 both;
    animation: scaleUp 200ms linear 0 both;
}

.carousel.scale .active .row > div:nth-child(2) {
    -webkit-animation: scaleUp 200ms linear 100ms both;
    -moz-animation: scaleUp 200ms linear 100ms both;
    -ms-animation: scaleUp 200ms linear 100ms both;
    -o-animation: scaleUp 200ms linear 100ms both;
    animation: scaleUp 200ms linear 100ms both;
}

.carousel.scale .active .row > div:nth-child(3) {
    -webkit-animation: scaleUp 200ms linear 200ms both;
    -moz-animation: scaleUp 200ms linear 200ms both;
    -ms-animation: scaleUp 200ms linear 200ms both;
    -o-animation: scaleUp 200ms linear 200ms both;
    animation: scaleUp 200ms linear 200ms both;
}

.carousel.scale .active .row > div:nth-child(4) {
    -webkit-animation: scaleUp 200ms linear 400ms both;
    -moz-animation: scaleUp 200ms linear 400ms both;
    -ms-animation: scaleUp 200ms linear 400ms both;
    -o-animation: scaleUp 200ms linear 400ms both;
    animation: scaleUp 200ms linear 400ms both;
}

.icon-social {
    border: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

.icon-social.icon-facebook {
    background: #4f7dd4;
}

.icon-social.icon-facebook:hover {
    background: #789bde;
}

.icon-social.icon-twitter {
    background: #5bceff;
}

.icon-social.icon-twitter:hover {
    background: #8eddff;
}

.icon-social.icon-linkedin {
    background: #21a6d8;
}

.icon-social.icon-linkedin:hover {
    background: #49b9e3;
}

.icon-social.icon-google-plus {
    background: #dc422b;
}

.icon-social.icon-google-plus:hover {
    background: #e36957;
}

.icon-social.icon-pinterest {
    background: #cb2027;
}

.icon-social.icon-pinterest:hover {
    background: #e03e44;
}

.icon-social.icon-youtube {
    background: #ce332d;
}

.icon-social.icon-youtube:hover {
    background: #da5954;
}

.icon-social:hover {
    color: #fff;
}

.navbar-default {
    background: #fff;
    border-radius: 0 0 0px 0px;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}

.navbar-default .first a {
    /*border-radius: 0 0 0 5px;*/
}

.navbar-default .navbar-brand {
    position: relative;
    margin-top: 8px;
    margin-left: 15px;
    height: 64px;
    width: 195px;
    background: url(../images/logo/tigaexpress-s.png) no-repeat 0 75%;
    text-indent: -9999px;
}

.navbar-default .navbar-nav > li {
    margin-left: 1px;
}

.navbar-default .navbar-nav > li > a {
    padding: 30px 10px;
    /*font-size: 16px;*/
    font-size: 14px;
    /*line-height: 18px;*/
    /*color: #999;*/
    color: #144901;
}

.navbar-default .navbar-nav > li > a > i {
    display: inline-block;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
    background-color: #a81313;
    color: #fff;
}

.icon-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    /*border-radius: 100%;*/
}

.icon-md {
    font-size: 24px;
    height: 68px;
    width: 100px; /*68px;*/
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    /*border-radius: 100%;*/
    margin-bottom: 10px;
}

.icon-color1 {
    background-color: #e74c3c;
}

.icon-color2 {
    background-color: #2ecc71;
}

.icon-color3 {
    background-color: #3498db;
}

.icon-color4 {
    background-color: #8e44ad;
}

.icon-color5 {
    background-color: #1abc9c;
}

.icon-color6 {
    background-color: #2c3e50;
}

.gap {
    margin-bottom: 50px;
}

.big-gap {
    margin-bottom: 100px;
}

#footer {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #144901;
}

#footer a {
    color: #ffe672;
    font-weight: 600;
}

#footer a:hover {
    color: #fff;
}

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

ul.social > li {
    margin: 0 0 20px;
}

ul.social > li > a {
    display: block;
    font-size: 18px;
}

ul.social > li > a i {
    margin-right: 10px;
}

textarea#message {
    padding: 10px 15px;
    height: 220px;
}

/*addition*/
.bg-info {
    background-color: #d9edf7;
}

.ico-service {
    margin-top: -80px;
}

.ico-menu {
    border: 4px solid white;
    line-height: 60px;
}

.form-control {
    border-radius: 5px;
}

/*reset button radius*/
.btn, .btn-lg, .btn-sm, .btn-md, .btn-info, .btn-success, .btn-danger, .btn-warning {
    border-radius: 5px;
}


@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes scaleUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes scaleUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleUp {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

/*datatables addtition*/
/*datatable*/
div.dataTables_wrapper {
    padding-top: 10px;
    position: relative;
}

div.dataTables_length label {
    font-weight: normal;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    font-weight: normal;
    float: right;
}

div.dataTables_filter input {
    width: 16em;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

table.dataTable,
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable > thead > tr > th {
    border-top: 1px solid #ddd !important;
    padding-right: 20px;
}

table.dataTable > thead > tr > th,
table.dataTable td,
table.dataTable th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    width: 100% !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
}

table.dataTable thead .sorting {
    background: url('../images/sort_both.png') no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url('../images/sort_asc.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url('../images/sort_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable th:active {
    outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}


/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
    background-color: #08C;
    color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table tbody tr.active a {
    color: white;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}

div.DTTT .btn:hover {
    text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
    position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #0088cc;
    color: white !important;
}

div.DTTT_collection_background {
    z-index: 2002;
}

/* TableTools information display */
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 80px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0 30px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-size: 14px;
    background: url("../images/loading_bar.gif") no-repeat center 38px #fff;
    box-shadow: 2px 2px 5px #444;
    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    z-index: 9999;
}

.pagination-sm > li > a span {
    padding-bottom: 5px;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
    width: 18px;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #b9b9b9;
}

.lead {
    margin-bottom: 0px;
}

/*red addition*/
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #144901;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #144901;
}

.box h5 {
    color: #fff;
    font-weight: 600;
}

.register-button {
    vertical-align: middle;
    text-align: center;
}

.contact-footer p {
    font-size: 12px;
    color: #fff;
}

#contact ul {
    list-style: none;
    padding-left: 0px;
}

h5.foot-title {
    color: #ffe672;
}

#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
    margin-top: 84px;
}

/*register page*/
.panel-default > .panel-heading {
    color: #fff;
    background-color: #144901;
    border-bottom-color: #fff;
    font-weight: 900;
    font-size: 18px;
}

.carousel-caption {
    left: 15px;
    right: 15px;
    top: 70%;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-shadow: none;
    margin-top: -130px;

}

#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 675px;
}

p.subtitle {
    color: #144901;
    font-weight: bold;
}

/*nav tabs*/
.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a {
    line-height: 1.428571429;
    border: 1px solid #e5e5e5;
    color: #144901;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #144901;
    border: 1px solid #ddd;
    border-bottom-color: none;
}

.btn-xss {
    font-size: 10px;
    border-radius: 3px;
}

/*button homepage*/
/*div#over_map > form > input[type=submit] {
  bottom: 80px;
  position: relative;
}*/


span.last-confirm {
    margin-top: 10px;
    font-size: 10px;
    color: #aaa;
    visibility: hidden;
}