﻿
.banner-image {
    max-height: 600px; 
    min-height: 400px; 
    width: 100%; 
    height:auto;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.banner-image2 {

    position: relative;
    padding-bottom: 25%;
    height: 0;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.banner-image3 {
    
    padding-bottom: 25%;
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 400px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.title-background{
    background-color: #6E5097;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top:30px;
    padding-bottom:30px;
}

.services-background{
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top:20px;
    padding-bottom:20px;
}

.backgroundHome{
    /*background-image: url("/Content/homebackground.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.white-text{
     color:white;
}

.green-text{
     color:green;
}

.lime-text {
    color: #b1e665;
}

.red-text {
    color: red;
}

.lime-text {
    color: #b1e665;
}

.grey-text {
    color: grey;
}

.background2{
    padding-top:30px;
    padding-bottom:50px;
    text-align: center; 
    background-color: #6E5097;
    color:white;
}

.background3{
    padding-top:30px;
    padding-bottom:50px;
    text-align: center; 
    background-color: #8FBC51;
    color:white;
}

.videoWrapper {
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 35px;
	left: 35px;
	width: calc(100% - 70px);
	height: calc(100% - 70px);
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

.panel-heading > h1, .panel-heading > h2, .panel-heading > h3, .panel-heading > h4, .panel-heading > h5, .panel-heading > h6 {
    color: inherit;
}

strong, .strong {
    font-weight: 600;
}

b, .b{
    font-weight: 700;
}

label {
    font-weight: 600;
}

.email-open {
    color:green;
    float:right;
}

.div-inline {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    align-items: center;
}

.k-widget > btn {
    box-sizing : border-box;
}


.form-table table tr th, .form-table table tr td {
    padding: 2px;
    vertical-align:middle;
}

.form-table table {
    width:100%;
}


.cookie-message {
    z-index:1000;
    width:100%;
    background-color:gold;
    position:fixed;
    bottom:0%;
    padding-bottom:10px;
    font-size:small;
}


.edit-message {
    left: 20%;
    right: 20%;
    position: fixed;
    z-index: 3000;
}

.edit-message-container {
    max-width: 800px;
    width: 100%;
}

.glyphicon-navbutton {
    line-height: normal;
    font-size: x-large;
    margin-top: -10px;
    margin-bottom: -10px;
    top: 5px;
    cursor: pointer;
}

.item-dropdown-menu {
    top: auto;
    margin-left:100%;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .footer, .footer a, .footer li, .footer li + li::before, .footer ul, .footer ul a:link, .footer ul a:visited {
    color: #222222;
}

.footer {
    background-color: #ffa630;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #E5952B;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .navbar-inverse {
    background-color: #ffa630;
    color: #222222;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #E5952B;
        color: #222222;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #ffa630;
        color: #222222;
    }

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #ffa630;
}

.navbar-inverse .navbar-nav > li > a {
    color: #222222;
}

.navbar-inverse {
    border-color: #cccccc;
}