
/* ========================================================================
   Component: Personal Stuff
 ========================================================================== */


.logo-container-rr {
    //max-width: 1080px;
    margin-left: 0px;
    //margin-right: auto;
    padding: 10px 10px;

    color: #000000;
    background: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.5em;
    font-size: 13px;
    word-wrap: break-word;
}

.fileuploadpreloader {
	
	visibility: hidden;
}


label {

	white-space: nowrap;

}

.input_wrappable {
	margin-top: 10px;
    white-space:normal;
}

.input_wrappable input {
	
	margin-right: 10px;
	
}

html { 
  //background: url(../img/texture015.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      
}


.tm-background {
    background: #252525 none repeat scroll 0 0;
        
}


.tm-middle {
    background: #fff none repeat scroll 0 0;
        background: url('../img/texture015.png');

}



.tm-main {
    border-left: 1px solid #e5e5e5;
    padding-left: 50px !important;

}

.float_my_shit_to_the_fucking_right > li { 
	
	//border: 1px solid; 
	float: right; 
	//word-wrap: n 
	white-space: nowrap;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 0px #ccc;
  -webkit-box-shadow: 3px 3px 5px 0px #ccc;
  box-shadow:         3px 3px 5px 0px #ccc;
}

.tm-nav > li > a {
	
	color: #000000;
}


.tm-nav > li.uk-active > a {
    background: #555555 none repeat scroll 0 0;
    color: #ffffff;
}

canvas {
	position: absolute;
	top: 0;
  	left: 0;
 	z-index: -1;
}