html, body {
		position: relative;
		height: 100%;
}
body {
		background-color:#fff;
		font-family: 'Raleway', Arial, sans-serif;
		font-size:0;
		line-height:0;
		color:#181f43;
		margin: 0;
		padding: 0;
		padding-top:0px;
}

a{text-decoration:none;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus, select:focus {text-decoration:none; outline:none;}

form{margin:0px; padding:0px; display:block;}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:22px;
	color:#181f43;
	font-weight:400;
	display:block;
	margin-bottom:18px;
}

h1 span{
	color:#ea0100;
}

h2{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:18px;
	color:#ea0100;
	font-weight:400;
	display:block;
	margin-bottom:22px;
}

h2 span{
	color:#181f43;
	text-transform:uppercase;
}

#content, .content{
width:1220px;
max-width:1220px;
margin:0px auto;
position:relative;
font-size:14px;
}

#head{
	background-color:#FFF;
	width:100%;
	height:184px;
	display:block;
	position:relative;
	left:0;
	top:0px;
	z-index:94;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
	transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#head.fixed{
	background-color:#FFF;
position:fixed;
height:64px;
}

#head #logo{
	display:block;
	position:absolute;
	left:25px;
	top:33px;
	background-image:url(../img/gaserHead.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:82px;
	width:745px;
		transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#head #logo.logo_es{
	background-image:url(../img/gaserHead_es.png);
}
#head #logo.logo_ca{
	background-image:url(../img/gaserHead_ca.png);
}
#head #logo.logo_en{
	background-image:url(../img/gaserHead_en.png);
}
#head #logo.logo_fr{
	background-image:url(../img/gaserHead_fr.png);
}
#head #logo.logo_de{
	background-image:url(../img/gaserHead_de.png);
}
#head #logo.logo_it{
	background-image:url(../img/gaserHead_it.png);
}
#head #logo.logo_pt{
	background-image:url(../img/gaserHead_pt.png);
}
#head #logo.logo_ru{
	background-image:url(../img/gaserHead_ru.png);
}

#head.fixed #logo{
	background-image:url(../img/gaserHeadFixed.png);
	height:44px;
	width:145px;
	top:10px;
	z-index:90;
}

#langs {
display: block;
position: absolute;
right: 70px;
top: 11px;
height: 23px;
line-height: 23px;
z-index:95;
}

#head.fixed #langs{
	display:none;
}

#langs a {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color: #40518a;
	font-weight:400;
	display: block;
	height: 21px;
	line-height: 21px;
	padding-right: 12px;
	background-image: url(../img/dropdown.png);
	background-repeat: no-repeat;
	background-position: right center;
	min-width: 68px;
}

#langs a:hover {
	text-decoration:underline;
}

#subLangs {
    position: absolute;
    right: 70px;
    top: 32px;
    padding-right: 12px;
    border-top: 0px;
    z-index: 95;
    display: none;
    min-width: 68px;
}

#subLangs a {
    font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color: #40518a;
	font-weight:400;
    display: block;
    height: 20px;
    line-height: 20px;
}

#subLangs a:hover {
	text-decoration:underline;
}

#menuMobile{
	display:none;
height:0px;
width:55%;
background-image:url(../img/bgMenuMobOver.png);
background-repeat:no-repeat;
background-position:12px top;
background-color:#fff;
font-family: 'Raleway', Arial, sans-serif;
font-size: 18px;
color: #ffffff;
padding:0px;
position:fixed;
left:0;
top:0px;
width:100%;
z-index:100;
line-height:42px;
text-indent:70px;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
}

#menuMobile.activeMob{
background-position:12px -42px;
}

ul.menuMobile{
	display:none;
	background-color:#ffffff;
	height:auto;
	max-height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:99;
	padding-top:42px;
		-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
}

ul.menuMobile li{
	display:block;
	line-height:42px;
	background-color:#ffffff;
	border-bottom:1px solid #DDDDDD;
}

ul.menuMobile li.langs{
	text-align:center;
	font-size:10px;
	color:#fff;
}

ul.menuMobile li.langs a{
	display:inline;
	padding:0px 0px;
	font-size:13px;
	text-transform:uppercase;
}


ul.menuMobile li.sel{
	color:#ea0100;
}

ul.menuMobile li.sel a{
	color:#ea0100;
}

ul.menuMobile li a{
	display:block;
	font-family: 'Raleway', Arial, sans-serif;
font-size: 18px;
color: #181f43;
	text-align:center;
}

ul.menuMobile li a:hover{
	color:#ea0100;
}


#menu{
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:150px;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 18px;
	color:#181f43;
	z-index:90;
	height:21px;
	line-height:21px;
			transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

#head.fixed #menu{
	top:28px;
}


#menu li, #menu li a{
	display:inline-block;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 18px;
	color:#181f43;
	height:21px;
	line-height:21px;
	margin:0px;
}


#menu li{
	padding:0px 14px;
}

#menu li a{
	transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

#menu li a:hover, #menu li a.sel{
	color:#ea0100;
}

#head.fixed #menu li a:hover, #menu.fixed li a.sel{
	color:#ea0100;
}

#homeTop{
	/*background-image:url(../img/bgBodyHome.gif);
	background-repeat:repeat-x;
	background-position:left -76px;*/
	width:100%;
	position:relative;
}

.layerHome{
	background-color:#f0f1fa;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:-1;
	height:400px;
	display:block;
}

.layerHomeNew{
	height:960px;
}

.fairs{
	width:100%;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 18px;
	color:#ffffff;
	overflow:hidden;
}

.fairs .content{
	background:#ea0100;
	height:70px;
	width:100%;
	max-width:none;
	padding:25px 0px;
	padding-bottom:0px;
}

.triangle-down {
		display:block;
		width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 0px 0px 120px 100vw;
    border-color:transparent transparent transparent blue ;*/
		border-width: 70px 50vw 0 50vw;
		border-color: #ea0100 transparent transparent transparent;
}

.fairs em{
	display:block;
	position:absolute;
	left:5%;
	top:25px;
	font-style:normal;
}

.fairs ul{
	display:block;
	width:100%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#ffffff;
	line-height:18px;
}

.fairs ul li{
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#ffffff;
	line-height:18px;
	text-align:center;
	vertical-align:top;
	margin:0px;
	padding:0px 40px;
}

.fairs ul li strong{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:20px;
	font-weight:400;
}

.fairs ul li span{
	font-size:14px;
	color:#000000;
	display:inline-block;
	padding-top:8px;
}

.fairs ul li a{
	font-size:14px;
	color:#000000;
		transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.fairs ul li a:hover{
	color:#fff;
}


#categoriesHome{
	width:100%;
	text-align:center;
	padding-top:40px;
}

.categoryHome{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:22.5%;
	margin:0px 1.5%;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	text-align:left;
	min-height:532px;
	line-height:19px;
}

.categoryHomeNew{
	margin-bottom:33px;
}

.categoryHome img{
	width:100%;
}

.categoryHome strong{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:22px;
	color:#ea0100;
	font-weight:400;
	display:block;
	text-align:center;
	padding-bottom:20px;
	text-transform:uppercase;
}

.categoryHome a.linkMore{
	display:block;
	position:absolute;
	width:88%;
	left:50%;
	bottom:0;
	text-align:center;
	margin-left:-45%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#6a6d82;
	border:1px solid #999999;
	border-radius:5px;
	line-height:30px;
			transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.categoryHome a.linkMore:hover{
	color:#ea0100;
	border:1px solid #ea0100;
}

#homeList{
	width:100%;
	text-align:left;
	padding-top:80px;
	margin-bottom: 40px;
}

.itemHome{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:20%;
	margin:0px 2%;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	text-align:left;
	min-height:474px;
	line-height:19px;
	margin-bottom:50px;
}

img.itemNew{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:auto !important;
	margin:0px !important;
	z-index:90;
}

#homeList .itemHome:first-child, #homeList .itemHome1, #homeBottom .itemHome1{
	margin:0px 2% 0px 3.3%;
}

#homeList .itemHome:nth-child(4n+5){
	margin:0px 2% 0px 3.3%;
}

#homeBottom .itemHome{
	    min-height: 374px;
}

.itemHome img{
	width:100%;
	margin-bottom:20px;
}


.itemHome strong{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:22px;
	color:#181f43;
	font-weight:400;
	display:block;
	width:98%;
	margin:0px auto;
	text-align:center;
	padding-bottom:15px;
	text-transform:uppercase;
	line-height:27px;
}

.itemHome a.linkMore{
	display:block;
	position:absolute;
	width:60%;
	left:50%;
	bottom:0;
	text-align:center;
	margin-left:-30%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#6a6d82;
	border:1px solid #999999;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:30px;
		transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.itemHome a.linkMore:hover{
	color:#ea0100;
	border:1px solid #ea0100;
}

#homeBottom{
		width:100%;
	text-align:left;
	padding-top:40px;
	background-color:#f0f1f9;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	text-align:left;
	line-height:19px;
	margin-top:40px;
}

#homeBottom.template{
	background-color:#fff;
}

#homeBottom .mainText{
	width:93%;
	margin:0px auto;
}

#homeBottom em{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:22px;
	color:#181f43;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
}

#categoryTop{
	width:100%;
	background-color:#f0f1f9;
}

#categoryTop img{
	width:100%;
}

#categoryTop h1{
	text-transform:uppercase;
}

#categoryTop .mainText{
		font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	text-align:left;
	line-height:19px;
	width:45%;
	padding-top:18px;
	padding-bottom:32px;
	margin-left:55px;
}


#categoryList{
	width:100%;
	text-align:left;
	padding-top:80px;
	padding-bottom:45px;
}

#categoryList .itemHome{
	min-height:396px;
		width: 30%;
	margin:0px 1%;
	margin-bottom: 50px;
}

#categoryList .itemHome strong{
	color:#ea0100;
	width:96%;
	text-transform:none;
}

#categoryList .itemHome a.linkMore{
	width:50%;
	margin-left:-25%;
}

#categoryList .itemHome:first-child, #categoryList .itemHome1{
	margin:0px 1% 0px 2.75%;
}

#categoryList .itemHome:nth-child(3n+4){
	margin:0px 1% 0px 2.75%;
}

#detail{
	width:92%;
	text-align:left;
	padding-top:22px;
}

#detail h1{
	font-size:27px;
	color:#ea0100;
	margin-bottom:40px;
}

#detail .info{
	width:410px;
	float:left;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	line-height:20px;
	padding-bottom:50px;
}

#detail .info strong.title{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:18px;
	color:#181f43;
	font-weight:400;
	display:block;
	margin-bottom:18px;
	text-transform:uppercase;
}

#detail .info strong.subTitle{
	margin-top:45px;
}

#detail .info ul{
	display:block;
	margin-bottom:18px;
}

#detail .info ul li{
padding-left:14px;
background-image:url(../img/bull.gif);
background-repeat:no-repeat;
background-position:left 6px;
padding-bottom:2px;
}

#detail .info a.lines{
	display:block;
	color:#183dbb;
	padding-left:48px;
	line-height:37px;
	height:37px;
	background-image:url(../img/lines.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:underline;
}

#detail .info a.lines:hover{
	text-decoration:none;
}

#detail .info a.print{
	display:block;
	color:#183dbb;
	padding-left:48px;
	line-height:44px;
	height:44px;
	background-image:url(../img/print.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:underline;
	margin-top:25px;
}

#detail .info a.print:hover{
	text-decoration:none;
}

#detail .image{
	width:700px;
	float:right;
	position:relative;
}

#detail .video {
	width:88%;
	margin:0px auto;
	padding-bottom:50px;
}

#detail .videoFrame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#detail .videoFrame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-container {
		width: 100%;
		height: 500px;
		margin-left: auto;
		margin-right: auto;
}
.swiper-slide {
		background-size: cover;
		background-position: center;
		background-repeat:no-repeat;
}
.gallery-top {
		width: 100%;
}
.gallery-top .swiper-slide{
	
}

.gallery-thumbs {
		width:100%;
		height:auto;
		padding-bottom:0;
		margin-bottom:45px;
		margin-top:40px;
		text-align:right;
}
.gallery-thumbs .swiper-slide {
		width:98px;
		height:100%;
		cursor:pointer;
		min-height:69px !important;
		max-height:69px !important;
		border:1px solid #666666;
		background-size:90%;
		display:inline-block;
		margin-left:12px;
		margin-bottom:12px;
}
.gallery-thumbs .swiper-slide-active {
	border:1px solid #f26766;
}


#nav{
	display:block;
	position:absolute;
	right:0;
	top:22px;
	font-family: 'Oswald', Arial, sans-serif;
	font-size:20px;
	color:#606060;
	font-weight:400;
}

#nav a, #nav span{
	display:inline-block;
	vertical-align:top;
}

#nav a{
	width:40px;
	height:37px;
	background-image:url(../img/prev.png);
	background-repeat:no-repeat;
	background-position:right center;
			transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

#nav a.prev{
	background-image:url(../img/prev.png);
	background-position:right center;
}

#nav a.next{
	background-image:url(../img/next.png);
	background-position:left center;
}

#nav a.prev:hover{
	background-position:left center;
}

#nav a.next:hover{
	background-position:right center;
}

#nav span{
	height:37px;
	line-height:37px;
	padding:0px 10px;
}

#related {
    width: 100%;
    background-color: #f0f1f9;
		padding-top:40px;
		padding-bottom:20px;
		margin-top:2px;
}

#related strong.title{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:18px;
	color:#181f43;
	font-weight:400;
	display:block;
	margin:0px 1% 0px 2.75%;
	margin-bottom:30px;
	line-height:22px;
  
}

#related .itemHome{
	min-height:396px;
	width: 30%;
	margin:0px 1%;
	margin-bottom: 50px;
}

#related .itemHome strong{
	color:#ea0100;
	width:93%;
	text-transform:none;
}

#related .itemHome a.linkMore{
	width:50%;
	margin-left:-25%;
}

#related .itemHome:first-child, #related .itemHome1{
	margin:0px 1% 0px 2.75%;
}

#related .itemHome:nth-child(3n+4){
	margin:0px 1% 0px 2.75%
}


/*COMPANY*/
#company{
	width:92%;
	text-align:left;
	padding-top:22px;
	padding-bottom:30px;
}

#company h1{
	font-size:27px;
	color:#ea0100;
	margin-bottom:40px;
}

#company h2{
	color:#181f43;
	margin-bottom:2px;
}


#company .colLeft{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	line-height:20px;
	width:38%;
	float:left;
	text-align:left;
}

#company .colRight{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	line-height:20px;
	width:55%;
	float:right;
	border-left:1px solid #b2b2b2;
}

#company .colRight div{
	padding-left:75px;
}

#company .colRight img{
	width:100%;
	margin-top:12px;
	margin-bottom:15px
}


#company .colMain{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	line-height:20px;
	width:100%;
	text-align:left;
	padding-bottom:40px;
}

#company .colMain p{
	margin:0px;
	padding:0px;
}

#company .colMain a{
	color:#181f43;
	text-decoration:underline;
}


/*CONSUMIBLES*/
.supplies{
width: 54%;
font-family: 'Raleway', Arial, sans-serif;
font-size: 14px;
color: #181f43;
line-height: 20px;
padding-bottom:30px;
}

.supplies strong.title{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:18px;
	color:#181f43;
	font-weight:400;
	display:block;
	margin-bottom:18px;
	text-transform:uppercase;
}

#supplies{
	width:92%;
	text-align:left;
	padding-top:22px;
	padding-bottom:30px;
}

#supplies h1{
	font-size:27px;
	color:#ea0100;
	margin-bottom:40px;
}

#supplies h2{
	color:#181f43;
	margin-bottom:2px;
}


#supplies .colLeft{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	line-height:20px;
	width:60%;
	float:left;
	text-align:left;
}

table.tableSupplies{
	width:100%;
	margin-bottom:25px;
}

table.tableSupplies td, table.tableSupplies th{
	padding:3px 5px;
}

table.tableSupplies th{
	background-color:#ededee;
}

table.tableSupplies tr:nth-child(odd){
  background-color:#ededee;
	
}

table.tableSupplies tr:nth-child(odd) td{
	border-top:1px solid #ccccd4;
	border-bottom:1px solid #ccccd4;
}

table.tableSupplies td.tableCode{
	width:20%;
}

/*CONTACT*/
#contact{
	width:92%;
	text-align:left;
	padding-top:22px;
	padding-bottom:30px;
}

#contact h1{
	font-size:27px;
	color:#ea0100;
	margin-bottom:40px;
}

#departments{
	display:block;
	width:41%;
	padding-right:1%;
	float:left;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	line-height:20px;
	border-right:1px solid #b2b2b2;
}

#departments ul{
	display:block;
	margin-top:20px;
}

#departments ul li{
	display:block;
	padding-left:38px;
	margin-bottom:23px;
	background-image:url(../img/dpt.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:16px;
	color:#ea0100;
}

#departments ul li a{
	color:#181f43
}

.location{
	padding-top:25px;
	padding-bottom:25px;
}

.location h2{
	color:#181f43;
}

.location .data{
	width:25%;
	float:left;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	line-height:19px;
}

.location .data a{
	color:#181f43;
}

.location .data strong{
	color:#ea0100;
	font-weight:normal;
}

.location .data ul{
	display:block;
}

.location .data ul li{
	padding-left:38px;
	margin-bottom:16px;
	background-image:url(../img/dpt.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}

.location .data ul li.time{
	background-image:url(../img/time.png);
}
.location .data ul li.loc{
	background-image:url(../img/loc.png);
}
.location .data ul li.tel{
	background-image:url(../img/tel.png);
}
.location .data ul li.mail{
	background-image:url(../img/mail.png);
}
.location .data ul li.coords{
	background-image:url(../img/coords.png);
}

.location .map{
	width:69%;
	float:right;
}
.location #mapE, .location #mapU{
	width:100%;
height:367px;
margin-bottom:15px;
}


a.route {
    display: block;
    float: right;
    background-color: #181f43;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    padding: 0px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*INTRANET*/
#inn{
	width:50%;
	text-align:left;
	margin:0px auto;
	padding:80px 0px;
	padding-top:128px;
}

#inn .downloads{
	padding-top:20px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
		line-height:16px;
}

#inn strong.title{
	font-family: 'Oswald', Arial, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:24px;
	display:block;
}

#inn ul{
	display:block;
	margin:20px 0px;
}

#inn ul li {
    margin-bottom:18px;
}

#inn ul li a {
    display: inline-block;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ea0100;
    padding-left: 62px;
    line-height: 20px;
    min-height: 35px;
    position: relative;
    vertical-align: top;
}

#inn ul li a:before {
    content: url(../img/play_over.png);
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

#inn ul.files li a:before {
	content:url(../img/pdf_over.png);
}

#inn ul.tech li a:before {
	content:url(../img/tech_over.png);
	padding-left:15px;
}

#inn ul li a:hover:before {
	opacity: 1;
}

#inn ul li a span{
	font-size:14px;
	display:inline-block;
	color:#181f43;
}

#qr{
	display:block;
	position:absolute;
	left:-175px;
	border:1px solid #bfbfbf;
	top:38px;
	width:116px;
	z-index:75;
	padding:16px;
}

.innMain{
	width:85% !important;
	padding-top:80px !important;
}

.qr{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #bfbfbf;
	width:auto;
	padding:16px;
	margin-bottom:20px;
	max-width:200px;
}


.innMain h1{
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
}

#alerts {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 15, 31, 0.9);
	z-index: 100;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ea0100;
}

a.closeLB {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 25px;
    margin-left: -450px;
    margin-top: -290px;
    z-index: 99;
    background-image: url(../img/closeLB.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.LBVideos {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 506px;
    margin-left: -450px;
    margin-top: -258px;
    z-index: 99;
}

video{
	width:100%;
}

#form{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#181f43;
	line-height:20px;
	padding-bottom:40px;
}

#contact #form{
	width:54%;
	float:right;
}

#inn #form{
	width:100%;
}


#form form{
	display:block;
	width:60%;
	margin:0px auto;
}

#formSending, #formOk {
    display: none;
    width: 65%;
    margin: 0px auto;
		text-align:center;
		font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    color: #ea0100;
    font-weight: 400;
		line-height:24px;
		padding:60px 0px;
}

#contact #form form{
	width:100%;	
}

#inn #form form{
	width:100%;	
}

#inn #formSending, #inn #formOk {
  width:100%;
}

#form .formLeft{
	width:39%;
	float:left;
}

#form .formRight{
	width:58%;
	float:right;
}

.inputC {
    margin: 0px;
    padding: 0px;
    width: 116px;
    height: 25px;
    border: 0px;
    background: #fff;
    border: 1px solid #a7a7a7;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #757575;
    padding-left: 8px;
    line-height: 25px;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.inputC{
	width:30.5%;
	margin-right:0.5%;
}

.inputMedium {

}
.textareaC {
    margin: 0px;
    padding: 0px;
    width: 302px;
    height: 195px;
    border: 0px;
    background: #fff;
    border: 1px solid #a7a7a7;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #757575;
    padding-left: 8px;
    line-height: 14px;
    display: inline-block;
    margin-right: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 8px;
    vertical-align: top;
}

.inputSelect {
    width:32%;
	margin-right:0.5%;
    height: 27px;
    color: #757575;
}

.error{
	border:1px solid #ea0100;
}

.lopd {
    display: inline-block;
    vertical-align: top;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: normal;
    color: #676767;
    text-align: left;
    padding-top: 3px;
}


.rentingTitle{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	color: #181f43;
	font-weight: 400;
	padding-bottom:12px;
	padding-top:8px;
}

.rentingTitle span{
	display:inline-block;
	vertical-align:middle;
	padding-right:20px;
}

.rentingTitle img{
	display:inline-block;
	vertical-align:middle;
}


.renting {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #181f43;
    text-align: left;
}

.rentingCheck{
	 font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #181f43;
    text-align: left;
		padding:20px 0px;
		padding-bottom:25px;
}

.rentingCheck input{
	width:17px;
	height:17px;
	display:inline-block;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}


.robots {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: normal;
    color: #676767;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
}

#form img {
    display: inline-block;
    vertical-align: middle;
}

input#sendBt {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ea0100;
    font-weight: bold;
    text-transform: uppercase;
		border:1px solid #ea0100;
    line-height: 30px;
    height: 30px;
    padding: 0px 50px;
		 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
		cursor:pointer;
}


#detail .inputC, #detail .textareaC, #detail .inputSelect, #contact .inputC, #contact .textareaC, #contact .inputSelect{
	width:100%;
	padding-left:0;
	margin-right:0;
	text-indent:8px;
}

#detail .textareaC, #contact .textareaC{
	text-indent:0;
	padding-left:3%;
	width:97%;
}

#Provincia, #Poblacio{
	display:none;
}

.inputSelect{
	text-indent:5px;
	padding-left:0px;
}

#inn .textareaC{
	width:48%;
}

#inn .lopd{
width:46%;
margin-left:1%;
font-size:10px;
}

#inn input#sendBt{
	float:right;
}


#captcha {
    margin-bottom: 0px;
    vertical-align: middle;
    width: 150px !important;
}

#foot{
	width:100%;
	background:#292929;
	padding:40px 0px;

}

#foot .content{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#c4c4c4;
	line-height:17px;
	text-align:center;
}

#foot .content strong{
	line-height:23px;
}

#foot .content .col{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

#foot .content .col:nth-child(2){
	padding:0px 66px;
}

#menuFoot{
	display:block;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color:#c4c4c4;
	border-left:1px solid #c4c4c4;
}

#menuFoot li{
	display:block;
	padding-left:15px;
	line-height:26px;
}

#menuFoot li.mn1{
	text-transform:uppercase;
}

#menuFoot li a{
	color:#c4c4c4;
}

#menuFoot li a:hover{
	color:#ea0100;
}


#cookies{
	width:100%;
	background-color:#333333;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:999;
display:none;
}

#cookies div{
width:88%;
font-family:'Raleway', 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
text-align:center;
padding:10px 0px;
margin:0px auto;
line-height:16px;
}

#cookies a{
font-family:'Raleway', 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
text-decoration:underline;
}

#cookies a.xx{
display:block;
position:absolute;
top:10px;
right:12px;
width:10px;
height:10px;
background-image:url(../img/cookiesClose.gif);
background-repeat:no-repeat;
background-position:left top;
text-decoration:none;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.print{
	display:none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #545454;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #545454;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #545454;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #545454;
}