@charset "utf-8";
/* CSS Document */

/* font */
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('fonts/Roboto_Slab/RobotoSlab-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('fonts/Roboto_Slab/RobotoSlab-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoSlab-Thin';
  src: url('fonts/Roboto_Slab/RobotoSlab-Thin.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoSlab-Light';
  src: url('fonts/Roboto_Slab/RobotoSlab-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Cyberella_Unicode';
  src: url('fonts/Cyberella_Unicode/AC-Cyberella_Unicode.otf') format('truetype'); 
}
@font-face {
  font-family: 'Fifindrel_Unicode';
  src: url('fonts/Fifindrel_Unicode/AC-Fifindrel_Unicode.otf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src:url('fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url('fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url('fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('fonts/Open_Sans/OpenSans-Semibold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: url('fonts/Open_Sans/OpenSans-SemiboldItalic.ttf') format('truetype'); 
}
/* general */
#hidden {
	max-width:450px;
	width:100%;
}
#hidden .popup_nslt {
	#position:absolute;
	#margin:auto auto;
	width:350px;
	height:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#hidden .popup_nslt img {
	display:block;
	margin:5px auto;
	width:100%;
	max-width:350px;
}
#hidden .popup_nslt h4 {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	color:#333;
	text-align:center;
}
#hidden .seeOff {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1em;
	background:#514434;
	border:solid 2px #514434;
	display:block;
	margin:15px auto auto auto;
	padding:10px 15px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#hidden .seeOff:hover {
	color:#514434;
	background:#f1f1f1;
}
#hidden .popup_nslt .super {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	color:#BF0077;
	text-align:center;
}
#hidden .popup_nslt .after_sub {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	color:#333;
	text-align:center;
}
@media (max-width:449px) {
	#hidden {
	max-width:300px;
	width:100%;
}
#hidden .popup_nslt {
	width:250px;
}
#hidden .popup_nslt img {
	max-width:250px;
}

}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrappers {
	min-height:100%;
	position:relative;
	background-color:#f7f4f2;
}
#content {
	margin: 0px;
	padding-top: 0px;
}
#goTop{
	padding:0px;
	position:fixed;
	top:85%;
	right:-100px;
	background-image: url(pics/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 75px;
	z-index: 11001;
	cursor:pointer;
}
/* general */
/* header */
.header_index, .header_nav {
	z-index: 110;
	position:fixed;
	top: 0px;
	left: auto;
	right: auto;
	width: 100%;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #eae7e5;
}
.header_nav {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
a:link, a:visited, a:active{
	color: #197f7e;
	text-decoration: none;
	font-family: 'OpenSans-Regular', sans-serif;
}
a:hover {
	text-decoration: underline;
	font-family: 'OpenSans-Regular', sans-serif;
}
#wrappers .header_index .header_top {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1200px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position:relative;
}
#wrappers .header_index .header_top #lang {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index:6001;
}
#wrappers .header_index .header_top #lang a {
	font-family: 'OpenSans-Regular', sans-serif;
	color: rgba(102, 116, 95, 0.85);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	padding: 10px;
}
#wrappers .header_index .header_top #lang a:hover {
	color: rgba(102, 116, 95,1);
	background-color:rgba(255, 255, 255, 0.75);
	text-decoration:none
}
#wrappers .header_index .header_top #lang a:nth-child(1) {
	border-right:solid 1px #d3cfcc;
	
}
#wrappers .header_index .header_top #lang a:nth-child(2) {
	border-left:solid 1px #ffffff;
}
#wrappers .header_index .header_top #logo {
	position: absolute;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index:4001;
}
#wrappers .header_index .header_top #logo img{
	height: auto;
	width: 100%;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
/* header */


/* footer */
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #eae7e5;	
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #footer #footer_into {
	height: auto;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #footer #footer_into #footer_into_left {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #footer #footer_into #footer_into_left #titlos {
	font-family: 'OpenSans-Light', sans-serif;
	color: #706e6d;
	display: block;
	clear: both;
	font-weight: normal;
}
#wrappers #footer #footer_into #footer_into_left #text {
	font-family: 'RobotoSlab-Light', sans-serif;
	color: #706e6d;
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: normal;
}
#wrappers #footer #footer_into #footer_into_left #form {
	width: 100%;
	padding-top: 3px;
	display: block;
}
#wrappers #footer #footer_into #footer_into_left #form form input {
	font-family: 'OpenSans-Light', sans-serif;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom:solid 1px rgba(112,110,109,.25);
	border-left-width: 0px;
	padding: 3px;
	display: block;
	color: #706e6d;
}
#wrappers #footer #footer_into #footer_into_left #form form input::-webkit-input-placeholder {
   color:rgba(112,110,109, 0.5);
}
#wrappers #footer #footer_into #footer_into_left #form form input:-moz-placeholder { /* Firefox 18- */
   color:rgba(112,110,109, 0.5);
}
#wrappers #footer #footer_into #footer_into_left #form form input::-moz-placeholder {  /* Firefox 19+ */
   color:rgba(112,110,109, 0.5);  
}
#wrappers #footer #footer_into #footer_into_left #form form input:-ms-input-placeholder {  
   color:rgba(112,110,109, 0.5); 
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor:pointer;
}
#wrappers #footer #footer_into #footer_into_center {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #footer #footer_into #footer_into_center #titlos {
	font-family: 'OpenSans-Light', sans-serif;
	color: #706e6d;
	display: block;
	padding: 5px;
	clear: both;
	font-weight: normal;
}
#wrappers #footer #footer_into #footer_into_center #social {
	margin-top:2%;
	z-index: 2000;
	display: block;
	margin-left:auto;
	margin-right:auto;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	##background-color: rgba(19, 103, 102, 0.55);
}
#wrappers #footer #footer_into #footer_into_center #social a {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #footer #footer_into #footer_into_right {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #footer #footer_into #footer_into_right #titlos {
	font-family: 'OpenSans-Light', sans-serif;
	color: #706e6d;
	display: block;
	padding: 5px;
	clear: both;
	font-weight: normal;
}
#wrappers #footer #footer_into #footer_into_right #info {
	font-family: 'OpenSans-Light', sans-serif;
	height: auto;
	color:rgba(255, 255, 255, 0.85);
	font-weight: normal;
}

#wrappers #footer #footer_into #footer_into_right #info #row {
	
}
#wrappers #footer #footer_into #footer_into_right #info #row a{
	font-family: 'OpenSans-Light', sans-serif;
	color:rgba(112,110,109, 0.85);
	display: block;
	font-weight: normal;
}
#wrappers #footer #footer_into #footer_into_right #info #row a:hover{
	text-decoration:none;
	color:rgba(112,110,109, 1);
}
#wrappers #footer #powered {
	font-family: 'RobotoSlab-Regular', sans-serif;
	text-align: center;
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 10px;
	font-weight: normal;
	color:rgba(112,110,109, 0.55);
	font-size: .8em;
}
#wrappers #footer #powered a{
	color:rgba(112,110,109, 0.75);
}
/* footer */
/* media queries min-width: 1000px*/

@media all and (min-width: 1200px) {
#content {
	padding-bottom: 200px;
}
/* header */
#wrappers .header_index .header_top {
	height: 75px;
	position:relative;
}
#wrappers .header_nav .header_top {
	height: 45px;
	position:relative;
}
#wrappers .header_index .header_top #lang {
	width: auto;
	top: 5px;
	right: 2%;
	position: absolute;
}
#wrappers .header_index .header_top #lang a {
	display: inline-block;
	font-size: 1em;
	height: 15px;
}

#wrappers .header_index .header_top #logo {
	height: 104px;
	width: 210px;
	top: 2px;
	left: 0;
	right:0;
	margin:auto;
	display: block;
}
#wrappers .header_nav .header_top #logo {
	height: 62px;
	width: 125px;
	top: 2px;
	left: 0;
	right:0;
	margin:auto;
	display: block;
}
/* header */



/* footer */
#footer {
	height: 200px;	
}
#wrappers #footer #footer_into {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}
#wrappers #footer #footer_into #footer_into_left {
	display: block;
	float: left;
	height: auto;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	width: 30%;
}
#wrappers #footer #footer_into #footer_into_left #titlos {
	font-size: 2em;
}
#wrappers #footer #footer_into #footer_into_left #text {
	font-size: 0.8em;
	margin-top: 10px;
}
#wrappers #footer #footer_into #footer_into_left #form form input {
	width: 200px;
	height: 25px;
	font-size: .9em;
	float: left;
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom {
	float: left;
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(pics/check.png);
	opacity: 0.85;
    filter: alpha(opacity=80);
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
#wrappers #footer #footer_into #footer_into_center {
	display: block;
	float: left;
	height: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 31%;
	padding-left: 2%;
	text-align:center;
}
#wrappers #footer #footer_into #footer_into_center #titlos {
	font-size: 2em;
}
#wrappers #footer #footer_into #footer_into_center #social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin:10px;
	height: auto;
	width:25px;
}
#wrappers #footer #footer_into #footer_into_center #social:nth-child(2) {
	margin-left:none;
	#border:solid;
}
#wrappers #footer #footer_into #footer_into_center #social:nth-child(7) {
	margin-right:none;
	#border:solid;
}
#wrappers #footer #footer_into #footer_into_center #social a {
	width:100%;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#wrappers #footer #footer_into #footer_into_center #social a:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}
#wrappers #footer #footer_into #footer_into_right {
	display: block;
	float: left;
	height: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 20%;
	float:right;
}
#wrappers #footer #footer_into #footer_into_right #titlos {
	font-size: 2em;
}
#wrappers #footer #footer_into #footer_into_right #info {
	margin:auto;
	display:inline-block;
	#border:solid;
	margin-top: 10px;
}
#wrappers #footer #footer_into #footer_into_right #info #row a{
	font-size: .85em;
	float:left;
	display: block;
	width:100%;
	padding-top:.5%;
	padding-bottom:.5%;
	##border:solid;
	#height:25px;
	##text-align:center;
}
#wrappers #footer #footer_into #footer_into_right #info #row img{
	width:25px;	
	margin-right:10px;
	display:inline-block;
	vertical-align:bottom;
}
#wrappers #footer #footer_into #footer_into_right #info #row:first-child {
	padding-top:0%;
}
#wrappers #footer #footer_into #footer_into_right #info #row:last-child {
	padding-bottom:0%;
}

/* footer */
}
/* media queries min-width: 600px and max-width: 899px */

@media all and (min-width: 768px) and (max-width: 1199px) {
#content {
	padding-bottom: 250px;
}
/* header */
#wrappers .header_index .header_top {
	height: 45px;
}
#wrappers .header_index .header_top #lang {
	width: auto;
	height: 15px;
	top: 1px;
	right:2%;
	position: absolute;
}
#wrappers .header_index .header_top #lang a {
	display: inline-block;
	font-size: 1em;
	##height: 15px;
}

#wrappers .header_index .header_top #logo {
	height: 74px;
	width:150px;
	top: 2px;
	left: 0;
	right: 0;
	margin:auto;
}
/* header */




/* footer */
#footer {
	height: 250px;	
}
#wrappers #footer #footer_into {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 98%;
}
#wrappers #footer #footer_into #footer_into_left {
	display: block;
	float: left;
	height: auto;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	width: 30%;
}
#wrappers #footer #footer_into #footer_into_left #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_left #text {
	font-size: 0.8em;
	margin-top: 20px;
}
#wrappers #footer #footer_into #footer_into_left #form form input {
	width: 75%;
	height: 25px;
	font-size: .9em;
	float: left;
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom {
	float: left;
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(pics/check.png);
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}
#wrappers #footer #footer_into #footer_into_center {
	display: block;
	float: left;
	height: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 40%;
	padding-left: 2%;
	text-align:center;
}
#wrappers #footer #footer_into #footer_into_center #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_center #social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin:10px;
	height: auto;
	width:25px;
}
#wrappers #footer #footer_into #footer_into_center #social:nth-child(2) {
	margin-left:none;
	#border:solid;
}
#wrappers #footer #footer_into #footer_into_center #social:nth-child(7) {
	margin-right:none;
	#border:solid;
}
#wrappers #footer #footer_into #footer_into_center #social a {
	width:100%;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#wrappers #footer #footer_into #footer_into_center #social a:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}
#wrappers #footer #footer_into #footer_into_right {
	display: block;
	float: left;
	height: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 25%;
	float:right;
}
#wrappers #footer #footer_into #footer_into_right #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_right #info {
	margin:auto;
	display:inline-block;
	#border:solid;
	margin-top: 10px;

}
#wrappers #footer #footer_into #footer_into_right #info #row a{
	font-size: .85em;
	float:left;
	display: block;
	width:100%;
	padding-top:.5%;
	padding-bottom:.5%;
	##border:solid;
	height:25px;
	##text-align:center;
}
#wrappers #footer #footer_into #footer_into_right #info #row img{
	width:25px;	
	margin-right:10px;
	display:inline-block;
	vertical-align:bottom;
}
#wrappers #footer #footer_into #footer_into_right #info #row:first-child {
	padding-top:0%;
}
#wrappers #footer #footer_into #footer_into_right #info #row:last-child {
	padding-bottom:0%;
}

/* footer */
}
/* media queries min-width: 401px and max-width: 599px */

@media all and (min-width: 400px) and (max-width: 767px) {
#content {
	padding-bottom: 600px;
}
#wrappers .header_index .header_top {
	height:35px;
}
#wrappers .header_index .header_top #lang {
	width: auto;
	height: 15px;
	top: 0px;
	right:4%;
	position: absolute;
}
#wrappers .header_index .header_top #lang a {
	display: inline-block;
	font-size: .9em;
	height: 15px;
}

#wrappers .header_index .header_top #logo {
	height: 50px;
	width: 100px;
	position: relative;
	top: 1px;
	left: 0;
	right:0;
	margin:auto;
	display: block;
	z-index:5001;
}
	
/* header */


/* footer */
#footer {
	height: 600px;	
}
#wrappers #footer #footer_into {
	padding-top: 10px;
	width: 98%;
}
#wrappers #footer #footer_into #footer_into_left {
	width: 100%;
	text-align:center;
	border-bottom:solid 1px #dad5d1;
	padding-bottom:25px;
	display:inline-block;
}
#wrappers #footer #footer_into #footer_into_left #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_left #text {
	font-size: 0.8em;
	margin-top: 10px;
}
#wrappers #footer #footer_into #footer_into_left #form form input {
	width: 85%;
	height: 25px;
	font-size: .9em;
	display:inline-block;
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom {
	height: 30px;
	width: 30px;
	background-image: url(pics/check.png);
	opacity: 0.5;
    filter: alpha(opacity=50);
    display:inline-block;
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}
#wrappers #footer #footer_into #footer_into_center {
	width: 100%;
	text-align:center;
	border-top:solid 1px #f9f8f8;
	padding-top:25px;
	border-bottom:solid 1px #dad5d1;
	padding-bottom:25px;
	display:inline-block;
}
#wrappers #footer #footer_into #footer_into_center #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_center #social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin:10px;
	height: auto;
	width:40px
}
#wrappers #footer #footer_into #footer_into_center #social:nth-child(2) {
	margin-left:none;
	#border:solid;
}
#wrappers #footer #footer_into #footer_into_center #social:nth-child(7) {
	margin-right:none;
	#border:solid;
}
#wrappers #footer #footer_into #footer_into_center #social a {
	width:100%;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#wrappers #footer #footer_into #footer_into_center #social a:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}
#wrappers #footer #footer_into #footer_into_right {
	width: 100%;
	text-align:center;
	border-top:solid 1px #f9f8f8;
	padding-top:25px;
}
#wrappers #footer #footer_into #footer_into_right #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_right #info {
	margin:auto;
	display:inline-block;
	#border:solid;
	margin-top: 10px;

}
#wrappers #footer #footer_into #footer_into_right #info #row a{
	font-size: .85em;
	float:left;
	display: block;
	width:100%;
	padding-top:.5%;
	padding-bottom:.5%;
	##border:solid;
	height:25px;
	##text-align:center;
}
#wrappers #footer #footer_into #footer_into_right #info #row img{
	width:25px;	
	margin-right:10px;
	display:inline-block;
	vertical-align:bottom;
}
#wrappers #footer #footer_into #footer_into_right #info #row:first-child {
	padding-top:0%;
}
#wrappers #footer #footer_into #footer_into_right #info #row:last-child {
	padding-bottom:0%;
}

/* footer */
}
/* media queries max-width: 400px */

@media all and (max-width: 399px) {
#content {
	padding-bottom: 600px;
}
#wrappers .header_index .header_top {
	height: 35px;
}
#wrappers .header_index .header_top #lang {
	width: auto;
	##height: 15px;
	top: 0px;
	right: 4%;
	position:absolute;
}
#wrappers .header_index .header_top #lang a {
	display: inline-block;
	font-size: .85em;
	height: 15px;
}

#wrappers .header_index .header_top #logo {
	height: 50px;
	width: 100px;
	position: relative;
	top: 1px;
	left: 0;
	right:0;
	margin:auto;
	display: block;
	z-index:5001;
}
/* header */

/* footer */
#footer {
	height: 600px;	
}
#wrappers #footer #footer_into {
	padding-top: 10px;
	width: 98%;
}
#wrappers #footer #footer_into #footer_into_left {
	width: 100%;
	text-align:center;
	border-bottom:solid 1px #dad5d1;
	padding-bottom:25px;
	display:inline-block;
}
#wrappers #footer #footer_into #footer_into_left #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_left #text {
	font-size: 0.8em;
	margin-top: 10px;
}
#wrappers #footer #footer_into #footer_into_left #form form input {
	width: 85%;
	height: 25px;
	font-size: .9em;
	display:inline-block;
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom {
	height: 30px;
	width: 30px;
	background-image: url(pics/check.png);
	opacity: 0.5;
    filter: alpha(opacity=50);
    display:inline-block;
}
#wrappers #footer #footer_into #footer_into_left #form form .zoom:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}
#wrappers #footer #footer_into #footer_into_center {
	width: 100%;
	text-align:center;
	border-top:solid 1px #f9f8f8;
	padding-top:25px;
	border-bottom:solid 1px #dad5d1;
	padding-bottom:25px;
	display:inline-block;
}
#wrappers #footer #footer_into #footer_into_center #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_center #social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin:10px;
	height: auto;
	width:25px
}
#wrappers #footer #footer_into #footer_into_center #social:nth-child(2) {
	margin-left:none;
	#border:solid;
}
#wrappers #footer #footer_into #footer_into_center #social:nth-child(7) {
	margin-right:none;
	#border:solid;
}
#wrappers #footer #footer_into #footer_into_center #social a {
	width:100%;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#wrappers #footer #footer_into #footer_into_center #social a:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}
#wrappers #footer #footer_into #footer_into_right {
	width: 100%;
	text-align:center;
	border-top:solid 1px #f9f8f8;
	padding-top:25px;
}
#wrappers #footer #footer_into #footer_into_right #titlos {
	font-size: 1.75em;
}
#wrappers #footer #footer_into #footer_into_right #info {
	margin:auto;
	display:inline-block;
	#border:solid;
	margin-top: 10px;

}
#wrappers #footer #footer_into #footer_into_right #info #row a{
	font-size: .85em;
	float:left;
	display: block;
	width:100%;
	padding-top:.5%;
	padding-bottom:.5%;
	##border:solid;
	height:25px;
	##text-align:center;
}
#wrappers #footer #footer_into #footer_into_right #info #row img{
	width:25px;	
	margin-right:10px;
	display:inline-block;
	vertical-align:bottom;
}
#wrappers #footer #footer_into #footer_into_right #info #row:first-child {
	padding-top:0%;
}
#wrappers #footer #footer_into #footer_into_right #info #row:last-child {
	padding-bottom:0%;
}

/* footer */
}

/* theslider */
#theslider, #theslider_into {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#theslider .theslider_desc {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background: transparent url(pics/pattern.png) repeat top left; 
	background-color: rgba(33,33,33,.21);
}
#theslider .theslider_desc  span> img {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#theslider .theslider_desc span > h2 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'OpenSans-Light', sans-serif;
	color: rgba(255,255,255,1);
	letter-spacing:.05em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
}
#theslider .theslider_desc span {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
/* theslider */

@media all and (min-width: 1200px) {
/* theslider */
#theslider {
	width:100%; 
	height: 100%;
	max-height:800px;
	overflow:hidden;
	position: relative;
	text-align:center;
	z-index:102;
	#border:solid;
}
#theslider .theslider_desc {
	position: absolute;
	display: block;
	height: 100%;
	overflow:hidden;
	width: 100%;
	z-index:101;
	top: 0;
	left:0;
	right:0;
}

#theslider .theslider_desc span > h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 6em;
	padding:0px;
	line-height: 100%;
}
#theslider .theslider_desc span {
	position: absolute;
	top: 15%;
	left:0;
	right:0;
	margin:auto;
}
/* theslider */
}
@media all and (min-width: 1000px) and (max-width: 1199px) {
/* theslider */
#theslider {
	width:100%; 
	height: 100%;
	max-height:600px;
	overflow:hidden;
	position: relative;
	text-align:center;
	z-index:102;
	#border:solid;
}
#theslider .theslider_desc {
	position: absolute;
	display: block;
	height: 100%;
	overflow:hidden;
	width: 100%;
	z-index:101;
	top: 0;
	left:0;
	right:0;
}

#theslider .theslider_desc span > h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 5em;
	line-height: 100%;
}
#theslider .theslider_desc span {
	position: absolute;
	top: 17%;
	left:0;
	right:0;
	margin:auto;
}
/* theslider */
}

@media all and (min-width: 768px) and (max-width: 999px) {
/* theslider */
#theslider {
	width:100%; 
	height: 100%;
	max-height:550px;
	overflow:hidden;
	position: relative;
	text-align:center;
	z-index:102;
	#border:solid;
}
#theslider .theslider_desc {
	position: absolute;
	display: block;
	height: 100%;
	overflow:hidden;
	width: 100%;
	z-index:101;
	top: 0;
	left:0;
	right:0;
}

#theslider .theslider_desc span > h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 4em;
	line-height: 100%;
}
#theslider .theslider_desc span {
	position: absolute;
	top: 15%;
	left:0;
	right:0;
	margin:auto;
}
/* theslider */
}
@media all and (min-width: 600px) and (max-width: 767px) {
/* theslider */
#theslider {
	width:100%; 
	height: 100%;
	max-height:500px;
	overflow:hidden;
	position: relative;
	text-align:center;
	z-index:102;
	#border:solid;
}
#theslider .theslider_desc {
	position: absolute;
	display: block;
	height: 100%;
	overflow:hidden;
	width: 100%;
	z-index:101;
	top: 0;
	left:0;
	right:0;
}

#theslider .theslider_desc span > h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 4em;
	line-height: 100%;
}
#theslider .theslider_desc span {
	position: absolute;
	top: 15%;
	left:0;
	right:0;
	margin:auto;
}
/* theslider */
}
@media all and (min-width: 400px) and (max-width: 599px) {
/* theslider */
#theslider {
	width:100%; 
	height: 100%;
	max-height:450px;
	overflow:hidden;
	position: relative;
	text-align:center;
	z-index:102;
	#border:solid;
}
#theslider .theslider_desc {
	position: absolute;
	display: block;
	height: 100%;
	overflow:hidden;
	width: 100%;
	z-index:101;
	top: 0;
	left:0;
	right:0;
	background: none;
	background-color:rgba(232,216,197,1);
}

#theslider .theslider_desc span > h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 2em;
	color:#7a8e6e;
	line-height: 95%;
}
#theslider .theslider_desc span {
	position: absolute;
	top: 23%;
	left:0;
	right:0;
	margin:auto;
	z-index:3001;
}
/* theslider */
}
@media all and (max-width: 399px) {
/* theslider */
#theslider {
	width:100%; 
	height: 100%;
	max-height:450px;
	overflow:hidden;
	position: relative;
	text-align:center;
	z-index:102;
	#border:solid;
}
#theslider .theslider_desc {
	position: absolute;
	display: block;
	height: 100%;
	overflow:hidden;
	width: 100%;
	z-index:101;
	top: 0;
	left:0;
	right:0;
	background: none;
	background-color:rgba(232,216,197,1);
}

#theslider .theslider_desc span > h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 2em;
	color:#7a8e6e;
	line-height: 95%;
}
#theslider .theslider_desc span {
	position: absolute;
	top: 25%;
	left:0;
	right:0;
	margin:auto;
}
/* theslider */
	
}