body {
    background-color: #000;
    font-size: 16px;
}

.logo-image a img {
    padding-top: 15px;
}

.t3-mainbody {
    min-height: 83.5vh;
}

.back-to-top.affix-top {	
    display: none;
}

.t3-copyright {
    border-top: 0px solid rgba(0,0,0,0.1);
    font-size: 12px;
    padding: 12px 0 0px;
}

.copyright {
    margin-bottom: 3px;
    color: #999999;
    margin-left: 120px;
    margin-top: 3px;
}


.t3-footer {
    background: #00264C;
    border-top: 0px solid #eeeeee;

}
 
.t3-header {
    background-color: #00264C;
}


.has-slideshow .t3-header:after {
    background-color: #00264C;
}

.navbar-default .navbar-nav > li > a {
    color: #ddd;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ddd;
    border-bottom-color: #8591d5;
}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:active, .t3-megamenu .dropdown-menu .mega-nav > li a:active, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    color: #111;
}

.dropdown-menu {
    font-size: 16px;
    opacity: .9;
    background-color: #1a3a50;
}

.block-slideshow .carousel-control.right {
    display: none;
}

.block-slideshow .carousel-control.left {
    display: none;
}

.block-slideshow .carousel-indicators {
    display: none;
}

.carousel-inner > .item.active {
    height: calc(100vh - 00px) !important;
}

@media screen and (min-width: 992px)
.block-slideshow-item {
    padding: 230px;
}

.scrollDown .t3-header, .scrollUp .t3-header {
    background: #292929 !important;
    opacity: .93;
}

.btn-lg {
    padding: 10px 33px;
    text-transform: uppercase;
    font-size: 15px;
}


.carousel-inner > .item.active {
    height: 627px;
}

.plain-style .contact-information {
	    display: none;
}

a {
    color: #333;
}

a:hover, a:focus {
    color: #333;
}

a {
    color: #555;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #555;
    border-color: #111;
}

.btn-primary {
    border: 1px solid #111;
}


.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active, .open > .dropdown-toggle.btn.btn-primary {
    background-color: #333;
    border-color: #111;
}

.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
    color: #000;
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    color: #fff;
}

.contact h3 {
    font-size: 40px;
}

.contact-form .control-btn {
    text-align: left;
}

.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
    color: #999;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    font-family: open sans;
}

.alert-message {
    background-color: #006699;
    /* border-color: #d6e9c6; */
    color: #fff;
}

.alert-error {
    color: #fff !important;
    background-color: #666666 !important;
    border-color: #333333 !important;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.close {
    color: #fff;
    text-shadow: none;
    opacity: 0.9;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #006699;
    border-color: #1155CC;
}

.t3-topbar {
    background-color: #111111;
    color: #b0bec5;
    font-size: 12px;
    padding: 4px 0;

}

.block-slideshow-item.text-left .block-title, .block-slideshow-item.text-left .block-intro {
    text-shadow: 0px 0px 100px #333;
}







.alert.alert-message {
    width: 75rem;
    margin-right: auto;
    margin-left: auto;
}