html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body{
	font-family: 'gothic', Arial, Helvetica, sans-serif;
	background-color:#132125;
	color:#b0b0a7;
}

a{
	color:#b0b0a7;
}

a:hover,a:visited,a:focus{
	text-decoration:none;
	color:#b0b0a7;
}

a:focus {
    outline: none;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

#mmenu{
	display:none;
}

ul.mmenu{
	display:block;
	margin:0 0 0 0;
	padding:60px 0 15px 0;
	font-size:18px;
	text-align:center;
}

ul.mmenu.sub{
	padding:0;
}

ul.mmenu li{
	float:none;
	padding:0;
	color:#b0b0a7;
}

ul.mmenu li.slang{
	display:block;
	text-transform:none;
	padding-top:30px;
	padding-bottom:30px;
	font-weight:300;
}

ul.mmenu li.social{
	display:block;
	text-transform:none;
}

ul.mmenu li.social a{
	font-size:26px;
	margin:0 5px;
}

ul.mmenu li a{
	display:inline-block;
	color:#b0b0a7;
	list-style:none;
	line-height:1em;
	padding-top:10px;
	padding-bottom:10px;
}

ul.mmenu.sub li a{
	color:#b0b0a7;
}

ul.mmenu.sub li a:hover{
	color:#b0b0a7;
}

ul.mmenu li a.selected{
	color:#b0b0a7;
}

ul.mmenu li a.selected:hover{
	color:#b0b0a7;
}



ul.mmenu.sub li a.btn-lang{
	color:#b0b0a7;
}

ul.mmenu.sub li a.btn-lang:hover{
	color:#AC162C;
}

ul.mmenu li a.btn-lang.selected{
	color:#AC162C;
}

ul.mmenu li a.btn-lang.selected:hover{
	color:#AC162C;
}





a.btn-mmenu {
    position: fixed;
    right: 15px;
    top: 25px;
    font-size: 26px;
    line-height: 1em;
	color:#000;
}

.mmenu-sub{
	display:none;
}

.mmenu-sub-c{
	background-color:#AC162C;
}

#wcontent{
	display:block;
}

/*
#tmenu{
	background-color:#132125;
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:70px;
}
*/

#tmenu{
	background-color:#132125;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:70px;
}

#logo{
	display:block;
	width: 584px;
	height: 27px;
	background:transparent url('../img/logo_lg.png') 0 0 no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	text-align:left;
	text-indent:-5000px;
	position:relative;
	top:20px;
}

@media only screen and (max-width: 1199px){
	#logo{
		width: 584px;
		height: 27px;
		background:transparent url('../img/logo_md.png') 0 0 no-repeat;
		background-size:100% 100%;
	}
}

@media only screen and (max-width: 991px){
	#logo{
		top:26px;
		width: 584px;
		height: 27px;
		background:transparent url('../img/logo_sm.png') 0 0 no-repeat;
		background-size:100% 100%;
	}
}

@media only screen and (max-width: 767px){
	#logo{
		top:32px;
		width: 221px;
		height: 13px;
		background:transparent url('../img/logo_xs.png') 0 0 no-repeat;
		background-size:100% 100%;
	}
}


ul.tmenu{
	display:inline-block;
	margin:0 0 0 0;
	padding:0;
	font-size:14px;
	font-weight:200;
}

ul.tmenu li{
	display:block;
	float:left;
	padding-left:20px;
	padding-top:30px;
	position:relative;
}

@media only screen and (max-width: 1199px){
	ul.tmenu li{
		padding-left:20px;
	}
}

ul.tmenu li:first-child{
	padding-left:0;
}

ul.tmenu li a{
	display:inline-block;
	color:#b0b0a7;
	list-style:none;
	line-height:1em;
	text-decoration:none;
	/* text-shadow: 0 0 20px rgba(0,0,0,0.5);*/
}


ul.tmenu li.slang a:hover{
	color:#AC162C;
}

ul.tmenu li.slang a.selected{
	color:#AC162C;
}

ul.tmenu li.slang a.selected:hover{
	color:#AC162C;
}

ul.tmenu li a.selected{
	color:#AC162C;
}

ul.tmenu li a:hover{
	color:#b0b0a7;
}

ul.tmenu li a.selected:hover{
	color:#AC162C;
}

a.btn-tmenu {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 26px;
    line-height: 1em;
	color:#000;
	display:none;
}

.sh-icon-menu{
	display:block;
	width:25px;
	height:25px;
	background:transparent url('../img/icon-menu.png') 0 0 no-repeat;
	background-size:100% 200%;
	overflow:hidden
}

.sh-icon-menu.sh-close{
	background-position:0 100%;
}


@media only screen and (max-width: 1199px){

	a.btn-tmenu {
		display:block;
	}

	.tmenu-c{
		display:none;
	}

}

main{
	display:block;
	padding-top:70px;
	background-color:#132125;
}

main.full{
	padding-top:0;
}

.more {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 23px;
  margin-left: -25px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  background: #132125 url("../img/icon-down.png") no-repeat center;
  background-size: 23px 10px !important;
  cursor: pointer;
}

footer{
	text-decoration: none;
	color: #b0b0a7;
	font-size: 12px;
}

footer a:hover, footer a:visited, footer a:focus {
    text-decoration: none;
    color: #b0b0a7;
		font-size: 12px;
}

footer, footer a, footer a:hover{
	color:#b0b0a7;
	text-decoration:none;
}

footer a.selected{
	color:#AC162C;
}

footer .social a{
	font-size:16px;
	margin:0 2px;
}

footer a:hover{
	color:#AC162C;
}

/* submenu */

.submenu{
	position:absolute;
	padding:10px 10px;
	background-color:#2b4752;
	top:85px;
	left:90px;
	visibility:hidden;
	opacity:0;

	/*
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.15);

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	*/

	min-width:200px;
}

@media (min-width: 1199px) {
	.submenu.show{
		visibility:visible;
		opacity:1;
		top:85px;
	}
}
.triangle-top{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 20px 15px;
	border-color: transparent transparent #2b4752 transparent;
	position:absolute;
	top:-10px;
	left:40%;
}

.submenu a{
	display:block;
	padding:4px 0;
	text-align:left;
	color:#b0b0a7;
}

.submenu-group{
	padding:5px 0;
}

.submenu-group .sep-short{
	width:15px;
	height:1px;
	position:relative;
	top:-5px;
	border-top:1px solid #b0b0a7;
}

.submenu a:first-child{
	border-top:1px none #ddd;
}

.submenu a.selected{
	color:#3290d5;
}

/* BOX */

.box {
    display: block;
    width: 0;
    height: 0;
    background-color: #4a656d;
    position: absolute;
    top: 0;
    left: 0;
}

.box-img{
	position:absolute;
	display:none;

	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.23);

	/*border:2px solid #b0b0a7;*/
	overflow:hidden;

	/*
	-webkit-transition: top 0.25s;
	-moz-transition: top 0.25s;
	-o-transition: top 0.25s;
	transition: top 0.25s;

	-webkit-transition: left 0.25s;
	-moz-transition: left 0.25s;
	-o-transition: left 0.25s;
	transition: left 0.25s;
	*/
}

.box-img .info{
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

	max-height:0;
	height:0;

	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.60);
	padding:0 20px;
	color:#b0b0a7;
	overflow:hidden;
}

@media (min-width: 1199px) {
	.box-img:hover .info{
		height:auto;
		max-height:500px;
		padding:20px;
		overflow:hidden;
	}
}

.box-img .info-title{
	font-size:14px;
}

.box-img .info-code{
	font-size:12px;
}

.tsocial a{
	font-size:20px;
	padding:0 5px;
}

.arrow{
	display:block;
	width:44px;
	height:80px;
	background-color:transparent;
	background-position:0 0;
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.arrow.left{
	background-image:url('../img/arrow_l.png');
}

.arrow.right{
	background-image:url('../img/arrow_r.png');
}

.info-box-didas{
	position:absolute;
	bottom:40px;
	left:20px;
	/* text-shadow: 0px 0px 3px rgba(0, 0, 0, 1); */
	color:#000;
	max-width:290px;
	font-size:12px;

	/* text-shadow: 0px 0px 20px rgba(255, 255, 255, 1); */
}

.info-box-didas strong{
	font-family: Arial, Helvetica, sans-serif;
}

/* OVERLAY */

#overlay{
	/*background-color:rgba(0,136,204,0.3);*/
	background-color:rgba(0,0,0,0.75);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2000;
	display:none;
}

#overlay-loader-c{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
}

#overlay-loader{
	width:62px;
	height:72px;
	margin:0 auto;
	position:relative;
	top:-27px;
}

#overlay i.fa{
	font-size:72px;
	color:#999;
}

/* Newsletter */

.div-form-nl{
  max-width: 250px;
  text-align: right;
  margin: 0 0 0 auto;
}

.nl-left .div-form-nl{
  margin: 0 auto 0 0;
}

.nl-left .div-form-nl{
  text-align: left;
}

.form-nl-c{
  display: inline-block;
}

.form-nl {
  position: relative;
  border-bottom: 1px solid #fff;
}

.form-nl input{
  display: block;
  border: 0 none transparent;
  padding: 5px 0;
  margin: 0 0;
  color: #fff;
  background-color: transparent;
  outline: none;
  width: 100%;
  text-align: right;
}

.nl-left .form-nl input{
  text-align: left;
}

.form-nl input:-webkit-autofill,
.form-nl input:-webkit-autofill:hover,
.form-nl input:-webkit-autofill:focus{
  -webkit-box-shadow: 0 0 0 30px #132125 inset;
  -webkit-text-fill-color: #fff !important;
}

.form-nl select{
  background: transparent;
  border: 0;
  text-align: right;
  direction: rtl;
  padding: 5px 0;
  outline: 0;
  width: 100%;
}

.nl-left .form-nl select{
  direction: ltr;
}

.form-nl a{
  position: absolute;
  top: 3px;
  right: 0;
}

.form-nl-privacy{
  position: relative;
  padding-right: 25px;
  text-align: right;
  padding-top: 15px;
  font-size: 10px;
}

.nl-left .form-nl-privacy{
  padding-left: 25px;
  padding-right: 0;
  text-align: left;
}

.form-nl-privacy input{
  position: absolute;
  top: 15px;
  right: 0;
}

.nl-left .form-nl-privacy input{
  right: auto;
  left: 0;
}

.field-col.has-error *{
  color: #990000 !important;
  border-color: #990000 !important;
}

/* NEWSLETTER POPUP */

html.noscroll{
  overflow-y: hidden;
}

.overlay-nl-cc{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 100;
}

.overlay-nl-cc *:not(i.las){
  font-weight: 400 !important;
}

.overlay-nl-c{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  overflow-y: auto;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  */
}

.overlay-nl-box{
  position: relative;
  width: 400px;
  max-width: 90%;
  padding: 10px 40px 40px 40px;
  background-color: #fff;
  color: #9c9c9c;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.popup-nl-header{
  font-size: 30px;
  padding-bottom: 10px;
  color: #AC162C;
}

.popup-nl-col{
  padding-top: 15px;
}

.popup-nl-col input[type='text'],
.popup-nl-col select{
  width: 100%;
  background-color: transparent;
  border: 0 none transparent;
  border-bottom: 1px solid #9c9c9c;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

.popup-nl-col input[type='checkbox']{
  margin-right: 10px;
}

.popup-nl-checkbox{
  white-space: nowrap;
  margin-right: 15px;
}

.popup-nl-col input[type='text']{
  color: #777;
}

.popup-nl-col select{
  color: #777;
  -webkit-appearance:none;
}

.popup-nl-col select.selected{
  color: #9c9c9c;
}

.popup-nl-col.has-error select{
  color: #777 !important;
}

.popup-nl-col.has-error select.selected{
  color: #990000 !important;
}

.popup-nl-col input[type='text']:-webkit-autofill,
.popup-nl-col input[type='text']:-webkit-autofill:hover,
.popup-nl-col input[type='text']:-webkit-autofill:focus,
.popup-nl-col select:-webkit-autofill,
.popup-nl-col select:-webkit-autofill:hover,
.popup-nl-col select:-webkit-autofill:focus{
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #9c9c9c !important;
}

.popup-nl-privacy{
  position: relative;
  padding-left: 25px;
  text-align: left;
  padding-top: 15px;
  font-size: 10px;
}

.popup-nl-privacy input{
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  width: auto;
}

.popup-nl-col.has-error *{
  color: #AC162C !important;
  border-color: #AC162C !important;
}

.btn-popup-nl-close{
  position: absolute;
  top: 10px;
  right: 15px;
  color: #9c9c9c;
  font-size: 24px;
}

a.btn-popup-nl-close{
  color: #9c9c9c;
}

.popup-nl-div{
  display: none;
}

.popup-nl-div.selected{
  display: block;
}

.popup-nl-div-wait{
  font-size: 60px;
}
