@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'); 
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
  url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
  url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
  url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* general */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrappers {
	min-height:100%;
	position:relative;
	background-color: #fff;
}
#content {
	margin: auto;
	padding-top: 0px;
	width:100%;
	#max-width:1400px;
}
#goTop{
	padding:0px;
	position:fixed;
	bottom:0%;
	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;
}

#response {
	font-family: 'RobotoSlab-Regular', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height:150%;
	margin-bottom:5%;
	width: 100%;
}
#response a{
	color:#333;
	font-size: 1.25em;
	font-family: 'RobotoSlab-Regular', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#response a:hover{
	color: #333;
	text-decoration: underline;
}

/* general */

/* header nav*/
.header_index_nav {
	#-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	#-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	#box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
/* header nav*/
/* header */
.header_index {
	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: #039be5;
}
#wrappers .header_index  #top_menu {
	##padding: 2px;
	-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;
	max-width:1400px;
}
#wrappers .header_index #top_menu #logo {
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
#wrappers .header_index #top_menu #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;
}
#wrappers .header_index  #top_menu #info{
	-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:#fff;
}
#wrappers .header_index  #top_menu #home {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color:rgba(255,255,255,.75);
	text-decoration:none;
	font-family: 'OpenSans-Regular', sans-serif;
}
#wrappers .header_index  #top_menu #home:hover {
	color:#fff;
}
#wrappers .header_index  #top_menu  #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;
}
#wrappers .header_index  #top_menu #lang a{
	display:inline-block;
	color:rgba(255,255,255,.75);
	text-decoration:none;
	font-family: 'OpenSans-Regular', sans-serif;
}
#wrappers .header_index  #top_menu #lang a:first-child{
	border-right:solid 1px rgba(255,255,255,.25);
	padding-right:5px;
}
#wrappers .header_index  #top_menu #lang a:last-child{
	padding-left:3px;
}
#wrappers .header_index  #top_menu  #lang a:hover{
	color:#fff;
}

.header_index .search{
	-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_index .search input#search{
  background: rgba(255,255,255,.25);
  border: none;
  float: left;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header_index  .search input#search::-webkit-input-placeholder {
   color: rgba(33,33,33,.25);
}
.header_index  .search input#search:-moz-placeholder { /* Firefox 18- */
   color: rgba(33,33,33,.25);
}
.header_index  .search input#search::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(33,33,33,.25); 
}
.header_index  .search input#search:-ms-input-placeholder {  
   color: rgba(33,33,33,.25);
}
.header_index  .search button.icon{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  background: #fff;
  color: #039be5;
  opacity: 0;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}
.header_index  .search:hover button.icon,.header_index  .search:active button.icon,.header_index  .search:focus button.icon{
  outline: none;
  opacity: 1;
  cursor:pointer;
}
.header_index .search:hover button.icon:hover{
  background: #039be5;
  color: #fff;
}


#wrappers .header_index .header_menu {
	#height: auto;
	text-align: 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;
}
/* header */


/* theslider_into */
#theslider_into {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
/* theslider_into */

/* main_content */
.main_content {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position:relative;
	padding-bottom:50px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.main_content  h2,.main_content  .text  h3,.main_content  .text  h4,.main_content  .text  h5 {
	color: #000;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
}
.main_content  h2 {
	#border-bottom:solid 1px rgba(33,33,33,.25);
	padding-bottom:1%;
	color: #039be5;
}
.main_content .text{
	color: #333;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
}



#wrappers #content .main_content .text .tour {
	width: 100%;
	overflow: hidden;
	text-align:center;
	cursor:pointer;
	-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;
	margin:.25%;
}
#wrappers #content .main_content .text .tour .imgLiquid {
	width:100%;
	margin:auto;
}
#wrappers #content .main_content .text .title h5 {
	font-family: 'OpenSans-Light', sans-serif;
	position: absolute;
	color: #FFF;
	text-align: center;
	left:0;right:0;bottom:0;
	margin: auto;
	font-weight:normal;
	-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 #content .main_content .text .tour:hover .title {
    opacity: 1;
	bottom: 0%;
}
#wrappers #content .main_content .text .title {
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 1;
	transition: all 0.7s ease;
}
#wrappers #content .main_content .text .title img{
	margin:auto;
	z-index:3001;
	position:absolute;
	bottom:0;
	top:0;
	right:0;
	left:0;
	color:#fff;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	
	width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border:solid 2px #fff;;
    font-weight:normal;
}


#wrappers #content .text .box{
	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;
	position: relative;
	vertical-align:top;
}
#wrappers #content .text .box .dates{
	position: absolute;
	top:3%;
	left:0;
	background-color:#fff;
	font-weight:normal;
	font-family: 'OpenSans-Light', sans-serif;
	color:#333;
	padding: 5px 10px;
}
#wrappers #content .text .box .imgLiquid {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
}
#wrappers #content .text .box h5 {
	width:100%;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#000;
	margin:0;
	text-align:left;
	line-height:120%;
}
#wrappers #content .text .box .desc {
	width:100%;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	text-align:left;
	display:inline-block;
}
#wrappers #content .text .box 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;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	text-align:center;
	text-decoration:none;
	border:solid 1px #333;
	display:inline-block;
}
#wrappers #content .text .box a:hover {
	background-color:#039be5;
	border:solid 1px #039be5;
	color:#fff;
}



.main_content #form_section {
	margin: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;
}
.main_content .input{
	font-family: 'OpenSans-Regular', sans-serif;
	color: #333;
	background-color: #efefef;
	border: 0px solid rgba(255,255,255,1);;
	
}
.main_content .button{
	font-family: 'OpenSans-Regular', sans-serif;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	border: 1px solid #333;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 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;
}
.main_content .button:hover{
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
}
::-webkit-input-placeholder {
   color: rgba(33,33,33,.5);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(33,33,33,.5);
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(33,33,33,.5);
}

:-ms-input-placeholder {  
   color: rgba(33,33,33,.5); 
}

.main_content #form_section #stars {
	color: #ffcc00;
	font-size:1.5em;
	padding:1%;
	width:90%;
}


.main_content .text .review_box{
	-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:#f5f5f5;
	padding:2%;
	display:inline-block;
}
.main_content .text .review_box .info{
	width:100%;
	display:inline-block;
}
.main_content .text .review_box .info .name{
	display:inline-block;
	color: #333;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
}
.main_content .text .review_box .info .dates{
	display:inline-block;
	color: #999;
	font-family: 'Roboto-Light', sans-serif;
	font-weight:normal;
}
.main_content .text .review_box .descr{
	display:inline-block;
	color: #333;
	font-family: 'Roboto-Light', sans-serif;
	font-weight:normal;
	margin-bottom:2%;
	line-height:150%;
}


#wrappers #content .main_content .text .text_add {
	display:inline-block;
	width:300px;
	text-align:right;
}
#wrappers #content .main_content .text .text_add 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;
	font-family: 'RobotoSlab-Regular', sans-serif;
	color:#000;
	padding:5%;
	padding-right:15%;
	background-color:#fff;
	text-decoration:none;
	border:solid 1px rgba(00,00,00,.5);
}
#wrappers #content .main_content .text .text_add a:hover{
	background-color:#000;
	color:#fff;
}


.main_content .text .search_row {
	display:inline-block;
	width:90%;
	padding:.5%;
	border-bottom:solid 1px #ebebeb;
}
.main_content .text .search_row a{
	font-family: 'RobotoSlab-Regular', sans-serif;
	color:#000;
	font-size:1.25em;
	text-decoration:none;
}
.main_content .text .search_row .search_desc{
	font-family: 'RobotoSlab-Regular', sans-serif;
	font-size:.85em;
	color:#333;
}
/* main_content */

/* footer */
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #333;	
	-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;
	-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 h5{
	font-family: 'OpenSans-Light', sans-serif;
	text-align: center;
	width: 100%;
	color:#fff;
	font-weight:normal;
}
#wrappers #footer .footer_into:nth-child(1)  div{
	color:#fff;
	font-family: 'OpenSans-Light', sans-serif;
}
#wrappers #footer .footer_into:nth-child(2) .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;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#wrappers #footer .footer_into:nth-child(2) .social a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
#wrappers #footer .footer_into:nth-child(3) .infos a{
	text-decoration:none;
	font-family: 'OpenSans-Regular', sans-serif;
	text-align:left;
	color:#fff;
}
#wrappers #footer #powered {
	font-family: 'RobotoSlab-Regular', sans-serif;
	text-align: center;
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-weight: normal;
	color:rgba(33, 33, 33, 0.55);
	font-size: .8em;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ebebeb;
}
#wrappers #footer #powered a{
	color:rgba(33, 33, 33, 0.75);
}
/* footer */


@media all and (min-width: 1200px) {
#content {
	padding-bottom: 650px;
}
/* header */

.header_index {
	height: 140px;
}
#wrappers .header_index  #top_menu {
	top: 0px;
	position: relative;
	margin:auto;
	width:100%;
	#border:solid;
}
#wrappers .header_index #top_menu #logo {
	height: 65px;
	width: 188px;
	top: 10px;
	left: 10px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logonew.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index #top_menu #logo img{
	height: 65px;
	width: 188px;
}
#wrappers .header_index  #top_menu  #home {
	top: 0px;
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size:.85em;
	right:100px;
	padding:5px 10px;
}
#wrappers .header_index  #top_menu #home:after {
	#content:'Home page';
}
#wrappers .header_index  #top_menu   #home i{
	margin-right:5px;
}
#wrappers .header_index  #top_menu #info{
	position: absolute;
	display:inline-block;
	top: 70px;
	left: 225px;
	font-size:.85em;
}
#wrappers .header_index  #top_menu  #lang{
	position:absolute;
	right:10px;
	top:5px;
	display: inline-block;
}
#wrappers .header_index  #top_menu #lang a{
	font-size:.85em;
}
.header_index .search{
	display:inline-block;
	position:absolute;
	top:50px;
	right:10px;
	overflow: hidden;
	width: 200px;
	vertical-align: middle;
	white-space: nowrap;
}
.header_index .search input#search{
  font-size: .9em;
  width: 200px;
  height: 25px;
  padding-left: 15px;
}
.header_index .search button.icon{
 font-size: 1em;
  height:25px;
  width: 25px;
}
.header_index .search:hover button.icon,.header_index  .search:active button.icon,.header_index  .search:focus button.icon{
  margin-left: -25px;
}

#wrappers .header_index .header_menu {
	bottom:0px;
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	margin:auto;
	background-color:#fff;
	height: 42px;
}
/* header */
/* header nav*/
.header_index_nav {
	height: 110px;
}
#wrappers .header_index_nav #top_menu #logo {
	height: 59px;
	width: 59px;
	top: 5px;
	left: 10px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logo_small.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index_nav  #top_menu #info{
	display: none;
}
.header_index_nav .search{
	top:35px;
}
/* header nav*/
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
/* theslider_into */
/* main_content */
.main_content {
	margin-top:25px;
	width:100%;
}
.main_content  h2 {
	display:inline-block;
	font-size:2em;
	width:100%;
	margin:0;
	margin-bottom:1%;
	line-height:normal;
}
.main_content .text h3 {
	display:inline-block;
	font-size:1.75em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h4 {
	display:inline-block;
	font-size:1.5em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h5 {
	display:inline-block;
	font-size:1.25em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text{
	display:block;
	font-size:1em;
	line-height:normal;
	margin:auto;
	width:85%;
	#max-width: 1400px;
}
.main_content  #gallery_into,.main_content .text #gallery_into{
	display:table;
	margin:auto;
	margin-top:3%;
	width:85%;
	#text-align:center;
}
.main_content #gallery_into .imgLiquid,#wrappers #content .main_content .text #gallery_into .imgLiquid{
	display:inline-block;
	width:23.5%;
	height:250px;
	margin:.5%;
}



#wrappers #content .main_content .text .tour {
	display: inline-block;
    width: 31%;
}
#wrappers #content .main_content .text  .tour .imgLiquid {
	height:300px;
}
#wrappers #content .main_content .text .title {
	background-color: rgba(00, 00, 00, 0.35);
}
#wrappers #content .main_content .text .title h5 {
	top: 3%;
	width: 90%;
	font-size: 2em;
}
#wrappers #content .main_content .text .title img{
	font-size:1.5em;
}
#wrappers #content .main_content .text .title {
	bottom: -65%;
	height: 100%;
}
#wrappers #content .main_content .text .tour:hover .title h5 {
   top: 65%;
}
#wrappers #content .main_content .text .tour:hover .title {
	background-color: rgba(00, 00, 00, 0.75);
}


#wrappers #content .text .box{
	width: 30%;
	display:inline-block;
	margin:1%;
}
#wrappers #content .text .box .dates{
	font-size:.85em;
}
#wrappers #content .text .box .imgLiquid {
	height:250px;
}
#wrappers #content .text .box h5 {
	font-size:1.15em;
	margin-top:10px;
}
#wrappers #content .text .box .desc {
	margin-top:10px;	
	font-size:.85em;
}
#wrappers #content .text .box a {
	padding:5px 15px;
	width:25%;
	margin-top:15px;	
	font-size:.85em;
}
#wrappers #content .text img:first-of-type{
	width: 30%;
	float:left;
	display:block;
	margin-right:1%;
}

.main_content #form_section {
	width: 50%;
	margin-top: 20px;
}
.main_content .input{
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main_content .button{
	font-size: 1.2em;
	margin-top: 1px;
	padding: 10px 35px;
}
.main_content .text #info{
	display:block;
	width:50%;
	margin:auto;
	#border:solid;
}

.main_content .text .review_box{
	margin-top:2%;
	width:90%;
}
.main_content .text .review_box .info{
	margin-bottom:2%;
}
.main_content .text .review_box .info .name{
	margin-right:2%;
	font-size:1.25em;
}
.main_content .text .review_box .info .dates{
	margin-right:2%;
	font-size:1em;
}
.main_content .text .review_box .descr{
	font-size:1em;
}
#wrappers #content .main_content .text .text_add {
	position:fixed;
	right:-5px;
	top:250px;
}
#wrappers #content .main_content .text .text_add a{
	font-size:.95em;
}
/* main_content */

/* footer */
#footer {
	height: 650px;	
	text-align:center;
	#padding-top:.5%;
}
#wrappers #footer .footer_into {
	display:inline-block;
	height: auto;
	vertical-align:top;
	border-top:solid 1px #454545;
	border-bottom:solid 1px #000;
	padding-top:1%;
	padding-bottom:1%;
	width:90%;
}

#wrappers #footer .footer_into:nth-child(1){
	border-top:none;
}
#wrappers #footer .footer_into:nth-child(1) img{
	margin:auto;
	margin-bottom:20px;
	width:200px;
	display:block;
}
#wrappers #footer .footer_into:nth-child(1)  div{
	display:inline-block;
	width:100%;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(1)  div i{
	font-size:1.25em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(2) h5{
	width: 90%;
	margin:auto;
	font-size:1.5em;
	padding-bottom:.5%;
}
#wrappers #footer .footer_into:nth-child(2) .social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:20px;
	height: auto;
}
#wrappers #footer .footer_into:nth-child(2) .social a{
	display:inline-block;
	padding:10px 15px;
	font-size:2em;
	color:#fff;
}

#wrappers #footer .footer_into:nth-child(3){
	border-bottom:none;
}
#wrappers #footer .footer_into:nth-child(3) h5{
	width: 90%;
	margin:auto;
	font-size:1.5em;
	padding-bottom:1%;
}
#wrappers #footer .footer_into:nth-child(3) .infos {
	display:block;
	width:90%;
	margin:auto;
	-webkit-columns: 5 ;
     -moz-columns: 5 ;
          columns: 5 ;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 1px dotted rgba(255,255,255,.5);
     -moz-column-rule: 1px dotted rgba(255,255,255,.5);
          column-rule: 1px dotted rgba(255,255,255,.5);
}
#wrappers #footer .footer_into:nth-child(3) .infos a{
	display:block;
	padding-top:3px;
	font-size:.75em;
}
/* footer */
}


@media all and (min-width: 1024px) and (max-width: 1199px) {
#content {
	padding-bottom: 650px;
}
/* header */

.header_index {
	height: 120px;
}
#wrappers .header_index  #top_menu {
	top: 0px;
	position: relative;
	margin:auto;
	width:100%;
	#border:solid;
}
#wrappers .header_index #top_menu #logo {
	height: 65px;
	width: 188px;
	top: 10px;
	left: 10px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logonew.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index #top_menu #logo img{
	height: 65px;
	width: 188px;
}
#wrappers .header_index  #top_menu  #home {
	top: 0px;
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size:.85em;
	right:100px;
	padding:5px 10px;
}
#wrappers .header_index  #top_menu #home:after {
	#content:'Home page';
}
#wrappers .header_index  #top_menu   #home i{
	margin-right:5px;
}
#wrappers .header_index  #top_menu #info{
	position: absolute;
	display:inline-block;
	top: 85px;
	left: 15px;
	font-size:.85em;
}
#wrappers .header_index  #top_menu  #lang{
	position:absolute;
	right:15px;
	top:5px;
	display: inline-block;
}
#wrappers .header_index  #top_menu #lang a{
	font-size:.85em;
}
.header_index .search{
	display:inline-block;
	position:absolute;
	top:50px;
	right:10px;
	overflow: hidden;
	width: 200px;
	vertical-align: middle;
	white-space: nowrap;
}
.header_index .search input#search{
  font-size: .9em;
  width: 200px;
  height: 25px;
  padding-left: 15px;
}
.header_index .search button.icon{
 font-size: 1em;
  height:25px;
  width: 25px;
}
.header_index .search:hover button.icon,.header_index  .search:active button.icon,.header_index  .search:focus button.icon{
  margin-left: -25px;
}

#wrappers .header_index .header_menu {
	bottom:0px;
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	margin:auto;
	background-color:#039be5;
	height: 42px;
}
/* header */
/* header nav*/
.header_index_nav {
	height: 110px;
}
#wrappers .header_index_nav #top_menu #logo {
	height: 59px;
	width: 59px;
	top: 15px;
	left: 30px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logo_small.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index_nav  #top_menu #info{
	display: none;
}
.header_index_nav .search{
	top:35px;
}
/* header nav*/
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
/* theslider_into */
/* main_content */
.main_content {
	margin-top:25px;
	width:100%;
}
.main_content  h2 {
	display:inline-block;
	font-size:1.75em;
	width:100%;
	margin:0;
	margin-bottom:1%;
	line-height:normal;
}
.main_content .text h3 {
	display:inline-block;
	font-size:1.5em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h4 {
	display:inline-block;
	font-size:1.25em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h5 {
	display:inline-block;
	font-size:1.05em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text{
	display:block;
	font-size:.9em;
	line-height:normal;
	margin:auto;
	width:85%;
	#max-width: 1400px;
}
.main_content  #gallery_into,.main_content .text #gallery_into{
	display:table;
	margin:auto;
	margin-top:3%;
	width:85%;
	#text-align:center;
}
.main_content #gallery_into .imgLiquid,#wrappers #content .main_content .text #gallery_into .imgLiquid{
	display:inline-block;
	width:23.5%;
	height:200px;
	margin:.5%;
}

#wrappers #content .main_content .text .tour {
	display: inline-block;
    width: 31%;
}
#wrappers #content .main_content .text  .tour .imgLiquid {
	height:250px;
}
#wrappers #content .main_content .text .title {
	background-color: rgba(00, 00, 00, 0.35);
}
#wrappers #content .main_content .text .title h5 {
	top: 3%;
	width: 90%;
	font-size: 1.75em;
}
#wrappers #content .main_content .text .title {
	bottom: -65%;
	height: 100%;
}
#wrappers #content .main_content .text .tour:hover .title h5 {
   top: 65%;
}
#wrappers #content .main_content .text .tour:hover .title {
	background-color: rgba(00, 00, 00, 0.75);
}


#wrappers #content .text .box{
	width: 30%;
	display:inline-block;
	margin:1%;
}
#wrappers #content .text .box .dates{
	font-size:.85em;
}
#wrappers #content .text .box .imgLiquid {
	height:200px;
}
#wrappers #content .text .box h5 {
	font-size:1.25em;
	margin-top:10px;
}
#wrappers #content .text .box .desc {
	margin-top:10px;	
	font-size:.9em;
}
#wrappers #content .text .box a {
	padding:5px 15px;
	width:25%;
	margin-top:15px;	
	font-size:.85em;
}
#wrappers #content .text img:first-of-type{
	width: 40%;
	float:left;
	display:block;
	margin-right:1%;
}

.main_content #form_section {
	width: 75%;
	margin-top: 20px;
}
.main_content .input{
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main_content .button{
	font-size: 1.2em;
	margin-top: 1px;
	padding: 10px 35px;
}
.main_content .text #info{
	display:block;
	width:65%;
	margin:auto;
	#border:solid;
}

.main_content .text .review_box{
	margin-top:2%;
	width:90%;
}
.main_content .text .review_box .info{
	margin-bottom:2%;
}
.main_content .text .review_box .info .name{
	margin-right:2%;
	font-size:1.25em;
}
.main_content .text .review_box .info .dates{
	margin-right:2%;
	font-size:1em;
}
.main_content .text .review_box .descr{
	font-size:1em;
}
#wrappers #content .main_content .text .text_add {
	position:fixed;
	right:-5px;
	top:170px;
}
#wrappers #content .main_content .text .text_add a{
	font-size:.95em;
}
/* main_content */

/* footer */
#footer {
	height: 650px	;	
	text-align:center;
	#padding-top:.5%;
}
#wrappers #footer .footer_into {
	display:inline-block;
	height: auto;
	vertical-align:top;
	border-top:solid 1px #454545;
	border-bottom:solid 1px #000;
	padding-top:1%;
	padding-bottom:1%;
	width:90%;
}

#wrappers #footer .footer_into:nth-child(1){
	border-top:none;
}
#wrappers #footer .footer_into:nth-child(1) img{
	margin:auto;
	margin-bottom:20px;
	width:200px;
	display:block;
}
#wrappers #footer .footer_into:nth-child(1)  div{
	display:inline-block;
	width:100%;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(1)  div i{
	font-size:1.25em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(2) h5{
	width: 90%;
	margin:auto;
	font-size:1.5em;
	padding-bottom:.5%;
}
#wrappers #footer .footer_into:nth-child(2) .social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:20px;
	height: auto;
}
#wrappers #footer .footer_into:nth-child(2) .social a{
	display:inline-block;
	padding:10px 15px;
	font-size:2em;
	color:#fff;
}

#wrappers #footer .footer_into:nth-child(3){
	border-bottom:none;
}
#wrappers #footer .footer_into:nth-child(3) h5{
	width: 90%;
	margin:auto;
	font-size:1.5em;
	padding-bottom:1%;
}
#wrappers #footer .footer_into:nth-child(3) .infos {
	display:block;
	width:98%;
	margin:auto;
	-webkit-columns: 5 ;
     -moz-columns: 5 ;
          columns: 5 ;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 1px dotted rgba(255,255,255,.5);
     -moz-column-rule: 1px dotted rgba(255,255,255,.5);
          column-rule: 1px dotted rgba(255,255,255,.5);
}
#wrappers #footer .footer_into:nth-child(3) .infos a{
	display:block;
	padding-top:3px;
	font-size:.75em;
}
/* footer */

}

@media all and (min-width: 768px) and (max-width: 1023px) {
#content {
	padding-bottom: 650px;
}

/* header */

.header_index {
	height: 120px;
}
#wrappers .header_index  #top_menu {
	top: 0px;
	position: relative;
	margin:auto;
	width:100%;
	#border:solid;
}
#wrappers .header_index #top_menu #logo {
	height: 65px;
	width: 188px;
	top: 10px;
	left: 10px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logonew.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index #top_menu #logo img{
	height: 65px;
	width: 188px;
}
#wrappers .header_index  #top_menu  #home {
	top: 0px;
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size:.85em;
	right:100px;
	padding:5px 10px;
}
#wrappers .header_index  #top_menu #home:after {
	#content:'Home page';
}
#wrappers .header_index  #top_menu   #home i{
	margin-right:5px;
}
#wrappers .header_index  #top_menu #info{
	position: absolute;
	display:inline-block;
	top: 85px;
	left: 15px;
	font-size:.85em;
}
#wrappers .header_index  #top_menu  #lang{
	position:absolute;
	right:15px;
	top:5px;
	display: inline-block;
}
#wrappers .header_index  #top_menu #lang a{
	font-size:.85em;
}
.header_index .search{
	display:inline-block;
	position:absolute;
	top:50px;
	right:10px;
	overflow: hidden;
	width: 200px;
	vertical-align: middle;
	white-space: nowrap;
}
.header_index .search input#search{
  font-size: .9em;
  width: 200px;
  height: 25px;
  padding-left: 15px;
}
.header_index .search button.icon{
 font-size: 1em;
  height:25px;
  width: 25px;
}
.header_index .search:hover button.icon,.header_index  .search:active button.icon,.header_index  .search:focus button.icon{
  margin-left: -25px;
}

#wrappers .header_index .header_menu {
	bottom:0px;
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	margin:auto;
	background-color:#039be5;
	height: 42px;
}
/* header */
/* header nav*/
.header_index_nav {
	height: 110px;
}
#wrappers .header_index_nav #top_menu #logo {
	height: 59px;
	width: 59px;
	top: 15px;
	left: 30px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logo_small.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index_nav  #top_menu #info{
	display: none;
}
.header_index_nav .search{
	top:35px;
}
/* header nav*/
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 275px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
/* theslider_into */

/* main_content */
.main_content {
	margin-top:25px;
	width:100%;
}
.main_content  h2 {
	display:inline-block;
	font-size:1.75em;
	width:100%;
	margin:0;
	margin-bottom:1%;
	line-height:normal;
}
.main_content .text h3 {
	display:inline-block;
	font-size:1.5em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h4 {
	display:inline-block;
	font-size:1.25em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h5 {
	display:inline-block;
	font-size:1.05em;
	#width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text{
	display:block;
	font-size:.9em;
	line-height:normal;
	margin:auto;
	width:90%;
	#max-width: 1400px;
}
.main_content  #gallery_into,.main_content .text #gallery_into{
	display:table;
	margin:auto;
	margin-top:3%;
	width:90%;
	#text-align:center;
}
.main_content #gallery_into .imgLiquid,#wrappers #content .main_content .text #gallery_into .imgLiquid{
	display:inline-block;
	width:23.5%;
	height:175px;
	margin:.5%;
}

#wrappers #content .main_content .text .tour {
	display: inline-block;
    width: 48%;
}
#wrappers #content .main_content .text  .tour .imgLiquid {
	height:250px;
}
#wrappers #content .main_content .text .title {
	background-color: rgba(00, 00, 00, 0.35);
}
#wrappers #content .main_content .text .title h5 {
	top: 3%;
	width: 90%;
	font-size: 1.75em;
}
#wrappers #content .main_content .text .title {
	bottom: -65%;
	height: 100%;
}
#wrappers #content .main_content .text .tour:hover .title h5 {
   top: 65%;
}
#wrappers #content .main_content .text .tour:hover .title {
	background-color: rgba(00, 00, 00, 0.75);
}


#wrappers #content .text .box{
	width: 47%;
	display:inline-block;
	margin:1%;
}
#wrappers #content .text .box .dates{
	font-size:.85em;
}
#wrappers #content .text .box .imgLiquid {
	height:200px;
}
#wrappers #content .text .box h5 {
	font-size:1.25em;
	margin-top:10px;
}
#wrappers #content .text .box .desc {
	margin-top:10px;	
	font-size:.9em;
}
#wrappers #content .text .box a {
	padding:5px 15px;
	width:25%;
	margin-top:15px;	
	font-size:.85em;
}
#wrappers #content .text img:first-of-type{
	width: 40%;
	float:left;
	display:block;
	margin-right:1%;
}

.main_content #form_section {
	width: 75%;
	margin-top: 20px;
}
.main_content .input{
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main_content .button{
	font-size: 1.2em;
	margin-top: 1px;
	padding: 10px 35px;
}
.main_content .text #info{
	display:block;
	width:85%;
	margin:auto;
	#border:solid;
}
.main_content .text .review_box{
	margin-top:2%;
	width:90%;
}
.main_content .text .review_box .info{
	margin-bottom:2%;
}
.main_content .text .review_box .info .name{
	margin-right:2%;
	font-size:1.25em;
}
.main_content .text .review_box .info .dates{
	margin-right:2%;
	font-size:1em;
}
.main_content .text .review_box .descr{
	font-size:1em;
}
#wrappers #content .main_content .text .text_add {
	position:relative;
	float:right;
	display:inline-block;
	
	margin-top:25px;
	margin-bottom:25px;
}
#wrappers #content .main_content .text .text_add a{
	font-size:.95em;
	padding:5%;
}
/* main_content */
/* footer */
#footer {
	height: 650px	;	
	text-align:center;
	padding-top:.5%;
}
#wrappers #footer .footer_into {
	display:inline-block;
	height: auto;
	vertical-align:top;
	border-top:solid 1px #454545;
	border-bottom:solid 1px #000;
	padding-top:1%;
	padding-bottom:1%;
	width:90%;
}

#wrappers #footer .footer_into:nth-child(1){
	border-top:none;
}
#wrappers #footer .footer_into:nth-child(1) img{
	margin:auto;
	margin-bottom:10px;
	width:150px;
	display:block;
}
#wrappers #footer .footer_into:nth-child(1)  div{
	display:inline-block;
	width:100%;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(1)  div i{
	font-size:1.25em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(2) h5{
	width: 90%;
	margin:auto;
	font-size:1.5em;
	padding-bottom:.5%;
}
#wrappers #footer .footer_into:nth-child(2) .social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:10px;
	height: auto;
}
#wrappers #footer .footer_into:nth-child(2) .social a{
	display:inline-block;
	padding:10px 15px;
	font-size:1.5em;
	color:#fff;
}

#wrappers #footer .footer_into:nth-child(3){
	border-bottom:none;
}
#wrappers #footer .footer_into:nth-child(3) h5{
	width: 90%;
	margin:auto;
	font-size:1.5em;
	padding-bottom:1%;
}
#wrappers #footer .footer_into:nth-child(3) .infos {
	display:block;
	width:100%;
	margin:auto;
	-webkit-columns: 5 ;
     -moz-columns: 5 ;
          columns: 5 ;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  -webkit-column-rule: 1px dotted rgba(255,255,255,.5);
     -moz-column-rule: 1px dotted rgba(255,255,255,.5);
          column-rule: 1px dotted rgba(255,255,255,.5);
}
#wrappers #footer .footer_into:nth-child(3) .infos a{
	display:block;
	padding-top:3px;
	font-size:.75em;
}
/* footer */
}
@media all and (min-width: 600px) and (max-width: 767px) {
#content {
	padding-bottom: 650px;
}
/* header */
.header_index {
	height: 120px;
	position: relative;
}
#wrappers .header_index  #top_menu {
	top: 0px;
	position: relative;
	margin:auto;
	width:100%;
	#border:solid;
}
#wrappers .header_index #top_menu #logo {
	height: 65px;
	width: 188px;
	top: 10px;
	left: 10px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logonew.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index #top_menu #logo img{
	height: 65px;
	width: 188px;
}
#wrappers .header_index  #top_menu  #home {
	top: 0px;
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size:.85em;
	right:100px;
	padding:5px 10px;
}
#wrappers .header_index  #top_menu #home:after {
	#content:'Home page';
}
#wrappers .header_index  #top_menu   #home i{
	margin-right:5px;
}
#wrappers .header_index  #top_menu #info{
	position: absolute;
	display:inline-block;
	top: 85px;
	left: 15px;
	font-size:.85em;
}
#wrappers .header_index  #top_menu  #lang{
	position:absolute;
	right:15px;
	top:5px;
	display: inline-block;
}
#wrappers .header_index  #top_menu #lang a{
	font-size:.85em;
}
.header_index .search{
	display:inline-block;
	position:absolute;
	top:50px;
	right:10px;
	overflow: hidden;
	width: 200px;
	vertical-align: middle;
	white-space: nowrap;
}
.header_index .search input#search{
  font-size: .9em;
  width: 200px;
  height: 25px;
  padding-left: 15px;
}
.header_index .search button.icon{
 font-size: 1em;
  height:25px;
  width: 25px;
}
.header_index .search:hover button.icon,.header_index  .search:active button.icon,.header_index  .search:focus button.icon{
  margin-left: -25px;
}

#wrappers .header_index .header_menu {
	bottom:0px;
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	margin:auto;
	background-color:#039be5;
	height: 42px;
}
/* header */

/* theslider_into */
#theslider_into {
	width: 100%;
	height: 175px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
/* theslider_into */

/* main_content */
.main_content {
	margin-top:25px;
	width:100%;
}
.main_content  h2 {
	display:inline-block;
	font-size:1.75em;
	width:100%;
	margin:0;
	margin-bottom:1%;
	line-height:normal;
}
.main_content .text h3 {
	display:inline-block;
	font-size:1.5em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h4 {
	display:inline-block;
	font-size:1.25em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h5 {
	display:inline-block;
	font-size:1.05em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text{
	display:block;
	font-size:.9em;
	line-height:normal;
	margin:auto;
	width:90%;
	#max-width: 1400px;
}
.main_content  #gallery_into,.main_content .text #gallery_into{
	display:table;
	margin:auto;
	margin-top:3%;
	width:90%;
	#text-align:center;
}
.main_content #gallery_into .imgLiquid,#wrappers #content .main_content .text #gallery_into .imgLiquid{
	display:inline-block;
	width:31.5%;
	height:150px;
	margin:.5%;
}

#wrappers #content .main_content .text .tour {
	display: inline-block;
    width: 48%;
}
#wrappers #content .main_content .text  .tour .imgLiquid {
	height:250px;
}
#wrappers #content .main_content .text .title {
	background-color: rgba(00, 00, 00, 0.35);
}
#wrappers #content .main_content .text .title h5 {
	top: 3%;
	width: 90%;
	font-size: 1.75em;
}
#wrappers #content .main_content .text .title {
	bottom: -65%;
	height: 100%;
}
#wrappers #content .main_content .text .tour:hover .title h5 {
   top: 65%;
}
#wrappers #content .main_content .text .tour:hover .title {
	background-color: rgba(00, 00, 00, 0.75);
}


#wrappers #content .text .box{
	width: 47%;
	display:inline-block;
	margin:1%;
}
#wrappers #content .text .box .dates{
	font-size:.85em;
}
#wrappers #content .text .box .imgLiquid {
	height:200px;
}
#wrappers #content .text .box h5 {
	font-size:1.25em;
	margin-top:10px;
}
#wrappers #content .text .box .desc {
	margin-top:10px;	
	font-size:.9em;
}
#wrappers #content .text .box a {
	padding:5px 15px;
	width:25%;
	margin-top:15px;	
	font-size:.85em;
}
#wrappers #content .text img{
	width: 100%;
	display:inline-block;
	margin-bottom:1%;
}

.main_content #form_section {
	width: 75%;
	margin-top: 20px;
}
.main_content .input{
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main_content .button{
	font-size: 1.2em;
	margin-top: 1px;
	padding: 10px 35px;
}
.main_content .text #info{
	display:block;
	width:100%;
	margin:auto;
	#border:solid;
}


.main_content .text .review_box{
	margin-top:2%;
	width:90%;
}
.main_content .text .review_box .info{
	margin-bottom:2%;
}
.main_content .text .review_box .info .name{
	margin-right:2%;
	font-size:1.25em;
}
.main_content .text .review_box .info .dates{
	margin-right:2%;
	font-size:1em;
}
.main_content .text .review_box .descr{
	font-size:1em;
}
#wrappers #content .main_content .text .text_add {
	position:relative;
	float:right;
	display:inline-block;
	
	margin-top:25px;
	margin-bottom:25px;
}
#wrappers #content .main_content .text .text_add a{
	font-size:.95em;
	padding:5%;
}
/* main_content */

/* footer */
#footer {
	height: 650px	;	
	text-align:center;
	padding-top:.5%;
}
#wrappers #footer .footer_into {
	display:inline-block;
	height: auto;
	vertical-align:top;
	border-top:solid 1px #454545;
	border-bottom:solid 1px #000;
	padding-top:1%;
	padding-bottom:1%;
	width:90%;
}

#wrappers #footer .footer_into:nth-child(1){
	border-top:none;
}
#wrappers #footer .footer_into:nth-child(1) img{
	margin:auto;
	margin-bottom:10px;
	width:150px;
	display:block;
}
#wrappers #footer .footer_into:nth-child(1)  div{
	display:inline-block;
	width:100%;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(1)  div i{
	font-size:1.25em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(2) h5{
	width: 90%;
	margin:auto;
	font-size:1.5em;
	padding-bottom:.5%;
}
#wrappers #footer .footer_into:nth-child(2) .social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:10px;
	height: auto;
}
#wrappers #footer .footer_into:nth-child(2) .social a{
	display:inline-block;
	padding:10px 15px;
	font-size:1.5em;
	color:#fff;
}

#wrappers #footer .footer_into:nth-child(3){
	border-bottom:none;
}
#wrappers #footer .footer_into:nth-child(3) h5{
	width: 90%;
	margin:auto;
	font-size:1.5em;
	padding-bottom:1%;
}
#wrappers #footer .footer_into:nth-child(3) .infos {
	display:block;
	width:100%;
	margin:auto;
	-webkit-columns: 4 ;
     -moz-columns: 4 ;
          columns: 4 ;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  -webkit-column-rule: 1px dotted rgba(255,255,255,.5);
     -moz-column-rule: 1px dotted rgba(255,255,255,.5);
          column-rule: 1px dotted rgba(255,255,255,.5);
}
#wrappers #footer .footer_into:nth-child(3) .infos a{
	display:block;
	padding-top:2px;
	font-size:.7em;
}
/* footer */
}


@media all and (min-width: 450px) and (max-width: 599px) {
#content {
	padding-bottom: 300px;
}

/* header */
.header_index {
	height: 120px;
	position: relative;
}
#wrappers .header_index  #top_menu {
	top: 0px;
	position: relative;
	margin:auto;
	width:100%;
	#border:solid;
}
#wrappers .header_index #top_menu #logo {
	height: 65px;
	width: 188px;
	top: 10px;
	left: 10px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logonew.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index #top_menu #logo img{
	height: 65px;
	width: 188px;
}
#wrappers .header_index  #top_menu  #home {
	top: 0px;
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size:.85em;
	right:100px;
	padding:5px 10px;
}
#wrappers .header_index  #top_menu #home:after {
	#content:'Home page';
}
#wrappers .header_index  #top_menu   #home i{
	margin-right:5px;
}
#wrappers .header_index  #top_menu #info{
	position: absolute;
	display:inline-block;
	top: 85px;
	left: 15px;
	font-size:.85em;
}
#wrappers .header_index  #top_menu  #lang{
	position:absolute;
	right:15px;
	top:5px;
	display: inline-block;
}
#wrappers .header_index  #top_menu #lang a{
	font-size:.85em;
}
.header_index .search{
	display:inline-block;
	position:absolute;
	top:50px;
	right:10px;
	overflow: hidden;
	width: 200px;
	vertical-align: middle;
	white-space: nowrap;
}
.header_index .search input#search{
  font-size: .9em;
  width: 200px;
  height: 25px;
  padding-left: 15px;
}
.header_index .search button.icon{
 font-size: 1em;
  height:25px;
  width: 25px;
}
.header_index .search:hover button.icon,.header_index  .search:active button.icon,.header_index  .search:focus button.icon{
  margin-left: -25px;
}

#wrappers .header_index .header_menu {
	bottom:0px;
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	margin:auto;
	background-color:#039be5;
	height: 42px;
}
/* header */

/* theslider_into */
#theslider_into {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
/* theslider_into */
/* main_content */
.main_content {
	margin-top:25px;
	width:100%;
}
.main_content  h2 {
	display:inline-block;
	font-size:1.75em;
	width:100%;
	margin:0;
	margin-bottom:1%;
	line-height:normal;
}
.main_content .text h3 {
	display:inline-block;
	font-size:1.5em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h4 {
	display:inline-block;
	font-size:1.25em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h5 {
	display:inline-block;
	font-size:1.05em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text{
	display:block;
	font-size:.9em;
	line-height:normal;
	margin:auto;
	width:90%;
	#max-width: 1400px;
}
.main_content  #gallery_into,.main_content .text #gallery_into{
	display:table;
	margin:auto;
	margin-top:3%;
	width:90%;
	#text-align:center;
}
.main_content #gallery_into .imgLiquid,#wrappers #content .main_content .text #gallery_into .imgLiquid{
	display:inline-block;
	width:48.5%;
	height:150px;
	margin:.5%;
}


#wrappers #content .main_content .text .tour {
	display: block;
    width: 98%;
    margin:auto;
    margin-bottom:1%;
}
#wrappers #content .main_content .text  .tour .imgLiquid {
	height:250px;
}
#wrappers #content .main_content .text .title {
	background-color: rgba(00, 00, 00, 0.35);
}
#wrappers #content .main_content .text .title h5 {
	top: 3%;
	width: 90%;
	font-size: 1.75em;
}
#wrappers #content .main_content .text .title {
	bottom: -65%;
	height: 100%;
}
#wrappers #content .main_content .text .tour:hover .title h5 {
   top: 65%;
}
#wrappers #content .main_content .text .tour:hover .title {
	background-color: rgba(00, 00, 00, 0.75);
}


#wrappers #content .text .box{
	width: 90%;
	display:block;
	margin:auto;
	margin-bottom:3%;
}
#wrappers #content .text .box .dates{
	font-size:.85em;
}
#wrappers #content .text .box .imgLiquid {
	height:250px;
}
#wrappers #content .text .box h5 {
	font-size:1.25em;
	margin-top:10px;
}
#wrappers #content .text .box .desc {
	margin-top:10px;	
	font-size:.9em;
}
#wrappers #content .text .box a {
	padding:5px 15px;
	width:25%;
	margin-top:15px;	
	font-size:.85em;
}
#wrappers #content .text img{
	width: 100%;
	display:inline-block;
	margin-bottom:1%;
}
.main_content #form_section {
	width: 85%;
	margin-top: 20px;
}
.main_content .input{
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main_content .button{
	font-size: 1.2em;
	margin-top: 1px;
	padding: 10px 35px;
}
.main_content .text #info{
	display:block;
	width:100%;
	margin:auto;
	#border:solid;
}


.main_content .text .review_box{
	margin-top:2%;
	width:90%;
}
.main_content .text .review_box .info{
	margin-bottom:2%;
}
.main_content .text .review_box .info .name{
	margin-right:2%;
	font-size:1.25em;
}
.main_content .text .review_box .info .dates{
	margin-right:2%;
	font-size:1em;
}
.main_content .text .review_box .descr{
	font-size:1em;
}
#wrappers #content .main_content .text .text_add {
	position:relative;
	float:right;
	display:inline-block;
	
	margin-top:25px;
	margin-bottom:25px;
}
#wrappers #content .main_content .text .text_add a{
	font-size:.95em;
	padding:5%;
}
/* main_content */

/* footer */
#footer {
	height: 300px	;	
	text-align:center;
	padding-top:.5%;
}
#wrappers #footer .footer_into {
	display:inline-block;
	height: auto;
	vertical-align:top;
	border-top:solid 1px #454545;
	border-bottom:solid 1px #000;
	padding-top:1%;
	padding-bottom:1%;
	width:95%;
}

#wrappers #footer .footer_into:nth-child(1){
	border-top:none;
}
#wrappers #footer .footer_into:nth-child(1) img{
	margin:auto;
	margin-bottom:10px;
	width:125px;
	display:block;
}
#wrappers #footer .footer_into:nth-child(1)  div{
	display:inline-block;
	width:100%;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(1)  div i{
	font-size:1.25em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(2) h5{
	width: 90%;
	margin:auto;
	font-size:1.25em;
	padding-bottom:.5%;
}
#wrappers #footer .footer_into:nth-child(2) .social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:10px;
	height: auto;
}
#wrappers #footer .footer_into:nth-child(2) .social a{
	display:inline-block;
	padding:5px 10px;
	font-size:1.25em;
	color:#fff;
}
#wrappers #footer .footer_into:nth-child(2){
	border-bottom:none;
}
#wrappers #footer .footer_into:nth-child(3){
	border-bottom:none;
	display:none;
}
/* footer */
}
/* media queries max-width: 400px */

@media all and (max-width: 449px) {
#content {
	padding-bottom: 300px;
}
/* header */
.header_index {
	height: 100px;
	position: relative;
}
#wrappers .header_index  #top_menu {
	top: 0px;
	position: relative;
	margin:auto;
	width:100%;
	#border:solid;
}
#wrappers .header_index #top_menu #logo {
	height: 59px;
	width: 59px;
	top: 10px;
	left: 10px;
	position: absolute;
	display:inline-block;
	background-image: url(pics/logo_small.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#wrappers .header_index #top_menu #logo img{
	height: 65px;
	width: 188px;
}
#wrappers .header_index  #top_menu  #home {
	top: 0px;
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size:.85em;
	right:100px;
	padding:5px 10px;
}
#wrappers .header_index  #top_menu #home:after {
	#content:'Home page';
}
#wrappers .header_index  #top_menu   #home i{
	margin-right:5px;
}
#wrappers .header_index  #top_menu #info{
	position: absolute;
	display:inline-block;
	top: 45px;
	left: 85px;
	font-size:.75em;
}
#wrappers .header_index  #top_menu  #lang{
	position:absolute;
	right:15px;
	top:5px;
	display: inline-block;
}
#wrappers .header_index  #top_menu #lang a{
	font-size:.85em;
}
.header_index .search{
	display:inline-block;
	position:absolute;
	top:50px;
	right:10px;
	overflow: hidden;
	width: 200px;
	vertical-align: middle;
	white-space: nowrap;
}
.header_index .search input#search{
  display:none;
}

#wrappers .header_index .header_menu {
	bottom:0px;
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	margin:auto;
	background-color:#039be5;
	height: 42px;
}
/* header */

/* theslider_into */
#theslider_into {
	width: 100%;
	height: 125px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
/* theslider_into */
/* main_content */
.main_content {
	margin-top:25px;
	width:100%;
}
.main_content  h2 {
	display:inline-block;
	font-size:1.75em;
	width:100%;
	margin:0;
	margin-bottom:4%;
	line-height:normal;
}
.main_content .text h3 {
	display:inline-block;
	font-size:1.25em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h4 {
	display:inline-block;
	font-size:1.15em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text h5 {
	display:inline-block;
	font-size:1em;
	width:100%;
	margin:0px;
	#margin-bottom:1%;
	line-height:normal;
}
.main_content .text{
	display:block;
	font-size:.8em;
	line-height:normal;
	margin:auto;
	width:90%;
	#max-width: 1400px;
}
.main_content  #gallery_into,.main_content .text #gallery_into{
	display:table;
	margin:auto;
	margin-top:3%;
	width:90%;
	#text-align:center;
}
.main_content #gallery_into .imgLiquid,#wrappers #content .main_content .text #gallery_into .imgLiquid{
	display:inline-block;
	width:98%;
	height:250px;
	margin:.5%;
}

#wrappers #content .main_content .text .tour {
	display: block;
    width: 98%;
    margin:auto;
    margin-bottom:1%;
}
#wrappers #content .main_content .text  .tour .imgLiquid {
	height:250px;
}
#wrappers #content .main_content .text .title {
	background-color: rgba(00, 00, 00, 0.35);
}
#wrappers #content .main_content .text .title h5 {
	top: 3%;
	width: 90%;
	font-size: 1.75em;
}
#wrappers #content .main_content .text .title {
	bottom: -65%;
	height: 100%;
}
#wrappers #content .main_content .text .tour:hover .title h5 {
   top: 65%;
}
#wrappers #content .main_content .text .tour:hover .title {
	background-color: rgba(00, 00, 00, 0.75);
}


#wrappers #content .text .box{
	width: 90%;
	display:block;
	margin:auto;
	margin-bottom:3%;
}
#wrappers #content .text .box .dates{
	font-size:.85em;
}
#wrappers #content .text .box .imgLiquid {
	height:200px;
}
#wrappers #content .text .box h5 {
	font-size:1.25em;
	margin-top:10px;
}
#wrappers #content .text .box .desc {
	margin-top:10px;	
	font-size:.9em;
}
#wrappers #content .text .box a {
	padding:5px 15px;
	width:25%;
	margin-top:15px;	
	font-size:.85em;
}
#wrappers #content .text img{
	width: 100%;
	display:inline-block;
	margin-bottom:1%;
}

.main_content #form_section {
	width: 90%;
	margin-top: 20px;
}
.main_content .input{
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main_content .button{
	font-size: 1.2em;
	margin-top: 1px;
	padding: 10px 35px;
}
.main_content .text #info{
	display:block;
	width:100%;
	margin:auto;
	#border:solid;
}


.main_content .text .review_box{
	margin-top:2%;
	width:95%;
}
.main_content .text .review_box .info{
	margin-bottom:2%;
}
.main_content .text .review_box .info .name{
	margin-right:2%;
	font-size:1.25em;
}
.main_content .text .review_box .info .dates{
	margin-right:2%;
	font-size:1em;
}
.main_content .text .review_box .descr{
	font-size:1em;
}
#wrappers #content .main_content .text .text_add {
	position:relative;
	float:right;
	display:inline-block;
	
	margin-top:25px;
	margin-bottom:25px;
}
#wrappers #content .main_content .text .text_add a{
	font-size:.95em;
	padding:5%;
}
/* main_content */


/* footer */
#footer {
	height: 300px	;	
	text-align:center;
	padding-top:.5%;
}
#wrappers #footer .footer_into {
	display:inline-block;
	height: auto;
	vertical-align:top;
	border-top:solid 1px #454545;
	border-bottom:solid 1px #000;
	padding-top:1%;
	padding-bottom:1%;
	width:95%;
}

#wrappers #footer .footer_into:nth-child(1){
	border-top:none;
}
#wrappers #footer .footer_into:nth-child(1) img{
	margin:auto;
	margin-bottom:10px;
	width:125px;
	display:block;
}
#wrappers #footer .footer_into:nth-child(1)  div{
	display:inline-block;
	width:100%;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(1)  div i{
	font-size:1.25em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(2) h5{
	width: 90%;
	margin:auto;
	font-size:1.25em;
	padding-bottom:.5%;
}
#wrappers #footer .footer_into:nth-child(2) .social {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:10px;
	height: auto;
}
#wrappers #footer .footer_into:nth-child(2) .social a{
	display:inline-block;
	padding:5px 10px;
	font-size:1.25em;
	color:#fff;
}
#wrappers #footer .footer_into:nth-child(2){
	border-bottom:none;
}
#wrappers #footer .footer_into:nth-child(3){
	border-bottom:none;
	display:none;
}
/* footer */
}

