html,
button,
input,
select,
textarea {
    color: #000;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 375px;
}

body {
    font-family: 'TradeGothicLTPro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
	background: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-weight: 400;
}

strong,
b{
    font-weight: 600;
}

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}

hr {
    display: block;
    border: 0;
    border-top: 2px solid #000000;
    margin: 35px 0 5px;
    padding: 0;
    clear: both;
    text-align: left;
}
.content hr:first-child{
	margin-top: 0;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3 {
    margin-bottom: 4px;
}
h1 {
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
    font-weight: 500;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
    font-weight: 500;
}
h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
    font-weight: 500;
}

a {
	color: #000000;
	text-decoration: none;
    font-weight: 500;
}
input.button, input[type="submit"],button {
  background-color: transparent;
  border: medium none;
  cursor: pointer;
  font-style: normal;
  height: 24px;
  line-height: normal;
  margin: 5px 0 0 0;
  padding: 0 2px 0 2px;
  font-weight: 500;
  color: #000000;
}

input.button:hover,
button:hover {
    font-style: italic;
}

input[type="text"] {
  background-color: #ff9999;
  border: medium none;
  color: #000000;
  font-size: 16px;
  height: 24px;
  margin: 0 0 7px;
  padding: 0 0 0 3px;
  width: 360px;
}

textarea {
    background-color: #ff9999;
    margin: 0 0 3px 0;
    padding: 0 0 0 3px;
    border: none;
    width: 360px;
    height: 152px;
    font-size: 16px;
}

select {
    background-color: #fff;
    margin: 0 0 8px 0;
    padding: 0 0 0 3px;
    color: #000000;
    font-size: 11px;
    border: 1px solid #000000;
}

option {
    background-color: #fff;
}

input[type="checkbox"] {
    background-color: #FFFFFF;
    margin: 0 4px 0 0;
    padding: 0;
    color: #000000;
}

select{
    font-size: 12px;
}

ol, ul{
	margin: 0;
	padding: 0 0 0 20px;
}
li {
  padding: 0 0 0 20px;
}

form p {
	margin-top: 5px;
}

.form_error,
.form_success {
    float: left;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 8px;
    font-weight: 500;
}

.errors {
    margin-bottom: 1em; 
}

.error {
    color: red; 
}

p.error,
p.success {
    margin-bottom: 5px; 
}

input.formfield_error {
    background-color: #FFCCCC;
}
label {
  clear: both;
  float: left;
  font-size: 16px;
  width: 177px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dsplno {
    display: none;  
}

.clickable{
	cursor: pointer;
}

.centerContainer{
	margin: 0;
	padding: 0;
	width: 100%;
}

header{
	position: fixed;
	z-index: 999;
}
header.bg_3,
header.bg_5{
	background-color: white;
	width: 100%;
}
.logo_container{
	background: url('/assets/templates/img/bg_logo.png') no-repeat;
	background-size: 444px 56px;
}
.logo {
	margin-left: 239px;
}

nav {
	position: absolute;
	height: 15px;
	width: 20px;
	cursor: pointer;
	top: 43px;
	left: 16px;
}

.menu, .menu:after, .menu:before {
	background-color: #000;
	position: absolute;
	width: 18px;
	height: 2px;
	content: '';
	transition-timing-function: ease;
	transition-duration: .2s;
	transition-property: transform,opacity;
	left: 2px;
}
.menu:before {
	top: 4px;
	left: 0;
}
.menu:after {
	top: 8px;
	left: 0;
}
.menu.open {
	transform: translate3d(0,5px,0) rotate(45deg);
	z-index: 1;
	height: 1px;
	background-color: #1c191d;
}
.menu.open:after {
	transform: translate3d(0,-8px,0) rotate(-90deg);
	height: 1px;
	background-color: #1c191d;
}
.menu.open:before {
	transform: translate3d(0,-8px,0) rotate(90deg);
	width: 0px;
	background-color: #1c191d;
}
.nav {
	height: 0;
	background: url('/assets/templates/img/bg_nav.png') repeat;
	top: -43px;
	left: -16px;
	bottom: 0;
	position: absolute;
	width: 222px;
	overflow: hidden;
}
.menu.open + .nav{
	height: 100vh;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.menu.open + .nav > ul{
	padding-top: 105px;
	padding-left: 18px;
}
.menu.open + .nav > ul > li{
	padding-left: 0;
}
.menu.open + .nav > ul > li > a{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 26px;
}
.menu.open + .nav > ul > li.active > a,
.menu.open + .nav > ul > li > a:hover{
	color: #ba0421;
}
.slideshow {
	width: 100%;
	/*max-width: 1200px;*/
}
.slideshow img { width: 100%; height: auto !important; display: none; }
.cycle-prev, .cycle-next {
	position: absolute;
	top: 0;
	width: 30%;
	opacity: 0;
	z-index: 800;
	height: 100%;
	cursor: pointer;
}
.slideshow .cycle-prev {
	left: 0;
	background: url(/assets/templates/img/arrow_left.png) 18px 50% no-repeat;
}
.slideshow .cycle-next {
	right: 0;
	background: url(/assets/templates/img/arrow_right.png) right 13px top 50% no-repeat;
}
.slideshow .cycle-prev:hover, .slideshow .cycle-next:hover { opacity: 1.0; }
.slideshow > a.back {
	bottom: 20px;
	right: 12px;
	display: block;
	position: absolute;
	z-index: 999;
	width: 20px;
	height: 16px;
	padding-top: 4px;
}
.slideshow > a.back .menu.open,
.slideshow > a.back .menu.open:after,
.slideshow > a.back .menu.open:before {
	background-color: white;
	height: 2px;
}
section.overview {
	top: 113px;
	left: 239px;
	position: absolute;
}
section.overview article {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}
section.overview article a,
section.overview article.nolink {
	display: block;
	width: 194px;
	height: 143px;
	overflow: hidden;
	margin-bottom: -13px;
}
section.overview article.nolink {
	margin: 0 20px 7px 0;
}
section.overview article:nth-child(4n+1) {
	clear: both;
}
section.overview article span {
	bottom: -13px;
	background-color: black;
	color: white;
	padding: 3px 3px 2px 3px;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
section.overview article:hover span,
section.overview.tpl_72 article span{
	display: inline-block;
}
section.overview article.nolink span {
    bottom: 0 !important;
}
section.overview article span.overlay{
	background: transparent url(/assets/templates/img/bg_overview.png) repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
}
section.overview article:hover span.overlay{
	background: transparent none;
}
section.overview article:hover a{
	background: transparent none;
}
section.overview article a img,
section.overview article.nolink img{
	max-width: 100%;
	height: auto !important;
}
section.overview.tpl_7 article span {
	bottom: 0;
	background: transparent url(/assets/templates/img/bg_team.png) repeat;
}
section.content {
	padding: 106px 35px 0 18px;
	width: 391px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: url('/assets/templates/img/bg_nav.png') repeat;
	z-index: 998;
	cursor: pointer;
	line-height: 26px;
}
section.content .menu.open {
	bottom: 34px;
	left: 16px;
}
section.content .menu.open,
section.content .menu.open:after,
section.content .menu.open:before {
	background-color: #302b2b;
}
section.text {
	top: 57px;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
}
section.text + article {
	padding: 106px 20px 0 239px;
	max-width: 538px;
	position: relative;
	z-index: 1;
	line-height: 26px;
}
.slideshow + section.content {
  display: none;
}
@media (max-width:1125px){
	section.overview article:nth-child(4n+1) { clear: none; }
}
@media (max-width:796px){
	html, body { /*width: 320px;*/ min-width: auto; }
	header { height: 66px; width: 100%; background-color: white; }
	.logo { margin-left: 20px; }
	.logo img { width: 280px; height: auto !important; }
	nav { top: 46px; left: 18px; }
	.nav { width: 100vw; top: 16px; left: -18px; }
	.bg_5 .nav { background: white none; }
	.menu.open + .nav > ul { padding-top: 30px; padding-left: 20px; }
	.menu.open + .nav > ul > li > a { font-size: 10px; line-height: 20px; }
	.menu, .menu:after, .menu:before { height: 1px; }
	section.text { top: 66px; }
	section.text + article { padding: 92px 20px 0 20px; max-width: auto; }
	section.overview { left: 0; top: 66px; right: 0; }
	section.overview article { margin-right: 0; margin-bottom: 13px; clear: both !important; /*width: 320px !important; height: 212px !important;*/ min-width: 100%; }
	section.overview article a { /*width: 320px !important; height: 212px !important;*/ min-width: auto; }
	section.overview article img { max-width: auto; width: 100%; }
	article.nolink { overflow: hidden; }
	.slideshow { top: 66px; }
	section.content { top: 240px; padding: 0 20px; width: 280px; cursor: auto; }
	section.content .menu.open { display: none; }
	.slideshow section.content { display: none; }
    .slideshow + section.content { display: block; position: relative; top: 80px; }
    section.overview article a, section.overview article.nolink { width: auto;height: auto; }
}