.tm-wrapper {
  background-image: url("../../../images/bg_patt.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; 
  /*background-position: 50% 0; */
}

.form-horizontal .form-actions {
    padding-left: 180px;
    background-color: transparent;
	    color: black;
}

textarea {
    overflow: auto;
    vertical-align: top;
    height: 150px;
	width: 70%;
	    color: black;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
    border-color: #ffffff;
    outline: 0;
    background: white;
}

button, input:not([type="radio"]):not([type="checkbox"]), select {
    vertical-align: middle;
    width: 70%;
}

.tm-footer {
	background-image: url("../../../images/bg_patt.jpg");
	background-repeat: repeat;
	margin-top: 0px; 
	padding-bottom: 10px;
}

html {
    overflow-y: scroll;
    background-image: url("../../../images/bg_patt.jpg");
	background-repeat: repeat;
}

.uk-panel-box {
    padding: 40px;
    background: #390909;
    color: #888484;
}

.tm-navbar-space .tm-navbar {  
margin-top: 20px;  
margin-bottom: 20px;  
}  

.tm-navbar-space .tm-toolbar-center {  
margin-bottom: 20px;  
margin-top: 0;  
}

.uk-navbar-nav > li > a {
    color: #FFFFFF;
}

.tm-noblog .tm-content {
    padding: 40px;
    background: #580808;
}

.tm-isblog .uk-article {
    padding: 40px;
    background: #580808;
}

body {
    background: #ffffff;
    font-family: 'Jura';
    font-weight: 200;
    line-height: 22px;
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jura';
    color: #FFFFFF;
}
