@font-face {
    font-family: 'HelveticaNeueLTCom57Condensed';
    src: url('../fonts/helveticaneueltcom-cn.eot');
    src: url('../fonts/helveticaneueltcom-cn.eot') format('embedded-opentype'),
        /* url('../fonts/helveticaneueltcom-cn.woff') format('woff'),*/
         url('../fonts/helveticaneueltcom-cn.ttf') format('truetype'),
         url('../fonts/helveticaneueltcom-cn.svg#HelveticaNeueLTCom57Condensed') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTCom77BoldCondensed';
    src: url('../fonts/helveticaneueltcom-bdcn.eot');
    src: url('../fonts/helveticaneueltcom-bdcn.eot') format('embedded-opentype'),
         /*url('../fonts/helveticaneueltcom-bdcn.woff') format('woff'),*/
         url('../fonts/helveticaneueltcom-bdcn.ttf') format('truetype'),
         url('../fonts/helveticaneueltcom-bdcn.svg#HelveticaNeueLTCom77BoldCondensed') format('svg');
}
body{
	margin:0;
	padding:0;
	width:100%;
	font-family:'Droid Sans', arial;
	color:#273334;
}
*{
	margin:0;
	padding:0;
}
img{
	display:block;
	max-width:100%;
	border:0;
}
a{
	text-decoration:none;
}
.main{
	width:95%;
	margin:0 auto;
}
.header{
	float:left;
	width:100%;
	clear:both;
	background:#fff;
	position: relative;
	z-index:10;
	margin-top: 15px;
}
.logo {
    float: left;
	margin-left:5%;
   /* padding: 7px 0;*/
   margin-bottom:30px;
}
.logo h1 {
    height: 100px;
    text-indent: -9999px;
    width: 450px;
	background:url(../images/Logo_seinon_hq.png) no-repeat center;
}
.nav {
    float: right;
	margin-top: 25px;
	margin-right:8%;
}
.contacto {
    float: left;
    padding: 20px 0;
	margin-left: 50px;
	
}
.contacto > a {
    background: none repeat scroll 0 0 #9BC62D;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    float: right;
    font-size: 15px;
	font-family: 'HelveticaNeueLTCom57Condensed', 'Open Sans', sans-serif;
    padding: 5px 18px 5px 18px;
}
.contacto > a:hover, .mob-txt a:hover, .enviar:hover{
	background:#b3d853;
}
.nav a {
    color: #888;
    display: block;
    float: left;
    font-size: 17px;
    margin: 12px 15px;
}

.nav li {
    float: left;
    list-style: none outside none;
}

#botondeacceso{
	border:2px solid #888;
	padding:5px 15px;
	margin-top:5px;
}

.banner-area {
    /*background: url("../images/banner-shadow.png") no-repeat scroll 78% 1% #B9B9B9;*/
	background: url(../images/cover-seinon_hq-1.jpg) no-repeat top right fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    clear: both;
    float: left;
    width: 100%;
	position:relative;
	z-index:0;
	/*background-size: 100% 85%;
	background-position: 0 -50px;*/
}
.banner-triangle{
	position:absolute;
	bottom:-16px;
	left:50%;
	width:39px;
	height:16px;
	margin-left:-19px;
	background:url(../images/triangle.png) no-repeat center top;
}
.banner-form {
    float: left;
    margin: 150px 130px; 0;
    max-width: 366px;
    width: 30%;
}
.banner-form form{
	float:left;
	width:100%;
	padding-bottom: 30px;
}
.banner-form h2{
	font-size:60px;
	color:#273334;
	font-weight: normal;
	font-family: 'HelveticaNeueLTCom77BoldCondensed', 'Open Sans', sans-serif;
}

.left-form label {
    display: block;
    padding: 13px 0 3px;
    width: 100%;
}
.left-form input[type="text"]{
	padding:10px 2%;
	width:250px;
	background:#efefef;
	border:0;
}
.left-form input[type="password"]{
	padding:10px 2%;
	width:250px;
	background:#efefef;
	border:0;
}
.left-form input[type="button"]{
	background:#1daec6;
	border:1px solid #fff;
	border-radius:5px;
	padding:5px 37px;
	color:#fff;
	margin-top: 24px;
	font-family:'HelveticaNeueLTCom57Condensed', 'Open Sans', sans-serif;
	font-size:18px;
	cursor:pointer;
}
.left-form input[type="submit"]{
	background-color: #333333;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
	margin-top:20px;
	font-size:18px;
	border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border: 0px solid #000000;
}
.left-form input[type="button"]:hover{
	background:#42c3d8;
}
.banner-form p{
	font-family:'HelveticaNeueLTCom57Condensed', 'Open Sans', sans-serif;
	font-size: 19px;
	color:#273334;
}
.banner-girl {
    float: right;
    margin-top: -45px;
	width: 64%;
	
}
.banner-bottom{
	width:100%;
	clear:both;
	float:left;
}
.mob-img{
	float:left;
	margin-top: 50px;
	margin-left: 2%;
}
.mob-txt{
	float:right;
	margin-top: 140px;
	width:50%;
}
.mob-txt h3{
	color:#465f6c;
	font-weight:normal;
	font-family:'HelveticaNeueLTCom57Condensed', 'Open Sans', sans-serif;
	font-size:35px;
}
.mob-txt p {
    color: #7297AB;
    margin-top: 10px;
    padding-right: 50px;
}
.mob-txt a{
    background: none repeat scroll 0 0 #9BC62D;
    border-radius:4px;
    color: #FFFFFF;
    float: left;
	margin: 30px 0 0;
    font-family: 'HelveticaNeueLTCom57Condensed','Open Sans',sans-serif;
    font-size:20px;
    padding: 5px 18px;
}
.big-icons {
    float: left;
    margin: 5px 2%;
    width: 29%;
}
.big-icons-area {
    background: none repeat scroll 0 0 #F0F1F2;
    clear: both;
	padding: 70px 0;
    float: left;
    width: 100%;
}
.icons-img > img {
    display: inline;
    transition: all 0.5s ease 0s;
}
.big-icons:hover .icons-img > img {
    transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.social-icon img:hover {
    transition: all 0.5s ease 0s;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.icons-img {
    text-align: center;
	padding-bottom: 10px;
    width: 100%;
}
.footer{
	width:100%;
	float:left;
	padding: 38px 0;
	clear:both;
	background:#344650;
}
.footer-div li {
    list-style: none outside none;
}
.content {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    float: left;
	width:100%;
}
.contact-form {
    margin: 50px auto 0;
    text-align: center;
    width: 582px;
}
.form-div {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    padding: 18px 0;
}
.contact-form input, .contact-form textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
	color:#86a3b2;
	font-size:14px;
	font-family:'Droid Sans', arial;
}
.inp-cont {
    padding: 0 4%;
    width: 92%;
}
.inp-cont input {
    float: left;
    padding: 10px 2%;
    width: 42%;
}
.second-inp {
    float: right !important;
}
.inp-cont textarea {
    margin-top: 18px;
	height: 70px;
    width: 96%;
	resize:none;
}
.enviar {
    background: none repeat scroll 0 0 #9BC62D;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: 'HelveticaNeueLTCom57Condensed','Open Sans',sans-serif;
    font-size: 18px;
    margin: 30px 0 0;
    padding: 9px 22px;
}
.form-btn{
	float:left;
	width:100%;
	padding:50px 0;
}
.contact-form > h3 {
    color: #465F6C;
    font-family: 'HelveticaNeueLTCom57Condensed','Open Sans',sans-serif;
    font-size: 30px;
    font-weight: normal;
}
.social-icon img {
    display: inline;
}
.social-icon {
    padding: 30px 0;
    width: 100%;
}
.footer-div {
    float: left;
    margin-right: 8%;
}
.footer-div a{
	color:#fff;
	font-size:12px;
}
.footer-icon img {
    display: inline;
    width: 27px;
}
.footer-icon {
    margin-top: 10px;
}
.footer-link {
    float: right;
    width: 230px;
}
.footer-link > h3 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.footer-footer{
	width:100%;
	clear:both;
	background:url(../images/footer-footer.png);
	padding:3px 0;
	float:left;
}
.footer-footer-right {
    float: right;
    padding: 10px 0;
}
.footer-footer-right span {
    color: #FFFFFF;
    float: right;
	font-weight:bold;
    font-size: 13px;
    padding: 5px 0 5px 30px;
	background:url(../images/phone.png) no-repeat left center;
}
.footer-footer-left {
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    padding: 15px 0;
}
.icons-img > h3{
	color: #465F6C;
    font-family: 'HelveticaNeueLTCom57Condensed','Open Sans',sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin-top: 20px;
}
.big-icons > p {
    color: #87A3B2;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
}

@media (max-width:1010px){
	.nav a{
		margin:12px 20px;
	}
	.banner-form{
		margin-top:130px;
	}
}
@media (max-width:950px){
	.nav a{
		margin:12px 17px;
	}
	.banner-form{
		margin-top:100px;
	}
}
@media (max-width:900px){
	.nav a{
		margin:12px 14px;
	}
	.banner-form{
		margin-top:90px;
	}
}
@media (max-width:850px){
	.nav a{
		font-size:14px;
	}
	.container{
		min-width:768px;
	}
	.banner-form{
		margin-top:70px;
	}
	.icons-img > h3{
		font-size:26px;
	}
	.footer-link{
		width:170px;
	}
}

@media (max-width:800px){
	.nav a {
		font-size: 14px;
		margin: 13px 11px;
	}
	.banner-form{
		margin-top:40px;
	}
}

@media (max-width:1410px){

	.logo{
		margin-left:10px;
	}
	.logo h1{
		width:400px;
	}
	.nav {
		margin:15px 10px !important;
	}
	#botondeacceso{
		margin-top:5px !important;
	}
}

@media (max-width:1235px){

	.logo{
		margin-left:5px;
	}
	.logo h1{
		width:380px;
		background-size:90%;
	}
	.nav a{
		margin:15px 6px !important;
	}
	.nav {
		margin-right:2%;
	}
	#botondeacceso{
		margin-top:5px !important;
	}
}

@media (max-width:1055px){

	.logo{
		margin-left:0;
	}
	.logo h1{
		width:350px;
		background-size:80%;
	}
	.nav a{
		margin:12px 6px !important;
	}
	.nav {
		margin-right:0;
	}
	#botondeacceso{
		margin-top:5px !important;
	}
}




	