/*
@import url('http://fonts.googleapis.com/css?family=Didact+Gothic');
*/

html, body {
	min-width: 970px;
	width:expression(document.body.clientWidth < 970 ? "970px" : "auto" );
}
body {
	margin:0;
	padding:0;
	/* background: url('../images/bkgd_tile_full_width.png') center top; */
	background: #000;
	font-family: 'Didact Gothic', sans-serif;
	background:url('../images/splatter-black_01.png') no-repeat left top;
	background-color:#000;
}
a {
	color:#aaa;
	text-decoration:none;
	-webkit-transition: all .2s ease;
	-moz-transition: color all .2s ease;
	-o-transition: color all .2s ease;
	transition: color all .2s ease;
}
a:hover {
	color:#ddd;
}

.wrapitall {
`	width:100%;
	margin:0 auto;
}
.middle-wrapitall {
	position:relative;
	width:100%;
	/* for bigger 960 images */
		/* height:446px; */
	height: 378px;
/*
	background:#ffd400;
*/
background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.3, #FFD500),
	color-stop(1, #980000)
);
background-image: -o-linear-gradient(left, #FFD500 30%, #980000 100%);
background-image: -moz-linear-gradient(left, #FFD500 30%, #980000 100%);
background-image: -webkit-linear-gradient(left, #FFD500 30%, #980000 100%);
background-image: -ms-linear-gradient(left, #980000 50%, #FFD500 100%);
background-image: linear-gradient(to right, #FFD500 5%, #980000 100%); /* PC FF */

	margin-top:-22px;
	z-index:-999;
	-moz-box-shadow: 0px 3px 4px rgba(119,119,119,.5);
	-webkit-box-shadow: 0px 3px 4px rgba(119,119,119,.5);
	box-shadow: 0px 3px 4px rgba(119,119,119,.5);
}
.main-content-table-top {
	width:900px;
}
.main-content-table-bottom {
	width:100%;
}
.main-content-table-top {
	padding:0 15px 0 15px;
}
.main-content-table-bottom {
	padding:3px 15px 3px 15px;
}
.logo-content-TD {
	width:659px;
}
.logo-wrapper {
	float:right;
}
.links-socials-content-TD {
	width:241px;
	padding-top:2px;
}
.main-content-TD {
	width:100%;
}
.main-content-TD {
	color:white;
	padding:0;
}

/* LINKS */
.links-wrapper {
	float:right;
}
.links-wrapper ul {
	list-style:none;
}
.links-wrapper li {
	display:inline;
	float:left;
	padding-left:3px;
	color:#ddd;
	font-size:13px;
	font-weight:bold;
}
.links-wrapper li a {
	/* color:#d00000; */
	color: #eb6900;
	text-decoration:none;
	-webkit-transition: all .2s ease;
	-moz-transition: color all .2s ease;
	-o-transition: color all .2s ease;
	transition: color all .2s ease;
}
.links-wrapper li a:hover {
	/* color:#b00000; */
	color: #ffb300;
	text-decoration:none;
}
.links-wrapper li#bull {
	margin-top:-1px;
}

/* SOCIALS */
.socials-wrapper {
	float:right;
	padding-top:1px;
	padding-right:14px;
}
.socials-wrapper ul {
	list-style:none;
}
.socials-wrapper li {
	display:inline;
	float:left;
	/* for 3 socials: */
		/* padding-left:5px; */
	/* for 2 socials: */
		padding: 0 12px 0 12px;
}
.facebook-icon {
	display:block;
	background: url('../images/socials_icons/social-media-grey_48x48.png') no-repeat;
	background-position: 0px -336px;
	width: 48px;
	height: 48px;
	-webkit-transition: all .3s ease;
	-moz-transition: color all .3s ease;
	-o-transition: color all .3s ease;
	transition: color all .3s ease;
}
.facebook-icon:hover {
	background: url('../images/socials_icons/social-media-light_48x48.png') no-repeat;
	background-position: 0px -336px;
}
.twitter-icon {
	display:block;
	background: url('../images/socials_icons/social-media-grey_48x48.png') no-repeat;
	background-position: 0px -1248px;
	width: 48px;
	height: 48px;
	-webkit-transition: all .3s ease;
	-moz-transition: color all .3s ease;
	-o-transition: color all .3s ease;
	transition: color all .3s ease;
}
.twitter-icon:hover {
	background: url('../images/socials_icons/social-media-light_48x48.png') no-repeat;
	background-position: 0px -1248px;
}
.googleplus-icon {
	display:block;
	background: url('../images/socials_icons/social-media-grey_48x48.png') no-repeat;
	background-position: 0px -624px;
	width: 48px;
	height: 48px;
	-webkit-transition: all .3s ease;
	-moz-transition: color all .3s ease;
	-o-transition: color all .3s ease;
	transition: color all .3s ease;
}
.googleplus-icon:hover {
	background: url('../images/socials_icons/social-media-light_48x48.png') no-repeat;
	background-position: 0px -624px;
}


.company-logo img {
	width:387px;
	height:132px;

	margin:0;
	padding:0;
}


/* CONTACT */
.contact {
	font-size:13px;
	font-weight:bold;
	margin-top:14px;
}
.contact .company {
	font-weight:bold;
	font-size:27px;
}
.contact .address {
	font-size:15px;
}
.company-contact-TD {
	padding-bottom:9px;
}
.contact .name {
	font-size:16px;
}
.contact .phone {
	font-size:14px;
	font-weight:normal;
}
.ppl {
	padding:5px 0 5px 0;
}

.bull {
	padding:0 9px 0 9px;	
}


/* FOOTER */
.footer-wrapper {
	width:90%;
	margin-top:20px;
	padding:6px 0 30px 0;
	border-top:1px dotted #999;
}
.footer-table {
	width:100%;
}
.footer-table .links-list {
	float:right;
	margin-top:0;
}

.footer-table .links-wrapper li a {
	/* color:#900000; */
	color: #eb6900;
	text-decoration:none;
}
.footer-table .links-wrapper li a:hover {
	/* color:#600000; */
	color: #ffb300;
	text-decoration:none;
}

.footer-table .copyright {
	font-family: 'Didact Gothic', sans-serif;
	font-size:14px;
	color:#888;
	text-align:left;
}

@media (max-width: 767px) {

}

@media (max-width: 320px) {

}