/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}


.full {
  background: url("../images/l-factor-main.jpg") no-repeat left bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover ;
}


.btn-label {position: relative;left: -16px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }



* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.boxshadow {
-webkit-box-shadow: 5px 5px 14px 0px rgba(50, 50, 50, 0.29);
-moz-box-shadow:    5px 5px 14px 0px rgba(50, 50, 50, 0.29);
box-shadow:         5px 5px 14px 0px rgba(50, 50, 50, 0.29);
}

@media (max-width: 480px) {
	.sm-msg{display:none};
	 }