:root {
  --primary0: rgba(155,78,0,1); /* Dark */
  --primary1: rgba(198,100,0,1);
  --primary2: rgba(255,129,0,1);
  --primary3: rgba(255,157,57,1);
  --primary4: rgba(255,178,100,1); /* Light */
  --hover: rgba(208,219,245,1);
  --ligthblue: rgba(99,118,227,225);
  --darkblue: rgba(0,19,227,255);
  --backgroundcolor: rgba(255,255,255,1);
  --backgroundcolorOld: #FDFDDF;
}
body{
	background-color: var(--backgroundcolor);
}
header {
  height: 128px;
}
header div {
  position: relative;
}
header:after {
  content: '';
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  height: 27px;
  background: #f49a00;
}
header .wrapper {
  width: 1000px;
  margin: 0 auto;
}
header .wrapper .logo {
  position: absolute;
  top: 38px;
  left: -50px;
  z-index: 5;
}
header .wrapper .top-section {
  float: right;
  width: 750px;
}
header .wrapper .top-section .linkBtn {
  padding-top: 24px;
  float: left;
  display: block;
  background: #5c004e url(/images/arrow1.gif) no-repeat 94% 26px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 27px 8px 10px;
  margin-left: -82px;
}
header .wrapper .top-section .search-box {
  float: right;
  width: 200px;
  margin-top: 18px;
}
header .wrapper .top-section .tgmenu {
  display: none;
}
header .wrapper .top-section .navigation {
  height: 101px;
  display: table-cell;
  vertical-align: bottom;
  z-index: 18;
}
header .wrapper .top-section .navigation > ul > li:first-child a {
  padding-left: 0;
}
header .wrapper .top-section .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .wrapper .top-section .navigation ul li {
  float: left;
  position: relative;
}
header .wrapper .top-section .navigation ul li a {
  line-height: 28px;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 16px;
}
header .wrapper .top-section .navigation ul li ul {
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  width: 315px;
  background: #f49900;
  padding: 10px 0;
}
header .wrapper .top-section .navigation ul li li {
  float: none;
  position: relative;
}
header .wrapper .top-section .navigation ul li li a:hover {
  background-color: #935b00;
}
.clr {
  clear: both;
}
.maintitle.orange {
  color: #F49A00;
}
.maintitle {
  color: #000;
  display: block;
  font-size: 38px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 50px;
  margin-top: 10px;
  padding: 0 16px;
  text-align: center;
  text-transform: uppercase;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
footer {
	    position: fixed;
    background-color: #ccc;
    height: 88px;
    width: 100%;
    bottom: 0px;
}
footer .scrolltop {
  position: absolute;
  top: 0;
  left: 50%;
  background: url(/images/scroll-img.png) no-repeat;
  width: 100px;
  height: 52px;
  margin-left: -50px;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  z-index: 5;
}
footer .ft-links {
  margin-right: 130px;
  float: right;
  padding-top: 40px;
	color: #fff;
}
footer .ft-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .ft-links ul li {
    float: left;
}
footer .ft-links ul li a {
    color: #000;
    position: relative;
    display: block;
    padding: 0 20px 0 17px;
}
footer .copy {
  float: left;
  color: #000;
  margin-left: 90px;
  padding-top: 40px;
}
footer .copy li:first-child a {
  padding-left: 0;
}
footer .copy li {
  float: left;
}
footer .copy li a {
  color: #000;
  position: relative;
  display: block;
  padding: 0 20px 0 17px;
}
footer .copy li a:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
}
#total{
	background-color: var(--backgroundcolor);
}
body > .wrapper {
    margin-bottom: 150px;
}