
html,
body {
    height: 100%;
	/*background-image: linear-gradient(to bottom left, #efe2dd 0%, #ffffff 50%, #efe2dd 100%);
	background-size: cover;*/
}
h1,h2,h3,h4 {
	color: #6A514E;
}
ul.breadcrumb {
	background: #fbf7f6;
}
ul.breadcrumb > li {
	color: #d5c6c0 !important;
	font-size: 95%;
}
ul.breadcrumb > li > a {
	color: #d5c6c0 !important;
}
.services {
	background: #ffffff;
	padding: 60px;
}
.services h2 {
	font-size: 14pt;
}
.callme {
	background: #ffffff;
	padding: 60px;
}
.phone a {
	font-size: 1.8em;
}
.languages {
	padding: 8px;
}
.languages a.btn {
	border: none;
	background: #ffffff;
	color: #6A514E;
}
.languages a.btn-primary {
	background: #6A514E;
	color: #ffffff;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;

}
.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    min-height: 60px;
    background-color: #4F3C3B;
    border-top: 1px solid #e3d4cf;
    padding-top: 20px;
	font-size: 12px;
	color: #e3d4cf;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
	h1 {
		font-size: 1.7em;
	}
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.navbar-collapse {
	z-index: 999;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-default li.active a {
	background: #e3d4cf !important;
	border-radius: 27px;
	color: #fff !important;
}

.site-index {
	position: relative;
	padding-top: 9%;
	display: block;
	height: 560px !important;
	z-index: 2;
}
.fixed-me{
    transition: all 1s ;
}

.fixed-me{
    background-color:#fff !important;
    padding: 0px  !important;
    margin: 0px 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
}
