html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul,
li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:focus {
  outline:0;
}
body {
  line-height:1;
  color: #666666;
  overflow-y: auto !important;
  margin: 0 !important;
  height: 100%;
}
ul {
  list-style:none;
}
table {
  border-collapse:separate;
  border-spacing: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; margin: 0;
}
html{
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font: 400 100%/1.65 serif;
  scroll-behavior: smooth;
}
body {
  position: relative;
  color: #666666;
  /*font-size: 0.9em;*/
  font-family: 'redhat_regular', Tahoma, Arial, sans-serif;
  line-height: 1.4em;
  overflow-x: hidden;
  background: #1c4647;
}
body {
  word-wrap: break-word;
}
.section {
  width: 100%;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.wrap, .subwrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
}
header .wrap {
  padding: 0px 0px 0px 0px;
}
footer .wrap {
  padding: 0px 0px 0px 0px;
}
.subwrap {
  max-width: 660px;
  padding: 0px 0px 0px 0px;
}
.full .wrap {
  padding: 0px 0px 0px 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	TOP & HEADER
/*-----------------------------------------------------------------------------------*/

header {
  position: fixed;
  height: 100px;
  width: 100%;
  padding: 0;
  z-index:1000;
  background: transparent;
  border-bottom: 2px solid rgba(84, 84, 84, 0.3);
}
header * {
  margin-bottom: 0 !important;
}
header.smaller {
  background-color: #fff;
  border-bottom: 1px solid #535f72
}
header.smaller {
	height: 50px;
  background-color: rgba(0,0,0,0.9);
	transition: height 0.3s;
	border-bottom: 2px solid rgba(84, 84, 84, 0.3);
}

#logo {
  float: left;
  width: 157px;
  height: 72px;
	margin: 14px 20px 14px 0px;
	background: url('../../images/logo.png') top center no-repeat;
	background-size: 157px 72px;
}
#logo a {
	float: left;
  width: 100%;
  height: 100%;
}

header.smaller #logo {
  width: 188px;
  height: 18px;
	background: url('../../images/logo-small.png') top center no-repeat;
	margin: 18px 0px 18px 0px;
  background-size: 188px 18px;
}
header.smaller #logo a {
	width: 100%;
  height: 100%;
}

div#langs {
  float: right;
  padding: 5px 0px 5px 10px;
  margin: 30px 0px 0px 0px;
}
header.smaller div#langs {
  padding: 5px 0px 5px 10px;
  margin: 10px 0px 0px 0px;
}

nav#mainmenu {
  float: right;
  padding: 5px 0px 5px 0px;
  margin: 30px 20px 0px 0px;
}
header.smaller nav#mainmenu {
  margin: 10px 0px 0px 0px;
}
nav#mainmenu ul.menu {
  float: right;
  list-style: none;
}
nav#mainmenu ul.menu li {
  float: left;
  height: 65px;
  padding: 0px 20px 0px 20px;
}
header.smaller nav#mainmenu ul.menu li {
  float: left;
  height: 35px;
  padding: 0px 20px 0px 20px;
}
nav#mainmenu ul.menu li:last-child {
  padding: 0px 0px 0px 20px;
}
nav#mainmenu ul.menu li a {
  height: 65px;
  font-size: 16px;
  font-family: 'redhat_bold', Tahoma, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 0px 0px 0px;
}
header.smaller nav#mainmenu ul.menu li a {
  height: 35px;
}
nav#mainmenu ul.menu li a:hover {
  color: #A6A6A6;
  border-bottom: 1px solid #fff;
}
nav#mainmenu ul.menu li.active a {
  color: #A6A6A6;
  border-bottom: 3px solid #fff;
}
nav#mainmenu ul.menu li a.hlt {
  color: #fff;
  background: #1c4647;
  padding: 5px 15px 5px 15px;
}
nav#mainmenu ul.menu li a.hlt:hover {
  color: #fff;
  background: #3db6ad;
}

div#slidemenu {
  display: none;
}

div#topcont {
  float: right;
  width: calc(100% - 317px);
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}
div#topcont div {
  float: right;
  margin: 0px 0px 0px 40px;
}
div#topcont div i {
  padding-right: 5px;
}
div#topcont div a:hover {
  color: #3db6ad;
}

div.section {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
}
div.section.dark {
  color: #fff;
  background-color: #303030;
}
div.section.dark h1, div.section.dark p {
  color: #fff;
}
div.section.dark h1 span, div.section.dark h2 span {
  color: #3db6ad;
}
div.section.midd {
  color: #fff;
  background-color: #3db6ad;
}
div.section.midd h1, div.section.midd h2, div.section.midd p {
  color: #1c4647;
}
div.section.midd h1 span, div.section.midd h2 span {
  color: #fff;
}


div#home {
  position: relative;
  height: 600px;
  background: black url('../../images/bgr-home.jpg') center center no-repeat;
  padding: 100px 0px 50px 0px;
}
div#intro {
  background: #8B0000;
  padding: 50px 0px 50px 0px;
}
div#subpage {
  height: 280px;
  background: black url('../../images/bgr-subpage.jpg') bottom center no-repeat;
  padding: 0px 0px 0px 0px;
}

div#rhino {
  background: #303030 url('../../images/bgr-rhino.jpg') right center no-repeat;
}

div#breadcrumbs {
  height: 20px;
  background: url('../../images/bgr-bot-w.png') top center no-repeat;
  margin-top: -20px;
  padding: 0px 0px 40px 0px;
}
div#breadcrumbs.hp {
  float: left;
  width: 100%;
  height: auto;
  display: block;
  height: 20px;
  padding: 0px 0px 0px 0px;
  background: none;
}
div#breadcrumbs.noform {
  height: 20px;
}



div.icos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 30px 0px 0px 0px;
  background: #fff;
}
div.icos div.ico {
  display: inline-block;
  width: calc(25% - 0px);
  text-align: center;
  margin: 0px 0px 20px 0px;
  padding: 0px 20px 0px 20px;
}
div.icos div.ico h3 {
  color: #8B0000;
  font-family: 'redhat_bold', Tahoma, Arial, sans-serif;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  text-transform: uppercase;
}
div.icos div.ico p {
  color: #303030;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
}
div.ico div.crcl {
  display: inline-block;
  margin: 0px auto 0px auto;
  width: 64px;
  height: 64px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 64px 64px;
}
div#icons_mid .icos .ico p {
  color: #fff;
}


footer {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  background: #8A0000;
}
div.bots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 50px 0px 50px 0px;
}
div.bots div.bot {
  display: inline-block;
  width: 25%;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
div.bots div.bot p {
  color: #fff;
  font-size: 15px;
  font-family: 'redhat_regular', Tahoma, Arial, sans-serif;
  padding: 0px 0px 0px 0px;
}
div.bots div.bot p a {
  color: #fff;
}
div.bots div.bot p a:hover {
  color: #A6A6A6;
  text-decoration: underline;
}
div.bots div.bot i {
  float: left;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  margin: 0px 10px 0px 0px;
  background: #000;
}

div.copy {
  float: left;
  width: 100%;
  padding: 18px 0px 0px 0px;
  text-align: center;
  background: #000;
}
div.copy p {
  color: #A6A6A6;
  font-size: 14px;
}
div.copy a {
  color: #fff;
}
div.copy a:hover {
  color: #A6A6A6;
  text-decoration: underline;
}
.d-none {
  display: none;
}

.d-block {
  display: block;
}
