
.tsn-bod{
			background-image: url(/content/static/vbg01.jpg) ;
			background-position: top;
			background-repeat:  no-repeat;
			background-size:  cover;
			background-color: #999;
}

body {
			background-color: #999;

}

h1, h2, h3, h4, h5 {
	/*color: #869c2e;
	background: rgba(255, 233, 161, 0.9);*/
}

.tsn-h1 {
	font-size: 2rem;
  line-height: 1.3;
}

.tsn-overlay {
	background: rgba(34,34,34,.2);
}

/*
	ALL
*/

.tsn-font-shadow {

/*	text-shadow:
		-1px -1px 0 #888,
		 1px -1px 0 #888,
		 -1px 1px 0 #888,
			1px 1px 0 #888; */
}

.tsn-dd {

	background: #000;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 4%;
	padding: 50px 25px 30px;
	position: relative;
	text-align: center;

}

.tsn__quote--white svg {
    fill: #fff;
}

.tsn__quote svg {
    height: 3vw;
    fill: #fff;
		background: #f4f1ed;
		left: 0;
		top: 0;
    width: 100%;
}

.tsn-svg-logo {
	height: 40px;
	position: relative;
	top: -7px;
}

.tsn-font-logo {
	font-family: 'Stalinist One', cursive;
}

.tsn-bold {
	font-weight: bold;
}

.tsn-border {
	border: #999 solid 1px;
}

.tsn-margin-left {
	margin-left: 40px;
}

.tsn-margin-right {
	margin-right: 40px;
}

.tsn-canvas {
/*	background: #f5f1ed; */
/*	background-image: url(/content/static/tile02.png); */
}

.tsn-canvas-color {
	background: rgba(50,50,50,1);
}

.tsn-fcanvas {
	background: rgba(150,150,150,0.2);
}

.tsn-menu-canvas {
	background: rgba(50,50,50,0);

}

.tsn-menu-height {
	height: 91px;
}

.tsn-menu-href {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
}

.tsn-add-shadow {
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}

.tsn-dark {
	color: #000;
}

.tsn-light {
	color: #fff;
}

.tsn-margin-tb {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tsn-top-padding {
	padding-top: 40px;
}

.tsn-font-size {
	font-size: 1.7rem;
}

.tsn-canvas-404{
	position: absolute;
	width: 600px;
	height: 30%;
	top: 30%;
	left: 50%;
	margin-left: -300px;
}

.tsn-logo-img{
	position: absolute;
	width: 50%;
	top: 10%;
	left: 25%;
	max-width: 275px;
}

.tsn-container-cube{
	position: inherit;
	width: 100%;
	height: 100%;
}

.tsn-text-close {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
}

.tsn-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;

}

.tsn-h1 {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 13px;
	text-align: center;
	line-height: 50px;
}

/*
body{
	background: #333;
	background-image: url(/content/static/tile02.png);
}
*/
.tsn-box {
  border-radius: 4px;
/*  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
*/
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  transition: box-shadow .3s ease;

min-height: 100%;

}

.tsn-align-center{
	    align-items: center;
}

.tsn-mi-height {
	height: 600px!important;
}

/*
	PADS AND MORE
*/
@media screen and (min-width: 641px) {

.tsn-card-padding{
	padding: 0 0 0 30px;
}

.tsn-logo {
	font-size: 2em;
}

.tsn-max-height{
	min-height: 130px;
	max-height: 130px;
}

.tsn-margin-left {
	margin-left: 40px;
}

.tsn-margin-right {
	margin-right: 40px;
}

}

/*
	MOBILE
*/
@media screen and (max-width: 640px) {

.tsn-menu-height {
		height: 70px;
	}

.tsn-card-padding{
	padding: 0;
}

.tsn-logo {
	font-size: 1em;
}

.tsn-margin-left {
	margin-left: 0px;
}

.tsn-margin-right {
	margin-right: 0px;
}

}

@media screen and (max-width: 768px) {

}
