@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Custom;
	src: url("/images/fonts/Poppins-Regular.ttf");
} 
@font-face {
	font-family: CustomB;
	src: url("/images/fonts/Poppins-Medium.ttf");
} 
@font-face {
	font-family: CustomBB;
	src: url("/images/fonts/Poppins-SemiBold.ttf");
} 

.container-tr {
	/* [disabled]position: relative; */
	margin: 0 auto;
	width: 916px;
	padding-right: 0px; /* Hack for IE */
	font-family: "Custom", arial, verdana;
	padding-top: 0px;
	color: #3f3f3f;
	line-height: 2.5em;
}

.tr-mainimage {
	height: auto;
	background-color: #000;
	margin-top: 46px;
	}

.tr-featuresbox {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	box-shadow: 0px 0px 6px #aaa ;
	border:solid 1px #FFF;
	background-color: #f3f3f3;
	padding-left:45px; 
	padding-top:40px; 
	padding-bottom:40px; 
	padding-right:45px; 
	margin-top:35px; 
	line-height:2em;
	}	
	
.tr-featuresbox ul {
	margin-bottom: 25px;
	margin-top: 25px;
}

.tr-featuresbox ul li a {
	font-weigth: normal;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}
.tr-featuresbox ul li a:hover {
	text-decoration: underline;
}

.tr-featuresbox .subtext {
	font-size: 11px;

}

.tr-featuresbox .header {
	font-size:13px;
	font-weight:bold;
	border-bottom: dotted 1px #ddd;
}

.tr-bottominfo a:hover {
	text-decoration:underline; }	


.section-header {
	font-size:14px;
	padding-bottom:1px;
	font-weight: bold;
	color: #393939;
	padding-top: 26px;
	margin-bottom: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 16px;
}	




/* Shadow Box */

.shadow-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 6px #aaa;
    -webkit-box-shadow: 0px 0px 6px #aaa;
	box-shadow: 0px 0px 6px #aaa;
    border: solid 1px #FFF;
    background-color: #f3f3f3;
	}
.shadow-box a:hover {
	text-decoration:underline;
}
.shadow-box-white {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 6px #bbb;
	-webkit-box-shadow: 0px 0px 6px #bbb;
	box-shadow: 0px 0px 6px #bbb ;
	}	
	



/* menu */

.tr-menu {
	font-size: 13px;
	color: #d6d6d6;
	text-align: center;
	background-image: url(images/tr-menu-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 40px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 40px;
	line-height: 1.8em;
}

@media screen and (max-device-width: 480px){
  .tr-menu {
    -webkit-text-size-adjust: none;
  }
}

.tr-menu a {
	font-size: 13px;
	color: #444;
	font-weight: normal;
	margin-right: 25px;
	margin-left: 25px;
}
.tr-menu a:hover {
	text-decoration: underline;	
}
.tr-menu .blue{	
	color:#1678f2;
}
.tr-menu .orange{
	color:#e30;
}

/* Content Cells */


.tr-topslot {
	padding-bottom: 0px;
	margin-top: 48px;
	width: auto;
}
.tr-topslot h1{
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.7em;
	text-align: center;
	font-weight: bold;
}

.tr-lineslot {
	border-bottom: solid 1px #ddd;
	padding-bottom: 55px;
	margin-top: 45px;
	width: auto;
}

.tr-lineslot-last {
	border-bottom: solid 0px #ddd;
	padding-bottom: 55px;
	margin-top: 45px;
	width: auto;
}

.tr-lineslot h1, .tr-lineslot-last h1{
	margin-bottom: 36px;
	font-size: 20px;
	line-height: 1.7em;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}

.tr-lineslot h2, .tr-lineslot-last h2 {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 1.7em;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
}

.tr-lineslot a.button, .tr-lineslot .button{
	padding-top: 5px;
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 5px;
	font-size: 14px;
	background-color: #C23B36;
	text-align: center;
	font-weight: normal;
	color: #fff;
	border-radius: 6px;
}



.tr-lineslot hw-list {
    /*background-color: #f0F5F9;*/
    background: #f2f4f6;
    background: linear-gradient(to bottom, #FCFCFC 0%,#f2f4f6 100%);
    padding-top: 12px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 12px;
    border: 1px solid #ddd;
    display: block;
    margin-top: 8px;
    border-radius: 10px;
    margin: 0 auto;
    width: 94%;
	line-height: 1.9em;
}

.tr-lineslot hw-list h1 {
    border-bottom: 1px dotted #e0e2e4;
    font-size: 1em;
    font-weight: bold;
    line-height: 2.2em;
    text-align: center;
    margin-bottom: 1.5em;
}

.tr-lineslot hw-list .columns {
    column-count: 4;
    font-size: 12px;
    width: auto;
}



.header-new {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 19px;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
    /*text-transform: uppercase;*/
	/*background-color: #f4f4f4;*/
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 66%);
    border: 1px solid #e5e5e5;
    padding: 5px;
}




/* Quick Lins */

.tr-quicklinks {
	text-align: center;
	border: 1px solid #ddd;
	padding: 16px;
	background-color: #eee;
	margin-bottom: 52px;
	margin-top: 52px;
}

.tr-quicklinks a, .tr-quicklinks a:visited {
    padding: 6px;
    margin: 3px;
    color: #C23B36;
    font-weight: normal;
}

.tr-quicklinks a:hover {	
	text-decoration: underline;
}

.bluelinks a, .bluelinks a:visited {
	color: #1678f2;
	font-weight: normal;
}
.bluelinks a:hover {
	text-decoration: underline;
}

.tr-pricebox {
    text-align: center;
    border: 0px solid #ddd;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 14px;
    line-height: 2.4em;
}
.tr-pricebox a{
	/*color: #1678f2;*/
	color: #C23B36;
	font-weight: normal;
}
.tr-pricebox a:hover {
	text-decoration: underline;
}

/* SYS REQ + SS Gallery */

.sysreqbox {
    background-color: #eeeeee;
    line-height: 1.8em;
    font-size: 12px;
    margin-top: 40px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
    border: solid 1px #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #aaa;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 110px;
}

.ssgallery {
	text-align: left;
	display: block;
	width: 780px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
}

.ssgallery img{
	display: table-cell;
	float: left;
	padding: 2px;
	clear: none;
}

.ssgallery2 {
	text-align: left;
	display: block;
	width: 650px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
}

.ssgallery2 img{
	display: table-cell;
	float: left;
	padding: 2px;
	clear: none;
    width: 125px;
    height: 125px;
    border: 0;
}



.gear-cell {
	font-size: 12px;
	background-color: #FFF;
	line-height: 1.6;
	margin-left: 10px;
}
.lib-cell {
	font-size: 11px;
	background-color: #FFF;
	line-height: 1.6;
	margin-left: 10px;
}

/* Links */

.fxlink a, fxlink a:visited {
   font-weight: normal;
   color: #444;
}

.fxlink a:hover {
	text-decoration: underline;
}
.fxlink {
	column-count: 2;	
	
}


.tr-faq-shadow-box {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	box-shadow: 0px 0px 6px #aaa;
	border:solid 1px #FFF;
	background-color: #f3f3f3;
	padding:36px ; 
	margin-top:48px ; 
	margin-bottom:48px ; 
	line-height:2.1em ; 
	font-size:13px;
}
.tr-faq-shadow-box p {
	margin-top:2em;
	margin-bottom:2em;
}
.tr-faq-shadow-box a:hover {
	text-decoration:underline;
}

.faqheader {
	font-size: 15px;
	font-weight: bold;
	border-bottom: dotted 1px #bbb;
	padding-top: 30px;
	line-height: 1.4em;
	padding-bottom: 2px;
	margin-bottom: 32px;
}
.faqheader-first {
	font-size: 15px;
	font-weight: bold;
	border-top: dotted 0px #ccc;
	padding-top: 20px;
	line-height: 1.4em;
}



/* From Keyscape */

.modelshowall {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #eee;
    font-size: 14px;
    background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
    text-transform: none;
    font-weight: normal;
    color: #C23B36;
    width: 280px;
    margin-top: 45px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
}
.modelshowall:hover {
	text-decoration: none;
	background: linear-gradient(to bottom, #ffe6dd 0%, #ecd6cc 100%);
}
.trademark {
	font-size:10px; 
	line-height: 2em;
	margin-top:30px;
	margin-bottom:10px; 
	text-align:center;
}
.kclink a{
	color: #C23B36;
	font-weight: bold;
}
.kclink a:hover {
	text-decoration: underline;
}
